You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that part of this library may require updating for the upcoming concurrency changes in Swift 6
After turning on strict concurrency checks I'm seeing the following error in my project for static properties of the LogLevel class:
Static property 'debug' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
Hello,
I've noticed that part of this library may require updating for the upcoming concurrency changes in Swift 6
After turning on strict concurrency checks I'm seeing the following error in my project for static properties of the LogLevel class:
Relevant guide:
The text was updated successfully, but these errors were encountered: