Build Information
Failed to build AstraConnect, reference main (b7b62e), with Swift 6.2 for Android on 6 Nov 2025 18:48:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BCSuite/AstraConnect.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/BCSuite/AstraConnect
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b7b62e4 README.md updation.
Cloned https://github.com/BCSuite/AstraConnect.git
Revision (git rev-parse @):
b7b62e45729936c0dbbb6e64de5d4534d1ce5f97
SUCCESS checkout https://github.com/BCSuite/AstraConnect.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/BCSuite/AstraConnect.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/135] Compiling AstraConnect ACCoderDefaultFactory.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[4/135] Compiling AstraConnect ACDecodable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[5/135] Compiling AstraConnect ACDecoderDefaultFactory.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[6/135] Compiling AstraConnect ACDecoderGeneratable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[7/135] Compiling AstraConnect ACDynamicCodation.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[8/135] Compiling AstraConnect ACEncodable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[9/135] Compiling AstraConnect ACEncoderGeneratable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[10/135] Compiling AstraConnect ACJSONCoder.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[11/135] Compiling AstraConnect ACJSONDecoder.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[12/135] Compiling AstraConnect ACError.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[13/135] Compiling AstraConnect ACRPCProcessErrorKind.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[14/135] Compiling AstraConnect ACChainInteractable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[15/135] Compiling AstraConnect ACConsoleLogger.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[16/135] Compiling AstraConnect ACLoggable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[17/135] Compiling AstraConnect ACRPCDataRepresentable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[18/135] Compiling AstraConnect ACRPCJSONData.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[19/135] Compiling AstraConnect ACRPCPresentable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[20/135] Compiling AstraConnect ACHTTPContentFormattable.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[21/135] Compiling AstraConnect ACHTTPContentFormatterFactory.swift
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[22/135] Compiling AstraConnect ACSolanaTokenAccountBalance.swift
[23/135] Compiling AstraConnect ACSolanaTokenBalance.swift
[24/135] Compiling AstraConnect ACSolanaCommitments.swift
[25/135] Compiling AstraConnect ACSolanaGetBlockCommitment.swift
[26/135] Compiling AstraConnect ACSolanaGetGenesisHash.swift
[27/135] Compiling AstraConnect ACSolanaGetLatestBlockInfo.swift
[28/135] Compiling AstraConnect ACSolanaIsBlockhashValid.swift
[29/135] Compiling AstraConnect ACSolanaLatestBlockInfo.swift
[30/135] Compiling AstraConnect ACSolanaGetBlockHeight.swift
[31/135] Compiling AstraConnect ACSolanaGetBlockProduction.swift
[32/135] Compiling AstraConnect ACSolanaProduction.swift
[33/135] Compiling AstraConnect ACSolanaGetBlockTime.swift
[34/135] Compiling AstraConnect ACSolanaGetBlocks.swift
[35/135] Compiling AstraConnect ACSolanaClusterNode.swift
[36/135] Compiling AstraConnect ACSolanaGetClusterNodes.swift
[37/135] Compiling AstraConnect ACSolanaDataFilter.swift
[38/135] Compiling AstraConnect ACSolanaDataSlice.swift
[39/135] Compiling AstraConnect ACSolanaEpochInfo.swift
[40/135] Compiling AstraConnect ACSolanaGetEpochInfo.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/153] Compiling AstraConnect ACSolanaUniRespResult.swift
[42/153] Compiling AstraConnect ACSolanaGetSignatureStatuses.swift
[43/153] Compiling AstraConnect ACSolanaGetSignaturesForAddress.swift
[44/153] Compiling AstraConnect ACSolanaSignatureInfo.swift
[45/153] Compiling AstraConnect ACSolanaSignatureStatus.swift
[46/153] Compiling AstraConnect ACSolanaGetBlock.swift
[47/153] Compiling AstraConnect ACSolanaGetFirstAvailableBlock.swift
[48/153] Compiling AstraConnect ACSolanaGetHighestSnapshotSlot.swift
[49/153] Compiling AstraConnect ACSolanaGetMaxRetransmitSlot.swift
[50/153] Compiling AstraConnect ACSolanaGetMaxShredInsertSlot.swift
[51/153] Compiling AstraConnect ACSolanaGetMinimumLedgerSlot.swift
[52/153] Compiling AstraConnect ACSolanaGetSlot.swift
[53/153] Compiling AstraConnect ACSolanaGetSlotLeader.swift
[54/153] Compiling AstraConnect ACSolanaGetSlotLeaders.swift
[55/153] Compiling AstraConnect ACSolanaSnapshotSlotInfo.swift
[56/153] Compiling AstraConnect ACSolanaLimitedSlotRange.swift
[57/153] Compiling AstraConnect ACSolanaSlotRange.swift
[58/153] Compiling AstraConnect ACSolanaCoreVersionKind.swift
[59/153] Compiling AstraConnect ACSolanaGetIdentity.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[60/153] Compiling AstraConnect ACSolanaNodeIdentity.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[61/153] Compiling AstraConnect ACSolanaGetRecentPerformanceSamples.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[62/153] Compiling AstraConnect ACSolanaPerformanceSample.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[63/153] Compiling AstraConnect ACSolanaRPCAPI.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[64/153] Compiling AstraConnect ACSolanaRPCContext.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[65/153] Compiling AstraConnect ACSolanaRPC.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[66/153] Compiling AstraConnect ACSolanaBasicOptionalParams.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[67/153] Compiling AstraConnect ACSolanaJSONRPCRequest.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[68/153] Compiling AstraConnect ACSolanaJSONRPCRequestPayload.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[69/153] Compiling AstraConnect ACSolanaJSONReqBuilder.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[70/153] Compiling AstraConnect ACSolanaReqBuilderDefaultFactory.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[71/153] Compiling AstraConnect ACSolanaReqDataStreamParams.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[72/153] Compiling AstraConnect ACSolanaRequestBuildable.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[73/153] Compiling AstraConnect ACSolanaRequestSpace.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[74/153] Compiling AstraConnect ACSolanaJSONRPCError.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[75/153] Compiling AstraConnect ACSolanaJSONRPCResponse.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[76/153] Compiling AstraConnect ACSolanaJSONRPCResponseBuilder.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[77/153] Compiling AstraConnect ACSolanaResponsiveDefaultFactory.swift
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[78/153] Compiling AstraConnect ACSolanaAccountOptionalParams.swift
[79/153] Compiling AstraConnect ACSolanaGetAccountInfo.swift
[80/153] Compiling AstraConnect ACSolanaGetLargestAccounts.swift
[81/153] Compiling AstraConnect ACSolanaGetMultipleAccounts.swift
[82/153] Compiling AstraConnect ACSolanaGetProgramAccounts.swift
[83/153] Compiling AstraConnect ACSolanaGetTokenAccountsByDelegate.swift
[84/153] Compiling AstraConnect ACSolanaGetTokenAccountsByOwner.swift
[85/153] Compiling AstraConnect ACSolanaGetTokenLargestAccounts.swift
[86/153] Compiling AstraConnect ACSolanaGetTransactionCount.swift
[87/153] Compiling AstraConnect ACSolanaGetVoteAccounts.swift
[88/153] Compiling AstraConnect ACSolanaProgramAccountInfo.swift
[89/153] Compiling AstraConnect ACSolanaTokenAccountInfo.swift
[90/153] Compiling AstraConnect ACSolanaTokenAccountOwnershipParams.swift
[91/153] Compiling AstraConnect ACSolanaVoteAccountInfo.swift
[92/153] Compiling AstraConnect ACSolanaAddressTableLookup.swift
[93/153] Compiling AstraConnect ACSolanaRequestAirdrop.swift
[94/153] Compiling AstraConnect ACSolanaGetBalance.swift
[95/153] Compiling AstraConnect ACSolanaGetMinBalanceForRentExemption.swift
[96/153] Compiling AstraConnect ACSolanaGetTokenAccountBalance.swift
[97/153] Emitting module AstraConnect
/host/spi-builder-workspace/AstraConnect/Codable/ACDynamicCodation.swift:35:16: warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
33 | // MARK: - Decodable
34 | extension ACDynamicCodation {
35 | static let basicDecodableTypes: [Decodable.Type] = [String.self,
| |- warning: static property 'basicDecodableTypes' is not concurrency-safe because non-'Sendable' type '[any Decodable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'basicDecodableTypes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | Int.self,
37 | Int8.self,
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Solana/Request/ACSolanaReqBuilderDefaultFactory.swift:15:16: warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
13 |
14 | /// Builder map store relationships betweeen data type and ACRPCRequestBuildable type.
15 | static let buildersMap: [String: any ACRPCRequestBuildable.Type] = [ACRPCJSONData.typeName: ACSolanaJSONReqBuilder.self]
| |- warning: static property 'buildersMap' is not concurrency-safe because non-'Sendable' type '[String : any ACRPCRequestBuildable.Type]' may have shared mutable state [#MutableGlobalVariable]
| |- note: add '@MainActor' to make static property 'buildersMap' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | /// Generate any ACRPCRequestBuildable according to data type
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[98/153] Compiling AstraConnect ACHTTPContentFormatterGeneratable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[99/153] Compiling AstraConnect ACJSONFormatter.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[100/153] Compiling AstraConnect ACPOSTRequestWay.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[101/153] Compiling AstraConnect ACPOSTURLRequestBuilder.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[102/153] Compiling AstraConnect ACRPCReqBuilderGeneratable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[103/153] Compiling AstraConnect ACRPCRequestBuildable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[104/153] Compiling AstraConnect ACRequestDataStreamAssociation.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[105/153] Compiling AstraConnect ACRequestSpace.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[106/153] Compiling AstraConnect ACRequestWay.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[107/153] Compiling AstraConnect ACRequestable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[108/153] Compiling AstraConnect ACURLRequestBuildable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[109/153] Compiling AstraConnect ACURLRequestBuilderFactory.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[110/153] Compiling AstraConnect ACURLRequestBuilderGeneratable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[111/153] Compiling AstraConnect ACRequestCapability.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[112/153] Compiling AstraConnect URLSessionRequester.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[113/153] Compiling AstraConnect ACRPCResponseBuildable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[114/153] Compiling AstraConnect ACRPCResponsive.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[115/153] Compiling AstraConnect ACRPCResponsiveGeneratable.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[116/153] Compiling AstraConnect ACSolanaAccountInfo.swift
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:34:63: error: cannot find type 'URLRequest' in scope
32 | /// - info: Information described by a Requestable.
33 | /// - Returns: A URLRequest instance.
34 | public func build(from info: any ACRequestable) throws -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
35 | let address = info.rpcInfo.address
36 | //1.Generate related URL.
/host/spi-builder-workspace/AstraConnect/Request/ACURLRequestBuildable.swift:17:56: error: cannot find type 'URLRequest' in scope
15 | /// - info: Information described by a Requestable.
16 | /// - Returns: A URLRequest instance.
17 | func build(from info: any ACRequestable) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
18 | }
19 |
/host/spi-builder-workspace/AstraConnect/Request/ACPOSTURLRequestBuilder.swift:42:21: error: cannot find 'URLRequest' in scope
40 | }
41 | //2.Generate the URLRequest instance.
42 | var urlRq = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
43 | //3.Set the way of sending a request.
44 | urlRq.httpMethod = ACPOSTRequestWay.POSTMethodDesc
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:44:42: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | let urlRequest = try urlRequestBuilder.build(from: request)
43 | // 2.Send a request
44 | let (respData, response): (Data, URLResponse)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:46:57: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
44 | let (respData, response): (Data, URLResponse)
45 | do {
46 | (respData, response) = try await URLSession.shared.data(for: urlRequest)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
47 | } catch {
48 | throw ACRPCProcessErrorKind.urlSessionTaskException.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:43: warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- warning: conditional cast from 'URLResponse' (aka 'AnyObject') to 'HTTPURLResponse' (aka 'AnyObject') always succeeds
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:52:47: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
50 | }
51 | // 3.Check the status code.
52 | guard let httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:55:82: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
53 | // Non-HTTP Response
54 | throw ACRPCProcessErrorKind.nonHTTPResponse.buildError(entity: String(describing: Self.self),
55 | msg: response.description)
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'description'
56 | }
57 | let statusCode = httpResponse.statusCode
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:57:39: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
55 | msg: response.description)
56 | }
57 | let statusCode = httpResponse.statusCode
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
58 | guard statusCode == ACRequestSpace.ACHTTPReuqestSuccessCode else {
59 | // Request failure.
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:61:46: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
59 | // Request failure.
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
63 | }
/host/spi-builder-workspace/AstraConnect/Requester/URLSessionRequester.swift:62:48: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
60 | throw ACError(module: String(describing: self),
61 | code: httpResponse.statusCode,
62 | msg: HTTPURLResponse.localizedString(forStatusCode: statusCode))
| `- error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
63 | }
64 | //4.Decode the response data.
[117/153] Compiling AstraConnect ACSolanaEpochScheduleInformation.swift
[118/153] Compiling AstraConnect ACSolanaGetEpochSchedule.swift
[119/153] Compiling AstraConnect ACSolanaGetFeeForMessage.swift
[120/153] Compiling AstraConnect ACSolanaGetRecentPrioritizationFees.swift
[121/153] Compiling AstraConnect ACSolanaPrioritizationFeeInfo.swift
[122/153] Compiling AstraConnect ACSolanaGetHealth.swift
[123/153] Compiling AstraConnect ACSolanaGetInflationGovernor.swift
[124/153] Compiling AstraConnect ACSolanaGetInflationRate.swift
[125/153] Compiling AstraConnect ACSolanaGetInflationReward.swift
[126/153] Compiling AstraConnect ACSolanaInflationGovernor.swift
[127/153] Compiling AstraConnect ACSolanaInflationRate.swift
[128/153] Compiling AstraConnect ACSolanaInflationReward.swift
[129/153] Compiling AstraConnect ACSolanaInnerInstructions.swift
[130/153] Compiling AstraConnect ACSolanaInstruction.swift
[131/153] Compiling AstraConnect ACSolanaInstructionReturnData.swift
[132/153] Compiling AstraConnect ACSolanaInteractor.swift
[133/153] Compiling AstraConnect ACSolanaGetLeaderSchedule.swift
[134/153] Compiling AstraConnect ACSolanaGetVersion.swift
[135/153] Compiling AstraConnect ACSolanaNodeVersion.swift
[136/153] Compiling AstraConnect ACSolanaGetStakeMinimumDelegation.swift
[137/153] Compiling AstraConnect ACSolanaGetSupply.swift
[138/153] Compiling AstraConnect ACSolanaGetTokenSupply.swift
[139/153] Compiling AstraConnect ACSolanaSupplyInfo.swift
[140/153] Compiling AstraConnect ACSolanaTokenSupplyInfo.swift
[141/153] Compiling AstraConnect ACSolanaGetTransaction.swift
[142/153] Compiling AstraConnect ACSolanaSendTransaction.swift
[143/153] Compiling AstraConnect ACSolanaSimulateTransaction.swift
[144/153] Compiling AstraConnect ACSolanaTx.swift
[145/153] Compiling AstraConnect ACSolanaTxDetails.swift
[146/153] Compiling AstraConnect ACSolanaTxRequirementHeader.swift
[147/153] Compiling AstraConnect ACSolanaTxReward.swift
[148/153] Compiling AstraConnect ACSolanaTxStatus.swift
[149/153] Compiling AstraConnect ACSolanaTxStatusMetadata.swift
[150/153] Compiling AstraConnect ACSolanasimulationTxInfo.swift
[151/153] Compiling AstraConnect ACSolansTxMessage.swift
[152/153] Compiling AstraConnect ACSolanaUiTokenAmount.swift
[153/153] Compiling AstraConnect ACSolanaLoadedAddresses.swift
BUILD FAILURE 6.2 android