Skip to content

Swift 6 - Concurrency #75

Description

@james-ff

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:

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

Relevant guide:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions