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
Hello,
I am encountering the following error when trying to modify the log levels and writers:
The log variable is not concurrency-safe.
Since the PubNubLogger initialiser is private, do you have any suggestions for migrating this to Swift 6?
I am using Xcode 16 with Swift 6.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @luchi2300, thank you for reaching out to us. We'll begin migrating to Swift 6 and will notify about next updates
Sorry, something went wrong.
Also waiting for PubNub SDK being migrated to Swift 6.
Before that happens, you can use @preconcurrency to suppress the warning.
@preconcurrency
No branches or pull requests
Hello,
I am encountering the following error when trying to modify the log levels and writers:
The log variable is not concurrency-safe.
Since the PubNubLogger initialiser is private, do you have any suggestions for migrating this to Swift 6?
I am using Xcode 16 with Swift 6.
Thanks.
The text was updated successfully, but these errors were encountered: