generated from StanfordBDHG/SwiftPackageTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
SpeziAccount is failing to build with Xcode 26 Beta with the following errors:
Stored property 'visualizedAccountKeys' of 'Sendable'-conforming struct 'SignupProviderCompliance'
has non-sendable type 'SignupProviderCompliance.VisualizedAccountKeys'
Stored property 'addedAccountKeys' of 'Sendable'-conforming struct 'AccountOverviewValuesComparator' has non-sendable type 'CategorizedAccountKeys'
Stored property 'removedAccountKeys' of 'Sendable'-conforming struct 'AccountOverviewValuesComparator' has non-sendable type 'CategorizedAccountKeys'
Reproduction
Attempt to build SpeziAccount with Xcode 26 Beta.
Expected behavior
Should build.
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working