Skip to content
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

Strict Concurrency / Swift 6 Compatibility #5

Closed
Brett-Best opened this issue Apr 29, 2024 · 5 comments
Closed

Strict Concurrency / Swift 6 Compatibility #5

Brett-Best opened this issue Apr 29, 2024 · 5 comments

Comments

@Brett-Best
Copy link
Contributor

Just wondering if you've had any thought on ways to address the strict concurrency warnings which will become errors in Swift 6?

@ikhvorost
Copy link
Owner

Hi @Brett-Best!

Do you mean these warnings?

warning: static property 'methodInfo' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
warning: reference to static property 'methodInfo' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

@Brett-Best
Copy link
Contributor Author

Yep, so far those the only ones I've ran into

@ikhvorost
Copy link
Owner

It'll be fixed in new release. Thanks.

@ikhvorost ikhvorost reopened this May 1, 2024
@ikhvorost
Copy link
Owner

Warnings are fixed in 1.1.0. Thanks.

@Brett-Best
Copy link
Contributor Author

Thanks 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants