feat: Hide current upsale screens #2322
Annotations
2 errors and 11 warnings
|
Test Local
The operation was canceled.
|
Test Local:
--- xcodebuild#L1
Using the first of multiple matching destinations:
|
Build:
--- xcodebuild#L1
Using the first of multiple matching destinations:
|
Build:
--- xcodebuild#L1
Using the first of multiple matching destinations:
|
Build:
kDriveCore/Data/Api/DriveApiFetcher.swift#L554
non-final class 'SyncedAuthenticator' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
Build:
kDriveCore/Data/Api/DriveApiFetcher.swift#L555
stored property '_accountManager' of 'Sendable'-conforming class 'SyncedAuthenticator' is mutable; this is an error in the Swift 6 language mode
|
Build:
kDriveCore/Data/Api/DriveApiFetcher.swift#L687
non-final class 'NetworkRequestRetrier' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
Build:
kDriveCore/Data/Api/DriveApiFetcher.swift#L689
stored property 'retriedRequests' of 'Sendable'-conforming class 'NetworkRequestRetrier' is mutable; this is an error in the Swift 6 language mode
|
Build:
kDriveCore/Data/Cache/DriveFileManager/DriveFileManager.swift#L30
extension declares a conformance of imported type 'TransactionExecutor' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'InfomaniakCoreDB' introduce this conformance in the future
|
Build:
kDriveCore/Data/DownloadQueue/BackgroundDownloadSessionManager.swift#L49
sendability of function types in instance method 'downloadTask(with:completionHandler:)' does not match requirement in protocol 'FileDownloadSession'; this is an error in the Swift 6 language mode
|
Build:
kDriveCore/Data/MQService/MQService.swift#L47
'createNew' is deprecated: Please use `.shared(existingGroup)` or use the singleton via `.shared(MultiThreadedEventLoopGroup.singleton)` or similar
|
Build:
kDriveCore/Data/UploadQueue/Operation/UploadOperation+Error.swift#L317
extension declares a conformance of imported type 'ApiError' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'InfomaniakCore' introduce this conformance in the future
|
Loading