Complete vendor/Tachikoma migration to unified modern architecture #2
lint.yml
on: push
SwiftLint
16s
SwiftFormat
10s
Swift 6 Compatibility Check
6s
Package Validation
13s
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)
|