Update project to Swift 5.10 and start on Sendable
updates
#564
Annotations
3 errors and 11 warnings
Sources/XcodeProj/Objects/Project/PBXObjectReference.swift#L12
Identifier Name Violation: Variable name '_temporary' should only contain alphanumeric and other allowed characters (identifier_name)
|
Sources/XcodeProj/Objects/Project/PBXObjectReference.swift#L18
Identifier Name Violation: Variable name '_value' should only contain alphanumeric and other allowed characters (identifier_name)
|
Sources/XcodeProj/Objects/Project/PBXObjectReference.swift#L32
Identifier Name Violation: Variable name '_objects' should only contain alphanumeric and other allowed characters (identifier_name)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Sources/XcodeProj/Utils/BuildSettingsProvider.swift#L100
Superfluous Disable Command Violation: SwiftLint rule 'function_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
Sources/XcodeProj/Utils/BuildSettingsProvider.swift#L3
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
|
Sources/XcodeProj/Utils/XCConfig.swift#L71
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Sources/XcodeProj/Utils/XCConfig.swift#L102
Line Length Violation: Line should be 150 characters or less; currently it has 161 characters (line_length)
|
Sources/XcodeProj/Project/WorkspaceSettings.swift#L63
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Sources/XcodeProj/Project/WorkspaceSettings.swift#L78
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Sources/XcodeProj/Project/WorkspaceSettings.swift#L85
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Sources/XcodeProj/Project/Xcode.swift#L4
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 294 lines (type_body_length)
|
Sources/XcodeProj/Project/XCBreakpointList.swift#L9
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
Sources/XcodeProj/Objects/Files/PBXGroup.swift#L12
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
|
This job failed
Loading