Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sendable conformance and strict concurrency #46

Open
AvdLee opened this issue Feb 12, 2024 · 1 comment
Open

Sendable conformance and strict concurrency #46

AvdLee opened this issue Feb 12, 2024 · 1 comment

Comments

@AvdLee
Copy link

AvdLee commented Feb 12, 2024

Opening this issue to check-in on your plans for concurrency support. Instances like Variant are currently open classes and don't conform to Sendable. This will lead to warnings, and potentially even failures when Swift 6 arrives.

See: https://www.avanderlee.com/concurrency/swift-6-preparing-your-xcode-projects/

Are you working on concurrency support already?

@bgiori
Copy link
Collaborator

bgiori commented Mar 13, 2024

Hi @AvdLee Thanks for bringing this up. We do plan on supporting Sendable protocols on our classes where possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants