Massive project reorganization and thread-safety updates for Swift 6. #561
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)
|