Build Information
Successful build of swift-multihash, reference 0.2.1 (3f96de), with Swift 6.2 for macOS (SPM) on 2 Nov 2025 01:32:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multihash.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-libp2p/swift-multihash
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 3f96ded move mh from class to sendable struct (#12)
Cloned https://github.com/swift-libp2p/swift-multihash.git
Revision (git rev-parse @):
3f96ded8e8af0787bfc7b90fbb54db28d3a28302
SUCCESS checkout https://github.com/swift-libp2p/swift-multihash.git at 0.2.1
Fetching https://github.com/swift-libp2p/swift-multicodec.git
Fetching https://github.com/swift-libp2p/swift-varint.git
Fetching https://github.com/swift-libp2p/swift-multibase.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/195] Fetching swift-multibase
[107/539] Fetching swift-multibase, swift-multicodec
[326/662] Fetching swift-multibase, swift-multicodec, swift-varint
[509/13767] Fetching swift-multibase, swift-multicodec, swift-varint, cryptoswift
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (1.70s)
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (1.70s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (1.70s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.70s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (4.82s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.2.0 (0.53s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.2.1 (0.54s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.2.1 (0.52s)
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/302] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (0.67s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.2.0 (1.22s)
Creating working copy for https://github.com/swift-libp2p/swift-multicodec.git
Working copy of https://github.com/swift-libp2p/swift-multicodec.git resolved at 0.2.1
Creating working copy for https://github.com/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.2.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/swift-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.2.0
Creating working copy for https://github.com/swift-libp2p/swift-multibase.git
Working copy of https://github.com/swift-libp2p/swift-multibase.git resolved at 0.2.1
========================================
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": "swift-multihash",
"name": "swift-multihash",
"url": "https://github.com/swift-libp2p/swift-multihash.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-multihash",
"dependencies": [
{
"identity": "swift-varint",
"name": "swift-varint",
"url": "https://github.com/swift-libp2p/swift-varint.git",
"version": "0.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-varint",
"dependencies": [
]
},
{
"identity": "swift-multibase",
"name": "swift-multibase",
"url": "https://github.com/swift-libp2p/swift-multibase.git",
"version": "0.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-multibase",
"dependencies": [
{
"identity": "swift-bases",
"name": "swift-bases",
"url": "https://github.com/swift-libp2p/swift-bases.git",
"version": "0.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-bases",
"dependencies": [
]
}
]
},
{
"identity": "swift-multicodec",
"name": "swift-multicodec",
"url": "https://github.com/swift-libp2p/swift-multicodec.git",
"version": "0.2.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-multicodec",
"dependencies": [
{
"identity": "swift-varint",
"name": "swift-varint",
"url": "https://github.com/swift-libp2p/swift-varint.git",
"version": "0.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-varint",
"dependencies": [
]
}
]
},
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.9.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/swift-libp2p/swift-multihash.git
[1/302] Fetching swift-multihash
Fetched https://github.com/swift-libp2p/swift-multihash.git from cache (0.67s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/swift-libp2p/swift-multicodec.git from cache
Fetching https://github.com/swift-libp2p/swift-multibase.git from cache
Fetching https://github.com/swift-libp2p/swift-varint.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.52s)
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (0.53s)
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (0.53s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (0.53s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.59s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.2.0 (0.03s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.2.1 (0.03s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.2.1 (0.03s)
Fetching https://github.com/swift-libp2p/swift-bases.git from cache
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (0.44s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.2.0 (0.49s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/swift-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.2.0
Creating working copy for https://github.com/swift-libp2p/swift-multibase.git
Working copy of https://github.com/swift-libp2p/swift-multibase.git resolved at 0.2.1
Creating working copy for https://github.com/swift-libp2p/swift-multicodec.git
Working copy of https://github.com/swift-libp2p/swift-multicodec.git resolved at 0.2.1
Creating working copy for https://github.com/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.2.0
Creating working copy for https://github.com/swift-libp2p/swift-multihash.git
Working copy of https://github.com/swift-libp2p/swift-multihash.git resolved at 0.2.1 (3f96ded)
warning: '.resolve-product-dependencies': dependency 'swift-multihash' is not used by any target
Found 4 product dependencies
- swift-varint
- swift-multibase
- swift-multicodec
- CryptoSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/swift-libp2p/swift-multihash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[2/12] Copying PrivacyInfo.xcprivacy
[2/12] Write sources
[11/12] Write swift-version-49B95AFC49DCD68C.txt
[13/137] Compiling Base32 Quintets.swift
[14/137] Compiling Base32 BlockEncoding.swift
[15/137] Compiling Base8 Quintets.swift
[16/137] Compiling Base8 BlockEncoding.swift
[17/137] Compiling Base32 BlockDecoding.swift
[18/137] Compiling Base8 BlockDecoding.swift
[19/137] Emitting module CryptoSwift
[20/148] Compiling Base64 Base64.swift
[21/148] Emitting module Base64
[22/148] Compiling Base2 Base2.swift
[23/148] Emitting module Base2
[24/148] Emitting module VarInt
[25/148] Compiling VarInt VarInt.swift
[26/148] Compiling VarInt BinaryEncoder.swift
[27/148] Compiling Base32 Base32.swift
[28/148] Compiling CryptoSwift Operators.swift
[29/148] Compiling CryptoSwift DER.swift
[30/148] Compiling CryptoSwift PBKDF1.swift
[31/148] Compiling CryptoSwift PBKDF2.swift
[32/148] Compiling CryptoSwift PKCS1v15.swift
[33/148] Compiling CryptoSwift PKCS5.swift
[34/148] Compiling CryptoSwift PKCS7.swift
[35/148] Compiling CryptoSwift PKCS7Padding.swift
[36/148] Compiling CryptoSwift Padding.swift
[37/148] Compiling CryptoSwift Poly1305.swift
[38/148] Compiling CryptoSwift RSA+Cipher.swift
[39/148] Emitting module Base32
[40/148] Compiling Base32 Alphabets.swift
[41/148] Compiling Base8 Alphabet.swift
[42/148] Compiling Base8 Base8.swift
[43/148] Emitting module Base8
[44/148] Compiling CryptoSwift Cryptor.swift
[45/148] Compiling CryptoSwift Cryptors.swift
[46/148] Compiling CryptoSwift Digest.swift
[47/148] Compiling CryptoSwift DigestType.swift
[48/148] Compiling CryptoSwift AES+Foundation.swift
[49/148] Compiling CryptoSwift Array+Foundation.swift
[50/148] Compiling CryptoSwift Blowfish+Foundation.swift
[51/148] Compiling CryptoSwift ChaCha20+Foundation.swift
[52/148] Compiling CryptoSwift Data+Extension.swift
[53/148] Compiling CryptoSwift HMAC+Foundation.swift
[54/148] Compiling CryptoSwift Rabbit+Foundation.swift
[55/148] Compiling CryptoSwift Codable.swift
[56/148] Compiling CryptoSwift Comparable.swift
[57/148] Compiling CryptoSwift DataConversion.swift
[58/148] Compiling CryptoSwift Division.swift
[59/148] Compiling CryptoSwift Exponentiation.swift
[60/148] Compiling CryptoSwift FloatingPointConversion.swift
[61/148] Compiling CryptoSwift GCD.swift
[62/148] Compiling CryptoSwift Hashable.swift
[63/148] Compiling CryptoSwift IntegerConversion.swift
[64/148] Compiling CryptoSwift Multiplication.swift
[65/148] Compiling CryptoSwift PrimeTest.swift
[66/148] Compiling CryptoSwift Random.swift
[67/148] Compiling BaseX BaseX.swift
[68/148] Emitting module BaseX
[69/154] Compiling CryptoSwift GCM.swift
[70/154] Compiling CryptoSwift OCB.swift
[71/154] Compiling CryptoSwift OFB.swift
[72/154] Compiling CryptoSwift PCBC.swift
[73/154] Compiling CryptoSwift Blowfish.swift
[74/154] Compiling CryptoSwift CBCMAC.swift
[75/154] Compiling CryptoSwift CMAC.swift
[76/154] Compiling CryptoSwift Addition.swift
[77/154] Compiling CryptoSwift BigInt.swift
[78/154] Compiling CryptoSwift BigUInt.swift
[79/154] Compiling CryptoSwift BitwiseOps.swift
[80/154] Compiling CryptoSwift CS.swift
[81/154] Compiling Multibase Multibase.swift
[82/154] Emitting module Multibase
[83/154] Compiling CryptoSwift Bit.swift
[84/154] Compiling CryptoSwift BlockCipher.swift
[85/154] Compiling CryptoSwift BlockDecryptor.swift
[86/154] Compiling CryptoSwift BlockEncryptor.swift
[87/154] Compiling CryptoSwift BlockMode.swift
[88/154] Compiling CryptoSwift BlockModeOptions.swift
[89/154] Compiling CryptoSwift CBC.swift
[90/154] Compiling CryptoSwift CCM.swift
[91/154] Compiling CryptoSwift CFB.swift
[92/154] Compiling CryptoSwift CTR.swift
[93/154] Compiling CryptoSwift CipherModeWorker.swift
[94/154] Compiling CryptoSwift ECB.swift
[95/154] Compiling CryptoSwift AEAD.swift
[96/154] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[97/154] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[98/154] Compiling CryptoSwift AES.Cryptors.swift
[99/154] Compiling CryptoSwift AES.swift
[100/154] Compiling CryptoSwift ASN1.swift
[101/154] Compiling CryptoSwift ASN1Decoder.swift
[102/154] Compiling CryptoSwift ASN1Encoder.swift
[103/154] Compiling CryptoSwift ASN1Scanner.swift
[104/154] Compiling CryptoSwift Array+Extension.swift
[105/154] Compiling CryptoSwift Authenticator.swift
[106/154] Compiling CryptoSwift BatchedCollection.swift
[107/154] Compiling CryptoSwift Shifts.swift
[108/154] Compiling CryptoSwift SquareRoot.swift
[109/154] Compiling CryptoSwift Strideable.swift
[110/154] Compiling CryptoSwift StringConversion.swift
[111/154] Compiling CryptoSwift Subtraction.swift
[112/154] Compiling CryptoSwift WordsAndBits.swift
[113/154] Compiling CryptoSwift ChaCha20.swift
[114/154] Compiling CryptoSwift Checksum.swift
[115/154] Compiling CryptoSwift Cipher.swift
[116/154] Compiling CryptoSwift Collection+Extension.swift
[117/154] Compiling CryptoSwift CompactMap.swift
[118/154] Compiling Multicodec Codecs+Equatable.swift
[119/154] Compiling Multicodec Codecs.swift
[120/154] Emitting module Multicodec
[121/154] Compiling Multicodec Multicodec.swift
[122/154] Compiling CryptoSwift String+Extension.swift
[123/154] Compiling CryptoSwift UInt128.swift
[124/154] Compiling CryptoSwift UInt16+Extension.swift
[125/154] Compiling CryptoSwift UInt32+Extension.swift
[126/154] Compiling CryptoSwift UInt64+Extension.swift
[127/154] Compiling CryptoSwift UInt8+Extension.swift
[128/154] Compiling CryptoSwift Updatable.swift
[129/154] Compiling CryptoSwift Utils.swift
[130/154] Compiling CryptoSwift XChaCha20.swift
[131/154] Compiling CryptoSwift ZeroPadding.swift
[132/154] Compiling CryptoSwift resource_bundle_accessor.swift
[133/154] Compiling CryptoSwift String+FoundationExtension.swift
[134/154] Compiling CryptoSwift Utils+Foundation.swift
[135/154] Compiling CryptoSwift XChaCha20+Foundation.swift
[136/154] Compiling CryptoSwift Generics.swift
[137/154] Compiling CryptoSwift HKDF.swift
[138/154] Compiling CryptoSwift HMAC.swift
[139/154] Compiling CryptoSwift ISO10126Padding.swift
[140/154] Compiling CryptoSwift ISO78164Padding.swift
[141/154] Compiling CryptoSwift Int+Extension.swift
[142/154] Compiling CryptoSwift MD5.swift
[143/154] Compiling CryptoSwift NoPadding.swift
[144/154] Compiling CryptoSwift RSA+Signature.swift
[145/154] Compiling CryptoSwift RSA.swift
[146/154] Compiling CryptoSwift Rabbit.swift
[147/154] Compiling CryptoSwift SHA1.swift
[148/154] Compiling CryptoSwift SHA2.swift
[149/154] Compiling CryptoSwift SHA3.swift
[150/154] Compiling CryptoSwift Scrypt.swift
[151/154] Compiling CryptoSwift SecureBytes.swift
[152/154] Compiling CryptoSwift Signature.swift
[153/154] Compiling CryptoSwift StreamDecryptor.swift
[154/154] Compiling CryptoSwift StreamEncryptor.swift
[155/156] Compiling Multihash Multihash.swift
[156/156] Emitting module Multihash
Build complete! (8.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-varint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-varint.git"
},
{
"identity" : "swift-multibase",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multibase.git"
},
{
"identity" : "swift-multicodec",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multicodec.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "swift-multihash",
"name" : "swift-multihash",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Multihash",
"targets" : [
"Multihash"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MultihashTests",
"module_type" : "SwiftTarget",
"name" : "MultihashTests",
"path" : "Tests/MultihashTests",
"sources" : [
"MultihashTests.swift",
"TestValues.swift"
],
"target_dependencies" : [
"Multihash"
],
"type" : "test"
},
{
"c99name" : "Multihash",
"module_type" : "SwiftTarget",
"name" : "Multihash",
"path" : "Sources/Multihash",
"product_dependencies" : [
"VarInt",
"Multibase",
"Multicodec",
"CryptoSwift"
],
"product_memberships" : [
"Multihash"
],
"sources" : [
"Multihash.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.