Skip to content

Run build for Swift 5.9, 5.10 and 6.0 #3

Run build for Swift 5.9, 5.10 and 6.0

Run build for Swift 5.9, 5.10 and 6.0 #3

Triggered via push November 1, 2024 12:28
Status Success
Total duration 49s
Artifacts

build.yml

on: push
Matrix: build-swift
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build-swift (swift5.10): Tests/AuthorizationTests/AuthorizationTests.swift#L1
Files should not contain leading whitespace (leading_whitespace)
build-swift (swift5.10): Sources/Authorization/Authorization.swift#L14
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
build-swift (swift5.10): Sources/Authorization/Authorization.swift#L136
Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> (syntactic_sugar)
build-swift (swift5.9): Tests/AuthorizationTests/AuthorizationTests.swift#L1
Files should not contain leading whitespace (leading_whitespace)
build-swift (swift5.9): Sources/Authorization/Authorization.swift#L14
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
build-swift (swift5.9): Sources/Authorization/Authorization.swift#L136
Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> (syntactic_sugar)
build-swift (swift6.0): Tests/AuthorizationTests/AuthorizationTests.swift#L1
Files should not contain leading whitespace (leading_whitespace)
build-swift (swift6.0): Sources/Authorization/Authorization.swift#L14
Initializing an optional variable with nil is redundant (redundant_optional_initialization)
build-swift (swift6.0): Sources/Authorization/Authorization.swift#L136
Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> (syntactic_sugar)