fix: revert AnyJSON codable #646
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Debug:
Sources/Auth/AuthClient.swift#L105
main actor-isolated class property 'didBecomeActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Debug:
Sources/Auth/AuthClient.swift#L111
main actor-isolated class property 'willResignActiveNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Debug:
Sources/Auth/AuthClient.swift#L291
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Debug:
Sources/Auth/AuthClient.swift#L318
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Debug:
Sources/Auth/Internal/SessionManager.swift#L90
'UserCredentials' is deprecated: Access to UserCredentials will be removed on the next major release.
|
Debug:
Sources/Auth/Types.swift#L504
'emailChangeToken' is deprecated: This is an old field, stop relying on it.
|
Debug:
Tests/AuthTests/RequestsTests.swift#L433
'MFAEnrollParams' is deprecated: Use MFATotpEnrollParams or MFAPhoneEnrollParams instead.
|
Debug:
Sources/Storage/StorageFileApi.swift#L59
var 'testingBoundary' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
Debug:
Sources/Storage/StorageFileApi.swift#L97
reference to var 'testingBoundary' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
Debug:
Sources/Realtime/Defaults.swift#L36
static property 'reconnectSteppedBackOff' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
Loading