The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LLVS, reference main (92fe81), with Swift 6.2 for Wasm on 6 Mar 2026 22:56:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[76/258] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[77/258] Compiling BoxSdkGen GetFileCommentsQueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[78/258] Compiling BoxSdkGen UpdateCommentByIdHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[79/258] Compiling BoxSdkGen UpdateCommentByIdQueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[80/258] Compiling BoxSdkGen UpdateCommentByIdRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[81/258] Compiling BoxSdkGen DeleteDevicePinnerByIdHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[82/258] Compiling BoxSdkGen DevicePinnersManager.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[83/258] Compiling BoxSdkGen GetDevicePinnerByIdHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[84/258] Compiling BoxSdkGen GetEnterpriseDevicePinnersHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[85/258] Compiling BoxSdkGen GetEnterpriseDevicePinnersQueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[86/258] Compiling BoxSdkGen GetEnterpriseDevicePinnersQueryParamsDirectionField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[87/258] Compiling BoxSdkGen CreateDocgenBatchV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[88/258] Compiling BoxSdkGen DocgenManager.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[89/258] Compiling BoxSdkGen GetDocgenBatchJobByIdV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[90/258] Compiling BoxSdkGen GetDocgenBatchJobByIdV2025R0QueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[91/258] Compiling BoxSdkGen GetDocgenJobByIdV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[92/258] Compiling BoxSdkGen GetDocgenJobsV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[93/258] Compiling BoxSdkGen GetDocgenJobsV2025R0QueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[94/258] Compiling BoxSdkGen CreateDocgenTemplateV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[95/258] Compiling BoxSdkGen DeleteDocgenTemplateByIdV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[96/258] Compiling BoxSdkGen DocgenTemplateManager.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[97/258] Compiling BoxSdkGen GetDocgenTemplateByIdV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[98/258] Compiling BoxSdkGen GetDocgenTemplateJobByIdV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[99/258] Compiling BoxSdkGen GetDocgenTemplateJobByIdV2025R0QueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[100/258] Compiling BoxSdkGen GetDocgenTemplateTagsV2025R0Headers.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[101/258] Compiling BoxSdkGen GetDocgenTemplateTagsV2025R0QueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[102/282] Compiling PCloudSDKSwift User.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[103/282] Compiling PCloudSDKSwift VoidCancellationToken.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[104/282] Compiling PCloudSDKSwift OAuthWebViewMobile.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
[105/282] Compiling PCloudSDKSwift PCloud+OAuthMobile.swift
/host/spi-builder-workspace/.build/checkouts/pcloud-sdk-swift/PCloudSDKSwift/Source/Common/AnyCancellationToken.swift:10:8: error: no such module 'libkern'
 8 |
 9 | import Foundation
10 | import libkern
   |        `- error: no such module 'libkern'
11 |
12 | /// Concrete type-erased implementation of `Cancellable`. It forwards its `cancel()` invocation to a block.
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
   |         `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
    |        `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/FetchConversation.swift:17:21: error: cannot find type 'URLRequest' in scope
15 |     let options: FetchOptions
16 |     /// Represents an URL request.
17 |     let urlRequest: URLRequest
   |                     `- error: cannot find type 'URLRequest' in scope
18 |     /// Represents a response to an HTTP URL.
19 |     let urlResponse: HTTPURLResponse?
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:66:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 64 |         }
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
    |                                                   `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
 68 |             body: body,
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:67:48: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 65 |         let responseInfo = ResponseInfo(
 66 |             statusCode: conversation.urlResponse?.statusCode ?? 0,
 67 |             headers: conversation.urlResponse?.allHeaderFields as? [String: String] ?? [:],
    |                                                `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'allHeaderFields'
 68 |             body: body,
 69 |             rawBody:  try? Utils.Strings.from(data: body?.toJson() ?? Data()),
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Box/Errors/BoxAPIError.swift:90:63: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 88 |     static func createMessage(fromResponse response: ResponseInfo) -> String {
 89 |         var message = "The API returned an unexpected response: "
 90 |         message += "[\(response.statusCode) \(HTTPURLResponse.localizedString(forStatusCode: response.statusCode).capitalized)"
    |                                                               `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
 91 |
 92 |         if let requestId = response.requestId {
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[144/283] Compiling BoxSdkGen UpdateClassificationHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[145/283] Compiling BoxSdkGen UpdateClassificationRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[146/283] Compiling BoxSdkGen UpdateClassificationRequestBodyDataField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[147/283] Compiling BoxSdkGen UpdateClassificationRequestBodyDataStaticConfigClassificationField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[148/283] Compiling BoxSdkGen UpdateClassificationRequestBodyDataStaticConfigField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[149/283] Compiling BoxSdkGen UpdateClassificationRequestBodyFieldKeyField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[150/283] Compiling BoxSdkGen UpdateClassificationRequestBodyOpField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[151/283] Compiling BoxSdkGen CollaborationAllowlistEntriesManager.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[152/283] Compiling BoxSdkGen CreateCollaborationWhitelistEntryHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[153/283] Compiling BoxSdkGen CreateCollaborationWhitelistEntryRequestBody.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[154/283] Compiling BoxSdkGen CreateCollaborationWhitelistEntryRequestBodyDirectionField.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[155/283] Compiling BoxSdkGen DeleteCollaborationWhitelistEntryByIdHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[156/283] Compiling BoxSdkGen GetCollaborationWhitelistEntriesHeaders.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
[157/283] Compiling BoxSdkGen GetCollaborationWhitelistEntriesQueryParams.swift
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: type 'URLSessionConfiguration' (aka 'AnyObject') has no member 'default'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
/host/spi-builder-workspace/.build/checkouts/box-ios-sdk/BoxSdkGen/Sources/Networking/BoxNetworkClient.swift:21:82: error: default argument value of type '_' cannot be converted to type 'AnyObject'
 19 |     /// - Parameters:
 20 |     ///   - configuration: A configuration object that specifies certain behaviors, such as caching policies, timeouts, proxies, pipelining, TLS versions to support, cookie policies, and credential storage.
 21 |     public init(configuration: URLSessionConfiguration = URLSessionConfiguration.default) {
    |                                                                                  `- error: default argument value of type '_' cannot be converted to type 'AnyObject'
 22 |         self.redirectHandler = RedirectHandler()
 23 |         self.session = URLSession(configuration: configuration, delegate: redirectHandler, delegateQueue: nil)
BUILD FAILURE 6.2 wasm