Skip to content

Allow AccountSetup to be created with async function to handle completeness of the account setup #390

Allow AccountSetup to be created with async function to handle completeness of the account setup

Allow AccountSetup to be created with async function to handle completeness of the account setup #390

Triggered via pull request September 12, 2024 18:11
Status Failure
Total duration 6h 52m 31s
Artifacts 6

build-and-test.yml

on: pull_request
Build and Test Swift Package  /  Test using xcodebuild or run fastlane
3m 37s
Build and Test Swift Package / Test using xcodebuild or run fastlane
Build and Test Swift Package macOS  /  Test using xcodebuild or run fastlane
6h 4m
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane
Build and Test Swift Package visionOS  /  Test using xcodebuild or run fastlane
2m 13s
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane
Build and Test UI Tests  /  Test using xcodebuild or run fastlane
14m 25s
Build and Test UI Tests / Test using xcodebuild or run fastlane
Build and Test UI Tests visionOS  /  Test using xcodebuild or run fastlane
16m 26s
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane
Build and Test Swift Package iOS Latest  /  Test using xcodebuild or run fastlane
2m 36s
Build and Test Swift Package iOS Latest / Test using xcodebuild or run fastlane
Build and Test UI Tests Latest  /  Test using xcodebuild or run fastlane
14m 46s
Build and Test UI Tests Latest / 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

1 error and 61 warnings
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane
The job running on runner GitHub Runner 4 has exceeded the maximum execution time of 360 minutes.
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountValue/AccountKeyCategory.swift#L43
stored property 'categoryTitle' of 'Sendable'-conforming struct 'AccountKeyCategory' has non-sendable type 'LocalizedStringResource?'
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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/SpeziAccount/Views/AccountOverview/PasswordChangeSheet.swift#L132
capture of 'newPassword' with non-sendable type 'Binding<String>' in a `@Sendable` closure
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Views/AccountOverview/View+AccountOverviewObjects.swift#L16
non-sendable type 'AccountDetailsBuilder' in asynchronous access to main actor-isolated property 'modifiedDetailsBuilder' cannot cross actor boundary
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L167
passing argument of non-sendable type 'any AccountStorageProvider' outside of main actor-isolated context may introduce data races
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Account.swift#L110
main actor-isolated property '__accountService' can not be mutated from a non-isolated context; this is an error in Swift 6
Build and Test Swift Package / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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 visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountValue/AccountKeyCategory.swift#L43
stored property 'categoryTitle' of 'Sendable'-conforming struct 'AccountKeyCategory' has non-sendable type 'LocalizedStringResource?'
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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 visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountValue/AccountKeyCategory.swift#L43
stored property 'categoryTitle' of 'Sendable'-conforming struct 'AccountKeyCategory' has non-sendable type 'LocalizedStringResource?'
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Account.swift#L110
main actor-isolated property '__accountService' can not be mutated from a non-isolated context; this is an error in Swift 6
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L167
passing argument of non-sendable type 'any AccountStorageProvider' outside of main actor-isolated context may introduce data races
Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Views/AccountOverview/PasswordChangeSheet.swift#L132
capture of 'newPassword' with non-sendable type 'Binding<String>' in a `@Sendable` closure
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountValue/AccountKeyCategory.swift#L43
stored property 'categoryTitle' of 'Sendable'-conforming struct 'AccountKeyCategory' has non-sendable type 'LocalizedStringResource?'
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L167
passing argument of non-sendable type 'any AccountStorageProvider' outside of main actor-isolated context may introduce data races
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Views/AccountOverview/PasswordChangeSheet.swift#L132
capture of 'newPassword' with non-sendable type 'Binding<String>' in a `@Sendable` closure
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Views/AccountOverview/View+AccountOverviewObjects.swift#L16
non-sendable type 'AccountDetailsBuilder' in asynchronous access to main actor-isolated property 'modifiedDetailsBuilder' cannot cross actor boundary
Build and Test UI Tests / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Account.swift#L110
main actor-isolated property '__accountService' can not be mutated from a non-isolated context; this is an error in Swift 6
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountValue/AccountKeyCategory.swift#L43
stored property 'categoryTitle' of 'Sendable'-conforming struct 'AccountKeyCategory' has non-sendable type 'LocalizedStringResource?'
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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 visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Views/AccountOverview/PasswordChangeSheet.swift#L132
capture of 'newPassword' with non-sendable type 'Binding<String>' in a `@Sendable` closure
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/Views/AccountOverview/View+AccountOverviewObjects.swift#L16
non-sendable type 'AccountDetailsBuilder' in asynchronous access to main actor-isolated property 'modifiedDetailsBuilder' cannot cross actor boundary
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L41
stored property 'storageProvider' of 'Sendable'-conforming class 'ExternalAccountStorage' is mutable
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ExternalAccountStorage.swift#L167
passing argument of non-sendable type 'any AccountStorageProvider' outside of main actor-isolated context may introduce data races
Build and Test UI Tests visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/ViewModifier/AccountRequiredModifier.swift#L13
let '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 visionOS / Test using xcodebuild or run fastlane: Sources/SpeziAccount/AccountService/Configuration/UserIdType.swift#L23
associated value 'custom' of 'Sendable'-conforming enum 'UserIdType' has non-sendable type 'LocalizedStringResource'
Build and Test Swift Package macOS / Test using xcodebuild or run fastlane
Runner GitHub Runner 4 did not respond to a cancelation request with 00:05:00.

Artifacts

Produced during runtime
Name Size
SpeziAccount-Latest.xcresult
465 KB
SpeziAccount-visionOS.xcresult
440 KB
SpeziAccount.xcresult
446 KB
TestApp-iOS-Latest.xcresult
5.84 MB
TestApp-iOS.xcresult
5.82 MB
TestApp-visionOS.xcresult
3.87 MB