The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SURL with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLet/SURL.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/0xLet/SURL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c04f941 Added canImport(Combine)
Cloned https://github.com/0xLet/SURL.git
Revision (git rev-parse @):
c04f941eea250f78f5c7151c03cd2489ca9ffc2b
SUCCESS checkout https://github.com/0xLet/SURL.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/0xLet/SURL.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Compiling SURL String+.swift
[4/6] Emitting module SURL
/host/spi-builder-workspace/Sources/SURL/URL+.swift:14:19: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var dataTask: URLSessionDataTask {
                  ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:92: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                                                           ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:28:10: error: cannot find type 'URLRequest' in scope
    ) -> URLRequest {
         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:25:35: error: cannot find type 'URLRequest' in scope
        forHTTPMethod httpMethod: URLRequest.HTTPRequestMethod? = .GET,
                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:26:22: error: cannot find type 'URLRequest' in scope
        cachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:43:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:49:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:57:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:63:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:69:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:78:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:89:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:102:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:113:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
[5/6] Compiling SURL URLRequest+.swift
/host/spi-builder-workspace/Sources/SURL/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
[6/6] Compiling SURL URL+.swift
/host/spi-builder-workspace/Sources/SURL/URL+.swift:14:19: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var dataTask: URLSessionDataTask {
                  ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:92: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                                                           ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:28:10: error: cannot find type 'URLRequest' in scope
    ) -> URLRequest {
         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:25:35: error: cannot find type 'URLRequest' in scope
        forHTTPMethod httpMethod: URLRequest.HTTPRequestMethod? = .GET,
                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:26:22: error: cannot find type 'URLRequest' in scope
        cachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:43:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:49:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:57:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:63:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:69:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:78:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:89:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:102:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:113:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:15:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: self)
        ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:19:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: self, completionHandler: handler)
        ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:29:23: error: cannot find 'URLRequest' in scope
        var request = URLRequest(url: self,
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:33:28: error: type of expression is ambiguous without a type annotation
        request.httpMethod = httpMethod?.rawValue
        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:45:36: error: cannot infer contextual base in reference to member 'GET'
        urlRequest(forHTTPMethod: .GET).dataTask(withHandler: handler).resume()
                                  ~^~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:51:36: error: cannot infer contextual base in reference to member 'HEAD'
        urlRequest(forHTTPMethod: .HEAD).dataTask { (data, response, error) in
                                  ~^~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:59:36: error: cannot infer contextual base in reference to member 'CONNECT'
        urlRequest(forHTTPMethod: .CONNECT).dataTask(withHandler: handler).resume()
                                  ~^~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:65:36: error: cannot infer contextual base in reference to member 'OPTIONS'
        urlRequest(forHTTPMethod: .OPTIONS).dataTask(withHandler: handler).resume()
                                  ~^~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:71:36: error: cannot infer contextual base in reference to member 'TRACE'
        urlRequest(forHTTPMethod: .TRACE).dataTask { (data, response, error) in
                                  ~^~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:80:50: error: cannot infer contextual base in reference to member 'POST'
        var request = urlRequest(forHTTPMethod: .POST)
                                                ~^~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:91:50: error: cannot infer contextual base in reference to member 'PUT'
        var request = urlRequest(forHTTPMethod: .PUT)
                                                ~^~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:104:50: error: cannot infer contextual base in reference to member 'PATCH'
        var request = urlRequest(forHTTPMethod: .PATCH)
                                                ~^~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:115:50: error: cannot infer contextual base in reference to member 'DELETE'
        var request = urlRequest(forHTTPMethod: .DELETE)
                                                ~^~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling SURL URLRequest+.swift
/host/spi-builder-workspace/Sources/SURL/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SURL
/host/spi-builder-workspace/Sources/SURL/URL+.swift:14:19: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var dataTask: URLSessionDataTask {
                  ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:92: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                                                           ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:28:10: error: cannot find type 'URLRequest' in scope
    ) -> URLRequest {
         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:25:35: error: cannot find type 'URLRequest' in scope
        forHTTPMethod httpMethod: URLRequest.HTTPRequestMethod? = .GET,
                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:26:22: error: cannot find type 'URLRequest' in scope
        cachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:43:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:49:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:57:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:63:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:69:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:78:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:89:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:102:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:113:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URLRequest+.swift:10:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
[4/4] Compiling SURL URL+.swift
/host/spi-builder-workspace/Sources/SURL/URL+.swift:14:19: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var dataTask: URLSessionDataTask {
                  ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:18:92: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask {
                                                                                           ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:28:10: error: cannot find type 'URLRequest' in scope
    ) -> URLRequest {
         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:25:35: error: cannot find type 'URLRequest' in scope
        forHTTPMethod httpMethod: URLRequest.HTTPRequestMethod? = .GET,
                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:26:22: error: cannot find type 'URLRequest' in scope
        cachePolicy: URLRequest.CachePolicy = .useProtocolCachePolicy,
                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:43:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:49:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:57:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:63:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:69:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:78:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:89:41: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (URLResponse?, Error?) -> Void
                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:102:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:113:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        withHandler handler: @escaping (Data?, URLResponse?, Error?) -> Void
                                               ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SURL/URL+.swift:15:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: self)
        ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:19:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: self, completionHandler: handler)
        ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:29:23: error: cannot find 'URLRequest' in scope
        var request = URLRequest(url: self,
                      ^~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:33:28: error: type of expression is ambiguous without a type annotation
        request.httpMethod = httpMethod?.rawValue
        ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:45:36: error: cannot infer contextual base in reference to member 'GET'
        urlRequest(forHTTPMethod: .GET).dataTask(withHandler: handler).resume()
                                  ~^~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:51:36: error: cannot infer contextual base in reference to member 'HEAD'
        urlRequest(forHTTPMethod: .HEAD).dataTask { (data, response, error) in
                                  ~^~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:59:36: error: cannot infer contextual base in reference to member 'CONNECT'
        urlRequest(forHTTPMethod: .CONNECT).dataTask(withHandler: handler).resume()
                                  ~^~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:65:36: error: cannot infer contextual base in reference to member 'OPTIONS'
        urlRequest(forHTTPMethod: .OPTIONS).dataTask(withHandler: handler).resume()
                                  ~^~~~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:71:36: error: cannot infer contextual base in reference to member 'TRACE'
        urlRequest(forHTTPMethod: .TRACE).dataTask { (data, response, error) in
                                  ~^~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:80:50: error: cannot infer contextual base in reference to member 'POST'
        var request = urlRequest(forHTTPMethod: .POST)
                                                ~^~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:91:50: error: cannot infer contextual base in reference to member 'PUT'
        var request = urlRequest(forHTTPMethod: .PUT)
                                                ~^~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:104:50: error: cannot infer contextual base in reference to member 'PATCH'
        var request = urlRequest(forHTTPMethod: .PATCH)
                                                ~^~~~~
/host/spi-builder-workspace/Sources/SURL/URL+.swift:115:50: error: cannot infer contextual base in reference to member 'DELETE'
        var request = urlRequest(forHTTPMethod: .DELETE)
                                                ~^~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1