We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDK version: 3.3.6 Xcode version: 16.2 Swift version: 6.0.3
I have 3 similar problems inside the Adapty.swift file associated with the Swift version.
#if compiler(>=5.10) let variationIdStorage = VariationIdStorage() // error here #else let variationIdStorage = await VariationIdStorage() #endif
I think it should be the other way around.
#if compiler(>=5.10) let variationIdStorage = await VariationIdStorage() #else let variationIdStorage = VariationIdStorage() #endif
The text was updated successfully, but these errors were encountered:
Hi @AtrakhimovichDev! Could you please provide more details?
There was a similar issue #106 that was resolved by manually applying Swift 6 mode to the Adapty SDK.
Sorry, something went wrong.
No branches or pull requests
SDK version: 3.3.6
Xcode version: 16.2
Swift version: 6.0.3
I have 3 similar problems inside the Adapty.swift file associated with the Swift version.
I think it should be the other way around.
The text was updated successfully, but these errors were encountered: