Skip to content

chore(deps): update dependency apple/swift-docc-plugin to from: "1.3.0" #383

chore(deps): update dependency apple/swift-docc-plugin to from: "1.3.0"

chore(deps): update dependency apple/swift-docc-plugin to from: "1.3.0" #383

Triggered via pull request June 26, 2023 18:21
Status Failure
Total duration 1m 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

xcodeproj.yml

on: pull_request
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
Build (macOS / Xcode 15.0)
The job was canceled because "_14_3_1" failed.
Build (macOS / Xcode 14.3.1)
Process completed with exit code 1.
Test (macOS / Xcode 14.3.1)
Process completed with exit code 1.
Test (macOS / Xcode 15.0)
The job was canceled because "_14_3_1" failed.
Test (macOS / Xcode 15.0)
The operation was canceled.
Test (macOS / Xcode 15.0)
The operation was canceled.
Swiftlint: Sources/XcodeProj/Utils/XCConfig.swift#L102
Line Length Violation: Line should be 150 characters or less; currently it has 161 characters (line_length)
Swiftlint: 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)
Swiftlint: Sources/XcodeProj/Utils/BuildSettingsProvider.swift#L3
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
Swiftlint: Sources/XcodeProj/Extensions/String+Utils.swift#L25
Legacy Random Violation: Prefer using `type.random(in:)` over legacy functions (legacy_random)
Swiftlint: Sources/XcodeProj/Extensions/KeyedDecodingContainer+Additions.swift#L39
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
Swiftlint: 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)
Swiftlint: 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)
Swiftlint: 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)
Swiftlint: Sources/XcodeProj/Project/Xcode.swift#L4
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 290 lines (type_body_length)
Swiftlint: Sources/XcodeProj/Project/XCBreakpointList.swift#L9
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)