-
Notifications
You must be signed in to change notification settings - Fork 31
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
Shared Not Concurrency Safe #74
Comments
Hi, thank you for report. We don't support beta versions (Swift 6). When the version of Swift is officially released, we will definitely cover it. You can use ExponeaInternal() as a public property instead of shared, but we can't guarantee functionality. |
As swift 6 officially released. we can't work anymore with the sdk |
Hi, I am trying to simulate this warning, but no luck. How this warning blocked you? Could you share your implementation for ExponeaServicing please? |
Thank you. We started with fixing. |
Hello, We have latest exponea sdk 2.28.0, we get the warning
Reference to class property 'shared' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
is there a better way than singleton to init the exponea in the newest versions?
The text was updated successfully, but these errors were encountered: