Skip to content

Revert "Fix building for visionOS, iOS, & tvOS with xcodebuild integr… #245

Revert "Fix building for visionOS, iOS, & tvOS with xcodebuild integr…

Revert "Fix building for visionOS, iOS, & tvOS with xcodebuild integr… #245

Triggered via push January 17, 2025 14:15
Status Failure
Total duration 38s
Artifacts

swiftlint.yml

on: push
swift-lint
28s
swift-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
swift-lint: Sources/swift-bundler/Bundler/MachOEditor.swift#L93
Identifier Name Violation: Variable name 'i' should be between 3 and 60 characters long (identifier_name)
swift-lint: Sources/swift-bundler/Bundler/MachOEditor.swift#L152
Identifier Name Violation: Variable name 'i' should be between 3 and 60 characters long (identifier_name)
swift-lint: Sources/swift-bundler/Bundler/MachOEditor.swift#L63
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
swift-lint: Sources/SwiftBundlerBuilders/BuilderContextImpl.swift#L8
Type Name Violation: Type name '_BuilderContextImpl' should only contain alphanumeric and other allowed characters (type_name)
swift-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
swift-lint: Package.swift#L12
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L31
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L51
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L59
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L67
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L100
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Package.swift#L131
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Sources/schema-gen/SchemaGenerator.swift#L21
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Sources/swift-bundler/SwiftBundler.swift#L23
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
swift-lint: Sources/swift-bundler/Commands/RunCommand.swift#L210
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)