Bump to SpeziAccount 2.0 Beta 8 #244
Annotations
8 warnings
Run custom command:
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L149
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
|
Run custom command:
Sources/SpeziFirebaseAccount/Models/FirebaseContext.swift#L29
static property 'logger' 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
|
Run custom command:
Sources/SpeziFirebaseAccount/Views/FirebaseAccountModifier.swift#L15
static property 'logger' 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
|
Run custom command:
Sources/SpeziFirebaseAccount/Models/FirebaseContext.swift#L29
static property 'logger' 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
|
Run custom command:
Sources/SpeziFirebaseAccount/Views/FirebaseAccountModifier.swift#L15
static property 'logger' 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
|
Run custom command:
Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L259
capture of 'logger' with non-sendable type 'Logger' in a `@Sendable` closure
|
Run custom command:
Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L531
'updateEmail(to:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
|
Run custom command:
Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L754
passing argument of non-sendable type 'AuthorizationController' outside of main actor-isolated context may introduce data races
|
Loading