Build Information
Successful build of swift-algorand, reference main (307fbf), with Swift 6.1 for macOS (SPM) on 8 Mar 2026 02:18:42 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-algorand.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-algorand
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 307fbf3 docs: add DocC catalog and update swift-docc-plugin (#12)
Cloned https://github.com/CorvidLabs/swift-algorand.git
Revision (git rev-parse @):
307fbf3ea13998e0e6391dc1e5426dbcc065b5db
SUCCESS checkout https://github.com/CorvidLabs/swift-algorand.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/CorvidLabs/swift-algorand.git
https://github.com/CorvidLabs/swift-algorand.git
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-algorand",
"name" : "swift-algorand",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Algorand",
"targets" : [
"Algorand"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlgorandTests",
"module_type" : "SwiftTarget",
"name" : "AlgorandTests",
"path" : "Tests/AlgorandTests",
"sources" : [
"AccountTests.swift",
"AddressTests.swift",
"ApplicationTransactionTests.swift",
"AssetManagementTests.swift",
"AssetTests.swift",
"AtomicTransactionGroupTests.swift",
"ComprehensiveIntegrationTest.swift",
"IntegrationTests.swift",
"KeyRegistrationTests.swift",
"MicroAlgosTests.swift",
"MnemonicTests.swift",
"PaymentTransactionTests.swift",
"ProofOfWorkTest.swift",
"SHA512_256Tests.swift"
],
"target_dependencies" : [
"Algorand"
],
"type" : "test"
},
{
"c99name" : "Algorand",
"module_type" : "SwiftTarget",
"name" : "Algorand",
"path" : "Sources/Algorand",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"Algorand"
],
"sources" : [
"Account.swift",
"Address.swift",
"AlgodClient.swift",
"AlgorandConfiguration.swift",
"AlgorandError.swift",
"ApplicationTransaction.swift",
"AssetTransaction.swift",
"AtomicTransactionGroup.swift",
"BIP39Wordlist.swift",
"IndexerClient.swift",
"KeyRegistrationTransaction.swift",
"MessagePackWriter.swift",
"MicroAlgos.swift",
"Mnemonic.swift",
"PaymentTransaction.swift",
"SHA512_256.swift",
"SecureRandom.swift",
"SignedTransaction.swift",
"Transaction.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/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/80] Emitting module Crypto
[8/88] Compiling Crypto RNG_boring.swift
[9/88] Compiling Crypto SafeCompare_boring.swift
[10/88] Compiling Crypto Zeroization_boring.swift
[11/88] Compiling Crypto PrettyBytes.swift
[12/88] Compiling Crypto SafeCompare.swift
[13/88] Compiling Crypto SecureBytes.swift
[14/88] Compiling Crypto Zeroization.swift
[15/88] Compiling Crypto resource_bundle_accessor.swift
[16/88] Compiling Crypto DH.swift
[17/88] Compiling Crypto ECDH.swift
[18/88] Compiling Crypto HKDF.swift
[19/88] Compiling Crypto AESWrap.swift
[20/88] Compiling Crypto AESWrap_boring.swift
[21/88] Compiling Crypto Ed25519_boring.swift
[22/88] Compiling Crypto NISTCurvesKeys_boring.swift
[23/88] Compiling Crypto X25519Keys_boring.swift
[24/88] Compiling Crypto ObjectIdentifier.swift
[25/88] Compiling Crypto ECDSASignature.swift
[26/88] Compiling Crypto PEMDocument.swift
[27/88] Compiling Crypto PKCS8PrivateKey.swift
[28/88] Compiling Crypto SEC1PrivateKey.swift
[29/88] Compiling Crypto SubjectPublicKeyInfo.swift
[30/88] Compiling Crypto CryptoError_boring.swift
[31/88] Compiling Crypto CryptoKitErrors.swift
[32/88] Compiling Crypto HPKE-KexKeyDerivation.swift
[33/88] Compiling Crypto HPKE-LabeledExtract.swift
[34/88] Compiling Crypto HPKE-Utils.swift
[35/88] Compiling Crypto DHKEM.swift
[36/88] Compiling Crypto HPKE-KEM-Curve25519.swift
[37/88] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[38/88] Compiling Crypto HPKE-KEM.swift
[39/88] Compiling Crypto HPKE-Errors.swift
[40/88] Compiling Crypto Curve25519.swift
[41/88] Compiling Crypto Ed25519Keys.swift
[42/88] Compiling Crypto NISTCurvesKeys.swift
[43/88] Compiling Crypto X25519Keys.swift
[44/88] Compiling Crypto SymmetricKeys.swift
[45/88] Compiling Crypto HMAC.swift
[46/88] Compiling Crypto MACFunctions.swift
[47/88] Compiling Crypto MessageAuthenticationCode.swift
[48/88] Compiling Crypto ASN1Boolean.swift
[49/88] Compiling Crypto ASN1Identifier.swift
[50/88] Compiling Crypto ASN1Integer.swift
[51/88] Compiling Crypto ASN1Null.swift
[52/88] Compiling Crypto ASN1OctetString.swift
[53/88] Compiling Crypto ASN1Strings.swift
[54/88] Compiling Crypto ArraySliceBigint.swift
[55/88] Compiling Crypto GeneralizedTime.swift
[56/88] Compiling Crypto Digest_boring.swift
[57/88] Compiling Crypto Digest.swift
[58/88] Compiling Crypto Digests.swift
[59/88] Compiling Crypto HashFunctions.swift
[60/88] Compiling Crypto HashFunctions_SHA2.swift
[61/88] Compiling Crypto HPKE-AEAD.swift
[62/88] Compiling Crypto HPKE-Ciphersuite.swift
[63/88] Compiling Crypto HPKE-KDF.swift
[64/88] Compiling Crypto AES-GCM.swift
[65/88] Compiling Crypto AES-GCM_boring.swift
[66/88] Compiling Crypto ChaChaPoly_boring.swift
[67/88] Compiling Crypto ChaChaPoly.swift
[68/88] Compiling Crypto Cipher.swift
[69/88] Compiling Crypto Nonces.swift
[70/88] Compiling Crypto ASN1.swift
[71/88] Compiling Crypto ASN1Any.swift
[72/88] Compiling Crypto ASN1BitString.swift
[73/88] Compiling Crypto AES.swift
[74/88] Compiling Crypto ECDSASignature_boring.swift
[75/88] Compiling Crypto ECDSA_boring.swift
[76/88] Compiling Crypto EdDSA_boring.swift
[77/88] Compiling Crypto ECDSA.swift
[78/88] Compiling Crypto Ed25519.swift
[79/88] Compiling Crypto Signature.swift
[80/88] Compiling Crypto CryptoKitErrors_boring.swift
[81/88] Compiling Crypto HPKE.swift
[82/88] Compiling Crypto HPKE-Context.swift
[83/88] Compiling Crypto HPKE-KeySchedule.swift
[84/88] Compiling Crypto HPKE-Modes.swift
[85/88] Compiling Crypto Insecure.swift
[86/88] Compiling Crypto Insecure_HashFunctions.swift
[87/88] Compiling Crypto KEM.swift
[88/88] Compiling Crypto ECDH_boring.swift
[89/107] Compiling Algorand KeyRegistrationTransaction.swift
[90/107] Compiling Algorand MessagePackWriter.swift
[91/108] Compiling Algorand Transaction.swift
[92/108] Compiling Algorand AlgorandError.swift
[93/108] Compiling Algorand ApplicationTransaction.swift
[94/108] Compiling Algorand PaymentTransaction.swift
[95/108] Compiling Algorand SHA512_256.swift
[96/108] Compiling Algorand MicroAlgos.swift
[97/108] Compiling Algorand Mnemonic.swift
[98/108] Compiling Algorand AssetTransaction.swift
[99/108] Compiling Algorand AtomicTransactionGroup.swift
[100/108] Emitting module Algorand
[101/108] Compiling Algorand Account.swift
[102/108] Compiling Algorand Address.swift
[103/108] Compiling Algorand AlgodClient.swift
[104/108] Compiling Algorand AlgorandConfiguration.swift
[105/108] Compiling Algorand SecureRandom.swift
[106/108] Compiling Algorand SignedTransaction.swift
[107/108] Compiling Algorand BIP39Wordlist.swift
[108/108] Compiling Algorand IndexerClient.swift
Build complete! (32.38s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.48s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (4.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.03s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.13s)
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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-algorand",
"name" : "swift-algorand",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Algorand",
"targets" : [
"Algorand"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlgorandTests",
"module_type" : "SwiftTarget",
"name" : "AlgorandTests",
"path" : "Tests/AlgorandTests",
"sources" : [
"AccountTests.swift",
"AddressTests.swift",
"ApplicationTransactionTests.swift",
"AssetManagementTests.swift",
"AssetTests.swift",
"AtomicTransactionGroupTests.swift",
"ComprehensiveIntegrationTest.swift",
"IntegrationTests.swift",
"KeyRegistrationTests.swift",
"MicroAlgosTests.swift",
"MnemonicTests.swift",
"PaymentTransactionTests.swift",
"ProofOfWorkTest.swift",
"SHA512_256Tests.swift"
],
"target_dependencies" : [
"Algorand"
],
"type" : "test"
},
{
"c99name" : "Algorand",
"module_type" : "SwiftTarget",
"name" : "Algorand",
"path" : "Sources/Algorand",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"Algorand"
],
"sources" : [
"Account.swift",
"Address.swift",
"AlgodClient.swift",
"AlgorandConfiguration.swift",
"AlgorandError.swift",
"ApplicationTransaction.swift",
"AssetTransaction.swift",
"AtomicTransactionGroup.swift",
"BIP39Wordlist.swift",
"IndexerClient.swift",
"KeyRegistrationTransaction.swift",
"MessagePackWriter.swift",
"MicroAlgos.swift",
"Mnemonic.swift",
"PaymentTransaction.swift",
"SHA512_256.swift",
"SecureRandom.swift",
"SignedTransaction.swift",
"Transaction.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.