Skip to content

Adopt Sendable (enable native Swift 6 support) #282

@RandomHashTags

Description

@RandomHashTags

Swift 6 introduced strict concurrency checking to prevent data-races.

Developers adopting and utilizing Swift 6 features will get compiler errors if they use this library because it doesn't explicitly conform to Sendable, which makes it unusable without manual intervention (or using @preconcurrency on imports, which shouldn't be used because this library uses concurrency).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions