Provide more flexible Account Service interactions #207
Annotations
4 errors and 10 warnings
Sources/SpeziFirebaseAccount/Views/ReauthenticationAlertModifier.swift#L28
main actor-isolated property 'isPresentingReauthentication' can not be referenced from a non-isolated context
|
Sources/SpeziFirebaseAccount/Views/ReauthenticationAlertModifier.swift#L30
main actor-isolated property 'isPresentingReauthentication' can not be mutated from a non-isolated context
|
Sources/SpeziFirebaseAccount/Views/ReauthenticationAlertModifier.swift#L35
main actor-isolated property 'reauthenticationContext' can not be referenced from a non-isolated context
|
|
Sources/SpeziFirestore/Firestore.swift#L34
'init()' is deprecated: Please explicitly specify the default value for 'DefaultInitializable' modules
|
Sources/SpeziFirebaseStorage/FirebaseStorageConfiguration.swift#L28
'init()' is deprecated: Please explicitly specify the default value for 'DefaultInitializable' modules
|
Sources/SpeziFirestore/Firestore.swift#L34
'init()' is deprecated: Please explicitly specify the default value for 'DefaultInitializable' modules
|
Sources/SpeziFirebaseStorage/FirebaseStorageConfiguration.swift#L28
'init()' is deprecated: Please explicitly specify the default value for 'DefaultInitializable' modules
|
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L112
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
|
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L175
passing argument of non-sendable type 'FirestoreEncodeVisitor.Data' (aka 'Dictionary<String, Any>') outside of actor-isolated context may introduce data races
|
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L187
passing argument of non-sendable type '[String : Any]' outside of actor-isolated context may introduce data races
|
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
|
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
|
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
|
This job failed
Loading