The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XCEAPIClient with Swift 5.9 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XCEssentials/XCEAPIClient.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/XCEssentials/XCEAPIClient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 89e8d10 Merge branch 'release/5.4.0'
Cloned https://github.com/XCEssentials/XCEAPIClient.git
Revision (git rev-parse @):
89e8d109f3d52a70fc7f442a8ed4cdd40ef54283
SUCCESS checkout https://github.com/XCEssentials/XCEAPIClient.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/7] Compiling XCEAPIClient Errors.swift
[2/7] Compiling XCEAPIClient Helpers.swift
[3/7] Compiling XCEAPIClient URLRequestFacilitator.swift
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:34:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var session: URLSession { get }
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:46:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:105:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:119:22: error: cannot find 'URLRequest' in scope
        var result = URLRequest(url: targetURL)
                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
[4/7] Compiling XCEAPIClient RequestDefinition.swift
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Emitting module XCEAPIClient
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:99: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:37:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    let session: URLSession
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        session: URLSession = .shared
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        session: URLSession = .shared
                              ~^~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:34:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var session: URLSession { get }
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:46:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:105:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
[6/7] Compiling XCEAPIClient BasicURLRequestFacilitator.swift
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:37:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    let session: URLSession
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        session: URLSession = .shared
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        session: URLSession = .shared
                              ~^~~~~~
[7/7] Compiling XCEAPIClient ParameterEncoding.swift
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:99: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:416:43: error: cannot find 'CFBooleanGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:416:67: error: cannot find 'CFGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                                                  ^~~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[1/5] Compiling XCEAPIClient URLRequestFacilitator.swift
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:34:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var session: URLSession { get }
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:46:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:105:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:119:22: error: cannot find 'URLRequest' in scope
        var result = URLRequest(url: targetURL)
                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
[2/5] Compiling XCEAPIClient BasicURLRequestFacilitator.swift
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:37:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    let session: URLSession
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        session: URLSession = .shared
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        session: URLSession = .shared
                              ~^~~~~~
[3/5] Compiling XCEAPIClient RequestDefinition.swift
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module XCEAPIClient
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:99: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:37:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    let session: URLSession
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
        session: URLSession = .shared
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/BasicURLRequestFacilitator.swift:47:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        session: URLSession = .shared
                              ~^~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:34:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var session: URLSession { get }
                 ^~~~~~~~~~
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
public typealias URLSession = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:46:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/URLRequestFacilitator.swift:105:21: error: cannot find type 'URLRequest' in scope
        ) -> Result<URLRequest, PrepareRequestIssue>
                    ^~~~~~~~~~
[5/5] Compiling XCEAPIClient ParameterEncoding.swift
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:83: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:57:31: error: cannot find type 'URLRequest' in scope
    func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue>
                              ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:118:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:294:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:99: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                                                                                  ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:322:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, withJSONObject jsonObject: Any? = nil) throws -> URLRequest {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:90: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                                                                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:389:38: error: cannot find type 'URLRequest' in scope
    public func encode(_ urlRequest: URLRequest, with parameters: Parameters?) -> Result<URLRequest, RequestEncodingIssue> {
                                     ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:416:43: error: cannot find 'CFBooleanGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                          ^~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Core/3rdParty/Alamofire/ParameterEncoding.swift:416:67: error: cannot find 'CFGetTypeID' in scope
    fileprivate var isBool: Bool { return CFBooleanGetTypeID() == CFGetTypeID(self) }
                                                                  ^~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1