The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-algokit, reference main (be1aeb), with Swift 6.1 for macOS (SPM) on 8 Mar 2026 01:54:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-algokit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-algokit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at be1aeb4 test: improve test coverage across all SDK modules (#11)
Cloned https://github.com/CorvidLabs/swift-algokit.git
Revision (git rev-parse @):
be1aeb4a56df01ecd0f82ce27a7e084e4f3f8414
SUCCESS checkout https://github.com/CorvidLabs/swift-algokit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-algokit.git
https://github.com/CorvidLabs/swift-algokit.git
{
  "dependencies" : [
    {
      "identity" : "swift-algorand",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-algorand.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-algokit",
  "name" : "swift-algokit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AlgoKit",
      "targets" : [
        "AlgoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlgoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AlgoKitTests",
      "path" : "Tests/AlgoKitTests",
      "sources" : [
        "AlgoKitTests.swift",
        "ApplicationTransactionTests.swift",
        "AssetTransactionTests.swift",
        "AtomicComposerTests.swift",
        "IndexerAndNetworkTests.swift",
        "LocalnetTests.swift"
      ],
      "target_dependencies" : [
        "AlgoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AlgoKit",
      "module_type" : "SwiftTarget",
      "name" : "AlgoKit",
      "path" : "Sources/AlgoKit",
      "product_dependencies" : [
        "Algorand"
      ],
      "product_memberships" : [
        "AlgoKit"
      ],
      "sources" : [
        "AlgoKit+Account.swift",
        "AlgoKit+Application.swift",
        "AlgoKit+Asset.swift",
        "AlgoKit+Indexer.swift",
        "AlgoKit+KeyRegistration.swift",
        "AlgoKit+Network.swift",
        "AlgoKit+Payment.swift",
        "AlgoKit+Transaction.swift",
        "AlgoKit.swift",
        "AtomicTransactionComposer.swift",
        "Extensions/MicroAlgos+Convenience.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[2/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/81] Emitting module Crypto
[9/89] Compiling Crypto RNG_boring.swift
[10/89] Compiling Crypto SafeCompare_boring.swift
[11/89] Compiling Crypto Zeroization_boring.swift
[12/89] Compiling Crypto PrettyBytes.swift
[13/89] Compiling Crypto SafeCompare.swift
[14/89] Compiling Crypto SecureBytes.swift
[15/89] Compiling Crypto Zeroization.swift
[16/89] Compiling Crypto resource_bundle_accessor.swift
[17/89] Compiling Crypto HPKE.swift
[18/89] Compiling Crypto HPKE-Context.swift
[19/89] Compiling Crypto HPKE-KeySchedule.swift
[20/89] Compiling Crypto HPKE-Modes.swift
[21/89] Compiling Crypto Insecure.swift
[22/89] Compiling Crypto Insecure_HashFunctions.swift
[23/89] Compiling Crypto KEM.swift
[24/89] Compiling Crypto ECDH_boring.swift
[25/89] Compiling Crypto ASN1Boolean.swift
[26/89] Compiling Crypto ASN1Identifier.swift
[27/89] Compiling Crypto ASN1Integer.swift
[28/89] Compiling Crypto ASN1Null.swift
[29/89] Compiling Crypto ASN1OctetString.swift
[30/89] Compiling Crypto ASN1Strings.swift
[31/89] Compiling Crypto ArraySliceBigint.swift
[32/89] Compiling Crypto GeneralizedTime.swift
[33/89] Compiling Crypto HPKE-KexKeyDerivation.swift
[34/89] Compiling Crypto HPKE-LabeledExtract.swift
[35/89] Compiling Crypto HPKE-Utils.swift
[36/89] Compiling Crypto DHKEM.swift
[37/89] Compiling Crypto HPKE-KEM-Curve25519.swift
[38/89] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[39/89] Compiling Crypto HPKE-KEM.swift
[40/89] Compiling Crypto HPKE-Errors.swift
[41/89] Compiling Crypto AES-GCM.swift
[42/89] Compiling Crypto AES-GCM_boring.swift
[43/89] Compiling Crypto ChaChaPoly_boring.swift
[44/89] Compiling Crypto ChaChaPoly.swift
[45/89] Compiling Crypto Cipher.swift
[46/89] Compiling Crypto Nonces.swift
[47/89] Compiling Crypto ASN1.swift
[48/89] Compiling Crypto ASN1Any.swift
[49/89] Compiling Crypto ASN1BitString.swift
[50/89] Compiling Crypto DH.swift
[51/89] Compiling Crypto ECDH.swift
[52/89] Compiling Crypto HKDF.swift
[53/89] Compiling Crypto AESWrap.swift
[54/89] Compiling Crypto AESWrap_boring.swift
[55/89] Compiling Crypto Ed25519_boring.swift
[56/89] Compiling Crypto NISTCurvesKeys_boring.swift
[57/89] Compiling Crypto X25519Keys_boring.swift
[58/89] Compiling Crypto ObjectIdentifier.swift
[59/89] Compiling Crypto ECDSASignature.swift
[60/89] Compiling Crypto PEMDocument.swift
[61/89] Compiling Crypto PKCS8PrivateKey.swift
[62/89] Compiling Crypto SEC1PrivateKey.swift
[63/89] Compiling Crypto SubjectPublicKeyInfo.swift
[64/89] Compiling Crypto CryptoError_boring.swift
[65/89] Compiling Crypto CryptoKitErrors.swift
[66/89] Compiling Crypto Digest_boring.swift
[67/89] Compiling Crypto Digest.swift
[68/89] Compiling Crypto Digests.swift
[69/89] Compiling Crypto HashFunctions.swift
[70/89] Compiling Crypto HashFunctions_SHA2.swift
[71/89] Compiling Crypto HPKE-AEAD.swift
[72/89] Compiling Crypto HPKE-Ciphersuite.swift
[73/89] Compiling Crypto HPKE-KDF.swift
[74/89] Compiling Crypto AES.swift
[75/89] Compiling Crypto ECDSASignature_boring.swift
[76/89] Compiling Crypto ECDSA_boring.swift
[77/89] Compiling Crypto EdDSA_boring.swift
[78/89] Compiling Crypto ECDSA.swift
[79/89] Compiling Crypto Ed25519.swift
[80/89] Compiling Crypto Signature.swift
[81/89] Compiling Crypto CryptoKitErrors_boring.swift
[82/89] Compiling Crypto Curve25519.swift
[83/89] Compiling Crypto Ed25519Keys.swift
[84/89] Compiling Crypto NISTCurvesKeys.swift
[85/89] Compiling Crypto X25519Keys.swift
[86/89] Compiling Crypto SymmetricKeys.swift
[87/89] Compiling Crypto HMAC.swift
[88/89] Compiling Crypto MACFunctions.swift
[89/89] Compiling Crypto MessageAuthenticationCode.swift
[90/107] Compiling Algorand AlgodClient.swift
[91/107] Compiling Algorand AlgorandConfiguration.swift
[92/108] Compiling Algorand Transaction.swift
[93/108] Compiling Algorand PaymentTransaction.swift
[94/108] Compiling Algorand SHA512_256.swift
[95/108] Compiling Algorand SignedTransaction.swift
[96/108] Compiling Algorand AssetTransaction.swift
[97/108] Compiling Algorand AtomicTransactionGroup.swift
[98/108] Compiling Algorand AlgorandError.swift
[99/108] Compiling Algorand ApplicationTransaction.swift
[100/108] Compiling Algorand Account.swift
[101/108] Compiling Algorand Address.swift
[102/108] Compiling Algorand MicroAlgos.swift
[103/108] Compiling Algorand Mnemonic.swift
[104/108] Compiling Algorand KeyRegistrationTransaction.swift
[105/108] Compiling Algorand MessagePackWriter.swift
[106/108] Compiling Algorand BIP39Wordlist.swift
[107/108] Compiling Algorand IndexerClient.swift
[108/108] Emitting module Algorand
[109/119] Compiling AlgoKit AlgoKit.swift
[110/120] Compiling AlgoKit AlgoKit+Payment.swift
[111/120] Compiling AlgoKit AlgoKit+Transaction.swift
[112/120] Compiling AlgoKit AlgoKit+Network.swift
[113/120] Compiling AlgoKit AlgoKit+Indexer.swift
[114/120] Compiling AlgoKit AlgoKit+KeyRegistration.swift
[115/120] Compiling AlgoKit AtomicTransactionComposer.swift
[116/120] Compiling AlgoKit AlgoKit+Account.swift
[117/120] Compiling AlgoKit AlgoKit+Application.swift
[118/120] Emitting module AlgoKit
[119/120] Compiling AlgoKit AlgoKit+Asset.swift
[120/120] Compiling AlgoKit MicroAlgos+Convenience.swift
Build complete! (34.39s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/CorvidLabs/swift-algorand.git
[1/187] Fetching swift-algorand
Fetched https://github.com/CorvidLabs/swift-algorand.git from cache (0.76s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.76s)
Computing version for https://github.com/CorvidLabs/swift-algorand.git
Computed https://github.com/CorvidLabs/swift-algorand.git at 0.3.2 (1.25s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (4.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.01s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.70s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/CorvidLabs/swift-algorand.git
Working copy of https://github.com/CorvidLabs/swift-algorand.git resolved at 0.3.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorand",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-algorand.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-algokit",
  "name" : "swift-algokit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AlgoKit",
      "targets" : [
        "AlgoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlgoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AlgoKitTests",
      "path" : "Tests/AlgoKitTests",
      "sources" : [
        "AlgoKitTests.swift",
        "ApplicationTransactionTests.swift",
        "AssetTransactionTests.swift",
        "AtomicComposerTests.swift",
        "IndexerAndNetworkTests.swift",
        "LocalnetTests.swift"
      ],
      "target_dependencies" : [
        "AlgoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AlgoKit",
      "module_type" : "SwiftTarget",
      "name" : "AlgoKit",
      "path" : "Sources/AlgoKit",
      "product_dependencies" : [
        "Algorand"
      ],
      "product_memberships" : [
        "AlgoKit"
      ],
      "sources" : [
        "AlgoKit+Account.swift",
        "AlgoKit+Application.swift",
        "AlgoKit+Asset.swift",
        "AlgoKit+Indexer.swift",
        "AlgoKit+KeyRegistration.swift",
        "AlgoKit+Network.swift",
        "AlgoKit+Payment.swift",
        "AlgoKit+Transaction.swift",
        "AlgoKit.swift",
        "AtomicTransactionComposer.swift",
        "Extensions/MicroAlgos+Convenience.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.