dropbox / dropbox/SwiftyDropbox
Swift 6 compatibility
Open
- 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.