Skip to content

Massive project reorganization and thread-safety updates for Swift 6. #561

Massive project reorganization and thread-safety updates for Swift 6.

Massive project reorganization and thread-safety updates for Swift 6. #561

Triggered via pull request October 26, 2024 18:28
Status Failure
Total duration 20s
Billable time 1m
Artifacts

lint.yaml

on: pull_request
SwiftLint
11s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint: Sources/OktaConcurrency/DelegateCollection.swift#L106
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: Sources/OktaConcurrency/DelegateCollection.swift#L108
Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: Sources/OktaOAuth2/Logout/SessionLogoutFlow.swift#L99
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/OktaOAuth2/Authentication/AuthorizationCodeFlow.swift#L152
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/OktaOAuth2/Authentication/DeviceAuthorizationFlow.swift#L137
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/OktaOAuth2/Authentication/DeviceAuthorizationFlow.swift#L262
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/OktaOAuth2/Authentication/DeviceAuthorizationFlow.swift#L265
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/OktaOAuth2/Authentication/SessionTokenFlow.swift#L215
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/OktaOAuth2/Authentication/SessionTokenFlow.swift#L218
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/WebAuthenticationUI/WebAuthentication.swift#L372
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: Sources/AuthFoundation/Token Management/Token+Context.swift#L27
public modifier should come before internal (modifier_order)