Skip to content

Fix linting issue

Fix linting issue #279

Triggered via push November 22, 2024 17:34
Status Success
Total duration 1m 57s
Artifacts

XcodeGraph.yml

on: push
Matrix: Lint
Matrix: SPM Build
Matrix: Tuist Build
Fit to window
Zoom out
Zoom in

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