Fix linting issue #279
Annotations
5 warnings
Build:
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
|
Build:
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
|
Build:
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
|
Build:
aph/XcodeGraph/Sources/XcodeGraph/Models/Project.swift#L15
immutable value 'hash' was never used; consider replacing with '_' or removing it
|
Build:
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
|
Loading