The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build BoxSdkGen, reference 0.5.0-cryptomator (b2bb9d), with Swift 5.8 for Linux on 17 Sep 2024 06:34:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

[702/877] Compiling BoxSdkGen UpdateCollaborationByIdHeaders.swift
[703/902] Compiling BoxSdkGen RestoreFileFromTrashQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[704/902] Compiling BoxSdkGen RestoreFileFromTrashRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[705/902] Compiling BoxSdkGen RestoreFileFromTrashRequestBodyParentField.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[706/902] Compiling BoxSdkGen TrashedFilesManager.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[707/902] Compiling BoxSdkGen DeleteTrashedFolderByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[708/902] Compiling BoxSdkGen GetTrashedFolderByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[709/902] Compiling BoxSdkGen GetTrashedFolderByIdQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[710/902] Compiling BoxSdkGen RestoreFolderFromTrashHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[711/902] Compiling BoxSdkGen RestoreFolderFromTrashQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[712/902] Compiling BoxSdkGen RestoreFolderFromTrashRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[713/902] Compiling BoxSdkGen RestoreFolderFromTrashRequestBodyParentField.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[714/902] Compiling BoxSdkGen TrashedFoldersManager.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[715/902] Compiling BoxSdkGen GetTrashedItemsHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[716/902] Compiling BoxSdkGen GetTrashedItemsQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[717/902] Compiling BoxSdkGen GetTrashedItemsQueryParamsDirectionField.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[718/902] Compiling BoxSdkGen GetTrashedItemsQueryParamsSortField.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[719/902] Compiling BoxSdkGen TrashedItemsManager.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[720/902] Compiling BoxSdkGen DeleteTrashedWebLinkByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[721/902] Compiling BoxSdkGen GetTrashedWebLinkByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[722/902] Compiling BoxSdkGen GetTrashedWebLinkByIdQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[723/902] Compiling BoxSdkGen RestoreWeblinkFromTrashHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[724/902] Compiling BoxSdkGen RestoreWeblinkFromTrashQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[725/902] Compiling BoxSdkGen RestoreWeblinkFromTrashRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[726/902] Compiling BoxSdkGen RestoreWeblinkFromTrashRequestBodyParentField.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[727/902] Compiling BoxSdkGen TrashedWebLinksManager.swift
/host/spi-builder-workspace/Sources/Managers/TrashedFiles/TrashedFilesManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/files/")\(fileId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedFolders/TrashedFoldersManager.swift:103:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/folders/")\(folderId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/TrashedWebLinks/TrashedWebLinksManager.swift:59:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)\("/trash")", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[728/927] Compiling BoxSdkGen TaskAssignmentsManager.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[729/927] Compiling BoxSdkGen UpdateTaskAssignmentByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[730/927] Compiling BoxSdkGen UpdateTaskAssignmentByIdRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[731/927] Compiling BoxSdkGen UpdateTaskAssignmentByIdRequestBodyResolutionStateField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[732/927] Compiling BoxSdkGen CreateTaskHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[733/927] Compiling BoxSdkGen CreateTaskRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[734/927] Compiling BoxSdkGen CreateTaskRequestBodyActionField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[735/927] Compiling BoxSdkGen CreateTaskRequestBodyCompletionRuleField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[736/927] Compiling BoxSdkGen CreateTaskRequestBodyItemField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[737/927] Compiling BoxSdkGen CreateTaskRequestBodyItemTypeField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[738/927] Compiling BoxSdkGen DeleteTaskByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[739/927] Compiling BoxSdkGen GetFileTasksHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[740/927] Compiling BoxSdkGen GetTaskByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[741/927] Compiling BoxSdkGen TasksManager.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[742/927] Compiling BoxSdkGen UpdateTaskByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[743/927] Compiling BoxSdkGen UpdateTaskByIdRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[744/927] Compiling BoxSdkGen UpdateTaskByIdRequestBodyActionField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[745/927] Compiling BoxSdkGen UpdateTaskByIdRequestBodyCompletionRuleField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[746/927] Compiling BoxSdkGen CreateTermsOfServiceStatusForUserHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[747/927] Compiling BoxSdkGen CreateTermsOfServiceStatusForUserRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[748/927] Compiling BoxSdkGen CreateTermsOfServiceStatusForUserRequestBodyTosField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[749/927] Compiling BoxSdkGen CreateTermsOfServiceStatusForUserRequestBodyTosTypeField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[750/927] Compiling BoxSdkGen CreateTermsOfServiceStatusForUserRequestBodyUserField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[751/927] Compiling BoxSdkGen CreateTermsOfServiceStatusForUserRequestBodyUserTypeField.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[752/927] Compiling BoxSdkGen GetTermsOfServiceUserStatusesHeaders.swift
/host/spi-builder-workspace/Sources/Managers/TaskAssignments/TaskAssignmentsManager.swift:82:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/task_assignments/")\(taskAssignmentId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Tasks/TasksManager.swift:87:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/tasks/")\(taskId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[753/952] Compiling BoxSdkGen NetworkSettings.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[754/952] Compiling BoxSdkGen ParameterConvertible.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[755/952] Compiling BoxSdkGen RetryStrategyProtocol.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[756/952] Compiling BoxSdkGen TaskInfo.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[757/952] Compiling BoxSdkGen Version.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[758/952] Compiling BoxSdkGen AccessToken.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[759/952] Compiling BoxSdkGen AccessTokenIssuedTokenTypeField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[760/952] Compiling BoxSdkGen AccessTokenTokenTypeField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[761/952] Compiling BoxSdkGen AiAgentAsk.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[762/952] Compiling BoxSdkGen AiAgentAskTypeField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[763/952] Compiling BoxSdkGen AiAgentAskOrAiAgentTextGen.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[764/952] Compiling BoxSdkGen AiAgentBasicGenTool.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[765/952] Compiling BoxSdkGen AiAgentBasicTextTool.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[766/952] Compiling BoxSdkGen AiAgentBasicTextToolBase.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[767/952] Compiling BoxSdkGen AiAgentBasicTextToolTextGen.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[768/952] Compiling BoxSdkGen AiAgentLongTextTool.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[769/952] Compiling BoxSdkGen AiAgentLongTextToolEmbeddingsField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[770/952] Compiling BoxSdkGen AiAgentLongTextToolEmbeddingsStrategyField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[771/952] Compiling BoxSdkGen AiAgentLongTextToolTextGen.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[772/952] Compiling BoxSdkGen AiAgentLongTextToolTextGenEmbeddingsField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[773/952] Compiling BoxSdkGen AiAgentLongTextToolTextGenEmbeddingsStrategyField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[774/952] Compiling BoxSdkGen AiAgentTextGen.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[775/952] Compiling BoxSdkGen AiAgentTextGenTypeField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[776/952] Compiling BoxSdkGen AiAsk.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[777/952] Compiling BoxSdkGen AiAskItemsField.swift
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:9:50: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(Data, URLResponse), Error>
                                                 ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:22:58: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(Data, URLResponse), Error>, multipartTempFileURL: URL? = nil) {
                                                         ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:32:49: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    var continuation: CheckedContinuation<(URL, URLResponse), Error>
                                                ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Networking/TaskInfo.swift:42:57: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    public init(continuation: CheckedContinuation<(URL, URLResponse), Error>, destinationURL: URL) {
                                                        ^~~~~~~~~~~
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
public typealias URLResponse = AnyObject
                 ^
[778/977] Compiling BoxSdkGen CreateWebLinkHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[779/977] Compiling BoxSdkGen CreateWebLinkRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[780/977] Compiling BoxSdkGen CreateWebLinkRequestBodyParentField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[781/977] Compiling BoxSdkGen DeleteWebLinkByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[782/977] Compiling BoxSdkGen GetWebLinkByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[783/977] Compiling BoxSdkGen UpdateWebLinkByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[784/977] Compiling BoxSdkGen UpdateWebLinkByIdRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[785/977] Compiling BoxSdkGen UpdateWebLinkByIdRequestBodyParentField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[786/977] Compiling BoxSdkGen UpdateWebLinkByIdRequestBodySharedLinkAccessField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[787/977] Compiling BoxSdkGen UpdateWebLinkByIdRequestBodySharedLinkField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[788/977] Compiling BoxSdkGen WebLinksManager.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[789/977] Compiling BoxSdkGen CreateWebhookHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[790/977] Compiling BoxSdkGen CreateWebhookRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[791/977] Compiling BoxSdkGen CreateWebhookRequestBodyTargetField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[792/977] Compiling BoxSdkGen CreateWebhookRequestBodyTargetTypeField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[793/977] Compiling BoxSdkGen CreateWebhookRequestBodyTriggersField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[794/977] Compiling BoxSdkGen DeleteWebhookByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[795/977] Compiling BoxSdkGen GetWebhookByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[796/977] Compiling BoxSdkGen GetWebhooksHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[797/977] Compiling BoxSdkGen GetWebhooksQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[798/977] Compiling BoxSdkGen UpdateWebhookByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[799/977] Compiling BoxSdkGen UpdateWebhookByIdRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[800/977] Compiling BoxSdkGen UpdateWebhookByIdRequestBodyTargetField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[801/977] Compiling BoxSdkGen UpdateWebhookByIdRequestBodyTargetTypeField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[802/977] Compiling BoxSdkGen UpdateWebhookByIdRequestBodyTriggersField.swift
/host/spi-builder-workspace/Sources/Managers/WebLinks/WebLinksManager.swift:64:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/web_links/")\(webLinkId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[803/1002] Compiling BoxSdkGen UpdateCollaborationByIdRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[804/1002] Compiling BoxSdkGen UpdateCollaborationByIdRequestBodyRoleField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[805/1002] Compiling BoxSdkGen UpdateCollaborationByIdRequestBodyStatusField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[806/1002] Compiling BoxSdkGen UserCollaborationsManager.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[807/1002] Compiling BoxSdkGen CreateUserHeaders.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[808/1002] Compiling BoxSdkGen CreateUserQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[809/1002] Compiling BoxSdkGen CreateUserRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[810/1002] Compiling BoxSdkGen CreateUserRequestBodyRoleField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[811/1002] Compiling BoxSdkGen CreateUserRequestBodyStatusField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[812/1002] Compiling BoxSdkGen DeleteUserByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[813/1002] Compiling BoxSdkGen DeleteUserByIdQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[814/1002] Compiling BoxSdkGen GetUserByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[815/1002] Compiling BoxSdkGen GetUserByIdQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[816/1002] Compiling BoxSdkGen GetUserMeHeaders.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[817/1002] Compiling BoxSdkGen GetUserMeQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[818/1002] Compiling BoxSdkGen GetUsersHeaders.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[819/1002] Compiling BoxSdkGen GetUsersQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[820/1002] Compiling BoxSdkGen GetUsersQueryParamsUserTypeField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[821/1002] Compiling BoxSdkGen UpdateUserByIdHeaders.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[822/1002] Compiling BoxSdkGen UpdateUserByIdQueryParams.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[823/1002] Compiling BoxSdkGen UpdateUserByIdRequestBody.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[824/1002] Compiling BoxSdkGen UpdateUserByIdRequestBodyNotificationEmailField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[825/1002] Compiling BoxSdkGen UpdateUserByIdRequestBodyRoleField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[826/1002] Compiling BoxSdkGen UpdateUserByIdRequestBodyStatusField.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[827/1002] Compiling BoxSdkGen UsersManager.swift
/host/spi-builder-workspace/Sources/Managers/UserCollaborations/UserCollaborationsManager.swift:55:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/collaborations/")\(collaborationId)", method: "DELETE", headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
/host/spi-builder-workspace/Sources/Managers/Users/UsersManager.swift:131:13: warning: immutable value 'response' was never used; consider replacing with '_' or removing it
        let response: FetchResponse = try await NetworkClient.shared.fetch(options: FetchOptions(url: "\(self.networkSession.baseUrls.baseUrl)\("/2.0/users/")\(userId)", method: "DELETE", params: queryParamsMap, headers: headersMap, responseFormat: nil, auth: self.auth, networkSession: self.networkSession))
            ^~~~~~~~
            _
[828/1026] Compiling BoxSdkGen CollaborationAllowlistEntryDirectionField.swift
[829/1026] Compiling BoxSdkGen CollaborationAllowlistEntryEnterpriseField.swift
[830/1026] Compiling BoxSdkGen CollaborationAllowlistEntryEnterpriseTypeField.swift
[831/1026] Compiling BoxSdkGen CollaborationAllowlistEntryTypeField.swift
[832/1026] Compiling BoxSdkGen CollaborationAllowlistExemptTarget.swift
[833/1026] Compiling BoxSdkGen CollaborationAllowlistExemptTargetEnterpriseField.swift
[834/1026] Compiling BoxSdkGen CollaborationAllowlistExemptTargetEnterpriseTypeField.swift
[835/1026] Compiling BoxSdkGen CollaborationAllowlistExemptTargetTypeField.swift
[836/1026] Compiling BoxSdkGen CollaborationAllowlistExemptTargets.swift
[837/1026] Compiling BoxSdkGen Collaborations.swift
[838/1026] Compiling BoxSdkGen CollaborationsOrderDirectionField.swift
[839/1026] Compiling BoxSdkGen CollaborationsOrderField.swift
[840/1026] Compiling BoxSdkGen CollaboratorVariable.swift
[841/1026] Compiling BoxSdkGen CollaboratorVariableTypeField.swift
[842/1026] Compiling BoxSdkGen CollaboratorVariableVariableTypeField.swift
[843/1026] Compiling BoxSdkGen CollaboratorVariableVariableValueField.swift
[844/1026] Compiling BoxSdkGen CollaboratorVariableVariableValueTypeField.swift
[845/1026] Compiling BoxSdkGen Collection.swift
[846/1026] Compiling BoxSdkGen CollectionCollectionTypeField.swift
[847/1026] Compiling BoxSdkGen CollectionNameField.swift
[848/1026] Compiling BoxSdkGen CollectionTypeField.swift
[849/1026] Compiling BoxSdkGen Collections.swift
[850/1026] Compiling BoxSdkGen CollectionsOrderDirectionField.swift
[851/1026] Compiling BoxSdkGen CollectionsOrderField.swift
[852/1026] Compiling BoxSdkGen Comment.swift
[853/1050] Compiling BoxSdkGen CommentItemField.swift
[854/1050] Compiling BoxSdkGen CommentBase.swift
[855/1050] Compiling BoxSdkGen CommentBaseTypeField.swift
[856/1050] Compiling BoxSdkGen CommentFull.swift
[857/1050] Compiling BoxSdkGen Comments.swift
[858/1050] Compiling BoxSdkGen CommentsOrderDirectionField.swift
[859/1050] Compiling BoxSdkGen CommentsOrderField.swift
[860/1050] Compiling BoxSdkGen CompletionRuleVariable.swift
[861/1050] Compiling BoxSdkGen CompletionRuleVariableTypeField.swift
[862/1050] Compiling BoxSdkGen CompletionRuleVariableVariableTypeField.swift
[863/1050] Compiling BoxSdkGen CompletionRuleVariableVariableValueField.swift
[864/1050] Compiling BoxSdkGen ConflictError.swift
[865/1050] Compiling BoxSdkGen ConflictErrorContextInfoField.swift
[866/1050] Compiling BoxSdkGen DevicePinner.swift
[867/1050] Compiling BoxSdkGen DevicePinnerTypeField.swift
[868/1050] Compiling BoxSdkGen DevicePinners.swift
[869/1050] Compiling BoxSdkGen DevicePinnersOrderByField.swift
[870/1050] Compiling BoxSdkGen DevicePinnersOrderDirectionField.swift
[871/1050] Compiling BoxSdkGen DevicePinnersOrderField.swift
[872/1050] Compiling BoxSdkGen EmailAlias.swift
[873/1050] Compiling BoxSdkGen EmailAliasTypeField.swift
[874/1050] Compiling BoxSdkGen EmailAliases.swift
[875/1050] Compiling BoxSdkGen EnterpriseBase.swift
[876/1050] Compiling BoxSdkGen EnterpriseBaseTypeField.swift
[877/1050] Compiling BoxSdkGen Event.swift
[878/1074] Compiling BoxSdkGen AiAskItemsTypeField.swift
[879/1074] Compiling BoxSdkGen AiAskModeField.swift
[880/1074] Compiling BoxSdkGen AiCitation.swift
[881/1074] Compiling BoxSdkGen AiCitationTypeField.swift
[882/1074] Compiling BoxSdkGen AiDialogueHistory.swift
[883/1074] Compiling BoxSdkGen AiLlmEndpointParamsGoogle.swift
[884/1074] Compiling BoxSdkGen AiLlmEndpointParamsGoogleTypeField.swift
[885/1074] Compiling BoxSdkGen AiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi.swift
[886/1074] Compiling BoxSdkGen AiLlmEndpointParamsOpenAi.swift
[887/1074] Compiling BoxSdkGen AiLlmEndpointParamsOpenAiTypeField.swift
[888/1074] Compiling BoxSdkGen AiResponse.swift
[889/1074] Compiling BoxSdkGen AiResponseFull.swift
[890/1074] Compiling BoxSdkGen AiTextGen.swift
[891/1074] Compiling BoxSdkGen AiTextGenItemsField.swift
[892/1074] Compiling BoxSdkGen AiTextGenItemsTypeField.swift
[893/1074] Compiling BoxSdkGen AppItem.swift
[894/1074] Compiling BoxSdkGen AppItemTypeField.swift
[895/1074] Compiling BoxSdkGen AppItemAssociation.swift
[896/1074] Compiling BoxSdkGen AppItemAssociationTypeField.swift
[897/1074] Compiling BoxSdkGen AppItemAssociations.swift
[898/1074] Compiling BoxSdkGen AppItemEventSource.swift
[899/1074] Compiling BoxSdkGen AppItemEventSourceTypeField.swift
[900/1074] Compiling BoxSdkGen AppItemEventSourceOrEventSourceOrFileOrFolderOrGenericSourceOrUser.swift
[901/1074] Compiling BoxSdkGen Classification.swift
[902/1074] Compiling BoxSdkGen ClassificationTemplateField.swift
[903/1098] Compiling BoxSdkGen ClassificationTemplate.swift
[904/1098] Compiling BoxSdkGen ClassificationTemplateDisplayNameField.swift
[905/1098] Compiling BoxSdkGen ClassificationTemplateFieldsDisplayNameField.swift
[906/1098] Compiling BoxSdkGen ClassificationTemplateFieldsField.swift
[907/1098] Compiling BoxSdkGen ClassificationTemplateFieldsKeyField.swift
[908/1098] Compiling BoxSdkGen ClassificationTemplateFieldsOptionsField.swift
[909/1098] Compiling BoxSdkGen ClassificationTemplateFieldsOptionsStaticConfigClassificationField.swift
[910/1098] Compiling BoxSdkGen ClassificationTemplateFieldsOptionsStaticConfigField.swift
[911/1098] Compiling BoxSdkGen ClassificationTemplateFieldsTypeField.swift
[912/1098] Compiling BoxSdkGen ClassificationTemplateTemplateKeyField.swift
[913/1098] Compiling BoxSdkGen ClassificationTemplateTypeField.swift
[914/1098] Compiling BoxSdkGen ClientError.swift
[915/1098] Compiling BoxSdkGen ClientErrorCodeField.swift
[916/1098] Compiling BoxSdkGen ClientErrorContextInfoField.swift
[917/1098] Compiling BoxSdkGen ClientErrorTypeField.swift
[918/1098] Compiling BoxSdkGen Collaboration.swift
[919/1098] Compiling BoxSdkGen CollaborationAcceptanceRequirementsStatusField.swift
[920/1098] Compiling BoxSdkGen CollaborationAcceptanceRequirementsStatusStrongPasswordRequirementField.swift
[921/1098] Compiling BoxSdkGen CollaborationAcceptanceRequirementsStatusTermsOfServiceRequirementField.swift
[922/1098] Compiling BoxSdkGen CollaborationAcceptanceRequirementsStatusTwoFactorAuthenticationRequirementField.swift
[923/1098] Compiling BoxSdkGen CollaborationRoleField.swift
[924/1098] Compiling BoxSdkGen CollaborationStatusField.swift
[925/1098] Compiling BoxSdkGen CollaborationTypeField.swift
[926/1098] Compiling BoxSdkGen CollaborationAllowlistEntries.swift
[927/1098] Compiling BoxSdkGen CollaborationAllowlistEntry.swift
[928/1122] Compiling BoxSdkGen EventAdditionalDetailsField.swift
[929/1122] Compiling BoxSdkGen EventEventTypeField.swift
[930/1122] Compiling BoxSdkGen EventSource.swift
[931/1122] Compiling BoxSdkGen EventSourceClassificationField.swift
[932/1122] Compiling BoxSdkGen EventSourceItemTypeField.swift
[933/1122] Compiling BoxSdkGen Events.swift
[934/1122] Compiling BoxSdkGen EventsNextStreamPositionField.swift
[935/1122] Compiling BoxSdkGen File.swift
[936/1122] Compiling BoxSdkGen FileItemStatusField.swift
[937/1122] Compiling BoxSdkGen FilePathCollectionField.swift
[938/1122] Compiling BoxSdkGen FileSharedLinkAccessField.swift
[939/1122] Compiling BoxSdkGen FileSharedLinkEffectiveAccessField.swift
[940/1122] Compiling BoxSdkGen FileSharedLinkEffectivePermissionField.swift
[941/1122] Compiling BoxSdkGen FileSharedLinkField.swift
[942/1122] Compiling BoxSdkGen FileSharedLinkPermissionsField.swift
[943/1122] Compiling BoxSdkGen FileBase.swift
[944/1122] Compiling BoxSdkGen FileBaseTypeField.swift
[945/1122] Compiling BoxSdkGen FileBaseOrFolderBaseOrWebLinkBase.swift
[946/1122] Compiling BoxSdkGen FileConflict.swift
[947/1122] Compiling BoxSdkGen FileFull.swift
[948/1122] Compiling BoxSdkGen FileFullAllowedInviteeRolesField.swift
[949/1122] Compiling BoxSdkGen FileFullClassificationField.swift
[950/1122] Compiling BoxSdkGen FileFullExpiringEmbedLinkField.swift
[951/1122] Compiling BoxSdkGen FileFullExpiringEmbedLinkTokenTypeField.swift
[952/1122] Compiling BoxSdkGen FileFullLockAppTypeField.swift
[953/1146] Compiling BoxSdkGen FileFullLockField.swift
[954/1146] Compiling BoxSdkGen FileFullLockTypeField.swift
[955/1146] Compiling BoxSdkGen FileFullMetadataField.swift
[956/1146] Compiling BoxSdkGen FileFullPermissionsField.swift
[957/1146] Compiling BoxSdkGen FileFullRepresentationsEntriesContentField.swift
[958/1146] Compiling BoxSdkGen FileFullRepresentationsEntriesField.swift
[959/1146] Compiling BoxSdkGen FileFullRepresentationsEntriesInfoField.swift
[960/1146] Compiling BoxSdkGen FileFullRepresentationsEntriesPropertiesField.swift
[961/1146] Compiling BoxSdkGen FileFullRepresentationsEntriesStatusField.swift
[962/1146] Compiling BoxSdkGen FileFullRepresentationsEntriesStatusStateField.swift
[963/1146] Compiling BoxSdkGen FileFullRepresentationsField.swift
[964/1146] Compiling BoxSdkGen FileFullSharedLinkPermissionOptionsField.swift
[965/1146] Compiling BoxSdkGen FileFullWatermarkInfoField.swift
[966/1146] Compiling BoxSdkGen FileFullOrFolderFull.swift
[967/1146] Compiling BoxSdkGen FileFullOrFolderFullOrWebLink.swift
[968/1146] Compiling BoxSdkGen FileFullOrFolderMiniOrWebLink.swift
[969/1146] Compiling BoxSdkGen FileMini.swift
[970/1146] Compiling BoxSdkGen FileMiniOrFolderMini.swift
[971/1146] Compiling BoxSdkGen FileOrFolder.swift
[972/1146] Compiling BoxSdkGen FileOrFolderOrWebLink.swift
[973/1146] Compiling BoxSdkGen FileOrFolderScope.swift
[974/1146] Compiling BoxSdkGen FileOrFolderScopeScopeField.swift
[975/1146] Compiling BoxSdkGen FileRequest.swift
[976/1146] Compiling BoxSdkGen FileRequestStatusField.swift
[977/1146] Compiling BoxSdkGen FileRequestTypeField.swift
[978/1170] Compiling BoxSdkGen FileRequestCopyRequest.swift
[979/1170] Compiling BoxSdkGen FileRequestCopyRequestFolderField.swift
[980/1170] Compiling BoxSdkGen FileRequestCopyRequestFolderTypeField.swift
[981/1170] Compiling BoxSdkGen FileRequestUpdateRequest.swift
[982/1170] Compiling BoxSdkGen FileRequestUpdateRequestStatusField.swift
[983/1170] Compiling BoxSdkGen FileVersion.swift
[984/1170] Compiling BoxSdkGen FileVersionBase.swift
[985/1170] Compiling BoxSdkGen FileVersionBaseTypeField.swift
[986/1170] Compiling BoxSdkGen FileVersionFull.swift
[987/1170] Compiling BoxSdkGen FileVersionLegalHold.swift
[988/1170] Compiling BoxSdkGen FileVersionLegalHoldTypeField.swift
[989/1170] Compiling BoxSdkGen FileVersionLegalHolds.swift
[990/1170] Compiling BoxSdkGen FileVersionMini.swift
[991/1170] Compiling BoxSdkGen FileVersionRetention.swift
[992/1170] Compiling BoxSdkGen FileVersionRetentionTypeField.swift
[993/1170] Compiling BoxSdkGen FileVersionRetentions.swift
[994/1170] Compiling BoxSdkGen FileVersions.swift
[995/1170] Compiling BoxSdkGen FileVersionsOrderDirectionField.swift
[996/1170] Compiling BoxSdkGen FileVersionsOrderField.swift
[997/1170] Compiling BoxSdkGen Files.swift
[998/1170] Compiling BoxSdkGen FilesOnHold.swift
[999/1170] Compiling BoxSdkGen FilesUnderRetention.swift
[1000/1170] Compiling BoxSdkGen Folder.swift
[1001/1170] Compiling BoxSdkGen FolderFolderUploadEmailAccessField.swift
[1002/1170] Compiling BoxSdkGen FolderFolderUploadEmailField.swift
[1003/1194] Compiling BoxSdkGen FolderItemStatusField.swift
[1004/1194] Compiling BoxSdkGen FolderPathCollectionField.swift
[1005/1194] Compiling BoxSdkGen FolderSharedLinkAccessField.swift
[1006/1194] Compiling BoxSdkGen FolderSharedLinkEffectiveAccessField.swift
[1007/1194] Compiling BoxSdkGen FolderSharedLinkEffectivePermissionField.swift
[1008/1194] Compiling BoxSdkGen FolderSharedLinkField.swift
[1009/1194] Compiling BoxSdkGen FolderSharedLinkPermissionsField.swift
[1010/1194] Compiling BoxSdkGen FolderBase.swift
[1011/1194] Compiling BoxSdkGen FolderBaseTypeField.swift
[1012/1194] Compiling BoxSdkGen FolderFull.swift
[1013/1194] Compiling BoxSdkGen FolderFullAllowedInviteeRolesField.swift
[1014/1194] Compiling BoxSdkGen FolderFullAllowedSharedLinkAccessLevelsField.swift
[1015/1194] Compiling BoxSdkGen FolderFullClassificationField.swift
[1016/1194] Compiling BoxSdkGen FolderFullMetadataField.swift
[1017/1194] Compiling BoxSdkGen FolderFullPermissionsField.swift
[1018/1194] Compiling BoxSdkGen FolderFullSyncStateField.swift
[1019/1194] Compiling BoxSdkGen FolderFullWatermarkInfoField.swift
[1020/1194] Compiling BoxSdkGen FolderLock.swift
[1021/1194] Compiling BoxSdkGen FolderLockLockedOperationsField.swift
[1022/1194] Compiling BoxSdkGen FolderLocks.swift
[1023/1194] Compiling BoxSdkGen FolderMini.swift
[1024/1194] Compiling BoxSdkGen GenericSource.swift
[1025/1194] Compiling BoxSdkGen Group.swift
[1026/1194] Compiling BoxSdkGen GroupBase.swift
[1027/1218] Compiling BoxSdkGen GroupBaseTypeField.swift
[1028/1218] Compiling BoxSdkGen GroupFull.swift
[1029/1218] Compiling BoxSdkGen GroupFullInvitabilityLevelField.swift
[1030/1218] Compiling BoxSdkGen GroupFullMemberViewabilityLevelField.swift
[1031/1218] Compiling BoxSdkGen GroupFullPermissionsField.swift
[1032/1218] Compiling BoxSdkGen GroupMembership.swift
[1033/1218] Compiling BoxSdkGen GroupMembershipRoleField.swift
[1034/1218] Compiling BoxSdkGen GroupMembershipTypeField.swift
[1035/1218] Compiling BoxSdkGen GroupMemberships.swift
[1036/1218] Compiling BoxSdkGen GroupMembershipsOrderDirectionField.swift
[1037/1218] Compiling BoxSdkGen GroupMembershipsOrderField.swift
[1038/1218] Compiling BoxSdkGen GroupMini.swift
[1039/1218] Compiling BoxSdkGen GroupMiniGroupTypeField.swift
[1040/1218] Compiling BoxSdkGen GroupMiniOrUserCollaborations.swift
[1041/1218] Compiling BoxSdkGen Groups.swift
[1042/1218] Compiling BoxSdkGen GroupsOrderDirectionField.swift
[1043/1218] Compiling BoxSdkGen GroupsOrderField.swift
[1044/1218] Compiling BoxSdkGen IntegrationMapping.swift
[1045/1218] Compiling BoxSdkGen IntegrationMappingIntegrationTypeField.swift
[1046/1218] Compiling BoxSdkGen IntegrationMappingBase.swift
[1047/1218] Compiling BoxSdkGen IntegrationMappingBaseTypeField.swift
[1048/1218] Compiling BoxSdkGen IntegrationMappingBoxItemSlack.swift
[1049/1218] Compiling BoxSdkGen IntegrationMappingBoxItemSlackTypeField.swift
[1050/1218] Compiling BoxSdkGen IntegrationMappingPartnerItemSlack.swift
[1051/1242] Compiling BoxSdkGen IntegrationMappingPartnerItemSlackTypeField.swift
[1052/1242] Compiling BoxSdkGen IntegrationMappingPartnerItemSlackUnion.swift
[1053/1242] Compiling BoxSdkGen IntegrationMappingSlackCreateRequest.swift
[1054/1242] Compiling BoxSdkGen IntegrationMappingSlackOptions.swift
[1055/1242] Compiling BoxSdkGen IntegrationMappings.swift
[1056/1242] Compiling BoxSdkGen Invite.swift
[1057/1242] Compiling BoxSdkGen InviteInvitedToField.swift
[1058/1242] Compiling BoxSdkGen InviteInvitedToTypeField.swift
[1059/1242] Compiling BoxSdkGen InviteTypeField.swift
[1060/1242] Compiling BoxSdkGen Items.swift
[1061/1242] Compiling BoxSdkGen ItemsOrderDirectionField.swift
[1062/1242] Compiling BoxSdkGen ItemsOrderField.swift
[1063/1242] Compiling BoxSdkGen KeywordSkillCard.swift
[1064/1242] Compiling BoxSdkGen KeywordSkillCardEntriesField.swift
[1065/1242] Compiling BoxSdkGen KeywordSkillCardInvocationField.swift
[1066/1242] Compiling BoxSdkGen KeywordSkillCardInvocationTypeField.swift
[1067/1242] Compiling BoxSdkGen KeywordSkillCardSkillCardTitleField.swift
[1068/1242] Compiling BoxSdkGen KeywordSkillCardSkillCardTypeField.swift
[1069/1242] Compiling BoxSdkGen KeywordSkillCardSkillField.swift
[1070/1242] Compiling BoxSdkGen KeywordSkillCardSkillTypeField.swift
[1071/1242] Compiling BoxSdkGen KeywordSkillCardTypeField.swift
[1072/1242] Compiling BoxSdkGen KeywordSkillCardOrStatusSkillCardOrTimelineSkillCardOrTranscriptSkillCard.swift
[1073/1242] Compiling BoxSdkGen LegalHoldPolicies.swift
[1074/1242] Compiling BoxSdkGen LegalHoldPolicy.swift
[1075/1266] Compiling BoxSdkGen LegalHoldPolicyAssignmentCountsField.swift
[1076/1266] Compiling BoxSdkGen LegalHoldPolicyStatusField.swift
[1077/1266] Compiling BoxSdkGen LegalHoldPolicyAssignment.swift
[1078/1266] Compiling BoxSdkGen LegalHoldPolicyAssignmentBase.swift
[1079/1266] Compiling BoxSdkGen LegalHoldPolicyAssignmentBaseTypeField.swift
[1080/1266] Compiling BoxSdkGen LegalHoldPolicyAssignments.swift
[1081/1266] Compiling BoxSdkGen LegalHoldPolicyMini.swift
[1082/1266] Compiling BoxSdkGen LegalHoldPolicyMiniTypeField.swift
[1083/1266] Compiling BoxSdkGen Metadata.swift
[1084/1266] Compiling BoxSdkGen MetadataBase.swift
[1085/1266] Compiling BoxSdkGen MetadataCascadePolicies.swift
[1086/1266] Compiling BoxSdkGen MetadataCascadePolicy.swift
[1087/1266] Compiling BoxSdkGen MetadataCascadePolicyOwnerEnterpriseField.swift
[1088/1266] Compiling BoxSdkGen MetadataCascadePolicyOwnerEnterpriseTypeField.swift
[1089/1266] Compiling BoxSdkGen MetadataCascadePolicyParentField.swift
[1090/1266] Compiling BoxSdkGen MetadataCascadePolicyParentTypeField.swift
[1091/1266] Compiling BoxSdkGen MetadataCascadePolicyTypeField.swift
[1092/1266] Compiling BoxSdkGen MetadataFieldFilterDateRange.swift
[1093/1266] Compiling BoxSdkGen MetadataFieldFilterDateRangeOrMetadataFieldFilterFloatRangeOrArrayOfStringOrNumberOrString.swift
[1094/1266] Compiling BoxSdkGen MetadataFieldFilterFloatRange.swift
[1095/1266] Compiling BoxSdkGen MetadataFilter.swift
[1096/1266] Compiling BoxSdkGen MetadataFilterScopeField.swift
[1097/1266] Compiling BoxSdkGen MetadataFull.swift
[1098/1266] Compiling BoxSdkGen MetadataQuery.swift
[1099/1290] Compiling BoxSdkGen RealtimeServer.swift
[1100/1290] Compiling BoxSdkGen RealtimeServers.swift
[1101/1290] Compiling BoxSdkGen RecentItem.swift
[1102/1290] Compiling BoxSdkGen RecentItemInteractionTypeField.swift
[1103/1290] Compiling BoxSdkGen RecentItems.swift
[1104/1290] Compiling BoxSdkGen RetentionPolicies.swift
[1105/1290] Compiling BoxSdkGen RetentionPolicy.swift
[1106/1290] Compiling BoxSdkGen RetentionPolicyAssignmentCountsField.swift
[1107/1290] Compiling BoxSdkGen RetentionPolicyPolicyTypeField.swift
[1108/1290] Compiling BoxSdkGen RetentionPolicyRetentionTypeField.swift
[1109/1290] Compiling BoxSdkGen RetentionPolicyStatusField.swift
[1110/1290] Compiling BoxSdkGen RetentionPolicyAssignment.swift
[1111/1290] Compiling BoxSdkGen RetentionPolicyAssignmentAssignedToField.swift
[1112/1290] Compiling BoxSdkGen RetentionPolicyAssignmentAssignedToTypeField.swift
[1113/1290] Compiling BoxSdkGen RetentionPolicyAssignmentFilterFieldsField.swift
[1114/1290] Compiling BoxSdkGen RetentionPolicyAssignmentTypeField.swift
[1115/1290] Compiling BoxSdkGen RetentionPolicyAssignmentBase.swift
[1116/1290] Compiling BoxSdkGen RetentionPolicyAssignmentBaseTypeField.swift
[1117/1290] Compiling BoxSdkGen RetentionPolicyAssignments.swift
[1118/1290] Compiling BoxSdkGen RetentionPolicyBase.swift
[1119/1290] Compiling BoxSdkGen RetentionPolicyBaseTypeField.swift
[1120/1290] Compiling BoxSdkGen RetentionPolicyMini.swift
[1121/1290] Compiling BoxSdkGen RetentionPolicyMiniDispositionActionField.swift
[1122/1290] Compiling BoxSdkGen RoleVariable.swift
[1123/1314] Compiling BoxSdkGen MetadataQueryOrderByDirectionField.swift
[1124/1314] Compiling BoxSdkGen MetadataQueryOrderByField.swift
[1125/1314] Compiling BoxSdkGen MetadataQueryIndex.swift
[1126/1314] Compiling BoxSdkGen MetadataQueryIndexFieldsField.swift
[1127/1314] Compiling BoxSdkGen MetadataQueryIndexFieldsSortDirectionField.swift
[1128/1314] Compiling BoxSdkGen MetadataQueryIndexStatusField.swift
[1129/1314] Compiling BoxSdkGen MetadataQueryResults.swift
[1130/1314] Compiling BoxSdkGen MetadataTemplate.swift
[1131/1314] Compiling BoxSdkGen MetadataTemplateFieldsField.swift
[1132/1314] Compiling BoxSdkGen MetadataTemplateFieldsOptionsField.swift
[1133/1314] Compiling BoxSdkGen MetadataTemplateFieldsTypeField.swift
[1134/1314] Compiling BoxSdkGen MetadataTemplateTypeField.swift
[1135/1314] Compiling BoxSdkGen MetadataTemplates.swift
[1136/1314] Compiling BoxSdkGen Metadatas.swift
[1137/1314] Compiling BoxSdkGen OAuth2Error.swift
[1138/1314] Compiling BoxSdkGen Outcome.swift
[1139/1314] Compiling BoxSdkGen PostOAuth2Revoke.swift
[1140/1314] Compiling BoxSdkGen PostOAuth2Token.swift
[1141/1314] Compiling BoxSdkGen PostOAuth2TokenActorTokenTypeField.swift
[1142/1314] Compiling BoxSdkGen PostOAuth2TokenBoxSubjectTypeField.swift
[1143/1314] Compiling BoxSdkGen PostOAuth2TokenGrantTypeField.swift
[1144/1314] Compiling BoxSdkGen PostOAuth2TokenSubjectTokenTypeField.swift
[1145/1314] Compiling BoxSdkGen PostOAuth2TokenRefreshAccessToken.swift
[1146/1314] Compiling BoxSdkGen PostOAuth2TokenRefreshAccessTokenGrantTypeField.swift
[1147/1338] Compiling BoxSdkGen RoleVariableTypeField.swift
[1148/1338] Compiling BoxSdkGen RoleVariableVariableTypeField.swift
[1149/1338] Compiling BoxSdkGen RoleVariableVariableValueField.swift
[1150/1338] Compiling BoxSdkGen SearchResultWithSharedLink.swift
[1151/1338] Compiling BoxSdkGen SearchResults.swift
[1152/1338] Compiling BoxSdkGen SearchResultsTypeField.swift
[1153/1338] Compiling BoxSdkGen SearchResultsOrSearchResultsWithSharedLinks.swift
[1154/1338] Compiling BoxSdkGen SearchResultsWithSharedLinks.swift
[1155/1338] Compiling BoxSdkGen SearchResultsWithSharedLinksTypeField.swift
[1156/1338] Compiling BoxSdkGen SessionTerminationMessage.swift
[1157/1338] Compiling BoxSdkGen ShieldInformationBarrier.swift
[1158/1338] Compiling BoxSdkGen ShieldInformationBarrierStatusField.swift
[1159/1338] Compiling BoxSdkGen ShieldInformationBarrierTypeField.swift
[1160/1338] Compiling BoxSdkGen ShieldInformationBarrierBase.swift
[1161/1338] Compiling BoxSdkGen ShieldInformationBarrierBaseTypeField.swift
[1162/1338] Compiling BoxSdkGen ShieldInformationBarrierReference.swift
[1163/1338] Compiling BoxSdkGen ShieldInformationBarrierReport.swift
[1164/1338] Compiling BoxSdkGen ShieldInformationBarrierReportStatusField.swift
[1165/1338] Compiling BoxSdkGen ShieldInformationBarrierReportBase.swift
[1166/1338] Compiling BoxSdkGen ShieldInformationBarrierReportBaseTypeField.swift
[1167/1338] Compiling BoxSdkGen ShieldInformationBarrierReportDetails.swift
[1168/1338] Compiling BoxSdkGen ShieldInformationBarrierReportDetailsDetailsField.swift
[1169/1338] Compiling BoxSdkGen ShieldInformationBarrierReports.swift
[1170/1338] Compiling BoxSdkGen ShieldInformationBarrierSegment.swift
[1171/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentTypeField.swift
[1172/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMember.swift
[1173/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMemberShieldInformationBarrierSegmentField.swift
[1174/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMemberShieldInformationBarrierSegmentTypeField.swift
[1175/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMemberBase.swift
[1176/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMemberBaseTypeField.swift
[1177/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMemberMini.swift
[1178/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentMembers.swift
[1179/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestriction.swift
[1180/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionBase.swift
[1181/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionBaseTypeField.swift
[1182/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionMini.swift
[1183/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionMiniRestrictedSegmentField.swift
[1184/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionMiniRestrictedSegmentTypeField.swift
[1185/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionMiniShieldInformationBarrierSegmentField.swift
[1186/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictionMiniShieldInformationBarrierSegmentTypeField.swift
[1187/1362] Compiling BoxSdkGen ShieldInformationBarrierSegmentRestrictions.swift
[1188/1362] Compiling BoxSdkGen ShieldInformationBarrierSegments.swift
[1189/1362] Compiling BoxSdkGen ShieldInformationBarriers.swift
[1190/1362] Compiling BoxSdkGen SignRequest.swift
[1191/1362] Compiling BoxSdkGen SignRequestSignFilesField.swift
[1192/1362] Compiling BoxSdkGen SignRequestStatusField.swift
[1193/1362] Compiling BoxSdkGen SignRequestTypeField.swift
[1194/1362] Compiling BoxSdkGen SignRequestBase.swift
[1195/1386] Compiling BoxSdkGen SignRequestCreateRequest.swift
[1196/1386] Compiling BoxSdkGen SignRequestCreateRequestSignatureColorField.swift
[1197/1386] Compiling BoxSdkGen SignRequestCreateSigner.swift
[1198/1386] Compiling BoxSdkGen SignRequestCreateSignerRoleField.swift
[1199/1386] Compiling BoxSdkGen SignRequestPrefillTag.swift
[1200/1386] Compiling BoxSdkGen SignRequestSigner.swift
[1201/1386] Compiling BoxSdkGen SignRequestSignerSignerDecisionField.swift
[1202/1386] Compiling BoxSdkGen SignRequestSignerSignerDecisionTypeField.swift
[1203/1386] Compiling BoxSdkGen SignRequestSignerInput.swift
[1204/1386] Compiling BoxSdkGen SignRequestSignerInputContentTypeField.swift
[1205/1386] Compiling BoxSdkGen SignRequestSignerInputTypeField.swift
[1206/1386] Compiling BoxSdkGen SignRequests.swift
[1207/1386] Compiling BoxSdkGen SignTemplate.swift
[1208/1386] Compiling BoxSdkGen SignTemplateAdditionalInfoField.swift
[1209/1386] Compiling BoxSdkGen SignTemplateAdditionalInfoNonEditableField.swift
[1210/1386] Compiling BoxSdkGen SignTemplateAdditionalInfoRequiredField.swift
[1211/1386] Compiling BoxSdkGen SignTemplateAdditionalInfoRequiredSignersField.swift
[1212/1386] Compiling BoxSdkGen SignTemplateCustomBrandingField.swift
[1213/1386] Compiling BoxSdkGen SignTemplateReadySignLinkField.swift
[1214/1386] Compiling BoxSdkGen SignTemplateTypeField.swift
[1215/1386] Compiling BoxSdkGen SignTemplates.swift
[1216/1386] Compiling BoxSdkGen SkillCardsMetadata.swift
[1217/1386] Compiling BoxSdkGen SkillInvocation.swift
[1218/1386] Compiling BoxSdkGen SkillInvocationEnterpriseField.swift
[1219/1410] Compiling BoxSdkGen SkillInvocationEnterpriseTypeField.swift
[1220/1410] Compiling BoxSdkGen SkillInvocationSkillField.swift
[1221/1410] Compiling BoxSdkGen SkillInvocationSkillTypeField.swift
[1222/1410] Compiling BoxSdkGen SkillInvocationStatusField.swift
[1223/1410] Compiling BoxSdkGen SkillInvocationStatusStateField.swift
[1224/1410] Compiling BoxSdkGen SkillInvocationTokenField.swift
[1225/1410] Compiling BoxSdkGen SkillInvocationTokenReadField.swift
[1226/1410] Compiling BoxSdkGen SkillInvocationTokenReadTokenTypeField.swift
[1227/1410] Compiling BoxSdkGen SkillInvocationTokenWriteField.swift
[1228/1410] Compiling BoxSdkGen SkillInvocationTokenWriteTokenTypeField.swift
[1229/1410] Compiling BoxSdkGen SkillInvocationTypeField.swift
[1230/1410] Compiling BoxSdkGen StatusSkillCard.swift
[1231/1410] Compiling BoxSdkGen StatusSkillCardInvocationField.swift
[1232/1410] Compiling BoxSdkGen StatusSkillCardInvocationTypeField.swift
[1233/1410] Compiling BoxSdkGen StatusSkillCardSkillCardTitleField.swift
[1234/1410] Compiling BoxSdkGen StatusSkillCardSkillCardTypeField.swift
[1235/1410] Compiling BoxSdkGen StatusSkillCardSkillField.swift
[1236/1410] Compiling BoxSdkGen StatusSkillCardSkillTypeField.swift
[1237/1410] Compiling BoxSdkGen StatusSkillCardStatusCodeField.swift
[1238/1410] Compiling BoxSdkGen StatusSkillCardStatusField.swift
[1239/1410] Compiling BoxSdkGen StatusSkillCardTypeField.swift
[1240/1410] Compiling BoxSdkGen StoragePolicies.swift
[1241/1410] Compiling BoxSdkGen StoragePolicy.swift
[1242/1410] Compiling BoxSdkGen StoragePolicyAssignment.swift
[1243/1410] Compiling BoxSdkGen StoragePolicyAssignmentAssignedToField.swift
[1244/1410] Compiling BoxSdkGen StoragePolicyAssignmentTypeField.swift
[1245/1410] Compiling BoxSdkGen StoragePolicyAssignments.swift
[1246/1410] Compiling BoxSdkGen StoragePolicyMini.swift
[1247/1410] Compiling BoxSdkGen StoragePolicyMiniTypeField.swift
[1248/1410] Compiling BoxSdkGen Task.swift
[1249/1410] Compiling BoxSdkGen TaskActionField.swift
[1250/1410] Compiling BoxSdkGen TaskCompletionRuleField.swift
[1251/1410] Compiling BoxSdkGen TaskTypeField.swift
[1252/1410] Compiling BoxSdkGen TaskAssignment.swift
[1253/1410] Compiling BoxSdkGen TaskAssignmentResolutionStateField.swift
[1254/1410] Compiling BoxSdkGen TaskAssignmentTypeField.swift
[1255/1410] Compiling BoxSdkGen TaskAssignments.swift
[1256/1410] Compiling BoxSdkGen Tasks.swift
[1257/1410] Compiling BoxSdkGen TemplateSigner.swift
[1258/1410] Compiling BoxSdkGen TemplateSignerRoleField.swift
[1259/1410] Compiling BoxSdkGen TemplateSignerInput.swift
[1260/1410] Compiling BoxSdkGen TemplateSignerInputContentTypeField.swift
[1261/1410] Compiling BoxSdkGen TemplateSignerInputCoordinatesField.swift
[1262/1410] Compiling BoxSdkGen TemplateSignerInputDimensionsField.swift
[1263/1410] Compiling BoxSdkGen TemplateSignerInputTypeField.swift
[1264/1410] Compiling BoxSdkGen TermsOfService.swift
[1265/1410] Compiling BoxSdkGen TermsOfServiceEnterpriseField.swift
[1266/1410] Compiling BoxSdkGen TermsOfServiceEnterpriseTypeField.swift
[1267/1410] Compiling BoxSdkGen TermsOfServiceStatusField.swift
[1268/1410] Compiling BoxSdkGen TermsOfServiceTosTypeField.swift
[1269/1410] Compiling BoxSdkGen TermsOfServiceBase.swift
[1270/1410] Compiling BoxSdkGen TermsOfServiceBaseTypeField.swift
[1271/1410] Compiling BoxSdkGen TermsOfServiceUserStatus.swift
[1272/1410] Compiling BoxSdkGen TermsOfServiceUserStatusTypeField.swift
[1273/1410] Compiling BoxSdkGen TermsOfServiceUserStatuses.swift
[1274/1410] Compiling BoxSdkGen TermsOfServices.swift
[1275/1410] Compiling BoxSdkGen TimelineSkillCard.swift
[1276/1410] Compiling BoxSdkGen TimelineSkillCardEntriesAppearsField.swift
[1277/1410] Compiling BoxSdkGen TimelineSkillCardEntriesField.swift
[1278/1410] Compiling BoxSdkGen TimelineSkillCardInvocationField.swift
[1279/1410] Compiling BoxSdkGen TimelineSkillCardInvocationTypeField.swift
[1280/1410] Compiling BoxSdkGen TimelineSkillCardSkillCardTitleField.swift
[1281/1410] Compiling BoxSdkGen TimelineSkillCardSkillCardTypeField.swift
[1282/1410] Compiling BoxSdkGen TimelineSkillCardSkillField.swift
[1283/1410] Compiling BoxSdkGen TimelineSkillCardSkillTypeField.swift
[1284/1410] Compiling BoxSdkGen TimelineSkillCardTypeField.swift
[1285/1410] Compiling BoxSdkGen TrackingCode.swift
[1286/1410] Compiling BoxSdkGen TrackingCodeTypeField.swift
[1287/1410] Compiling BoxSdkGen TranscriptSkillCard.swift
[1288/1410] Compiling BoxSdkGen TranscriptSkillCardEntriesAppearsField.swift
[1289/1410] Compiling BoxSdkGen TranscriptSkillCardEntriesField.swift
[1290/1410] Compiling BoxSdkGen TranscriptSkillCardInvocationField.swift
[1291/1410] Compiling BoxSdkGen WorkflowFlowsTriggerScopeObjectField.swift
[1292/1410] Compiling BoxSdkGen WorkflowFlowsTriggerScopeObjectTypeField.swift
[1293/1410] Compiling BoxSdkGen WorkflowFlowsTriggerScopeTypeField.swift
[1294/1410] Compiling BoxSdkGen WorkflowFlowsTriggerTriggerTypeField.swift
[1295/1410] Compiling BoxSdkGen WorkflowFlowsTriggerTypeField.swift
[1296/1410] Compiling BoxSdkGen WorkflowFlowsTypeField.swift
[1297/1410] Compiling BoxSdkGen WorkflowFull.swift
[1298/1410] Compiling BoxSdkGen WorkflowMini.swift
[1299/1410] Compiling BoxSdkGen WorkflowMiniTypeField.swift
[1300/1410] Compiling BoxSdkGen Workflows.swift
[1301/1410] Compiling BoxSdkGen ZipDownload.swift
[1302/1410] Compiling BoxSdkGen ZipDownloadNameConflictsField.swift
[1303/1410] Compiling BoxSdkGen ZipDownloadNameConflictsTypeField.swift
[1304/1410] Compiling BoxSdkGen ZipDownloadRequest.swift
[1305/1410] Compiling BoxSdkGen ZipDownloadRequestItemsField.swift
[1306/1410] Compiling BoxSdkGen ZipDownloadRequestItemsTypeField.swift
[1307/1410] Compiling BoxSdkGen ZipDownloadStatus.swift
[1308/1410] Compiling BoxSdkGen ZipDownloadStatusStateField.swift
[1309/1410] Compiling BoxSdkGen AnyCodeable.swift
[1310/1410] Compiling BoxSdkGen Codable+Extensions.swift
[1311/1410] Compiling BoxSdkGen CodableStringEnum.swift
[1312/1410] Compiling BoxSdkGen JsonUtils.swift
[1313/1410] Compiling BoxSdkGen SerializedData.swift
[1314/1410] Compiling BoxSdkGen resource_bundle_accessor.swift
[1315/1410] Compiling BoxSdkGen TranscriptSkillCardInvocationTypeField.swift
[1316/1410] Compiling BoxSdkGen TranscriptSkillCardSkillCardTitleField.swift
[1317/1410] Compiling BoxSdkGen TranscriptSkillCardSkillCardTypeField.swift
[1318/1410] Compiling BoxSdkGen TranscriptSkillCardSkillField.swift
[1319/1410] Compiling BoxSdkGen TranscriptSkillCardSkillTypeField.swift
[1320/1410] Compiling BoxSdkGen TranscriptSkillCardTypeField.swift
[1321/1410] Compiling BoxSdkGen TrashFile.swift
[1322/1410] Compiling BoxSdkGen TrashFileItemStatusField.swift
[1323/1410] Compiling BoxSdkGen TrashFilePathCollectionEntriesField.swift
[1324/1410] Compiling BoxSdkGen TrashFilePathCollectionEntriesTypeField.swift
[1325/1410] Compiling BoxSdkGen TrashFilePathCollectionField.swift
[1326/1410] Compiling BoxSdkGen TrashFileTypeField.swift
[1327/1410] Compiling BoxSdkGen TrashFileRestored.swift
[1328/1410] Compiling BoxSdkGen TrashFileRestoredItemStatusField.swift
[1329/1410] Compiling BoxSdkGen TrashFileRestoredPathCollectionField.swift
[1330/1410] Compiling BoxSdkGen TrashFileRestoredTypeField.swift
[1331/1410] Compiling BoxSdkGen TrashFolder.swift
[1332/1410] Compiling BoxSdkGen TrashFolderItemStatusField.swift
[1333/1410] Compiling BoxSdkGen TrashFolderPathCollectionEntriesField.swift
[1334/1410] Compiling BoxSdkGen TrashFolderPathCollectionEntriesTypeField.swift
[1335/1410] Compiling BoxSdkGen TrashFolderPathCollectionField.swift
[1336/1410] Compiling BoxSdkGen TrashFolderTypeField.swift
[1337/1410] Compiling BoxSdkGen TrashFolderRestored.swift
[1338/1410] Compiling BoxSdkGen TrashFolderRestoredItemStatusField.swift
[1339/1410] Compiling BoxSdkGen TrashFolderRestoredPathCollectionField.swift
[1340/1410] Compiling BoxSdkGen TrashFolderRestoredTypeField.swift
[1341/1410] Compiling BoxSdkGen TrashWebLink.swift
[1342/1410] Compiling BoxSdkGen TrashWebLinkItemStatusField.swift
[1343/1410] Compiling BoxSdkGen TrashWebLinkPathCollectionEntriesField.swift
[1344/1410] Compiling BoxSdkGen TrashWebLinkPathCollectionEntriesTypeField.swift
[1345/1410] Compiling BoxSdkGen TrashWebLinkPathCollectionField.swift
[1346/1410] Compiling BoxSdkGen TrashWebLinkTypeField.swift
[1347/1410] Compiling BoxSdkGen TrashWebLinkRestored.swift
[1348/1410] Compiling BoxSdkGen TrashWebLinkRestoredItemStatusField.swift
[1349/1410] Compiling BoxSdkGen TrashWebLinkRestoredPathCollectionField.swift
[1350/1410] Compiling BoxSdkGen TrashWebLinkRestoredTypeField.swift
[1351/1410] Compiling BoxSdkGen UploadPart.swift
[1352/1410] Compiling BoxSdkGen UploadPartMini.swift
[1353/1410] Compiling BoxSdkGen UploadParts.swift
[1354/1410] Compiling BoxSdkGen UploadPartsOrderDirectionField.swift
[1355/1410] Compiling BoxSdkGen UploadPartsOrderField.swift
[1356/1410] Compiling BoxSdkGen UploadSession.swift
[1357/1410] Compiling BoxSdkGen UploadSessionSessionEndpointsField.swift
[1358/1410] Compiling BoxSdkGen UploadSessionTypeField.swift
[1359/1410] Compiling BoxSdkGen UploadUrl.swift
[1360/1410] Compiling BoxSdkGen UploadedPart.swift
[1361/1410] Compiling BoxSdkGen User.swift
[1362/1410] Compiling BoxSdkGen UserNotificationEmailField.swift
[1363/1410] Compiling BoxSdkGen UserStatusField.swift
[1364/1410] Compiling BoxSdkGen UserAvatar.swift
[1365/1410] Compiling BoxSdkGen UserAvatarPicUrlsField.swift
[1366/1410] Compiling BoxSdkGen UserBase.swift
[1367/1410] Compiling BoxSdkGen UserBaseTypeField.swift
[1368/1410] Compiling BoxSdkGen UserCollaborations.swift
[1369/1410] Compiling BoxSdkGen UserFull.swift
[1370/1410] Compiling BoxSdkGen UserFullEnterpriseField.swift
[1371/1410] Compiling BoxSdkGen UserFullEnterpriseTypeField.swift
[1372/1410] Compiling BoxSdkGen UserFullRoleField.swift
[1373/1410] Compiling BoxSdkGen UserIntegrationMappings.swift
[1374/1410] Compiling BoxSdkGen UserMini.swift
[1375/1410] Compiling BoxSdkGen Users.swift
[1376/1410] Compiling BoxSdkGen UsersOrderDirectionField.swift
[1377/1410] Compiling BoxSdkGen UsersOrderField.swift
[1378/1410] Compiling BoxSdkGen Watermark.swift
[1379/1410] Compiling BoxSdkGen WatermarkWatermarkField.swift
[1380/1410] Compiling BoxSdkGen WebLink.swift
[1381/1410] Compiling BoxSdkGen WebLinkItemStatusField.swift
[1382/1410] Compiling BoxSdkGen WebLinkPathCollectionField.swift
[1383/1410] Compiling BoxSdkGen WebLinkSharedLinkAccessField.swift
[1384/1410] Compiling BoxSdkGen WebLinkSharedLinkEffectiveAccessField.swift
[1385/1410] Compiling BoxSdkGen WebLinkSharedLinkEffectivePermissionField.swift
[1386/1410] Compiling BoxSdkGen WebLinkSharedLinkField.swift
[1387/1410] Compiling BoxSdkGen WebLinkSharedLinkPermissionsField.swift
[1388/1410] Compiling BoxSdkGen WebLinkBase.swift
[1389/1410] Compiling BoxSdkGen WebLinkBaseTypeField.swift
[1390/1410] Compiling BoxSdkGen WebLinkMini.swift
[1391/1410] Compiling BoxSdkGen Webhook.swift
[1392/1410] Compiling BoxSdkGen WebhookTriggersField.swift
[1393/1410] Compiling BoxSdkGen WebhookInvocation.swift
[1394/1410] Compiling BoxSdkGen WebhookInvocationTriggerField.swift
[1395/1410] Compiling BoxSdkGen WebhookInvocationTypeField.swift
[1396/1410] Compiling BoxSdkGen WebhookMini.swift
[1397/1410] Compiling BoxSdkGen WebhookMiniTargetField.swift
[1398/1410] Compiling BoxSdkGen WebhookMiniTargetTypeField.swift
[1399/1410] Compiling BoxSdkGen WebhookMiniTypeField.swift
[1400/1410] Compiling BoxSdkGen Webhooks.swift
[1401/1410] Compiling BoxSdkGen Workflow.swift
[1402/1410] Compiling BoxSdkGen WorkflowFlowsField.swift
[1403/1410] Compiling BoxSdkGen WorkflowFlowsOutcomesActionTypeField.swift
[1404/1410] Compiling BoxSdkGen WorkflowFlowsOutcomesField.swift
[1405/1410] Compiling BoxSdkGen WorkflowFlowsOutcomesIfRejectedActionTypeField.swift
[1406/1410] Compiling BoxSdkGen WorkflowFlowsOutcomesIfRejectedField.swift
[1407/1410] Compiling BoxSdkGen WorkflowFlowsOutcomesIfRejectedTypeField.swift
[1408/1410] Compiling BoxSdkGen WorkflowFlowsOutcomesTypeField.swift
[1409/1410] Compiling BoxSdkGen WorkflowFlowsTriggerField.swift
[1410/1410] Compiling BoxSdkGen WorkflowFlowsTriggerScopeField.swift
BUILD FAILURE 5.8 linux