refactor: Navigate with js calls #234
Annotations
10 warnings
|
EuriaFeatures/MainView/MainView.swift#L56
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
|
|
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
|
|
EuriaCore/UniversalLinkHandler.swift#L64
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
|
|
EuriaCore/AccountManager.swift#L92
sending value of non-Sendable type 'any InfomaniakNetworkLoginable' risks causing data races; this is an error in the Swift 6 language mode
|
|
EuriaCore/AccountManager.swift#L23
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'InfomaniakCore'
|
|
EuriaCore/AccountManager.swift#L172
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
|
|
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
|
|
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
|
|
EuriaCore/AccountManager.swift#L23
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'InfomaniakCore'
|
|
EuriaCore/AccountManager.swift#L172
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
|
The logs for this run have expired and are no longer available.
Loading