The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IQAPIClient with Swift 5.7 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64

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 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.7
Building package at path:  $workDir
https://github.com/hackiftekhar/IQAPIClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/33] Emitting module Alamofire
[2/43] Compiling Alamofire MultipartUpload.swift
[3/43] Compiling Alamofire NetworkReachabilityManager.swift
[4/43] Compiling Alamofire RedirectHandler.swift
[5/43] Compiling Alamofire RequestCompression.swift
[6/43] Compiling Alamofire RequestInterceptor.swift
[7/43] Compiling Alamofire ResponseSerialization.swift
[8/43] Compiling Alamofire RetryPolicy.swift
[9/43] Compiling Alamofire ServerTrustEvaluation.swift
[10/43] Compiling Alamofire URLEncodedFormEncoder.swift
[11/43] Compiling Alamofire Validation.swift
[12/43] Compiling Alamofire Request.swift
[13/43] Compiling Alamofire RequestTaskMap.swift
[14/43] Compiling Alamofire Response.swift
[15/43] Compiling Alamofire Session.swift
[16/43] Compiling Alamofire SessionDelegate.swift
[17/43] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[18/43] Compiling Alamofire UploadRequest.swift
[19/43] Compiling Alamofire WebSocketRequest.swift
[20/43] Compiling Alamofire DispatchQueue+Alamofire.swift
[21/43] Compiling Alamofire OperationQueue+Alamofire.swift
[22/43] Compiling Alamofire Result+Alamofire.swift
[23/43] Compiling Alamofire StringEncoding+Alamofire.swift
[24/43] Compiling Alamofire URLRequest+Alamofire.swift
[25/43] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[26/43] Compiling Alamofire AlamofireExtended.swift
[27/43] Compiling Alamofire AuthenticationInterceptor.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 HTTPMethod.swift
[40/43] Compiling Alamofire Notifications.swift
[41/43] Compiling Alamofire ParameterEncoder.swift
[42/43] Compiling Alamofire ParameterEncoding.swift
[43/43] Compiling Alamofire Protected.swift
[44/56] Compiling IQAPIClient IQAPIClient+ConcurrencyEncodableSendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[45/56] Compiling IQAPIClient IQAPIClient+ConcurrencySendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[46/56] Compiling IQAPIClient IQAPIClient+EncodableSendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[47/56] Compiling IQAPIClient IQAPIClient+EncodableSendRequestURL.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[48/56] Emitting module IQAPIClient
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
[49/59] Compiling IQAPIClient Data+Extension.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[50/59] Compiling IQAPIClient Dictionary+Extension.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[51/59] Compiling IQAPIClient IQAPIClient+Debug.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[52/59] Compiling IQAPIClient IQAPIClient+Interceptor.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[53/59] Compiling IQAPIClient IQAPIClient+Internal.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[54/59] Compiling IQAPIClient IQAPIClient+SendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[55/59] Compiling IQAPIClient IQAPIClient+SendRequestURL.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[56/59] Compiling IQAPIClient IQAPIClient.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[57/59] Compiling IQAPIClient File.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
[58/59] Compiling IQAPIClient IQAPIClientConstants.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
[59/59] Compiling IQAPIClient IQAPIDecoder.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git (0.30s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.0 (0.02s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.9.0
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)[1/13] Emitting module IQAPIClient
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
[2/16] Compiling IQAPIClient Data+Extension.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[3/16] Compiling IQAPIClient Dictionary+Extension.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[4/16] Compiling IQAPIClient IQAPIClient+Debug.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[5/16] Compiling IQAPIClient IQAPIClient+Interceptor.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Debug.swift:59:39: error: type of expression is ambiguous without more context
            if let jsonString = data?.prettyJsonString {
                                ~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/Extensions/IQAPIClient+Interceptor.swift:39:44: error: type of expression is ambiguous without more context
            if let responseModifierBlock = responseModifierBlock {
                                           ^~~~~~~~~~~~~~~~~~~~~
[6/16] Compiling IQAPIClient IQAPIClient+Internal.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[7/16] Compiling IQAPIClient IQAPIClient+SendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[8/16] Compiling IQAPIClient IQAPIClient+SendRequestURL.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[9/16] Compiling IQAPIClient IQAPIClient.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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,
                                                                   ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:98:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:85:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: error: 'serializingData(automaticallyCancelling:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:)' is only available in macOS 10.15 or newer
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:123:38: note: add 'if #available' version check
        let response = await request.serializingData().response
                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:110:10: note: add @available attribute to enclosing instance method
    func _sendRequest<Success, Failure, Parameters>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:83:10: note: add @available attribute to enclosing extension
internal extension IQAPIClient {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:159:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:137:10: note: add @available attribute to enclosing instance method
    func newRequest(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: error: 'Task' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:9: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: error: 'detached(priority:operation:)' is only available in macOS 10.15 or newer
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:209:14: note: add 'if #available' version check
        Task.detached(priority: .utility) { [httpHeaders] in
             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:187:10: note: add @available attribute to enclosing instance method
    func newRequest<Parameters: Encodable>(url: URLConvertible,
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:135:9: note: add @available attribute to enclosing extension
private extension IQAPIClient {
        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:121:34: error: cannot find 'UINotificationFeedbackGenerator' in scope
    internal static let haptic = UINotificationFeedbackGenerator()
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:257:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:262:57: error: cannot infer contextual base in reference to member 'success'
                await Self.haptic.notificationOccurred(.success)
                                                       ~^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:77:54: error: cannot find type 'URLRequest' in scope
    public var commonErrorHandlerBlock: ((_ request: URLRequest, _ parameters: Any?, _ data: Data?, _ error: Error) -> Void)?
                                                     ^~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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)?
                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:271:57: error: cannot infer contextual base in reference to member 'error'
                await Self.haptic.notificationOccurred(.error)
                                                       ~^~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient+Internal.swift:338:26: error: cannot find type 'Data' in scope
        case let data as Data:
                         ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)?
                                                       ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:123:29: error: cannot find type 'JSONDecoder' in scope
    public var jsonDecoder: JSONDecoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:133:29: error: cannot find type 'JSONEncoder' in scope
    public var jsonEncoder: JSONEncoder = {
                            ^~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:16: warning: stored property 'baseURL' of 'Sendable'-conforming class 'IQAPIClient' is mutable
    public var baseURL: URL?
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:59:38: error: cannot find 'DispatchQueue' in scope
        session = Session(rootQueue: DispatchQueue(label: rootQueueName),
                                     ^~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:60:47: error: cannot find 'DispatchQueue' in scope
                          serializationQueue: DispatchQueue(label: serializationQueueName,
                                              ^~~~~~~~~~~~~
[10/16] Compiling IQAPIClient IQAPIClient+ConcurrencyEncodableSendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[11/16] Compiling IQAPIClient IQAPIClient+ConcurrencySendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[12/16] Compiling IQAPIClient IQAPIClient+EncodableSendRequest.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[13/16] Compiling IQAPIClient IQAPIClient+EncodableSendRequestURL.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:65:25: error: cannot find type 'URL' in scope
    public var baseURL: URL?
                        ^~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                 ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                                                                                                                                             ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                  ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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>)
                                                                                                              ^~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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.") }
                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/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
                                               ^
[14/16] Compiling IQAPIClient File.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
[15/16] Compiling IQAPIClient IQAPIClientConstants.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
[16/16] Compiling IQAPIClient IQAPIDecoder.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/IQAPIClient/IQAPIClient.swift:49:26: error: cannot find type 'URL' in scope
    public init(baseURL: URL? = nil, identifier: String? = nil) {
                         ^~~
BUILD FAILURE 5.7 macosSpm