Skip to content

Fails to build in Xcode 26 Beta due to Sendable error #97

@vishnuravi

Description

@vishnuravi

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions