The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IQAPIClient with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $workDir
https://github.com/hackiftekhar/IQAPIClient.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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 (3.08s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.0 (1.84s)
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...
[0/1] Copying PrivacyInfo.xcprivacy
[2/40] Emitting module Alamofire
[3/45] Compiling Alamofire NetworkReachabilityManager.swift
[4/45] Compiling Alamofire RedirectHandler.swift
[5/45] Compiling Alamofire RequestCompression.swift
[6/45] Compiling Alamofire RequestInterceptor.swift
[7/45] Compiling Alamofire ResponseSerialization.swift
[8/45] Compiling Alamofire RetryPolicy.swift
[9/45] Compiling Alamofire ServerTrustEvaluation.swift
[10/45] Compiling Alamofire URLEncodedFormEncoder.swift
[11/45] Compiling Alamofire Validation.swift
[12/45] Compiling Alamofire resource_bundle_accessor.swift
[13/45] Compiling Alamofire HTTPMethod.swift
[14/45] Compiling Alamofire Notifications.swift
[15/45] Compiling Alamofire ParameterEncoder.swift
[16/45] Compiling Alamofire ParameterEncoding.swift
[17/45] Compiling Alamofire Protected.swift
[18/45] Compiling Alamofire Request.swift
[19/45] Compiling Alamofire Alamofire.swift
[20/45] Compiling Alamofire AFError.swift
[21/45] Compiling Alamofire DataRequest.swift
[22/45] Compiling Alamofire DataStreamRequest.swift
[23/45] Compiling Alamofire DownloadRequest.swift
[24/45] Compiling Alamofire HTTPHeaders.swift
[25/45] Compiling Alamofire WebSocketRequest.swift
[26/45] Compiling Alamofire DispatchQueue+Alamofire.swift
[27/45] Compiling Alamofire OperationQueue+Alamofire.swift
[28/45] Compiling Alamofire Result+Alamofire.swift
[29/45] Compiling Alamofire StringEncoding+Alamofire.swift
[30/45] Compiling Alamofire URLRequest+Alamofire.swift
[31/45] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[32/45] Compiling Alamofire AlamofireExtended.swift
[33/45] Compiling Alamofire AuthenticationInterceptor.swift
[34/45] Compiling Alamofire CachedResponseHandler.swift
[35/45] Compiling Alamofire RequestTaskMap.swift
[36/45] Compiling Alamofire Response.swift
[37/45] Compiling Alamofire Session.swift
[38/45] Compiling Alamofire SessionDelegate.swift
[39/45] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[40/45] Compiling Alamofire UploadRequest.swift
[41/45] Compiling Alamofire Combine.swift
[42/45] Compiling Alamofire Concurrency.swift
[43/45] Compiling Alamofire EventMonitor.swift
[44/45] Compiling Alamofire MultipartFormData.swift
[45/45] Compiling Alamofire MultipartUpload.swift
[48/62] 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+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: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/62] 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+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: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/62] 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+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)
                    ^
[51/62] 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+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)
                    ^
[52/63] 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/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
[53/63] 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/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/63] Compiling IQAPIClient Data+Extension.swift
[55/63] Compiling IQAPIClient Dictionary+Extension.swift
[56/63] 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?
               ^
[57/63] 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) {
                         ^~~
[58/63] Compiling IQAPIClient File.swift
[59/63] Compiling IQAPIClient IQAPIClientConstants.swift
[60/63] 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?
                        ^~~
[61/63] 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?
                        ^~~
[62/63] 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,
                                              ^~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:61:74: error: cannot infer contextual base in reference to member 'concurrent'
                                                            attributes: .concurrent))
                                                                        ~^~~~~~~~~~
[63/63] 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,
                                              ^~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:61:74: error: cannot infer contextual base in reference to member 'concurrent'
                                                            attributes: .concurrent))
                                                                        ~^~~~~~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[1/1] Emitting module Alamofire
[4/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,
                                              ^~~~~~~~~~~~~
/host/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:61:74: error: cannot infer contextual base in reference to member 'concurrent'
                                                            attributes: .concurrent))
                                                                        ~^~~~~~~~~~
[5/15] 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?
                        ^~~
[6/15] 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 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)
[8/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?
               ^
[9/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:
                         ^~~~
[10/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+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)
                    ^
[11/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+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)
                    ^
[12/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+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: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)
                    ^
[13/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+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: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)
                    ^
[14/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/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
[15/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/IQAPIClient.swift:114:56: error: cannot find type 'Data' in scope
    public var responseModifierBlock: ((AFDataResponse<Data>, Any) -> IQAPIClient.Result<Any, Any>)?
                                                       ^~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2