The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IQAPIClient with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.30.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hackiftekhar/IQAPIClient.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/hackiftekhar/IQAPIClient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b2e5524 - Added other platform targets
Cloned https://github.com/hackiftekhar/IQAPIClient.git
Revision (git rev-parse @):
b2e55244e762bd439d44660108ffd771ada764fc
SUCCESS checkout https://github.com/hackiftekhar/IQAPIClient.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/hackiftekhar/IQAPIClient.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/Alamofire/Alamofire.git
[1/28519] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git (2.84s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.0 (0.28s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.9.0
Building for debugging...
[1/38] Emitting module Alamofire
[2/43] Compiling Alamofire UploadRequest.swift
[3/43] Compiling Alamofire WebSocketRequest.swift
[4/43] Compiling Alamofire DispatchQueue+Alamofire.swift
[5/43] Compiling Alamofire OperationQueue+Alamofire.swift
[6/43] Compiling Alamofire Result+Alamofire.swift
[7/43] Compiling Alamofire StringEncoding+Alamofire.swift
[8/43] Compiling Alamofire URLRequest+Alamofire.swift
[9/43] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[10/43] Compiling Alamofire AlamofireExtended.swift
[11/43] Compiling Alamofire AuthenticationInterceptor.swift
[12/43] Compiling Alamofire MultipartUpload.swift
[13/43] Compiling Alamofire NetworkReachabilityManager.swift
[14/43] Compiling Alamofire RedirectHandler.swift
[15/43] Compiling Alamofire RequestCompression.swift
[16/43] Compiling Alamofire RequestInterceptor.swift
[17/43] Compiling Alamofire RequestTaskMap.swift
[18/43] Compiling Alamofire Response.swift
[19/43] Compiling Alamofire Session.swift
[20/43] Compiling Alamofire SessionDelegate.swift
[21/43] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[22/43] Compiling Alamofire HTTPMethod.swift
[23/43] Compiling Alamofire Notifications.swift
[24/43] Compiling Alamofire ParameterEncoder.swift
[25/43] Compiling Alamofire ParameterEncoding.swift
[26/43] Compiling Alamofire Protected.swift
[27/43] Compiling Alamofire Request.swift
[28/43] Compiling Alamofire CachedResponseHandler.swift
[29/43] Compiling Alamofire Combine.swift
[30/43] Compiling Alamofire Concurrency.swift
[31/43] Compiling Alamofire EventMonitor.swift
[32/43] Compiling Alamofire MultipartFormData.swift
[33/43] Compiling Alamofire Alamofire.swift
[34/43] Compiling Alamofire AFError.swift
[35/43] Compiling Alamofire DataRequest.swift
[36/43] Compiling Alamofire DataStreamRequest.swift
[37/43] Compiling Alamofire DownloadRequest.swift
[38/43] Compiling Alamofire HTTPHeaders.swift
[39/43] Compiling Alamofire ResponseSerialization.swift
[40/43] Compiling Alamofire RetryPolicy.swift
[41/43] Compiling Alamofire ServerTrustEvaluation.swift
[42/43] Compiling Alamofire URLEncodedFormEncoder.swift
[43/43] Compiling Alamofire Validation.swift
[46/60] Compiling IQAPIClient IQAPIClient+EncodableSendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:60:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:114:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:122:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[47/60] Compiling IQAPIClient IQAPIClient+EncodableSendRequestURL.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:60:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:114:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:122:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[48/61] Compiling IQAPIClient IQAPIClient+ConcurrencyEncodableSendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:51:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:52:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[49/61] Compiling IQAPIClient IQAPIClient+ConcurrencySendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:51:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:52:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[50/61] Compiling IQAPIClient IQAPIClient+Debug.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[51/61] Compiling IQAPIClient IQAPIClient+Interceptor.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)[52/61] Compiling IQAPIClient Data+Extension.swift
[53/61] Compiling IQAPIClient Dictionary+Extension.swift
[54/61] Emitting module IQAPIClient
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:238:68: error: cannot find type 'Data' in scope
    func handleResponse<Success, Failure>(response: AFDataResponse<Data>, parameters: Any?, options: Options,
                                                                   ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
[55/61] Compiling IQAPIClient IQAPIDecoder.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
[56/61] Compiling IQAPIClient File.swift
[57/61] Compiling IQAPIClient IQAPIClientConstants.swift
[58/61] Compiling IQAPIClient IQAPIClient+Internal.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:238:68: error: cannot find type 'Data' in scope
    func handleResponse<Success, Failure>(response: AFDataResponse<Data>, parameters: Any?, options: Options,
                                                                   ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequest.swift:69:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequest.swift:120:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
[59/61] Compiling IQAPIClient IQAPIClient+SendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:238:68: error: cannot find type 'Data' in scope
    func handleResponse<Success, Failure>(response: AFDataResponse<Data>, parameters: Any?, options: Options,
                                                                   ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequest.swift:69:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequest.swift:120:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
[60/61] Compiling IQAPIClient IQAPIClient+SendRequestURL.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[61/61] Compiling IQAPIClient IQAPIClient.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[0/1] Planning build
Building for debugging...
[1/1] Emitting module Alamofire
[4/14] Compiling IQAPIClient IQAPIClient+SendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequest.swift:69:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequest.swift:120:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
[5/14] Compiling IQAPIClient IQAPIClient.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[6/14] Compiling IQAPIClient IQAPIClient+SendRequestURL.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+SendRequestURL.swift:118:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[7/15] Compiling IQAPIClient IQAPIClient+EncodableSendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:60:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:114:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:122:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[8/15] Compiling IQAPIClient IQAPIClient+EncodableSendRequestURL.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:60:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:114:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:122:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequest.swift:123:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:116:48: error: generic parameter 'Success' could not be inferred
                            completionHandler: { (originalResponse: AFDataResponse, result: IQAPIClient.Result<Success, Failure>) in
                                               ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: error: value of optional type 'HTTPURLResponse?' must be unwrapped to a value of type 'HTTPURLResponse'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: coalesce using '??' to provide a default when the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             ) ?? <#default value#>
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:57: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                        ^
                              (                                             )!
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+EncodableSendRequestURL.swift:117:76: error: missing argument for parameter 'coder' in call
            completionHandler(originalResponse.response ?? HTTPURLResponse(), result)
                                                                           ^
                                                                           coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[9/15] Compiling IQAPIClient IQAPIClient+ConcurrencyEncodableSendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:51:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:52:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[10/15] Compiling IQAPIClient IQAPIClient+ConcurrencySendRequest.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:51:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencyEncodableSendRequest.swift:84:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:52:29: error: type of expression is ambiguous without more context
        guard let baseURL = baseURL else { fatalError("baseURL is not specified.") }
                            ^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:49: error: cannot convert value of type 'HTTPURLResponse?' to expected argument type 'HTTPURLResponse'
            return (result.response.response ?? HTTPURLResponse(), response)
                                                ^
                                                                 !
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+ConcurrencySendRequest.swift:85:65: error: missing argument for parameter 'coder' in call
            return (result.response.response ?? HTTPURLResponse(), response)
                                                                ^
                                                                coder: <#NSCoder#>
FoundationNetworking.HTTPURLResponse:3:21: note: 'init(coder:)' declared here
    required public init?(coder aDecoder: NSCoder)
                    ^
[11/15] Compiling IQAPIClient IQAPIDecoder.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
error: emit-module command failed with exit code 1 (use -v to see invocation)[12/15] Emitting module IQAPIClient
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:238:68: error: cannot find type 'Data' in scope
    func handleResponse<Success, Failure>(response: AFDataResponse<Data>, parameters: Any?, options: Options,
                                                                   ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
[13/15] Compiling IQAPIClient IQAPIClient+Debug.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[14/15] Compiling IQAPIClient IQAPIClient+Interceptor.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
/host/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[15/15] Compiling IQAPIClient IQAPIClient+Internal.swift
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:42:146: error: cannot find type 'Data' in scope
                                                           completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                 ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:65:158: error: cannot find type 'Data' in scope
                                                                       completionHandler: @Sendable @escaping @MainActor (_ originalResponse: AFDataResponse<Data>, _ result: IQAPIClient.Result<Success, Failure>) -> Void) -> DataRequest
                                                                                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:90:99: error: cannot find type 'Data' in scope
                                        options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                  ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:115:111: error: cannot find type 'Data' in scope
                                                    options: Options) async throws -> (response: DataResponse<Data, AFError>, result: IQAPIClient.Result<Success, Failure>)
                                                                                                              ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:238:68: error: cannot find type 'Data' in scope
    func handleResponse<Success, Failure>(response: AFDataResponse<Data>, parameters: Any?, options: Options,
                                                                   ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:94: error: cannot find type 'Data' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                                                             ^~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
BUILD FAILURE 5.7 linux

Build Machine: Linux 1