Skip to content

Support new CodableWithConfiguration conformance of AccountDetails #228

Support new CodableWithConfiguration conformance of AccountDetails

Support new CodableWithConfiguration conformance of AccountDetails #228

Triggered via pull request August 28, 2024 11:18
Status Failure
Total duration 15m 19s
Artifacts 2

build-and-test.yml

on: pull_request
Build and Test Swift Package  /  Test using xcodebuild or run fastlane
2m 37s
Build and Test Swift Package / Test using xcodebuild or run fastlane
Build and Test UI Tests  /  Test using xcodebuild or run fastlane
15m 9s
Build and Test UI Tests / Test using xcodebuild or run fastlane
Upload Coverage Report  /  ...  /  Create and upload coverage report
Upload Coverage Report / Create and upload coverage report / Create and upload coverage report
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 18 warnings
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L186
testAccountEdit, XCTAssertEqual failed: ("[]") is not equal to ("[TestAppUITests.FirestoreAccount(email: "[email protected]", displayName: "Username Test", providerIds: ["password"])]")
Build and Test UI Tests / Test using xcodebuild or run fastlane: 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"])]")
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testAccountLogout, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testAccountRemoval, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L495
testAccountSignUp, Failed to multiple matching elements found for <XCUIElementQuery: 0x60000215d540>.
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testInvalidCredentials, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChangeCancel, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChange, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseClient.swift#L145
testPasswordChangeWrong, failed: caught error: "Error Domain=NSURLErrorDomain Code=-1100 "(null)""
Build and Test UI Tests / Test using xcodebuild or run fastlane: Tests/UITests/TestAppUITests/FirebaseAccountTests.swift#L495
testSignupAccountLinking, Failed to multiple matching elements found for <XCUIElementQuery: 0x6000021543c0>.
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L149
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L230
passing argument of non-sendable type '[String : Any]' outside of actor-isolated context may introduce data races
Build and Test Swift Package / Test using xcodebuild or run fastlane: 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
Build and Test Swift Package / Test using xcodebuild or run fastlane: 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
Build and Test Swift Package / Test using xcodebuild or run fastlane: 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
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L209
capture of 'logger' with non-sendable type 'Logger' in a `@Sendable` closure
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L450
'updateEmail(to:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L676
passing argument of non-sendable type 'AuthorizationController' outside of main actor-isolated context may introduce data races
Build and Test Swift Package / Test using xcodebuild or run fastlane: 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
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L149
non-sendable type 'Logger' in implicitly asynchronous access to actor-isolated property 'logger' cannot cross actor boundary
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift#L230
passing argument of non-sendable type '[String : Any]' outside of actor-isolated context may introduce data races
Build and Test UI Tests / Test using xcodebuild or run fastlane: 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
Build and Test UI Tests / Test using xcodebuild or run fastlane: 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
Build and Test UI Tests / Test using xcodebuild or run fastlane: 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
Build and Test UI Tests / Test using xcodebuild or run fastlane: 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
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L209
capture of 'logger' with non-sendable type 'Logger' in a `@Sendable` closure
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L450
'updateEmail(to:)' is deprecated: `updateEmail` is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail:) instead.
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziFirebaseAccount/FirebaseAccountService.swift#L676
passing argument of non-sendable type 'AuthorizationController' outside of main actor-isolated context may introduce data races

Artifacts

Produced during runtime
Name Size
SpeziFirebase-Package.xcresult Expired
445 KB
UITests.xcresult Expired
130 MB