The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Solana, reference main (61a53d), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 22:52:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/crewshin/solana-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crewshin/solana-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61a53de Merge pull request #5 from crewshin/feature/get-identity
Cloned https://github.com/crewshin/solana-swift.git
Revision (git rev-parse @):
61a53dee2a371127bb1998a62a5ec9aa9c419acb
SUCCESS checkout https://github.com/crewshin/solana-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/crewshin/solana-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/132] Emitting module BigInt
[9/134] Compiling BigInt Subtraction.swift
[10/134] Compiling BigInt Words and Bits.swift
[11/134] Compiling CryptoSwift AEAD.swift
[12/134] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[13/134] Emitting module CryptoSwift
[14/145] Compiling CryptoSwift Array+Foundation.swift
[15/145] Compiling CryptoSwift Blowfish+Foundation.swift
[16/145] Compiling CryptoSwift ChaCha20+Foundation.swift
[17/145] Compiling CryptoSwift AES.swift
[18/145] Compiling CryptoSwift ASN1.swift
[19/145] Compiling CryptoSwift Authenticator.swift
[20/145] Compiling CryptoSwift BatchedCollection.swift
[21/145] Compiling CryptoSwift Digest.swift
[22/145] Compiling CryptoSwift DigestType.swift
[23/145] Compiling CryptoSwift AES+Foundation.swift
[24/145] Compiling CryptoSwift Cryptor.swift
[25/145] Compiling CryptoSwift Cryptors.swift
[26/145] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[27/145] Compiling CryptoSwift AES.Cryptors.swift
[28/145] Compiling CryptoSwift ASN1Scanner.swift
[29/145] Compiling CryptoSwift Array+Extension.swift
[30/145] Compiling CryptoSwift ASN1Decoder.swift
[31/145] Compiling CryptoSwift ASN1Encoder.swift
[32/145] Compiling CryptoSwift String+FoundationExtension.swift
[33/145] Compiling CryptoSwift Utils+Foundation.swift
[34/145] Compiling CryptoSwift XChaCha20+Foundation.swift
[35/145] Compiling CryptoSwift Generics.swift
[36/145] Compiling CryptoSwift HKDF.swift
[37/145] Compiling CryptoSwift HMAC.swift
[38/145] Compiling CryptoSwift ISO10126Padding.swift
[39/145] Compiling CryptoSwift ISO78164Padding.swift
[40/145] Compiling CryptoSwift Int+Extension.swift
[41/145] Compiling CryptoSwift MD5.swift
[42/145] Compiling CryptoSwift NoPadding.swift
[43/145] Compiling CryptoSwift Shifts.swift
[44/145] Compiling CryptoSwift SquareRoot.swift
[45/145] Compiling CryptoSwift Strideable.swift
[46/145] Compiling CryptoSwift StringConversion.swift
[47/145] Compiling CryptoSwift Subtraction.swift
[48/145] Compiling CryptoSwift WordsAndBits.swift
[49/145] Compiling CryptoSwift ChaCha20.swift
[50/145] Compiling CryptoSwift Checksum.swift
[51/145] Compiling CryptoSwift Cipher.swift
[52/145] Compiling CryptoSwift Collection+Extension.swift
[53/145] Compiling CryptoSwift CompactMap.swift
[54/145] Compiling CryptoSwift Codable.swift
[55/145] Compiling CryptoSwift Comparable.swift
[56/145] Compiling CryptoSwift DataConversion.swift
[57/145] Compiling CryptoSwift Division.swift
[58/145] Compiling CryptoSwift Exponentiation.swift
[59/145] Compiling CryptoSwift FloatingPointConversion.swift
[60/145] Compiling CryptoSwift GCD.swift
[61/145] Compiling CryptoSwift Hashable.swift
[62/145] Compiling CryptoSwift IntegerConversion.swift
[63/145] Compiling CryptoSwift Multiplication.swift
[64/145] Compiling CryptoSwift PrimeTest.swift
[65/145] Compiling CryptoSwift Random.swift
[66/145] Compiling CryptoSwift Operators.swift
[67/145] Compiling CryptoSwift DER.swift
[68/145] Compiling CryptoSwift PBKDF1.swift
[69/145] Compiling CryptoSwift PBKDF2.swift
[70/145] Compiling CryptoSwift PKCS1v15.swift
[71/145] Compiling CryptoSwift PKCS5.swift
[72/145] Compiling CryptoSwift PKCS7.swift
[73/145] Compiling CryptoSwift PKCS7Padding.swift
[74/145] Compiling CryptoSwift Padding.swift
[75/145] Compiling CryptoSwift Poly1305.swift
[76/145] Compiling CryptoSwift RSA+Cipher.swift
[87/147] Compiling CryptoSwift Rabbit+Foundation.swift
[88/147] Compiling Base58Swift Base58.swift
[89/147] Emitting module Base58Swift
[102/147] Compiling CryptoSwift Bit.swift
[103/147] Compiling CryptoSwift BlockCipher.swift
[104/147] Compiling CryptoSwift BlockDecryptor.swift
[105/147] Compiling CryptoSwift BlockEncryptor.swift
[106/147] Compiling CryptoSwift BlockMode.swift
[107/147] Compiling CryptoSwift BlockModeOptions.swift
[108/147] Compiling CryptoSwift CBC.swift
[109/147] Compiling CryptoSwift CCM.swift
[110/147] Compiling CryptoSwift CFB.swift
[111/147] Compiling CryptoSwift CTR.swift
[112/147] Compiling CryptoSwift CipherModeWorker.swift
[113/147] Compiling CryptoSwift ECB.swift
[114/147] Compiling CryptoSwift RSA+Signature.swift
[115/147] Compiling CryptoSwift RSA.swift
[116/147] Compiling CryptoSwift Rabbit.swift
[117/147] Compiling CryptoSwift SHA1.swift
[118/147] Compiling CryptoSwift SHA2.swift
[119/147] Compiling CryptoSwift SHA3.swift
[120/147] Compiling CryptoSwift Scrypt.swift
[121/147] Compiling CryptoSwift SecureBytes.swift
[122/147] Compiling CryptoSwift Signature.swift
[123/147] Compiling CryptoSwift StreamDecryptor.swift
[124/147] Compiling CryptoSwift StreamEncryptor.swift
[125/147] Compiling CryptoSwift GCM.swift
[126/147] Compiling CryptoSwift OCB.swift
[127/147] Compiling CryptoSwift OFB.swift
[128/147] Compiling CryptoSwift PCBC.swift
[129/147] Compiling CryptoSwift Blowfish.swift
[130/147] Compiling CryptoSwift CBCMAC.swift
[131/147] Compiling CryptoSwift CMAC.swift
[132/147] Compiling CryptoSwift Addition.swift
[133/147] Compiling CryptoSwift BigInt.swift
[134/147] Compiling CryptoSwift BigUInt.swift
[135/147] Compiling CryptoSwift BitwiseOps.swift
[136/147] Compiling CryptoSwift CS.swift
[137/147] Compiling CryptoSwift String+Extension.swift
[138/147] Compiling CryptoSwift UInt128.swift
[139/147] Compiling CryptoSwift UInt16+Extension.swift
[140/147] Compiling CryptoSwift UInt32+Extension.swift
[141/147] Compiling CryptoSwift UInt64+Extension.swift
[142/147] Compiling CryptoSwift UInt8+Extension.swift
[143/147] Compiling CryptoSwift Updatable.swift
[144/147] Compiling CryptoSwift Utils.swift
[145/147] Compiling CryptoSwift XChaCha20.swift
[146/147] Compiling CryptoSwift ZeroPadding.swift
[147/147] Compiling CryptoSwift resource_bundle_accessor.swift
[148/154] Compiling ed25519swift ed25519_verify.swift
[149/154] Compiling ed25519swift ed25519_sign.swift
[150/154] Compiling ed25519swift ed25519_utility.swift
[151/154] Compiling ed25519swift ed25519_sc.swift
[152/154] Emitting module ed25519swift
[153/154] Compiling ed25519swift ed25519_fe.swift
[154/154] Compiling ed25519swift ed25519_ge.swift
[155/196] Emitting module Solana
[156/200] Compiling Solana Block.swift
[157/200] Compiling Solana Commitment.swift
[158/200] Compiling Solana Encoding.swift
[159/200] Compiling Solana Filter.swift
[160/200] Compiling Solana Hash.swift
[161/200] Compiling Solana SlotRange.swift
[162/200] Compiling Solana TokenBalance.swift
[163/200] Compiling Solana Transaction.swift
[164/200] Compiling Solana TransactionError.swift
[165/200] Compiling Solana Identity.swift
[166/200] Compiling Solana Instruction.swift
[167/200] Compiling Solana GetAccountInfo.swift
[168/200] Compiling Solana GetBalanace.swift
[169/200] Compiling Solana GetBlockCommitment.swift
[170/200] Compiling Solana RPCResponse.swift
[171/200] Compiling Solana SimulateTransaction.swift
[172/200] Compiling Solana RewardType.swift
[173/200] Compiling Solana RpcError.swift
[174/200] Compiling Solana GetBlockProduction.swift
[175/200] Compiling Solana GetBlockTime.swift
[176/200] Compiling Solana GetClusterNodes.swift
[177/200] Compiling Solana GetConfirmedBlock.swift
[178/200] Compiling Solana GetConfirmedBlocks.swift
[179/200] Compiling Solana GetEpochSchedule.swift
[180/200] Compiling Solana GetFeeCalculatorForBlockhash.swift
[181/200] Compiling Solana GetFeeRateGovernor.swift
[182/200] Compiling Solana GetFees.swift
[183/200] Compiling Solana GetConfirmedBlocksWithLimit.swift
[184/200] Compiling Solana GetConfirmedSignaturesForAddress.swift
[185/200] Compiling Solana GetConfirmedSignaturesForAddress2.swift
[186/200] Compiling Solana GetConfirmedTransaction.swift
[187/200] Compiling Solana GetEpochInfo.swift
[188/200] Compiling Solana Solana.swift
[189/200] Compiling Solana SolanaErrors.swift
[190/200] Compiling Solana SolanaSockets.swift
[191/200] Compiling Solana WebSockets.swift
[192/200] Compiling Solana ProgramSubscribe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:36:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
34 |         URLSession.shared.dataTask(with: tmpRequest) { (data, response, error) in
35 |             guard let data = data, error == nil, let response = response else {
36 |                 completion(.failure(SolanaAPIError.generic(message: "API Call guard failed.")))
   |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
37 |                 return
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:26:104: warning: capture of non-sendable type 'T.Type' in an isolated closure
24 |     }
25 |
26 |     public func decodableTask<T: Decodable>(request: URLRequest, decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<Response<T>, Error>) -> Void) {
   |                                                                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
27 |
28 |         var tmpRequest = request
[193/200] Compiling Solana Network.swift
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:36:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
34 |         URLSession.shared.dataTask(with: tmpRequest) { (data, response, error) in
35 |             guard let data = data, error == nil, let response = response else {
36 |                 completion(.failure(SolanaAPIError.generic(message: "API Call guard failed.")))
   |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
37 |                 return
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:26:104: warning: capture of non-sendable type 'T.Type' in an isolated closure
24 |     }
25 |
26 |     public func decodableTask<T: Decodable>(request: URLRequest, decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<Response<T>, Error>) -> Void) {
   |                                                                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
27 |
28 |         var tmpRequest = request
[194/200] Compiling Solana NetworkRequestType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:36:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
34 |         URLSession.shared.dataTask(with: tmpRequest) { (data, response, error) in
35 |             guard let data = data, error == nil, let response = response else {
36 |                 completion(.failure(SolanaAPIError.generic(message: "API Call guard failed.")))
   |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
37 |                 return
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:26:104: warning: capture of non-sendable type 'T.Type' in an isolated closure
24 |     }
25 |
26 |     public func decodableTask<T: Decodable>(request: URLRequest, decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<Response<T>, Error>) -> Void) {
   |                                                                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
27 |
28 |         var tmpRequest = request
[195/200] Compiling Solana Networking.swift
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:36:17: warning: capture of non-sendable type 'T.Type' in an isolated closure
34 |         URLSession.shared.dataTask(with: tmpRequest) { (data, response, error) in
35 |             guard let data = data, error == nil, let response = response else {
36 |                 completion(.failure(SolanaAPIError.generic(message: "API Call guard failed.")))
   |                 `- warning: capture of non-sendable type 'T.Type' in an isolated closure
37 |                 return
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Solana/Networking.swift:26:104: warning: capture of non-sendable type 'T.Type' in an isolated closure
24 |     }
25 |
26 |     public func decodableTask<T: Decodable>(request: URLRequest, decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<Response<T>, Error>) -> Void) {
   |                                                                                                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
27 |
28 |         var tmpRequest = request
[196/200] Compiling Solana Double+.swift
[197/200] Compiling Solana Int+.swift
[198/200] Compiling Solana JSON+.swift
[199/200] Compiling Solana String+.swift
[200/200] Compiling Solana Account.swift
Build complete! (19.96s)
Fetching https://github.com/keefertaylor/Base58Swift
Fetching https://github.com/crewshin/ed25519swift
[1/534] Fetching base58swift
[103/1486] Fetching base58swift, ed25519swift
Fetched https://github.com/crewshin/ed25519swift from cache (1.10s)
Fetched https://github.com/keefertaylor/Base58Swift from cache (1.10s)
Computing version for https://github.com/crewshin/ed25519swift
Computed https://github.com/crewshin/ed25519swift at 1.2.6 (1.64s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.74s)
Computing version for https://github.com/keefertaylor/Base58Swift
Computed https://github.com/keefertaylor/Base58Swift at 2.1.14 (2.27s)
Fetching https://github.com/attaswift/BigInt.git
[1/4807] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.25s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (1.68s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.52s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/keefertaylor/Base58Swift
Working copy of https://github.com/keefertaylor/Base58Swift resolved at 2.1.14
Creating working copy for https://github.com/crewshin/ed25519swift
Working copy of https://github.com/crewshin/ed25519swift resolved at 1.2.6
Build complete.
{
  "dependencies" : [
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.14",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/keefertaylor/Base58Swift"
    },
    {
      "identity" : "ed25519swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crewshin/ed25519swift"
    }
  ],
  "manifest_display_name" : "Solana",
  "name" : "Solana",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Solana",
      "targets" : [
        "Solana"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SolanaTests",
      "module_type" : "SwiftTarget",
      "name" : "SolanaTests",
      "path" : "Tests/SolanaTests",
      "sources" : [
        "SolanaTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Solana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Solana",
      "module_type" : "SwiftTarget",
      "name" : "Solana",
      "path" : "Sources/Solana",
      "product_dependencies" : [
        "Base58Swift",
        "ed25519swift"
      ],
      "product_memberships" : [
        "Solana"
      ],
      "sources" : [
        "Extensions/Double+.swift",
        "Extensions/Int+.swift",
        "Extensions/JSON+.swift",
        "Extensions/String+.swift",
        "Models/Account.swift",
        "Models/Block.swift",
        "Models/Commitment.swift",
        "Models/Encoding.swift",
        "Models/Filter.swift",
        "Models/Hash.swift",
        "Models/Identity.swift",
        "Models/Instruction.swift",
        "Models/Requests and Responses/GetAccountInfo.swift",
        "Models/Requests and Responses/GetBalanace.swift",
        "Models/Requests and Responses/GetBlockCommitment.swift",
        "Models/Requests and Responses/GetBlockProduction.swift",
        "Models/Requests and Responses/GetBlockTime.swift",
        "Models/Requests and Responses/GetClusterNodes.swift",
        "Models/Requests and Responses/GetConfirmedBlock.swift",
        "Models/Requests and Responses/GetConfirmedBlocks.swift",
        "Models/Requests and Responses/GetConfirmedBlocksWithLimit.swift",
        "Models/Requests and Responses/GetConfirmedSignaturesForAddress.swift",
        "Models/Requests and Responses/GetConfirmedSignaturesForAddress2.swift",
        "Models/Requests and Responses/GetConfirmedTransaction.swift",
        "Models/Requests and Responses/GetEpochInfo.swift",
        "Models/Requests and Responses/GetEpochSchedule.swift",
        "Models/Requests and Responses/GetFeeCalculatorForBlockhash.swift",
        "Models/Requests and Responses/GetFeeRateGovernor.swift",
        "Models/Requests and Responses/GetFees.swift",
        "Models/Requests and Responses/RPCResponse.swift",
        "Models/Requests and Responses/SimulateTransaction.swift",
        "Models/RewardType.swift",
        "Models/RpcError.swift",
        "Models/SlotRange.swift",
        "Models/TokenBalance.swift",
        "Models/Transaction.swift",
        "Models/TransactionError.swift",
        "Models/WebSockets/ProgramSubscribe.swift",
        "Network.swift",
        "NetworkRequestType.swift",
        "Networking.swift",
        "Solana.swift",
        "SolanaErrors.swift",
        "SolanaSockets.swift",
        "WebSockets.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.