Add comprehensive CI/CD pipeline with multi-platform testing #1
lint.yml
on: push
SwiftLint
14s
SwiftFormat
8s
Swift 6 Compatibility Check
8s
Package Validation
16s
Annotations
13 errors
|
SwiftFormat
Process completed with exit code 70.
|
|
Swift 6 Compatibility Check
Process completed with exit code 1.
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L80
An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L79
An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L78
An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L90
Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L51
Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L90
Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L87
Enums should be explicitly assigned their raw values (explicit_enum_raw_value)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L86
Enums should be explicitly assigned their raw values (explicit_enum_raw_value)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L85
Enums should be explicitly assigned their raw values (explicit_enum_raw_value)
|
|
SwiftLint:
Sources/TachikomaCore/Conversation.swift#L84
Enums should be explicitly assigned their raw values (explicit_enum_raw_value)
|
|
Package Validation
Process completed with exit code 64.
|