The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BillboardSwiftLibrary with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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/Fitzafful/BillboardSwiftLibrary.git
Reference: 0.1.4
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/Fitzafful/BillboardSwiftLibrary
 * tag               0.1.4      -> FETCH_HEAD
HEAD is now at 56797c8 Deletion of Build Files
Cloned https://github.com/Fitzafful/BillboardSwiftLibrary.git
Revision (git rev-parse @):
56797c85c542221862e99aca2c0ee78fffa15365
SUCCESS checkout https://github.com/Fitzafful/BillboardSwiftLibrary.git at 0.1.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Fitzafful/BillboardSwiftLibrary.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3026] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.64s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (1.95s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 1.7.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling SwiftSoup Selector.swift
[5/53] Compiling SwiftSoup SerializationException.swift
[6/53] Compiling SwiftSoup SimpleDictionary.swift
[7/53] Compiling SwiftSoup StreamReader.swift
[8/53] Compiling SwiftSoup String.swift
[9/53] Compiling SwiftSoup StringBuilder.swift
[10/53] Compiling SwiftSoup StringUtil.swift
[11/53] Compiling SwiftSoup StructuralEvaluator.swift
[12/53] Compiling SwiftSoup SwiftSoup.swift
[13/53] Compiling SwiftSoup Tag.swift
[14/53] Compiling SwiftSoup TextNode.swift
[15/53] Compiling SwiftSoup Token.swift
[16/53] Compiling SwiftSoup TokenQueue.swift
[17/53] Compiling SwiftSoup Tokeniser.swift
[18/60] Emitting module SwiftSoup
[19/60] Compiling SwiftSoup ArrayExt.swift
[20/60] Compiling SwiftSoup Attribute.swift
[21/60] Compiling SwiftSoup Attributes.swift
[22/60] Compiling SwiftSoup BooleanAttribute.swift
[23/60] Compiling SwiftSoup CharacterExt.swift
[24/60] Compiling SwiftSoup CharacterReader.swift
[25/60] Compiling SwiftSoup Cleaner.swift
[26/60] Compiling SwiftSoup OrderedSet.swift
[27/60] Compiling SwiftSoup ParseError.swift
[28/60] Compiling SwiftSoup ParseErrorList.swift
[29/60] Compiling SwiftSoup ParseSettings.swift
[30/60] Compiling SwiftSoup Parser.swift
[31/60] Compiling SwiftSoup Pattern.swift
[32/60] Compiling SwiftSoup QueryParser.swift
[33/60] Compiling SwiftSoup HtmlTreeBuilder.swift
[34/60] Compiling SwiftSoup HtmlTreeBuilderState.swift
[35/60] Compiling SwiftSoup HttpStatusException.swift
[36/60] Compiling SwiftSoup Node.swift
[37/60] Compiling SwiftSoup NodeTraversor.swift
[38/60] Compiling SwiftSoup NodeVisitor.swift
[39/60] Compiling SwiftSoup OrderedDictionary.swift
[40/60] Compiling SwiftSoup DocumentType.swift
[41/60] Compiling SwiftSoup Element.swift
[42/60] Compiling SwiftSoup Elements.swift
[43/60] Compiling SwiftSoup Entities.swift
[44/60] Compiling SwiftSoup Evaluator.swift
[45/60] Compiling SwiftSoup Exception.swift
[46/60] Compiling SwiftSoup FormElement.swift
[47/60] Compiling SwiftSoup Collector.swift
[48/60] Compiling SwiftSoup CombiningEvaluator.swift
[49/60] Compiling SwiftSoup Comment.swift
[50/60] Compiling SwiftSoup Connection.swift
[51/60] Compiling SwiftSoup DataNode.swift
[52/60] Compiling SwiftSoup DataUtil.swift
[53/60] Compiling SwiftSoup Document.swift
[54/60] Compiling SwiftSoup TokeniserState.swift
[55/60] Compiling SwiftSoup TreeBuilder.swift
[56/60] Compiling SwiftSoup UnicodeScalar.swift
[57/60] Compiling SwiftSoup Validate.swift
[58/60] Compiling SwiftSoup Whitelist.swift
[59/60] Compiling SwiftSoup XmlDeclaration.swift
[60/60] Compiling SwiftSoup XmlTreeBuilder.swift
[62/69] Compiling BillboardSwiftLibrary ChartRequests.swift
/host/spi-builder-workspace/Sources/ChartRequests.swift:71:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: URLSessionProtocol { }
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:45:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest {
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:59:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest { get }
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:30: error: cannot find type 'URLRequest' in scope
        func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
                                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:79: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:68:113: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:76:39: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(urlSessionConfiguration: URLSessionConfiguration, completionHandlerQueue: OperationQueue) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartRequests.swift:47:17: error: cannot find 'URLRequest' in scope
                var request = URLRequest(url: url)
                              ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:77:16: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
                urlSession = URLSession(configuration: urlSessionConfiguration, delegate: nil, delegateQueue: completionHandlerQueue)
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:77:77: error: 'nil' requires a contextual type
                urlSession = URLSession(configuration: urlSessionConfiguration, delegate: nil, delegateQueue: completionHandlerQueue)
                                                                                          ^
/host/spi-builder-workspace/Sources/ChartRequests.swift:95:45: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
                        if successRange.contains(httpUrlResponse.statusCode) {
                                                 ~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:117:45: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
                        if successRange.contains(httpUrlResponse.statusCode) {
                                                 ~~~~~~~~~~~~~~~ ^~~~~~~~~~
[63/69] Compiling BillboardSwiftLibrary Result.swift
/host/spi-builder-workspace/Sources/Result.swift:35:20: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
        case NetworkFailed()
                          ^~
/host/spi-builder-workspace/Sources/Result.swift:35:20: note: did you mean to remove the empty associated value list?
        case NetworkFailed()
                          ^~

/host/spi-builder-workspace/Sources/Result.swift:35:20: note: did you mean to explicitly add a 'Void' associated value?
        case NetworkFailed()
                          ^
                           Void
[64/69] Compiling BillboardSwiftLibrary ChartParser.swift
/host/spi-builder-workspace/Sources/ChartRequests.swift:71:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: URLSessionProtocol { }
^         ~~~~~~~~~~
[65/69] Compiling BillboardSwiftLibrary ChartEnums.swift
[66/69] Compiling BillboardSwiftLibrary ChartGateway.swift
/host/spi-builder-workspace/Sources/ChartGateway.swift:63:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:71:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:83:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:86:44: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(data: Data?, httpUrlResponse: HTTPURLResponse) throws {
                                                  ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/69] Compiling BillboardSwiftLibrary ChartEntry.swift
[68/69] Compiling BillboardSwiftLibrary BillboardManager.swift
/host/spi-builder-workspace/Sources/BillboardManager.swift:30:88: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
                apiClient = ApiClientImplementation(urlSessionConfiguration: URLSessionConfiguration.default,completionHandlerQueue: OperationQueue.main)
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~
[69/69] Emitting module BillboardSwiftLibrary
/host/spi-builder-workspace/Sources/ChartGateway.swift:63:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:71:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:83:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:86:44: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(data: Data?, httpUrlResponse: HTTPURLResponse) throws {
                                                  ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartRequests.swift:71:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: URLSessionProtocol { }
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:45:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest {
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:59:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest { get }
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:30: error: cannot find type 'URLRequest' in scope
        func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
                                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:79: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:68:113: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:76:39: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(urlSessionConfiguration: URLSessionConfiguration, completionHandlerQueue: OperationQueue) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Result.swift:35:20: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
        case NetworkFailed()
                          ^~
/host/spi-builder-workspace/Sources/Result.swift:35:20: note: did you mean to remove the empty associated value list?
        case NetworkFailed()
                          ^~

/host/spi-builder-workspace/Sources/Result.swift:35:20: note: did you mean to explicitly add a 'Void' associated value?
        case NetworkFailed()
                          ^
                           Void
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module BillboardSwiftLibrary
/host/spi-builder-workspace/Sources/ChartGateway.swift:63:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:71:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:83:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:86:44: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(data: Data?, httpUrlResponse: HTTPURLResponse) throws {
                                                  ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartRequests.swift:71:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: URLSessionProtocol { }
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:45:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest {
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:59:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest { get }
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:30: error: cannot find type 'URLRequest' in scope
        func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
                                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:79: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:68:113: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:76:39: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(urlSessionConfiguration: URLSessionConfiguration, completionHandlerQueue: OperationQueue) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Result.swift:35:20: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
        case NetworkFailed()
                          ^~
/host/spi-builder-workspace/Sources/Result.swift:35:20: note: did you mean to remove the empty associated value list?
        case NetworkFailed()
                          ^~

/host/spi-builder-workspace/Sources/Result.swift:35:20: note: did you mean to explicitly add a 'Void' associated value?
        case NetworkFailed()
                          ^
                           Void
[3/6] Compiling BillboardSwiftLibrary ChartParser.swift
/host/spi-builder-workspace/Sources/ChartRequests.swift:71:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: URLSessionProtocol { }
^         ~~~~~~~~~~
[4/6] Compiling BillboardSwiftLibrary ChartGateway.swift
/host/spi-builder-workspace/Sources/ChartGateway.swift:63:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:71:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:83:23: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        let httpUrlResponse: HTTPURLResponse
                             ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartGateway.swift:86:44: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(data: Data?, httpUrlResponse: HTTPURLResponse) throws {
                                                  ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
[5/6] Compiling BillboardSwiftLibrary BillboardManager.swift
/host/spi-builder-workspace/Sources/BillboardManager.swift:30:88: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
                apiClient = ApiClientImplementation(urlSessionConfiguration: URLSessionConfiguration.default,completionHandlerQueue: OperationQueue.main)
                                                                             ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~
[6/6] Compiling BillboardSwiftLibrary ChartRequests.swift
/host/spi-builder-workspace/Sources/ChartRequests.swift:71:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
extension URLSession: URLSessionProtocol { }
^         ~~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:45:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest {
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:59:18: error: cannot find type 'URLRequest' in scope
        var urlRequest: URLRequest { get }
                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:30: error: cannot find type 'URLRequest' in scope
        func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
                                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:68:79: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:68:113: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        func dataTask(with request: URLRequest, completionHandler: @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/ChartRequests.swift:76:39: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        public init(urlSessionConfiguration: URLSessionConfiguration, completionHandlerQueue: OperationQueue) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/Sources/ChartRequests.swift:47:17: error: cannot find 'URLRequest' in scope
                var request = URLRequest(url: url)
                              ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:77:16: error: 'URLSession' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
                urlSession = URLSession(configuration: urlSessionConfiguration, delegate: nil, delegateQueue: completionHandlerQueue)
                             ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:77:77: error: 'nil' requires a contextual type
                urlSession = URLSession(configuration: urlSessionConfiguration, delegate: nil, delegateQueue: completionHandlerQueue)
                                                                                          ^
/host/spi-builder-workspace/Sources/ChartRequests.swift:95:45: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
                        if successRange.contains(httpUrlResponse.statusCode) {
                                                 ~~~~~~~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/Sources/ChartRequests.swift:117:45: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
                        if successRange.contains(httpUrlResponse.statusCode) {
                                                 ~~~~~~~~~~~~~~~ ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2