-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
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
Labels
No labels