Skip to content

visionOS support

visionOS support #59

Triggered via pull request February 26, 2026 16:35
Status Failure
Total duration 39s
Artifacts

swift.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
lint: Examples/GKMatchMaker/Shared/ViewModels/MultiPlayer/MatchMakingViewModel.swift#L26
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
lint: Examples/GKMatchMaker/Shared/ViewModels/MultiPlayer/MatchMakingViewModel.swift#L41
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
lint: Examples/GKMatchMaker/Shared/ViewModels/MultiPlayer/MatchMakingViewModel.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
lint: Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L64
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
lint: Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L49
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L40
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchMakingView.swift#L36
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: Examples/GKMatchMaker/Shared/Views/MultiPlayer/MatchView.swift#L59
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
lint: Examples/GKMatchMaker/Shared/Modifiers/PrimaryButtonStyle.swift#L39
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
lint: Examples/GKMatchMaker/Shared/GKMatchMakerApp.swift#L47
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)