dropbox / dropbox/SwiftyDropbox

Swift 6 compatibility

Open
#440 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
721
Forks
218
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.