Skip to content

Swift 6 compatibility #440

Description

@ikorich

Unable to use DropboxClientsManager.authorizedClient with Swift 6
error: Reference to class property 'authorizedClient' is not concurrency-safe because it involves shared mutable state

if set a build flag:

SWIFT_VERSION = 5.10
SWIFT_STRICT_CONCURRENCY = complete

you can find a warning: Reference to class property 'authorizedClient' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions