amplitude / amplitude/experiment-ios-client
`Sendable` conformance and strict concurrency
Open
- Dominant language
- Swift
- Stars
- 5
- Forks
- 17
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 3
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.