Build Information
Successful build of SwiftBlake3, reference 0.1.0 (d23ea8
), with Swift 6.2 (beta) for macOS (SPM) on 10 Aug 2025 06:18:25 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thecoolwinter/SwiftBlake3.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thecoolwinter/SwiftBlake3
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at d23ea81 Finish README.md
Submodule path 'lib/blake3': checked out 'df610ddc3b93841ffc59a87e3da659a15910eb46'
Submodule 'lib/blake3' (https://github.com/BLAKE3-team/BLAKE3) registered for path 'lib/blake3'
Cloning into '/Users/admin/builder/spi-builder-workspace/lib/blake3'...
Cloned https://github.com/thecoolwinter/SwiftBlake3.git
Revision (git rev-parse @):
d23ea81af1c42940e34022dadd732e642696100a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/thecoolwinter/SwiftBlake3.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/thecoolwinter/SwiftBlake3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[2/10] Write sources
[3/10] Write swift-version-1EA4D86E10B52AF.txt
[4/10] Compiling blake3-c blake3_avx2.c
[4/10] Compiling blake3-c blake3_avx512.c
[4/10] Compiling blake3-c blake3_sse41.c
[7/10] Compiling blake3-c blake3_sse2.c
[8/84] Compiling blake3-c blake3.c
[9/84] Compiling blake3-c blake3_neon.c
[11/84] Emitting module Crypto
[12/92] Compiling Crypto RNG_boring.swift
[13/92] Compiling Crypto SafeCompare_boring.swift
[14/92] Compiling Crypto Zeroization_boring.swift
[15/92] Compiling Crypto PrettyBytes.swift
[16/92] Compiling Crypto SafeCompare.swift
[17/92] Compiling Crypto SecureBytes.swift
[18/92] Compiling Crypto Zeroization.swift
[19/92] Compiling Crypto resource_bundle_accessor.swift
[20/92] Compiling Crypto HPKE-KexKeyDerivation.swift
[21/92] Compiling Crypto HPKE-LabeledExtract.swift
[22/92] Compiling Crypto HPKE-Utils.swift
[23/92] Compiling Crypto DHKEM.swift
[24/92] Compiling Crypto HPKE-KEM-Curve25519.swift
[25/92] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[26/92] Compiling Crypto HPKE-KEM.swift
[27/92] Compiling Crypto HPKE-Errors.swift
[28/92] Compiling Crypto ASN1Boolean.swift
[29/92] Compiling Crypto ASN1Identifier.swift
[30/92] Compiling Crypto ASN1Integer.swift
[31/92] Compiling Crypto ASN1Null.swift
[32/92] Compiling Crypto ASN1OctetString.swift
[33/92] Compiling Crypto ASN1Strings.swift
[34/92] Compiling Crypto ArraySliceBigint.swift
[35/92] Compiling Crypto GeneralizedTime.swift
[36/92] Compiling Crypto Curve25519.swift
[37/92] Compiling Crypto Ed25519Keys.swift
[38/92] Compiling Crypto NISTCurvesKeys.swift
[39/92] Compiling Crypto X25519Keys.swift
[40/92] Compiling Crypto SymmetricKeys.swift
[41/92] Compiling Crypto HMAC.swift
[42/92] Compiling Crypto MACFunctions.swift
[43/92] Compiling Crypto MessageAuthenticationCode.swift
[44/92] Compiling Crypto AES-GCM.swift
[45/92] Compiling Crypto AES-GCM_boring.swift
[46/92] Compiling Crypto ChaChaPoly_boring.swift
[47/92] Compiling Crypto ChaChaPoly.swift
[48/92] Compiling Crypto Cipher.swift
[49/92] Compiling Crypto Nonces.swift
[50/92] Compiling Crypto ASN1.swift
[51/92] Compiling Crypto ASN1Any.swift
[52/92] Compiling Crypto ASN1BitString.swift
[53/92] Compiling Crypto DH.swift
[54/92] Compiling Crypto ECDH.swift
[55/92] Compiling Crypto HKDF.swift
[56/92] Compiling Crypto AESWrap.swift
[57/92] Compiling Crypto AESWrap_boring.swift
[58/92] Compiling Crypto Ed25519_boring.swift
[59/92] Compiling Crypto NISTCurvesKeys_boring.swift
[60/92] Compiling Crypto X25519Keys_boring.swift
[61/92] Compiling Crypto Digest_boring.swift
[62/92] Compiling Crypto Digest.swift
[63/92] Compiling Crypto Digests.swift
[64/92] Compiling Crypto HashFunctions.swift
[65/92] Compiling Crypto HashFunctions_SHA2.swift
[66/92] Compiling Crypto HPKE-AEAD.swift
[67/92] Compiling Crypto HPKE-Ciphersuite.swift
[68/92] Compiling Crypto HPKE-KDF.swift
[69/92] Compiling Crypto HPKE.swift
[70/92] Compiling Crypto HPKE-Context.swift
[71/92] Compiling Crypto HPKE-KeySchedule.swift
[72/92] Compiling Crypto HPKE-Modes.swift
[73/92] Compiling Crypto Insecure.swift
[74/92] Compiling Crypto Insecure_HashFunctions.swift
[75/92] Compiling Crypto KEM.swift
[76/92] Compiling Crypto ECDH_boring.swift
[77/92] Compiling Crypto ObjectIdentifier.swift
[78/92] Compiling Crypto ECDSASignature.swift
[79/92] Compiling Crypto PEMDocument.swift
[80/92] Compiling Crypto PKCS8PrivateKey.swift
[81/92] Compiling Crypto SEC1PrivateKey.swift
[82/92] Compiling Crypto SubjectPublicKeyInfo.swift
[83/92] Compiling Crypto CryptoError_boring.swift
[84/92] Compiling Crypto CryptoKitErrors.swift
[85/92] Compiling Crypto AES.swift
[86/92] Compiling Crypto ECDSASignature_boring.swift
[87/92] Compiling Crypto ECDSA_boring.swift
[88/92] Compiling Crypto EdDSA_boring.swift
[89/92] Compiling Crypto ECDSA.swift
[90/92] Compiling Crypto Ed25519.swift
[91/92] Compiling Crypto Signature.swift
[92/92] Compiling Crypto CryptoKitErrors_boring.swift
[93/96] Compiling Blake3 Blake3.swift
[94/96] Emitting module Blake3
[95/96] Compiling Blake3 Blake3Digest.swift
[96/96] Compiling Blake3 DigestContext.swift
Build complete! (16.43s)
Fetching https://github.com/apple/swift-crypto.git
[1/16054] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (4.63s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.46s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "SwiftBlake3",
"name" : "SwiftBlake3",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Blake3",
"targets" : [
"Blake3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "blake3_c",
"module_type" : "ClangTarget",
"name" : "blake3-c",
"path" : "Sources/blake3-c",
"product_memberships" : [
"Blake3"
],
"sources" : [
"blake3.c",
"blake3_avx2.c",
"blake3_avx512.c",
"blake3_neon.c",
"blake3_sse2.c",
"blake3_sse41.c"
],
"type" : "library"
},
{
"c99name" : "Blake3Tests",
"module_type" : "SwiftTarget",
"name" : "Blake3Tests",
"path" : "Tests/Blake3Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/Blake3Tests/test_vectors.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CoWTests.swift",
"PrettyBytes.swift",
"TestVectors.swift"
],
"target_dependencies" : [
"Blake3"
],
"type" : "test"
},
{
"c99name" : "Blake3",
"module_type" : "SwiftTarget",
"name" : "Blake3",
"path" : "Sources/Blake3",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"Blake3"
],
"sources" : [
"Blake3.swift",
"Blake3Digest.swift",
"DigestContext.swift"
],
"target_dependencies" : [
"blake3-c"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.