Fix linting issue #279
XcodeGraph.yml
on: push
Matrix: Lint
Matrix: SPM Build
Matrix: Tuist Build
Annotations
5 warnings
Tuist Build (macos-15):
Sources/XcodeGraph/Models/PlatformFilter.swift#L6
extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
Tuist Build (macos-15):
Sources/XcodeGraph/Models/Target.swift#L52
stored property 'metadata' of 'Sendable'-conforming struct 'Target' has non-sendable type 'TargetMetadata'; this is an error in the Swift 6 language mode
|
Tuist Build (macos-15):
Sources/XcodeGraph/Models/PlatformFilter.swift#L6
extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
Tuist Build (macos-15):
aph/XcodeGraph/Sources/XcodeGraph/Models/Project.swift#L15
immutable value 'hash' was never used; consider replacing with '_' or removing it
|
Tuist Build (macos-15):
Sources/XcodeGraph/Models/Target.swift#L52
stored property 'metadata' of 'Sendable'-conforming struct 'Target' has non-sendable type 'TargetMetadata'; this is an error in the Swift 6 language mode
|