Skip to content

Complete vendor/Tachikoma migration to unified modern architecture #2

Complete vendor/Tachikoma migration to unified modern architecture

Complete vendor/Tachikoma migration to unified modern architecture #2

Triggered via push August 4, 2025 00:34
Status Failure
Total duration 27s
Artifacts

lint.yml

on: push
SwiftLint
16s
SwiftLint
SwiftFormat
10s
SwiftFormat
Swift 6 Compatibility Check
6s
Swift 6 Compatibility Check
Package Validation
13s
Package Validation
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Swift 6 Compatibility Check
Process completed with exit code 1.
Package Validation
Process completed with exit code 64.
SwiftFormat
Process completed with exit code 1.
SwiftLint: Sources/TachikomaCore/AudioProviders.swift#L122
Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
SwiftLint: Sources/TachikomaCore/AudioProviders.swift#L98
Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L1
File name should match a type or extension declared in the file (if any) (file_name)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L351
Prefer to use extension access modifiers (extension_access_modifier)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L8
Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L257
Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L252
Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L247
Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: Sources/TachikomaCLI/ModelSelection.swift#L242
Conditional statements should always return on the next line (conditional_returns_on_newline)
SwiftLint: Sources/TachikomaCore/Conversation.swift#L105
Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)