The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AstraConnect, reference 1.0.0 (c4ba76), with Swift 6.2 for macOS (SPM) on 5 Nov 2025 13:29:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BCSuite/AstraConnect.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BCSuite/AstraConnect
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c4ba761 Updating the .gitignore.
Cloned https://github.com/BCSuite/AstraConnect.git
Revision (git rev-parse @):
c4ba761177ebb1aa0c53af7cdc05755d5ae4bd31
SUCCESS checkout https://github.com/BCSuite/AstraConnect.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "astraconnect",
      "name": "AstraConnect",
      "url": "https://github.com/BCSuite/AstraConnect.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AstraConnect",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BCSuite/AstraConnect.git
[1/354] Fetching astraconnect
Fetched https://github.com/BCSuite/AstraConnect.git from cache (1.06s)
Creating working copy for https://github.com/BCSuite/AstraConnect.git
Working copy of https://github.com/BCSuite/AstraConnect.git resolved at 1.0.0 (c4ba761)
warning: '.resolve-product-dependencies': dependency 'astraconnect' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BCSuite/AstraConnect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/138] Emitting module AstraConnect
/Users/admin/builder/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,
/Users/admin/builder/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>
[4/153] Compiling AstraConnect ACSolanaJSONReqBuilder.swift
/Users/admin/builder/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>
[5/153] Compiling AstraConnect ACSolanaReqBuilderDefaultFactory.swift
/Users/admin/builder/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>
[6/153] Compiling AstraConnect ACSolanaReqDataStreamParams.swift
/Users/admin/builder/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>
[7/153] Compiling AstraConnect ACSolanaRequestBuildable.swift
/Users/admin/builder/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>
[8/153] Compiling AstraConnect ACSolanaRequestSpace.swift
/Users/admin/builder/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>
[9/153] Compiling AstraConnect ACSolanaJSONRPCError.swift
/Users/admin/builder/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>
[10/153] Compiling AstraConnect ACSolanaJSONRPCResponse.swift
/Users/admin/builder/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>
[11/153] Compiling AstraConnect ACSolanaJSONRPCResponseBuilder.swift
/Users/admin/builder/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>
[12/153] Compiling AstraConnect ACSolanaResponsiveDefaultFactory.swift
/Users/admin/builder/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>
[13/153] Compiling AstraConnect ACSolanaUniRespResult.swift
/Users/admin/builder/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>
[14/153] Compiling AstraConnect ACSolanaGetSignatureStatuses.swift
/Users/admin/builder/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>
[15/153] Compiling AstraConnect ACSolanaGetSignaturesForAddress.swift
/Users/admin/builder/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>
[16/153] Compiling AstraConnect ACSolanaSignatureInfo.swift
/Users/admin/builder/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>
[17/153] Compiling AstraConnect ACSolanaSignatureStatus.swift
/Users/admin/builder/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>
[18/153] Compiling AstraConnect ACSolanaGetBlock.swift
/Users/admin/builder/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>
[19/153] Compiling AstraConnect ACSolanaSupplyInfo.swift
[20/153] Compiling AstraConnect ACSolanaTokenSupplyInfo.swift
[21/153] Compiling AstraConnect ACSolanaGetTransaction.swift
[22/153] Compiling AstraConnect ACSolanaSendTransaction.swift
[23/153] Compiling AstraConnect ACSolanaSimulateTransaction.swift
[24/153] Compiling AstraConnect ACSolanaTx.swift
[25/153] Compiling AstraConnect ACSolanaTxDetails.swift
[26/153] Compiling AstraConnect ACSolanaTxRequirementHeader.swift
[27/153] Compiling AstraConnect ACSolanaTxReward.swift
[28/153] Compiling AstraConnect ACSolanaTxStatus.swift
[29/153] Compiling AstraConnect ACSolanaTxStatusMetadata.swift
[30/153] Compiling AstraConnect ACSolanasimulationTxInfo.swift
[31/153] Compiling AstraConnect ACSolansTxMessage.swift
[32/153] Compiling AstraConnect ACSolanaUiTokenAmount.swift
[33/153] Compiling AstraConnect ACSolanaLoadedAddresses.swift
[34/153] Compiling AstraConnect ACSolanaGetBlockCommitment.swift
[35/153] Compiling AstraConnect ACSolanaGetGenesisHash.swift
[36/153] Compiling AstraConnect ACSolanaGetLatestBlockInfo.swift
[37/153] Compiling AstraConnect ACSolanaIsBlockhashValid.swift
[38/153] Compiling AstraConnect ACSolanaLatestBlockInfo.swift
[39/153] Compiling AstraConnect ACSolanaGetBlockHeight.swift
[40/153] Compiling AstraConnect ACSolanaGetBlockProduction.swift
[41/153] Compiling AstraConnect ACSolanaProduction.swift
[42/153] Compiling AstraConnect ACSolanaGetBlockTime.swift
[43/153] Compiling AstraConnect ACSolanaGetBlocks.swift
[44/153] Compiling AstraConnect ACSolanaClusterNode.swift
[45/153] Compiling AstraConnect ACSolanaGetClusterNodes.swift
[46/153] Compiling AstraConnect ACSolanaDataFilter.swift
[47/153] Compiling AstraConnect ACSolanaDataSlice.swift
[48/153] Compiling AstraConnect ACSolanaEpochInfo.swift
[49/153] Compiling AstraConnect ACSolanaInstructionReturnData.swift
[50/153] Compiling AstraConnect ACSolanaInteractor.swift
[51/153] Compiling AstraConnect ACSolanaGetLeaderSchedule.swift
[52/153] Compiling AstraConnect ACSolanaGetVersion.swift
[53/153] Compiling AstraConnect ACSolanaNodeVersion.swift
[54/153] Compiling AstraConnect ACSolanaGetIdentity.swift
[55/153] Compiling AstraConnect ACSolanaNodeIdentity.swift
[56/153] Compiling AstraConnect ACSolanaGetRecentPerformanceSamples.swift
[57/153] Compiling AstraConnect ACSolanaPerformanceSample.swift
[58/153] Compiling AstraConnect ACSolanaRPCAPI.swift
[59/153] Compiling AstraConnect ACSolanaRPCContext.swift
[60/153] Compiling AstraConnect ACSolanaRPC.swift
[61/153] Compiling AstraConnect ACSolanaBasicOptionalParams.swift
[62/153] Compiling AstraConnect ACSolanaJSONRPCRequest.swift
[63/153] Compiling AstraConnect ACSolanaJSONRPCRequestPayload.swift
[64/153] Compiling AstraConnect ACSolanaGetEpochInfo.swift
[65/153] Compiling AstraConnect ACSolanaEpochScheduleInformation.swift
[66/153] Compiling AstraConnect ACSolanaGetEpochSchedule.swift
[67/153] Compiling AstraConnect ACSolanaGetFeeForMessage.swift
[68/153] Compiling AstraConnect ACSolanaGetRecentPrioritizationFees.swift
[69/153] Compiling AstraConnect ACSolanaPrioritizationFeeInfo.swift
[70/153] Compiling AstraConnect ACSolanaGetHealth.swift
[71/153] Compiling AstraConnect ACSolanaGetInflationGovernor.swift
[72/153] Compiling AstraConnect ACSolanaGetInflationRate.swift
[73/153] Compiling AstraConnect ACSolanaGetInflationReward.swift
[74/153] Compiling AstraConnect ACSolanaInflationGovernor.swift
[75/153] Compiling AstraConnect ACSolanaInflationRate.swift
[76/153] Compiling AstraConnect ACSolanaInflationReward.swift
[77/153] Compiling AstraConnect ACSolanaInnerInstructions.swift
[78/153] Compiling AstraConnect ACSolanaInstruction.swift
[79/153] Compiling AstraConnect ACSolanaGetFirstAvailableBlock.swift
[80/153] Compiling AstraConnect ACSolanaGetHighestSnapshotSlot.swift
[81/153] Compiling AstraConnect ACSolanaGetMaxRetransmitSlot.swift
[82/153] Compiling AstraConnect ACSolanaGetMaxShredInsertSlot.swift
[83/153] Compiling AstraConnect ACSolanaGetMinimumLedgerSlot.swift
[84/153] Compiling AstraConnect ACSolanaGetSlot.swift
[85/153] Compiling AstraConnect ACSolanaGetSlotLeader.swift
[86/153] Compiling AstraConnect ACSolanaGetSlotLeaders.swift
[87/153] Compiling AstraConnect ACSolanaSnapshotSlotInfo.swift
[88/153] Compiling AstraConnect ACSolanaLimitedSlotRange.swift
[89/153] Compiling AstraConnect ACSolanaSlotRange.swift
[90/153] Compiling AstraConnect ACSolanaCoreVersionKind.swift
[91/153] Compiling AstraConnect ACSolanaGetStakeMinimumDelegation.swift
[92/153] Compiling AstraConnect ACSolanaGetSupply.swift
[93/153] Compiling AstraConnect ACSolanaGetTokenSupply.swift
[94/153] Compiling AstraConnect ACURLRequestBuilderFactory.swift
[95/153] Compiling AstraConnect ACURLRequestBuilderGeneratable.swift
[96/153] Compiling AstraConnect ACRequestCapability.swift
[97/153] Compiling AstraConnect URLSessionRequester.swift
[98/153] Compiling AstraConnect ACRPCResponseBuildable.swift
[99/153] Compiling AstraConnect ACRPCResponsive.swift
[100/153] Compiling AstraConnect ACRPCResponsiveGeneratable.swift
[101/153] Compiling AstraConnect ACSolanaAccountInfo.swift
[102/153] Compiling AstraConnect ACSolanaAccountOptionalParams.swift
[103/153] Compiling AstraConnect ACSolanaGetAccountInfo.swift
[104/153] Compiling AstraConnect ACSolanaGetLargestAccounts.swift
[105/153] Compiling AstraConnect ACSolanaGetMultipleAccounts.swift
[106/153] Compiling AstraConnect ACSolanaGetProgramAccounts.swift
[107/153] Compiling AstraConnect ACSolanaGetTokenAccountsByDelegate.swift
[108/153] Compiling AstraConnect ACSolanaGetTokenAccountsByOwner.swift
[109/153] Compiling AstraConnect ACRPCJSONData.swift
[110/153] Compiling AstraConnect ACRPCPresentable.swift
[111/153] Compiling AstraConnect ACHTTPContentFormattable.swift
[112/153] Compiling AstraConnect ACHTTPContentFormatterFactory.swift
[113/153] Compiling AstraConnect ACHTTPContentFormatterGeneratable.swift
[114/153] Compiling AstraConnect ACJSONFormatter.swift
[115/153] Compiling AstraConnect ACPOSTRequestWay.swift
[116/153] Compiling AstraConnect ACPOSTURLRequestBuilder.swift
[117/153] Compiling AstraConnect ACRPCReqBuilderGeneratable.swift
[118/153] Compiling AstraConnect ACRPCRequestBuildable.swift
[119/153] Compiling AstraConnect ACRequestDataStreamAssociation.swift
[120/153] Compiling AstraConnect ACRequestSpace.swift
[121/153] Compiling AstraConnect ACRequestWay.swift
[122/153] Compiling AstraConnect ACRequestable.swift
[123/153] Compiling AstraConnect ACURLRequestBuildable.swift
[124/153] Compiling AstraConnect ACCoderDefaultFactory.swift
/Users/admin/builder/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>
[125/153] Compiling AstraConnect ACDecodable.swift
/Users/admin/builder/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>
[126/153] Compiling AstraConnect ACDecoderDefaultFactory.swift
/Users/admin/builder/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>
[127/153] Compiling AstraConnect ACDecoderGeneratable.swift
/Users/admin/builder/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>
[128/153] Compiling AstraConnect ACDynamicCodation.swift
/Users/admin/builder/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>
[129/153] Compiling AstraConnect ACEncodable.swift
/Users/admin/builder/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>
[130/153] Compiling AstraConnect ACEncoderGeneratable.swift
/Users/admin/builder/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>
[131/153] Compiling AstraConnect ACJSONCoder.swift
/Users/admin/builder/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>
[132/153] Compiling AstraConnect ACJSONDecoder.swift
/Users/admin/builder/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>
[133/153] Compiling AstraConnect ACError.swift
/Users/admin/builder/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>
[134/153] Compiling AstraConnect ACRPCProcessErrorKind.swift
/Users/admin/builder/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>
[135/153] Compiling AstraConnect ACChainInteractable.swift
/Users/admin/builder/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>
[136/153] Compiling AstraConnect ACConsoleLogger.swift
/Users/admin/builder/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>
[137/153] Compiling AstraConnect ACLoggable.swift
/Users/admin/builder/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>
[138/153] Compiling AstraConnect ACRPCDataRepresentable.swift
/Users/admin/builder/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>
[139/153] Compiling AstraConnect ACSolanaGetTokenLargestAccounts.swift
[140/153] Compiling AstraConnect ACSolanaGetTransactionCount.swift
[141/153] Compiling AstraConnect ACSolanaGetVoteAccounts.swift
[142/153] Compiling AstraConnect ACSolanaProgramAccountInfo.swift
[143/153] Compiling AstraConnect ACSolanaTokenAccountInfo.swift
[144/153] Compiling AstraConnect ACSolanaTokenAccountOwnershipParams.swift
[145/153] Compiling AstraConnect ACSolanaVoteAccountInfo.swift
[146/153] Compiling AstraConnect ACSolanaAddressTableLookup.swift
[147/153] Compiling AstraConnect ACSolanaRequestAirdrop.swift
[148/153] Compiling AstraConnect ACSolanaGetBalance.swift
[149/153] Compiling AstraConnect ACSolanaGetMinBalanceForRentExemption.swift
[150/153] Compiling AstraConnect ACSolanaGetTokenAccountBalance.swift
[151/153] Compiling AstraConnect ACSolanaTokenAccountBalance.swift
[152/153] Compiling AstraConnect ACSolanaTokenBalance.swift
[153/153] Compiling AstraConnect ACSolanaCommitments.swift
Build complete! (5.83s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AstraConnect",
  "name" : "AstraConnect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AstraConnect",
      "targets" : [
        "AstraConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AstraConnectTests",
      "module_type" : "SwiftTarget",
      "name" : "AstraConnectTests",
      "path" : "Tests/AstraConnectTests",
      "sources" : [
        "AstraConnectTests.swift"
      ],
      "target_dependencies" : [
        "AstraConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AstraConnect",
      "module_type" : "SwiftTarget",
      "name" : "AstraConnect",
      "path" : "AstraConnect",
      "product_memberships" : [
        "AstraConnect"
      ],
      "sources" : [
        "Codable/ACCoderDefaultFactory.swift",
        "Codable/ACDecodable.swift",
        "Codable/ACDecoderDefaultFactory.swift",
        "Codable/ACDecoderGeneratable.swift",
        "Codable/ACDynamicCodation.swift",
        "Codable/ACEncodable.swift",
        "Codable/ACEncoderGeneratable.swift",
        "Codable/ACJSONCoder.swift",
        "Codable/ACJSONDecoder.swift",
        "Error/ACError.swift",
        "Error/ACRPCProcessErrorKind.swift",
        "Interaction/ACChainInteractable.swift",
        "Log/ACConsoleLogger.swift",
        "Log/ACLoggable.swift",
        "RPC/ACRPCDataRepresentable.swift",
        "RPC/ACRPCJSONData.swift",
        "RPC/ACRPCPresentable.swift",
        "Request/ACHTTPContentFormattable.swift",
        "Request/ACHTTPContentFormatterFactory.swift",
        "Request/ACHTTPContentFormatterGeneratable.swift",
        "Request/ACJSONFormatter.swift",
        "Request/ACPOSTRequestWay.swift",
        "Request/ACPOSTURLRequestBuilder.swift",
        "Request/ACRPCReqBuilderGeneratable.swift",
        "Request/ACRPCRequestBuildable.swift",
        "Request/ACRequestDataStreamAssociation.swift",
        "Request/ACRequestSpace.swift",
        "Request/ACRequestWay.swift",
        "Request/ACRequestable.swift",
        "Request/ACURLRequestBuildable.swift",
        "Request/ACURLRequestBuilderFactory.swift",
        "Request/ACURLRequestBuilderGeneratable.swift",
        "Requester/ACRequestCapability.swift",
        "Requester/URLSessionRequester.swift",
        "Response/ACRPCResponseBuildable.swift",
        "Response/ACRPCResponsive.swift",
        "Response/ACRPCResponsiveGeneratable.swift",
        "Solana/AccountInformation/ACSolanaAccountInfo.swift",
        "Solana/AccountInformation/ACSolanaAccountOptionalParams.swift",
        "Solana/AccountInformation/ACSolanaGetAccountInfo.swift",
        "Solana/AccountInformation/ACSolanaGetLargestAccounts.swift",
        "Solana/AccountInformation/ACSolanaGetMultipleAccounts.swift",
        "Solana/AccountInformation/ACSolanaGetProgramAccounts.swift",
        "Solana/AccountInformation/ACSolanaGetTokenAccountsByDelegate.swift",
        "Solana/AccountInformation/ACSolanaGetTokenAccountsByOwner.swift",
        "Solana/AccountInformation/ACSolanaGetTokenLargestAccounts.swift",
        "Solana/AccountInformation/ACSolanaGetTransactionCount.swift",
        "Solana/AccountInformation/ACSolanaGetVoteAccounts.swift",
        "Solana/AccountInformation/ACSolanaProgramAccountInfo.swift",
        "Solana/AccountInformation/ACSolanaTokenAccountInfo.swift",
        "Solana/AccountInformation/ACSolanaTokenAccountOwnershipParams.swift",
        "Solana/AccountInformation/ACSolanaVoteAccountInfo.swift",
        "Solana/AddressTableLookup/ACSolanaAddressTableLookup.swift",
        "Solana/Airdrop/ACSolanaRequestAirdrop.swift",
        "Solana/Balance/ACSolanaGetBalance.swift",
        "Solana/Balance/ACSolanaGetMinBalanceForRentExemption.swift",
        "Solana/Balance/ACSolanaGetTokenAccountBalance.swift",
        "Solana/Balance/ACSolanaTokenAccountBalance.swift",
        "Solana/Balance/ACSolanaTokenBalance.swift",
        "Solana/BlockCommitment/ACSolanaCommitments.swift",
        "Solana/BlockCommitment/ACSolanaGetBlockCommitment.swift",
        "Solana/BlockHash/ACSolanaGetGenesisHash.swift",
        "Solana/BlockHash/ACSolanaGetLatestBlockInfo.swift",
        "Solana/BlockHash/ACSolanaIsBlockhashValid.swift",
        "Solana/BlockHash/ACSolanaLatestBlockInfo.swift",
        "Solana/BlockHeight/ACSolanaGetBlockHeight.swift",
        "Solana/BlockProduction/ACSolanaGetBlockProduction.swift",
        "Solana/BlockProduction/ACSolanaProduction.swift",
        "Solana/BlockTime/ACSolanaGetBlockTime.swift",
        "Solana/Blocks/ACSolanaGetBlocks.swift",
        "Solana/ClusterNodes/ACSolanaClusterNode.swift",
        "Solana/ClusterNodes/ACSolanaGetClusterNodes.swift",
        "Solana/DataFilter/ACSolanaDataFilter.swift",
        "Solana/DataSlice/ACSolanaDataSlice.swift",
        "Solana/Epoch/ACSolanaEpochInfo.swift",
        "Solana/Epoch/ACSolanaGetEpochInfo.swift",
        "Solana/EpochSchedule/ACSolanaEpochScheduleInformation.swift",
        "Solana/EpochSchedule/ACSolanaGetEpochSchedule.swift",
        "Solana/Fees/ACSolanaGetFeeForMessage.swift",
        "Solana/Fees/ACSolanaGetRecentPrioritizationFees.swift",
        "Solana/Fees/ACSolanaPrioritizationFeeInfo.swift",
        "Solana/Health/ACSolanaGetHealth.swift",
        "Solana/Inflation/ACSolanaGetInflationGovernor.swift",
        "Solana/Inflation/ACSolanaGetInflationRate.swift",
        "Solana/Inflation/ACSolanaGetInflationReward.swift",
        "Solana/Inflation/ACSolanaInflationGovernor.swift",
        "Solana/Inflation/ACSolanaInflationRate.swift",
        "Solana/Inflation/ACSolanaInflationReward.swift",
        "Solana/Instruction/ACSolanaInnerInstructions.swift",
        "Solana/Instruction/ACSolanaInstruction.swift",
        "Solana/Instruction/ACSolanaInstructionReturnData.swift",
        "Solana/Interactor/ACSolanaInteractor.swift",
        "Solana/Leader/ACSolanaGetLeaderSchedule.swift",
        "Solana/Node/ACSolanaGetVersion.swift",
        "Solana/Node/ACSolanaNodeVersion.swift",
        "Solana/NodeIdentity/ACSolanaGetIdentity.swift",
        "Solana/NodeIdentity/ACSolanaNodeIdentity.swift",
        "Solana/Performance/ACSolanaGetRecentPerformanceSamples.swift",
        "Solana/Performance/ACSolanaPerformanceSample.swift",
        "Solana/RPCAPISpace/ACSolanaRPCAPI.swift",
        "Solana/RPCContext/ACSolanaRPCContext.swift",
        "Solana/RPCRepresentation/ACSolanaRPC.swift",
        "Solana/Request/ACSolanaBasicOptionalParams.swift",
        "Solana/Request/ACSolanaJSONRPCRequest.swift",
        "Solana/Request/ACSolanaJSONRPCRequestPayload.swift",
        "Solana/Request/ACSolanaJSONReqBuilder.swift",
        "Solana/Request/ACSolanaReqBuilderDefaultFactory.swift",
        "Solana/Request/ACSolanaReqDataStreamParams.swift",
        "Solana/Request/ACSolanaRequestBuildable.swift",
        "Solana/Request/ACSolanaRequestSpace.swift",
        "Solana/Response/ACSolanaJSONRPCError.swift",
        "Solana/Response/ACSolanaJSONRPCResponse.swift",
        "Solana/Response/ACSolanaJSONRPCResponseBuilder.swift",
        "Solana/Response/ACSolanaResponsiveDefaultFactory.swift",
        "Solana/Response/ACSolanaUniRespResult.swift",
        "Solana/Signatures/ACSolanaGetSignatureStatuses.swift",
        "Solana/Signatures/ACSolanaGetSignaturesForAddress.swift",
        "Solana/Signatures/ACSolanaSignatureInfo.swift",
        "Solana/Signatures/ACSolanaSignatureStatus.swift",
        "Solana/SingleBlock/ACSolanaGetBlock.swift",
        "Solana/SingleBlock/ACSolanaGetFirstAvailableBlock.swift",
        "Solana/Slot/ACSolanaGetHighestSnapshotSlot.swift",
        "Solana/Slot/ACSolanaGetMaxRetransmitSlot.swift",
        "Solana/Slot/ACSolanaGetMaxShredInsertSlot.swift",
        "Solana/Slot/ACSolanaGetMinimumLedgerSlot.swift",
        "Solana/Slot/ACSolanaGetSlot.swift",
        "Solana/Slot/ACSolanaGetSlotLeader.swift",
        "Solana/Slot/ACSolanaGetSlotLeaders.swift",
        "Solana/Slot/ACSolanaSnapshotSlotInfo.swift",
        "Solana/SlotRange/ACSolanaLimitedSlotRange.swift",
        "Solana/SlotRange/ACSolanaSlotRange.swift",
        "Solana/SolanaCore/ACSolanaCoreVersionKind.swift",
        "Solana/Stake/ACSolanaGetStakeMinimumDelegation.swift",
        "Solana/Supply/ACSolanaGetSupply.swift",
        "Solana/Supply/ACSolanaGetTokenSupply.swift",
        "Solana/Supply/ACSolanaSupplyInfo.swift",
        "Solana/Supply/ACSolanaTokenSupplyInfo.swift",
        "Solana/Tx/ACSolanaGetTransaction.swift",
        "Solana/Tx/ACSolanaSendTransaction.swift",
        "Solana/Tx/ACSolanaSimulateTransaction.swift",
        "Solana/Tx/ACSolanaTx.swift",
        "Solana/Tx/ACSolanaTxDetails.swift",
        "Solana/Tx/ACSolanaTxRequirementHeader.swift",
        "Solana/Tx/ACSolanaTxReward.swift",
        "Solana/Tx/ACSolanaTxStatus.swift",
        "Solana/Tx/ACSolanaTxStatusMetadata.swift",
        "Solana/Tx/ACSolanasimulationTxInfo.swift",
        "Solana/Tx/ACSolansTxMessage.swift",
        "Solana/UiTokenAmount/ACSolanaUiTokenAmount.swift",
        "Solana/aLoadedAddresses/ACSolanaLoadedAddresses.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.