The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MoyaSugar 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

public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:332:25: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let start = CFAbsoluteTimeGetCurrent()
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:341:23: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let end = CFAbsoluteTimeGetCurrent()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:413:44: error: cannot convert value of type '(AFDataResponse<Data>) -> Void' (aka '(DataResponse<Data, AFError>) -> ()') to expected argument type '(DataResponse<DataResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('DataResponseSerializer.SerializedObject' and 'Data') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:470:44: error: cannot convert value of type '(AFDownloadResponse<Data>) -> Void' (aka '(DownloadResponse<Data, AFError>) -> ()') to expected argument type '(DownloadResponse<DataResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('DataResponseSerializer.SerializedObject' and 'Data') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:519:61: error: cannot find type 'CFString' in scope
        if let encodingName = response?.textEncodingName as CFString?, convertedEncoding == nil {
                                                            ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:519:41: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'textEncodingName'
        if let encodingName = response?.textEncodingName as CFString?, convertedEncoding == nil {
                              ~~~~~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:520:31: error: cannot find 'CFStringConvertIANACharSetNameToEncoding' in scope
            let ianaCharSet = CFStringConvertIANACharSetNameToEncoding(encodingName)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:521:36: error: cannot find 'CFStringConvertEncodingToNSStringEncoding' in scope
            let nsStringEncoding = CFStringConvertEncodingToNSStringEncoding(ianaCharSet)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:551:44: error: cannot convert value of type '(AFDataResponse<String>) -> Void' (aka '(DataResponse<String, AFError>) -> ()') to expected argument type '(DataResponse<StringResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('StringResponseSerializer.SerializedObject' and 'String') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:572:44: error: cannot convert value of type '(AFDownloadResponse<String>) -> Void' (aka '(DownloadResponse<String, AFError>) -> ()') to expected argument type '(DownloadResponse<StringResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('StringResponseSerializer.SerializedObject' and 'String') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:641:44: error: cannot convert value of type '(AFDataResponse<Any>) -> Void' (aka '(DataResponse<Any, AFError>) -> ()') to expected argument type '(DataResponse<JSONResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('JSONResponseSerializer.SerializedObject' and 'Any') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:661:44: error: cannot convert value of type '(AFDownloadResponse<Any>) -> Void' (aka '(DownloadResponse<Any, AFError>) -> ()') to expected argument type '(DownloadResponse<JSONResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('JSONResponseSerializer.SerializedObject' and 'Any') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:777:44: error: cannot convert value of type '(AFDataResponse<T>) -> Void' (aka '(DataResponse<T, AFError>) -> ()') to expected argument type '(DataResponse<DecodableResponseSerializer<_>.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('DecodableResponseSerializer<_>.SerializedObject' and 'T') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:776:45: error: generic parameter 'T' could not be inferred
                        responseSerializer: DecodableResponseSerializer(decoder: decoder),
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:48: note: 'T' declared as parameter to type 'DecodableResponseSerializer'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:776:45: note: explicitly specify the generic arguments to fix this issue
                        responseSerializer: DecodableResponseSerializer(decoder: decoder),
                                            ^
                                                                       <<#T: Decodable#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift:324:40: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    private func shouldRetry(response: HTTPURLResponse?, error: Error) -> Bool {
                                       ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:30: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:94: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift:325:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if let statusCode = response?.statusCode, retryableHTTPStatusCodes.contains(statusCode) {
                            ~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: error: generic parameter 'Success' could not be inferred
                        let response = DataResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: error: generic parameter 'Failure' could not be inferred
                        let response = DataResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: note: explicitly specify the generic arguments to fix this issue
                        let response = DataResponse(request: self.request,
                                       ^
                                                   <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: error: generic parameter 'Success' could not be inferred
                        let response = DownloadResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: error: generic parameter 'Failure' could not be inferred
                        let response = DownloadResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: note: explicitly specify the generic arguments to fix this issue
                        let response = DownloadResponse(request: self.request,
                                       ^
                                                       <Any, <#Failure: Error#>>
[12/37] Compiling Alamofire Result+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:35:25: error: cannot find type 'URLRequest' in scope
    public let request: URLRequest?
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:38:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public let response: HTTPURLResponse?
                         ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:44:25: error: cannot find type 'URLSessionTaskMetrics' in scope
    public let metrics: URLSessionTaskMetrics?
                        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:67:26: error: cannot find type 'URLRequest' in scope
    public init(request: URLRequest?,
                         ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:70:26: error: cannot find type 'URLSessionTaskMetrics' in scope
                metrics: URLSessionTaskMetrics?,
                         ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:68:27: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                response: HTTPURLResponse?,
                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:215:25: error: cannot find type 'URLRequest' in scope
    public let request: URLRequest?
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:218:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public let response: HTTPURLResponse?
                         ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:227:25: error: cannot find type 'URLSessionTaskMetrics' in scope
    public let metrics: URLSessionTaskMetrics?
                        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:252:26: error: cannot find type 'URLRequest' in scope
    public init(request: URLRequest?,
                         ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:256:26: error: cannot find type 'URLSessionTaskMetrics' in scope
                metrics: URLSessionTaskMetrics?,
                         ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:253:27: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                response: HTTPURLResponse?,
                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:98:42: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'headers'
            let sortedHeaders = response.headers.sorted()
                                ~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:285:42: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'headers'
            let sortedHeaders = response.headers.sorted()
                                ~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:44:29: error: cannot find type 'URLRequest' in scope
    func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> SerializedObject
                            ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:44:52: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> SerializedObject
                                                   ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:62:37: error: cannot find type 'URLRequest' in scope
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> SerializedObject
                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:62:60: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> SerializedObject
                                                           ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:115:59: error: cannot find type 'URLRequest' in scope
    public func requestAllowsEmptyResponseData(_ request: URLRequest?) -> Bool? {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:126:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func responseAllowsEmptyResponseData(_ response: HTTPURLResponse?) -> Bool? {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:138:58: error: cannot find type 'URLRequest' in scope
    public func emptyResponseAllowed(forRequest request: URLRequest?, response: HTTPURLResponse?) -> Bool {
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:138:81: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func emptyResponseAllowed(forRequest request: URLRequest?, response: HTTPURLResponse?) -> Bool {
                                                                                ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:146:37: error: cannot find type 'URLRequest' in scope
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> Self.SerializedObject {
                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:146:60: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> Self.SerializedObject {
                                                           ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:439:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Data {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:439:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Data {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:420:20: error: type 'DataResponseSerializer' does not conform to protocol 'DataResponseSerializerProtocol'
public final class DataResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:420:20: error: type 'DataResponseSerializer' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class DataResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:504:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> String {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:504:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> String {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:479:20: error: type 'StringResponseSerializer' does not conform to protocol 'DataResponseSerializerProtocol'
public final class StringResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:479:20: error: type 'StringResponseSerializer' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class StringResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:605:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Any {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:605:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Any {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:581:20: error: type 'JSONResponseSerializer' does not conform to protocol 'DataResponseSerializerProtocol'
public final class JSONResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:581:20: error: type 'JSONResponseSerializer' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class JSONResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:735:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> T {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:735:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> T {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:20: error: type 'DecodableResponseSerializer<T>' does not conform to protocol 'DataResponseSerializerProtocol'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:20: error: type 'DecodableResponseSerializer<T>' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:127:38: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return response.flatMap { $0.statusCode }
                                  ~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:193:25: error: cannot find type 'URLRequest' in scope
    public var request: URLRequest? { return lastRequest }
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:227:25: error: cannot find type 'URLSessionTaskMetrics' in scope
    public var metrics: URLSessionTaskMetrics? { return lastMetrics }
                        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:217:25: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let start = CFAbsoluteTimeGetCurrent()
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:227:23: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let end = CFAbsoluteTimeGetCurrent()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:332:25: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let start = CFAbsoluteTimeGetCurrent()
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:341:23: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let end = CFAbsoluteTimeGetCurrent()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:413:44: error: cannot convert value of type '(AFDataResponse<Data>) -> Void' (aka '(DataResponse<Data, AFError>) -> ()') to expected argument type '(DataResponse<DataResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('DataResponseSerializer.SerializedObject' and 'Data') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:470:44: error: cannot convert value of type '(AFDownloadResponse<Data>) -> Void' (aka '(DownloadResponse<Data, AFError>) -> ()') to expected argument type '(DownloadResponse<DataResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('DataResponseSerializer.SerializedObject' and 'Data') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:519:61: error: cannot find type 'CFString' in scope
        if let encodingName = response?.textEncodingName as CFString?, convertedEncoding == nil {
                                                            ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:519:41: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'textEncodingName'
        if let encodingName = response?.textEncodingName as CFString?, convertedEncoding == nil {
                              ~~~~~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:520:31: error: cannot find 'CFStringConvertIANACharSetNameToEncoding' in scope
            let ianaCharSet = CFStringConvertIANACharSetNameToEncoding(encodingName)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:521:36: error: cannot find 'CFStringConvertEncodingToNSStringEncoding' in scope
            let nsStringEncoding = CFStringConvertEncodingToNSStringEncoding(ianaCharSet)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:551:44: error: cannot convert value of type '(AFDataResponse<String>) -> Void' (aka '(DataResponse<String, AFError>) -> ()') to expected argument type '(DataResponse<StringResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('StringResponseSerializer.SerializedObject' and 'String') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:572:44: error: cannot convert value of type '(AFDownloadResponse<String>) -> Void' (aka '(DownloadResponse<String, AFError>) -> ()') to expected argument type '(DownloadResponse<StringResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('StringResponseSerializer.SerializedObject' and 'String') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:641:44: error: cannot convert value of type '(AFDataResponse<Any>) -> Void' (aka '(DataResponse<Any, AFError>) -> ()') to expected argument type '(DataResponse<JSONResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('JSONResponseSerializer.SerializedObject' and 'Any') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:661:44: error: cannot convert value of type '(AFDownloadResponse<Any>) -> Void' (aka '(DownloadResponse<Any, AFError>) -> ()') to expected argument type '(DownloadResponse<JSONResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('JSONResponseSerializer.SerializedObject' and 'Any') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:777:44: error: cannot convert value of type '(AFDataResponse<T>) -> Void' (aka '(DataResponse<T, AFError>) -> ()') to expected argument type '(DataResponse<DecodableResponseSerializer<_>.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('DecodableResponseSerializer<_>.SerializedObject' and 'T') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:776:45: error: generic parameter 'T' could not be inferred
                        responseSerializer: DecodableResponseSerializer(decoder: decoder),
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:48: note: 'T' declared as parameter to type 'DecodableResponseSerializer'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:776:45: note: explicitly specify the generic arguments to fix this issue
                        responseSerializer: DecodableResponseSerializer(decoder: decoder),
                                            ^
                                                                       <<#T: Decodable#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift:324:40: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    private func shouldRetry(response: HTTPURLResponse?, error: Error) -> Bool {
                                       ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:30: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:94: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift:325:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if let statusCode = response?.statusCode, retryableHTTPStatusCodes.contains(statusCode) {
                            ~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: error: generic parameter 'Success' could not be inferred
                        let response = DataResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: error: generic parameter 'Failure' could not be inferred
                        let response = DataResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: note: explicitly specify the generic arguments to fix this issue
                        let response = DataResponse(request: self.request,
                                       ^
                                                   <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: error: generic parameter 'Success' could not be inferred
                        let response = DownloadResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: error: generic parameter 'Failure' could not be inferred
                        let response = DownloadResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: note: explicitly specify the generic arguments to fix this issue
                        let response = DownloadResponse(request: self.request,
                                       ^
                                                       <Any, <#Failure: Error#>>
[13/37] Compiling Alamofire RetryPolicy.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:35:25: error: cannot find type 'URLRequest' in scope
    public let request: URLRequest?
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:38:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public let response: HTTPURLResponse?
                         ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:44:25: error: cannot find type 'URLSessionTaskMetrics' in scope
    public let metrics: URLSessionTaskMetrics?
                        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:67:26: error: cannot find type 'URLRequest' in scope
    public init(request: URLRequest?,
                         ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:70:26: error: cannot find type 'URLSessionTaskMetrics' in scope
                metrics: URLSessionTaskMetrics?,
                         ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:68:27: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                response: HTTPURLResponse?,
                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:215:25: error: cannot find type 'URLRequest' in scope
    public let request: URLRequest?
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:218:26: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public let response: HTTPURLResponse?
                         ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:227:25: error: cannot find type 'URLSessionTaskMetrics' in scope
    public let metrics: URLSessionTaskMetrics?
                        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:252:26: error: cannot find type 'URLRequest' in scope
    public init(request: URLRequest?,
                         ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:256:26: error: cannot find type 'URLSessionTaskMetrics' in scope
                metrics: URLSessionTaskMetrics?,
                         ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:253:27: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                response: HTTPURLResponse?,
                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:98:42: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'headers'
            let sortedHeaders = response.headers.sorted()
                                ~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:285:42: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'headers'
            let sortedHeaders = response.headers.sorted()
                                ~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:44:29: error: cannot find type 'URLRequest' in scope
    func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> SerializedObject
                            ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:44:52: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> SerializedObject
                                                   ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:62:37: error: cannot find type 'URLRequest' in scope
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> SerializedObject
                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:62:60: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> SerializedObject
                                                           ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:115:59: error: cannot find type 'URLRequest' in scope
    public func requestAllowsEmptyResponseData(_ request: URLRequest?) -> Bool? {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:126:61: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func responseAllowsEmptyResponseData(_ response: HTTPURLResponse?) -> Bool? {
                                                            ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:138:58: error: cannot find type 'URLRequest' in scope
    public func emptyResponseAllowed(forRequest request: URLRequest?, response: HTTPURLResponse?) -> Bool {
                                                         ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:138:81: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func emptyResponseAllowed(forRequest request: URLRequest?, response: HTTPURLResponse?) -> Bool {
                                                                                ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:146:37: error: cannot find type 'URLRequest' in scope
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> Self.SerializedObject {
                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:146:60: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func serializeDownload(request: URLRequest?, response: HTTPURLResponse?, fileURL: URL?, error: Error?) throws -> Self.SerializedObject {
                                                           ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:439:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Data {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:439:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Data {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:420:20: error: type 'DataResponseSerializer' does not conform to protocol 'DataResponseSerializerProtocol'
public final class DataResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:420:20: error: type 'DataResponseSerializer' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class DataResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:504:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> String {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:504:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> String {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:479:20: error: type 'StringResponseSerializer' does not conform to protocol 'DataResponseSerializerProtocol'
public final class StringResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:479:20: error: type 'StringResponseSerializer' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class StringResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:605:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Any {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:605:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> Any {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:581:20: error: type 'JSONResponseSerializer' does not conform to protocol 'DataResponseSerializerProtocol'
public final class JSONResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:581:20: error: type 'JSONResponseSerializer' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class JSONResponseSerializer: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:735:36: error: cannot find type 'URLRequest' in scope
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> T {
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:735:59: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func serialize(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?) throws -> T {
                                                          ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:20: error: type 'DecodableResponseSerializer<T>' does not conform to protocol 'DataResponseSerializerProtocol'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:20: error: type 'DecodableResponseSerializer<T>' does not conform to protocol 'DownloadResponseSerializerProtocol'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:32:20: note: protocol requires nested type 'SerializedObject'; add nested type 'SerializedObject' for conformance
    associatedtype SerializedObject
                   ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:127:38: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        return response.flatMap { $0.statusCode }
                                  ~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:193:25: error: cannot find type 'URLRequest' in scope
    public var request: URLRequest? { return lastRequest }
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:227:25: error: cannot find type 'URLSessionTaskMetrics' in scope
    public var metrics: URLSessionTaskMetrics? { return lastMetrics }
                        ^~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:217:25: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let start = CFAbsoluteTimeGetCurrent()
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:227:23: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let end = CFAbsoluteTimeGetCurrent()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:332:25: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let start = CFAbsoluteTimeGetCurrent()
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:341:23: error: cannot find 'CFAbsoluteTimeGetCurrent' in scope
            let end = CFAbsoluteTimeGetCurrent()
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:413:44: error: cannot convert value of type '(AFDataResponse<Data>) -> Void' (aka '(DataResponse<Data, AFError>) -> ()') to expected argument type '(DataResponse<DataResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('DataResponseSerializer.SerializedObject' and 'Data') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:470:44: error: cannot convert value of type '(AFDownloadResponse<Data>) -> Void' (aka '(DownloadResponse<Data, AFError>) -> ()') to expected argument type '(DownloadResponse<DataResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('DataResponseSerializer.SerializedObject' and 'Data') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:519:61: error: cannot find type 'CFString' in scope
        if let encodingName = response?.textEncodingName as CFString?, convertedEncoding == nil {
                                                            ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:519:41: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'textEncodingName'
        if let encodingName = response?.textEncodingName as CFString?, convertedEncoding == nil {
                              ~~~~~~~~~ ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:520:31: error: cannot find 'CFStringConvertIANACharSetNameToEncoding' in scope
            let ianaCharSet = CFStringConvertIANACharSetNameToEncoding(encodingName)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:521:36: error: cannot find 'CFStringConvertEncodingToNSStringEncoding' in scope
            let nsStringEncoding = CFStringConvertEncodingToNSStringEncoding(ianaCharSet)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:551:44: error: cannot convert value of type '(AFDataResponse<String>) -> Void' (aka '(DataResponse<String, AFError>) -> ()') to expected argument type '(DataResponse<StringResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('StringResponseSerializer.SerializedObject' and 'String') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:572:44: error: cannot convert value of type '(AFDownloadResponse<String>) -> Void' (aka '(DownloadResponse<String, AFError>) -> ()') to expected argument type '(DownloadResponse<StringResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('StringResponseSerializer.SerializedObject' and 'String') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:641:44: error: cannot convert value of type '(AFDataResponse<Any>) -> Void' (aka '(DataResponse<Any, AFError>) -> ()') to expected argument type '(DataResponse<JSONResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('JSONResponseSerializer.SerializedObject' and 'Any') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:661:44: error: cannot convert value of type '(AFDownloadResponse<Any>) -> Void' (aka '(DownloadResponse<Any, AFError>) -> ()') to expected argument type '(DownloadResponse<JSONResponseSerializer.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: arguments to generic parameter 'Success' ('JSONResponseSerializer.SerializedObject' and 'Any') are expected to be equal
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:777:44: error: cannot convert value of type '(AFDataResponse<T>) -> Void' (aka '(DataResponse<T, AFError>) -> ()') to expected argument type '(DataResponse<DecodableResponseSerializer<_>.SerializedObject, AFError>) -> Void'
                        completionHandler: completionHandler)
                                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: arguments to generic parameter 'Success' ('DecodableResponseSerializer<_>.SerializedObject' and 'T') are expected to be equal
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:776:45: error: generic parameter 'T' could not be inferred
                        responseSerializer: DecodableResponseSerializer(decoder: decoder),
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:711:48: note: 'T' declared as parameter to type 'DecodableResponseSerializer'
public final class DecodableResponseSerializer<T: Decodable>: ResponseSerializer {
                                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:776:45: note: explicitly specify the generic arguments to fix this issue
                        responseSerializer: DecodableResponseSerializer(decoder: decoder),
                                            ^
                                                                       <<#T: Decodable#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift:324:40: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    private func shouldRetry(response: HTTPURLResponse?, error: Error) -> Bool {
                                       ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:30: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:94: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift:325:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if let statusCode = response?.statusCode, retryableHTTPStatusCodes.contains(statusCode) {
                            ~~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:186:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: error: generic parameter 'Success' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: error: generic parameter 'Failure' could not be inferred
                let response = DataResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:231:32: note: explicitly specify the generic arguments to fix this issue
                let response = DataResponse(request: self.request,
                               ^
                                           <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: error: generic parameter 'Success' could not be inferred
                        let response = DataResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:28: note: 'Success' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                           ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: error: generic parameter 'Failure' could not be inferred
                        let response = DataResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:33:37: note: 'Failure' declared as parameter to type 'DataResponse'
public struct DataResponse<Success, Failure: Error> {
                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:261:40: note: explicitly specify the generic arguments to fix this issue
                        let response = DataResponse(request: self.request,
                                       ^
                                                   <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:299:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: error: generic parameter 'Success' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: error: generic parameter 'Failure' could not be inferred
                let response = DownloadResponse(request: self.request,
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:345:32: note: explicitly specify the generic arguments to fix this issue
                let response = DownloadResponse(request: self.request,
                               ^
                                               <Any, <#Failure: Error#>>
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: error: generic parameter 'Success' could not be inferred
                        let response = DownloadResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:32: note: 'Success' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: error: generic parameter 'Failure' could not be inferred
                        let response = DownloadResponse(request: self.request,
                                       ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift:213:41: note: 'Failure' declared as parameter to type 'DownloadResponse'
public struct DownloadResponse<Success, Failure: Error> {
                                        ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift:376:40: note: explicitly specify the generic arguments to fix this issue
                        let response = DownloadResponse(request: self.request,
                                       ^
                                                       <Any, <#Failure: Error#>>
[14/37] Compiling Alamofire URLEncodedFormEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift:27:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:27:1: error: non-nominal type 'URLSessionConfiguration' (aka 'AnyObject') cannot be extended
extension URLSessionConfiguration: AlamofireExtended {}
^         ~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:31:34: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static var `default`: URLSessionConfiguration {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:28: error: cannot find 'SecPolicyCreateSSL' in scope
    static let `default` = SecPolicyCreateSSL(true, nil)
                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:53: error: 'nil' requires a contextual type
    static let `default` = SecPolicyCreateSSL(true, nil)
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:28:50: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
extension AlamofireExtension where ExtendedType: URLSessionConfiguration {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:32:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
        let configuration = URLSessionConfiguration.default
                            ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:33:34: error: cannot infer contextual base in reference to member 'default'
        configuration.headers = .default
                                ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:82:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse)
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:96:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse,
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:142:36: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (URLRequest?, HTTPURLResponse, Data?) -> ValidationResult
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:192:47: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (_ request: URLRequest?,
                                              ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:193:25: error: cannot find type 'URLRequest' in scope
    public var request: URLRequest? { return lastRequest }
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:85:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if acceptableStatusCodes.contains(response.statusCode) {
                                          ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:88:78: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            let reason: ErrorReason = .unacceptableStatusCode(code: response.statusCode)
                                                                    ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:103:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'mimeType'
            let responseContentType = response.mimeType,
                                      ~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, data in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, data in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, fileURL in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:45: error: cannot infer type of closure parameter 'response' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:55: error: cannot infer type of closure parameter 'fileURL' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:222:25: error: reference to member 'failure' cannot be resolved without a contextual type
                return .failure(AFError.responseValidationFailed(reason: .dataFileNil))
                       ~^~~~~~~
error: compile command failed due to signal 6 (use -v to see invocation)
[15/37] Compiling Alamofire URLRequest+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift:27:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:27:1: error: non-nominal type 'URLSessionConfiguration' (aka 'AnyObject') cannot be extended
extension URLSessionConfiguration: AlamofireExtended {}
^         ~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:31:34: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static var `default`: URLSessionConfiguration {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:28: error: cannot find 'SecPolicyCreateSSL' in scope
    static let `default` = SecPolicyCreateSSL(true, nil)
                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:53: error: 'nil' requires a contextual type
    static let `default` = SecPolicyCreateSSL(true, nil)
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:28:50: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
extension AlamofireExtension where ExtendedType: URLSessionConfiguration {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:32:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
        let configuration = URLSessionConfiguration.default
                            ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:33:34: error: cannot infer contextual base in reference to member 'default'
        configuration.headers = .default
                                ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:82:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse)
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:96:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse,
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:142:36: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (URLRequest?, HTTPURLResponse, Data?) -> ValidationResult
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:192:47: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (_ request: URLRequest?,
                                              ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:193:25: error: cannot find type 'URLRequest' in scope
    public var request: URLRequest? { return lastRequest }
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:85:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if acceptableStatusCodes.contains(response.statusCode) {
                                          ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:88:78: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            let reason: ErrorReason = .unacceptableStatusCode(code: response.statusCode)
                                                                    ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:103:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'mimeType'
            let responseContentType = response.mimeType,
                                      ~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, data in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, data in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, fileURL in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:45: error: cannot infer type of closure parameter 'response' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:55: error: cannot infer type of closure parameter 'fileURL' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:222:25: error: reference to member 'failure' cannot be resolved without a contextual type
                return .failure(AFError.responseValidationFailed(reason: .dataFileNil))
                       ~^~~~~~~
[16/37] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift:27:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:27:1: error: non-nominal type 'URLSessionConfiguration' (aka 'AnyObject') cannot be extended
extension URLSessionConfiguration: AlamofireExtended {}
^         ~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:31:34: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static var `default`: URLSessionConfiguration {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:28: error: cannot find 'SecPolicyCreateSSL' in scope
    static let `default` = SecPolicyCreateSSL(true, nil)
                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:53: error: 'nil' requires a contextual type
    static let `default` = SecPolicyCreateSSL(true, nil)
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:28:50: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
extension AlamofireExtension where ExtendedType: URLSessionConfiguration {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:32:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
        let configuration = URLSessionConfiguration.default
                            ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:33:34: error: cannot infer contextual base in reference to member 'default'
        configuration.headers = .default
                                ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:82:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse)
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:96:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse,
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:142:36: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (URLRequest?, HTTPURLResponse, Data?) -> ValidationResult
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:192:47: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (_ request: URLRequest?,
                                              ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:193:25: error: cannot find type 'URLRequest' in scope
    public var request: URLRequest? { return lastRequest }
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:85:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if acceptableStatusCodes.contains(response.statusCode) {
                                          ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:88:78: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            let reason: ErrorReason = .unacceptableStatusCode(code: response.statusCode)
                                                                    ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:103:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'mimeType'
            let responseContentType = response.mimeType,
                                      ~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, data in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, data in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, fileURL in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:45: error: cannot infer type of closure parameter 'response' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:55: error: cannot infer type of closure parameter 'fileURL' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:222:25: error: reference to member 'failure' cannot be resolved without a contextual type
                return .failure(AFError.responseValidationFailed(reason: .dataFileNil))
                       ~^~~~~~~
[17/37] Compiling Alamofire Validation.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift:27:18: error: cannot find type 'URLRequest' in scope
public extension URLRequest {
                 ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:27:1: error: non-nominal type 'URLSessionConfiguration' (aka 'AnyObject') cannot be extended
extension URLSessionConfiguration: AlamofireExtended {}
^         ~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:31:34: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public static var `default`: URLSessionConfiguration {
                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:28: error: cannot find 'SecPolicyCreateSSL' in scope
    static let `default` = SecPolicyCreateSSL(true, nil)
                           ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:496:53: error: 'nil' requires a contextual type
    static let `default` = SecPolicyCreateSSL(true, nil)
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:28:50: error: 'URLSessionConfiguration' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
extension AlamofireExtension where ExtendedType: URLSessionConfiguration {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~
Foundation.URLSessionConfiguration:2:18: note: 'URLSessionConfiguration' has been explicitly marked unavailable here
public typealias URLSessionConfiguration = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:32:53: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
        let configuration = URLSessionConfiguration.default
                            ~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift:33:34: error: cannot infer contextual base in reference to member 'default'
        configuration.headers = .default
                                ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:82:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse)
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:96:54: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                                           response: HTTPURLResponse,
                                                     ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:142:36: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (URLRequest?, HTTPURLResponse, Data?) -> ValidationResult
                                   ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:192:47: error: cannot find type 'URLRequest' in scope
    public typealias Validation = (_ request: URLRequest?,
                                              ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift:193:25: error: cannot find type 'URLRequest' in scope
    public var request: URLRequest? { return lastRequest }
                        ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:85:52: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        if acceptableStatusCodes.contains(response.statusCode) {
                                          ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:88:78: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
            let reason: ErrorReason = .unacceptableStatusCode(code: response.statusCode)
                                                                    ~~~~~~~~ ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:103:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'mimeType'
            let responseContentType = response.mimeType,
                                      ~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:153:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, data in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:152:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:166:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:167:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, data in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, _ in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:206:55: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, _ in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:16: error: no exact matches in call to instance method 'validate'
        return validate { [unowned self] _, response, fileURL in
               ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:205:17: note: found this candidate
    public func validate<S: Sequence>(statusCode acceptableStatusCodes: S) -> Self where S.Iterator.Element == Int {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:219:17: note: found this candidate
    public func validate<S: Sequence>(contentType acceptableContentTypes: @escaping @autoclosure () -> S) -> Self where S.Iterator.Element == String {
                ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:42: error: cannot infer type of closure parameter '_' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                         ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:45: error: cannot infer type of closure parameter 'response' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                            ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:220:55: error: cannot infer type of closure parameter 'fileURL' without a type annotation
        return validate { [unowned self] _, response, fileURL in
                                                      ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift:222:25: error: reference to member 'failure' cannot be resolved without a contextual type
                return .failure(AFError.responseValidationFailed(reason: .dataFileNil))
                       ~^~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:130:31: error: cannot find type 'SecTrust' in scope
            public let trust: SecTrust
                              ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:132:32: error: cannot find type 'OSStatus' in scope
            public let status: OSStatus
                               ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:134:32: error: cannot find type 'SecTrustResultType' in scope
            public let result: SecTrustResultType
                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:43: error: cannot find type 'SecTrust' in scope
            init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
                                          ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:63: error: cannot find type 'OSStatus' in scope
            init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
                                                              ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:83: error: cannot find type 'SecTrustResultType' in scope
            init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
                                                                                  ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:45: error: cannot find type 'SecTrust' in scope
        case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
                                            ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:63: error: cannot find type 'SecPolicy' in scope
        case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
                                                              ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:82: error: cannot find type 'OSStatus' in scope
        case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
                                                                                 ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:154:54: error: cannot find type 'OSStatus' in scope
        case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
                                                     ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:154:79: error: cannot find type 'SecCertificate' in scope
        case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
                                                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:60: error: cannot find type 'SecTrust' in scope
        case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
                                                           ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:91: error: cannot find type 'SecCertificate' in scope
        case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
                                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:129: error: cannot find type 'SecCertificate' in scope
        case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
                                                                                                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:58: error: cannot find type 'SecTrust' in scope
        case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
                                                         ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:81: error: cannot find type 'SecKey' in scope
        case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
                                                                                ^~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:103: error: cannot find type 'SecKey' in scope
        case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
                                                                                                      ^~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:139:30: error: cannot find type 'CFOptionFlags' in scope
        public let rawValue: CFOptionFlags
                             ^~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:30: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:94: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
    func asURLRequest() throws -> URLRequest
                                  ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:41:27: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(_ task: URLSessionDataTask,
                          ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:42:47: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                  willCacheResponse response: CachedURLResponse,
                                              ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:43:42: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                  completion: @escaping (CachedURLResponse?) -> Void)
                                         ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:22: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
                     ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:42: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
                                         ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:64: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
                                                               ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:78:34: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func dataTask(_ task: URLSessionDataTask,
                                 ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:79:54: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                         willCacheResponse response: CachedURLResponse,
                                                     ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:80:49: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                         completion: @escaping (CachedURLResponse?) -> Void) {
                                                ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
Can't demangle: $s9Alamofire7AFErrorO24ServerTrustFailureReasonO24certificatePinningFailed33_E6FE27F77E4165F94EC7579EB4CCE715LLXeF4hostL_SSvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AlamofireExtended.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPMethod.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartFormData.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartUpload.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Notifications.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/OperationQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RedirectHandler.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestTaskMap.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Result+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Session.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/SessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLEncodedFormEncoder.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift -supplementary-output-file-map /tmp/TemporaryDirectory.L39Ouf/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Alamofire -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/AFError.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/Alamofire.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/AlamofireExtended.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/CachedResponseHandler.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'AFError' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:29:8)
4.	While walking into 'ServerTrustFailureReason' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:124:12)
5.	While evaluating request USRGenerationRequest(Alamofire.(file).AFError.ServerTrustFailureReason.certificatePinningFailed(host:trust:pinnedCertificates:serverCertificates:).host@/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:39)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x555ee9732d73]
/usr/bin/swift-frontend(+0x7305abe)[0x555ee9730abe]
/usr/bin/swift-frontend(+0x73080ea)[0x555ee97330ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f142e32f520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f142e3839fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f142e32f476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f142e3157f3]
/usr/bin/swift-frontend(+0x2af4275)[0x555ee4f1f275]
/usr/bin/swift-frontend(+0x2755c54)[0x555ee4b80c54]
/usr/bin/swift-frontend(+0x2ab869b)[0x555ee4ee369b]
/usr/bin/swift-frontend(+0x2347a0c)[0x555ee4772a0c]
/usr/bin/swift-frontend(+0x106859c)[0x555ee349359c]
/usr/bin/swift-frontend(+0x1068102)[0x555ee3493102]
/usr/bin/swift-frontend(+0x106716b)[0x555ee349216b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x555ee4ee41aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x555ee3461d5b]
/usr/bin/swift-frontend(+0x10362a7)[0x555ee34612a7]
/usr/bin/swift-frontend(+0x1033c59)[0x555ee345ec59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x555ee40dfcd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x555ee4bd805c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x555ee4bd9b3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x555ee4bdc0e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x555ee4bd807c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x555ee4bdcc1f]
/usr/bin/swift-frontend(+0x27b086b)[0x555ee4bdb86b]
/usr/bin/swift-frontend(+0x27ad07c)[0x555ee4bd807c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x555ee4bdcc1f]
/usr/bin/swift-frontend(+0x27b086b)[0x555ee4bdb86b]
/usr/bin/swift-frontend(+0x27ad07c)[0x555ee4bd807c]
/usr/bin/swift-frontend(+0x27acf73)[0x555ee4bd7f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x555ee4db61e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x555ee40dd6a6]
/usr/bin/swift-frontend(+0x1032c84)[0x555ee345dc84]
/usr/bin/swift-frontend(+0x1032b2a)[0x555ee345db2a]
/usr/bin/swift-frontend(+0x1027f82)[0x555ee3452f82]
/usr/bin/swift-frontend(+0x1027978)[0x555ee3452978]
/usr/bin/swift-frontend(+0xe3f242)[0x555ee326a242]
/usr/bin/swift-frontend(+0xe3d09c)[0x555ee326809c]
/usr/bin/swift-frontend(+0xe382cd)[0x555ee32632cd]
/usr/bin/swift-frontend(+0xe369db)[0x555ee32619db]
/usr/bin/swift-frontend(+0xcc3315)[0x555ee30ee315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f142e316d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f142e316e40]
/usr/bin/swift-frontend(+0xcc2375)[0x555ee30ed375]
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling Alamofire OperationQueue+Alamofire.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:85:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/json"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:175:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/x-www-form-urlencoded; charset=utf-8"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:155:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:261:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:289:110: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
    func asURLRequest() throws -> URLRequest
                                  ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:43: error: cannot find 'CFBooleanGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:67: error: cannot find 'CFGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                                                  ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:31:29: error: cannot find type 'os_unfair_lock_t' in scope
    private let unfairLock: os_unfair_lock_t
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:34:23: error: cannot infer contextual base in reference to member 'allocate'
        unfairLock = .allocate(capacity: 1)
                     ~^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:35:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:44:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:48:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~~~
[3/30] Compiling Alamofire ParameterEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:85:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/json"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:175:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/x-www-form-urlencoded; charset=utf-8"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:155:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:261:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:289:110: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
    func asURLRequest() throws -> URLRequest
                                  ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:43: error: cannot find 'CFBooleanGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:67: error: cannot find 'CFGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                                                  ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:31:29: error: cannot find type 'os_unfair_lock_t' in scope
    private let unfairLock: os_unfair_lock_t
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:34:23: error: cannot infer contextual base in reference to member 'allocate'
        unfairLock = .allocate(capacity: 1)
                     ~^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:35:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:44:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:48:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~~~
[4/30] Compiling Alamofire ParameterEncoding.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:85:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/json"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:175:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/x-www-form-urlencoded; charset=utf-8"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:155:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:261:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:289:110: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
    func asURLRequest() throws -> URLRequest
                                  ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:43: error: cannot find 'CFBooleanGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:67: error: cannot find 'CFGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                                                  ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:31:29: error: cannot find type 'os_unfair_lock_t' in scope
    private let unfairLock: os_unfair_lock_t
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:34:23: error: cannot infer contextual base in reference to member 'allocate'
        unfairLock = .allocate(capacity: 1)
                     ~^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:35:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:44:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:48:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~~~
[5/30] Compiling Alamofire Protector.swift
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:76:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:59: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                          ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:147:81: error: cannot find type 'URLRequest' in scope
                                            into request: URLRequest) throws -> URLRequest {
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:85:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/json"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:175:41: error: cannot infer contextual base in reference to member 'contentType'
                request.headers.update(.contentType("application/x-www-form-urlencoded; charset=utf-8"))
                                       ~^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:155:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:261:101: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest {
                                                                                                    ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:289:110: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequestConvertible, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
    func asURLRequest() throws -> URLRequest
                                  ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:43: error: cannot find 'CFBooleanGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:313:67: error: cannot find 'CFGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                                                  ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:31:29: error: cannot find type 'os_unfair_lock_t' in scope
    private let unfairLock: os_unfair_lock_t
                            ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:34:23: error: cannot infer contextual base in reference to member 'allocate'
        unfairLock = .allocate(capacity: 1)
                     ~^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:35:35: error: cannot find 'os_unfair_lock' in scope
        unfairLock.initialize(to: os_unfair_lock())
                                  ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:44:9: error: cannot find 'os_unfair_lock_lock' in scope
        os_unfair_lock_lock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift:48:9: error: cannot find 'os_unfair_lock_unlock' in scope
        os_unfair_lock_unlock(unfairLock)
        ^~~~~~~~~~~~~~~~~~~~~
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:130:31: error: cannot find type 'SecTrust' in scope
            public let trust: SecTrust
                              ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:132:32: error: cannot find type 'OSStatus' in scope
            public let status: OSStatus
                               ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:134:32: error: cannot find type 'SecTrustResultType' in scope
            public let result: SecTrustResultType
                               ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:43: error: cannot find type 'SecTrust' in scope
            init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
                                          ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:63: error: cannot find type 'OSStatus' in scope
            init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
                                                              ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:83: error: cannot find type 'SecTrustResultType' in scope
            init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
                                                                                  ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:45: error: cannot find type 'SecTrust' in scope
        case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
                                            ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:63: error: cannot find type 'SecPolicy' in scope
        case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
                                                              ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:82: error: cannot find type 'OSStatus' in scope
        case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
                                                                                 ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:154:54: error: cannot find type 'OSStatus' in scope
        case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
                                                     ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:154:79: error: cannot find type 'SecCertificate' in scope
        case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
                                                                              ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:60: error: cannot find type 'SecTrust' in scope
        case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
                                                           ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:91: error: cannot find type 'SecCertificate' in scope
        case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
                                                                                          ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:129: error: cannot find type 'SecCertificate' in scope
        case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
                                                                                                                                ^~~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:58: error: cannot find type 'SecTrust' in scope
        case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
                                                         ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:81: error: cannot find type 'SecKey' in scope
        case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
                                                                                ^~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:103: error: cannot find type 'SecKey' in scope
        case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
                                                                                                      ^~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:139:30: error: cannot find type 'CFOptionFlags' in scope
        public let rawValue: CFOptionFlags
                             ^~~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:30: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:94: error: cannot find type 'URLRequest' in scope
    func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
                                                                                             ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
    func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
                                                                                                      ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
    func asURLRequest() throws -> URLRequest
                                  ^~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:41:27: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    func dataTask(_ task: URLSessionDataTask,
                          ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:42:47: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                  willCacheResponse response: CachedURLResponse,
                                              ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:43:42: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                  completion: @escaping (CachedURLResponse?) -> Void)
                                         ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:22: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
                     ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:42: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
                                         ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:64: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
                                                               ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:78:34: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public func dataTask(_ task: URLSessionDataTask,
                                 ^~~~~~~~~~~~~~~~~~
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' has been explicitly marked unavailable here
public typealias URLSessionDataTask = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:79:54: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                         willCacheResponse response: CachedURLResponse,
                                                     ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:80:49: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
                         completion: @escaping (CachedURLResponse?) -> Void) {
                                                ^~~~~~~~~~~~~~~~~
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' has been explicitly marked unavailable here
public typealias CachedURLResponse = AnyObject
                 ^
Can't demangle: $s9Alamofire7AFErrorO24ServerTrustFailureReasonO24certificatePinningFailed33_E6FE27F77E4165F94EC7579EB4CCE715LLXeF4hostL_SSvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AlamofireExtended.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPMethod.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartFormData.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartUpload.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Notifications.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/OperationQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RedirectHandler.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestTaskMap.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Result+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Session.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/SessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLEncodedFormEncoder.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift -supplementary-output-file-map /tmp/TemporaryDirectory.GNmFvd/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Alamofire -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/AFError.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/Alamofire.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/AlamofireExtended.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/CachedResponseHandler.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'AFError' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:29:8)
4.	While walking into 'ServerTrustFailureReason' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:124:12)
5.	While evaluating request USRGenerationRequest(Alamofire.(file).AFError.ServerTrustFailureReason.certificatePinningFailed(host:trust:pinnedCertificates:serverCertificates:).host@/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:39)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x55e76e64dd73]
/usr/bin/swift-frontend(+0x7305abe)[0x55e76e64babe]
/usr/bin/swift-frontend(+0x73080ea)[0x55e76e64e0ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7fcdbb7ce520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7fcdbb8229fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7fcdbb7ce476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7fcdbb7b47f3]
/usr/bin/swift-frontend(+0x2af4275)[0x55e769e3a275]
/usr/bin/swift-frontend(+0x2755c54)[0x55e769a9bc54]
/usr/bin/swift-frontend(+0x2ab869b)[0x55e769dfe69b]
/usr/bin/swift-frontend(+0x2347a0c)[0x55e76968da0c]
/usr/bin/swift-frontend(+0x106859c)[0x55e7683ae59c]
/usr/bin/swift-frontend(+0x1068102)[0x55e7683ae102]
/usr/bin/swift-frontend(+0x106716b)[0x55e7683ad16b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x55e769dff1aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x55e76837cd5b]
/usr/bin/swift-frontend(+0x10362a7)[0x55e76837c2a7]
/usr/bin/swift-frontend(+0x1033c59)[0x55e768379c59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x55e768ffacd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x55e769af305c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x55e769af4b3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x55e769af70e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x55e769af307c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x55e769af7c1f]
/usr/bin/swift-frontend(+0x27b086b)[0x55e769af686b]
/usr/bin/swift-frontend(+0x27ad07c)[0x55e769af307c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x55e769af7c1f]
/usr/bin/swift-frontend(+0x27b086b)[0x55e769af686b]
/usr/bin/swift-frontend(+0x27ad07c)[0x55e769af307c]
/usr/bin/swift-frontend(+0x27acf73)[0x55e769af2f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x55e769cd11e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x55e768ff86a6]
/usr/bin/swift-frontend(+0x1032c84)[0x55e768378c84]
/usr/bin/swift-frontend(+0x1032b2a)[0x55e768378b2a]
/usr/bin/swift-frontend(+0x1027f82)[0x55e76836df82]
/usr/bin/swift-frontend(+0x1027978)[0x55e76836d978]
/usr/bin/swift-frontend(+0xe3f242)[0x55e768185242]
/usr/bin/swift-frontend(+0xe3d09c)[0x55e76818309c]
/usr/bin/swift-frontend(+0xe382cd)[0x55e76817e2cd]
/usr/bin/swift-frontend(+0xe369db)[0x55e76817c9db]
/usr/bin/swift-frontend(+0xcc3315)[0x55e768009315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7fcdbb7b5d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7fcdbb7b5e40]
/usr/bin/swift-frontend(+0xcc2375)[0x55e768008375]
BUILD FAILURE 5.10 linux

Build Machine: Linux 2