Invitation Code Verification Module #151
Annotations
6 warnings and 1 notice
Sources/SpeziFirebaseAccount/Account Services/FirebaseAccountService.swift#L107
'updateEmail(to:)' is deprecated: This method is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail email: String) instead.
|
Sources/SpeziFirebaseAccount/Account Services/FirebaseEmailPasswordAccountService.swift#L94
initialization of immutable value 'result' was never used; consider replacing with assignment to '_' or removing it
|
Tests/UITests/TestApp/FirebaseStorageTests/FirebaseStorageTestsView.swift#L38
passing argument of non-sendable type 'StorageReference' outside of main actor-isolated context may introduce data races
|
Tests/UITests/TestApp/FirebaseStorageTests/FirebaseStorageTestsView.swift#L38
passing argument of non-sendable type '((Progress?) -> Void)?' outside of main actor-isolated context may introduce data races
|
Tests/UITests/TestApp/FirestoreDataStorageTests/FirestoreDataStorageTests.swift#L66
passing argument of non-sendable type 'DocumentReference' outside of main actor-isolated context may introduce data races
|
Tests/UITests/TestApp/FirestoreDataStorageTests/FirestoreDataStorageTests.swift#L79
passing argument of non-sendable type 'DocumentReference' outside of main actor-isolated context may introduce data races
|
|
This job succeeded
Loading