Provide more flexible Account Service interactions #218
Annotations
10 errors and 9 warnings
Tests/UITests/.derivedData/SourcePackages/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIElement+TextEntry.swift#L137
testAdditionalAccountStorage, Failed to synthesize event: Neither element nor any descendant has keyboard focus. Event dispatch snapshot: SecureTextField, {{20.0, 407.0}, {353.0, 44.0}}, placeholderValue: 'Password', value: Password
|
Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L186
testAccountEdit, XCTAssertEqual failed: ("[]") is not equal to ("[TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Username Test", providerIds: ["password"])]")
|
Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L70
testAccountLogin, XCTAssertEqual failed: ("[]") is not equal to ("[TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Test1 Username1", providerIds: ["password"]), TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Test2 Username2", providerIds: ["password"])]")
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testAccountLogout, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testAccountRemoval, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/.derivedData/SourcePackages/checkouts/XCTestExtensions/Sources/XCTestExtensions/XCUIElement+TextEntry.swift#L137
testAccountSignUp, Failed to synthesize event: Neither element nor any descendant has keyboard focus. Event dispatch snapshot: SecureTextField, {{20.0, 407.0}, {353.0, 44.0}}, placeholderValue: 'Password', value: Password
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testInvalidCredentials, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChangeCancel, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChange, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChangeWrong, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
|
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L124
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
|
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L204
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/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/FirebaseAccountService.swift#L209
capture of 'logger' with non-sendable type 'Logger' in a `@Sendable` closure
|
Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L450
'updateEmail(to:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
|
Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L676
passing argument of non-sendable type 'AuthorizationController' outside of main 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
|
The logs for this run have expired and are no longer available.
Loading