You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Opening this issue to check-in on your plans for concurrency support. Instances like
Variant
are currentlyopen classes
and don't conform toSendable
. 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?
The text was updated successfully, but these errors were encountered: