Unchanged files with check annotations Beta

import Foundation
import MullvadTypes
extension URLSessionTask: Cancellable {}

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Unit tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Unit tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future

Check warning on line 12 in ios/MullvadREST/Transport/Direct/URLSessionTransport.swift

View workflow job for this annotation

GitHub Actions / Screenshot tests

extension declares a conformance of imported type 'URLSessionTask' to imported protocol 'Cancellable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
public final class URLSessionTransport: RESTTransport {
public var name: String {