Fix support for for building, bundling, and running for visionOS, iOS, & tvOS. #224
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#L32
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swift-lint:
Package.swift#L54
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swift-lint:
Package.swift#L62
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swift-lint:
Package.swift#L70
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swift-lint:
Package.swift#L103
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
swift-lint:
Package.swift#L134
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)
|