test: add unit tests for DownloadManager #1097
Annotations
3 errors and 13 warnings
Tests:
Core/CoreTests/CoreMock.generated.swift#L19
type 'AuthInteractorProtocolMock' does not conform to protocol 'AuthInteractorProtocol'
|
Tests:
Core/CoreTests/CoreMock.generated.swift#L469
type 'BaseRouterMock' does not conform to protocol 'BaseRouter'
|
Tests
Process completed with exit code 1.
|
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests
xcodesorg/made/xcodes 1.5.0 is already installed and up-to-date.
To reinstall 1.5.0, run:
brew reinstall xcodes
|
Tests
git-lfs 3.5.1 is already installed and up-to-date.
To reinstall 3.5.1, run:
brew reinstall git-lfs
|
Tests:
Pods/Alamofire/Source/Core/DataStreamRequest.swift#L162
capture of 'stream' with non-sendable type 'OutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Features/EventMonitor.swift#L548
capture of 'stream' with non-sendable type 'InputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Features/ResponseSerialization.swift#L443
conformance of 'JSONDecoder' to 'Sendable' is only available in iOS 16.0 or newer; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Features/ResponseSerialization.swift#L445
conformance of 'PropertyListDecoder' to 'Sendable' is only available in iOS 16.0 or newer; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Core/DataStreamRequest.swift#L162
capture of 'stream' with non-sendable type 'OutputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Features/EventMonitor.swift#L548
capture of 'stream' with non-sendable type 'InputStream' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Features/ResponseSerialization.swift#L443
conformance of 'JSONDecoder' to 'Sendable' is only available in iOS 16.0 or newer; this is an error in the Swift 6 language mode
|
Tests:
Pods/Alamofire/Source/Features/ResponseSerialization.swift#L445
conformance of 'PropertyListDecoder' to 'Sendable' is only available in iOS 16.0 or newer; this is an error in the Swift 6 language mode
|
Tests:
Core/Core/Network/NetworkLogger.swift#L11
non-final class 'NetworkLogger' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
|
Tests:
Core/Core/View/Base/Webview/WebView.swift#L12
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WebKit'
|