-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
I'm updating my app for iOS 26 and have experiment-ios-client version 1.18.2 as a dependency:
.package(url: "https://github.com/amplitude/experiment-ios-client", from: "1.0.0"),
When trying to compile the target, I get a few errors about it not satisfying various concurrency rules:
Static property 'instancesLock' is not concurrency-safe because it is nonisolated global shared mutable state
Static property 'fallbackVariant' is not concurrency-safe because non-'Sendable' type 'Variant' may have shared mutable state
...
Xcode 26.0 Beta 6
Sequoia 15.6.1
Reactions are currently unavailable