feat: Share extension #282
ci.yml
on: pull_request
Build and Test project
1m 23s
Annotations
10 warnings
|
Build and Test project:
EuriaCore/AccountManager.swift#L183
non-Sendable type 'ApiFetcher' cannot be returned from actor-isolated implementation to caller of protocol requirement 'getApiFetcher(for:token:)'; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/Attachment Upload/UploadManager.swift#L63
sending value of non-Sendable type '(ImportedFile) async -> Void' risks causing data races; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/Attachment Upload/UploadManager.swift#L22
conformance of 'UploadManager' to protocol 'WebViewMessageSubscriber' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/Extensions/UserDefaults+Extension.swift#L27
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/Utils/TargetAssembly.swift#L51
reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/UniversalLinkHandler.swift#L73
reference to static property 'current' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/Extensions/UserDefaults+Extension.swift#L27
static property 'shared' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/Attachment Upload/UploadManager.swift#L22
conformance of 'UploadManager' to protocol 'WebViewMessageSubscriber' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode
|
|
Build and Test project:
EuriaCore/AccountManager.swift#L23
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'InfomaniakCore'
|
|
Build and Test project:
EuriaCore/AccountManager.swift#L183
non-Sendable type 'ApiFetcher' cannot be returned from actor-isolated implementation to caller of protocol requirement 'getApiFetcher(for:token:)'; this is an error in the Swift 6 language mode
|