Build Information
Successful build of swift-multihash, reference main (5eacb3
), with Swift 6.1 for Wasm on 29 May 2025 09:19:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-libp2p/swift-multihash.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-libp2p/swift-multihash
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5eacb30 Merge pull request #10 from swift-libp2p/soundness
Cloned https://github.com/swift-libp2p/swift-multihash.git
Revision (git rev-parse @):
5eacb30248808ca6da86d2dec45d7b9a9957227a
SUCCESS checkout https://github.com/swift-libp2p/swift-multihash.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-libp2p/swift-multihash.git
https://github.com/swift-libp2p/swift-multihash.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-varint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-varint.git"
},
{
"identity" : "swift-multibase",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multibase.git"
},
{
"identity" : "swift-multicodec",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multicodec.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "swift-multihash",
"name" : "swift-multihash",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"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" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swift-libp2p/swift-varint.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swift-libp2p/swift-multibase.git
Fetching https://github.com/swift-libp2p/swift-multicodec.git
[1/108] Fetching swift-varint
[109/397] Fetching swift-varint, swift-multicodec
[398/560] Fetching swift-varint, swift-multicodec, swift-multibase
[561/13501] Fetching swift-varint, swift-multicodec, swift-multibase, cryptoswift
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (1.54s)
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (1.54s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (1.54s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.60s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (3.33s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.0.3 (0.66s)
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/286] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (0.36s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.0.4 (0.91s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.0.8 (0.51s)
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/swift-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.0.4
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.0.3
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/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.0.2
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.0.8
Building for debugging...
[0/12] Write sources
[2/12] Copying PrivacyInfo.xcprivacy
[3/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/134] Emitting module Base64
[14/134] Emitting module VarInt
[15/134] Compiling Base32 BlockDecoding.swift
[16/134] Compiling Base8 BlockDecoding.swift
[17/134] Compiling Base32 Quintets.swift
[18/134] Compiling Base32 BlockEncoding.swift
[19/134] Compiling Base8 Quintets.swift
[20/134] Compiling Base8 BlockEncoding.swift
[21/134] Compiling Base64 Base64.swift
[22/135] Compiling Base8 Base8.swift
[24/135] Compiling VarInt VarInt.swift
[25/135] Compiling Base32 Base32.swift
[26/135] Emitting module Base2
[27/135] Compiling Base2 Base2.swift
[28/135] Emitting module Base8
[29/135] Compiling Base8 Alphabet.swift
[30/137] Compiling Base32 Alphabets.swift
[31/137] Compiling VarInt BinaryEncoder.swift
[32/137] Emitting module Base32
[33/139] Emitting module BaseX
[34/139] Compiling BaseX BaseX.swift
[38/140] Compiling CryptoSwift CMAC.swift
[39/140] Compiling CryptoSwift Addition.swift
[40/140] Compiling CryptoSwift BigInt.swift
[41/140] Compiling CryptoSwift BigUInt.swift
[42/140] Compiling CryptoSwift BitwiseOps.swift
[43/140] Compiling CryptoSwift CS.swift
[44/140] Compiling CryptoSwift Codable.swift
[45/140] Compiling CryptoSwift Comparable.swift
[46/140] Compiling CryptoSwift DataConversion.swift
[47/140] Compiling CryptoSwift Division.swift
[48/140] Compiling CryptoSwift Exponentiation.swift
[49/140] Compiling CryptoSwift FloatingPointConversion.swift
[50/140] Compiling CryptoSwift GCD.swift
[51/140] Compiling CryptoSwift Hashable.swift
[54/160] Compiling Multicodec Multicodec.swift
[55/160] Emitting module Multibase
[56/160] Compiling Multibase Multibase.swift
[58/161] Emitting module Multicodec
[59/161] Emitting module CryptoSwift
[60/161] Compiling CryptoSwift AEAD.swift
[61/161] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[62/161] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[63/161] Compiling CryptoSwift AES.Cryptors.swift
[64/161] Compiling CryptoSwift AES.swift
[65/161] Compiling CryptoSwift ASN1.swift
[66/161] Compiling CryptoSwift ASN1Decoder.swift
[67/161] Compiling CryptoSwift ASN1Encoder.swift
[68/161] Compiling CryptoSwift ASN1Scanner.swift
[69/161] Compiling CryptoSwift Array+Extension.swift
[70/161] Compiling CryptoSwift Authenticator.swift
[71/161] Compiling CryptoSwift BatchedCollection.swift
[72/161] Compiling CryptoSwift Bit.swift
[73/161] Compiling CryptoSwift BlockCipher.swift
[74/161] Compiling CryptoSwift BlockDecryptor.swift
[75/161] Compiling Multicodec Codecs+Equatable.swift
[76/161] Compiling Multicodec Codecs.swift
[78/162] Compiling CryptoSwift Signature.swift
[79/162] Compiling CryptoSwift StreamDecryptor.swift
[80/162] Compiling CryptoSwift StreamEncryptor.swift
[81/162] Compiling CryptoSwift String+Extension.swift
[82/162] Compiling CryptoSwift UInt128.swift
[83/162] Compiling CryptoSwift UInt16+Extension.swift
[84/162] Compiling CryptoSwift UInt32+Extension.swift
[85/162] Compiling CryptoSwift UInt64+Extension.swift
[86/162] Compiling CryptoSwift UInt8+Extension.swift
[87/162] Compiling CryptoSwift Updatable.swift
[88/162] Compiling CryptoSwift Utils.swift
[89/162] Compiling CryptoSwift XChaCha20.swift
[90/162] Compiling CryptoSwift ZeroPadding.swift
[91/162] Compiling CryptoSwift resource_bundle_accessor.swift
[92/162] Compiling CryptoSwift CompactMap.swift
[93/162] Compiling CryptoSwift Cryptor.swift
[94/162] Compiling CryptoSwift Cryptors.swift
[95/162] Compiling CryptoSwift Digest.swift
[96/162] Compiling CryptoSwift DigestType.swift
[97/162] Compiling CryptoSwift AES+Foundation.swift
[98/162] Compiling CryptoSwift Array+Foundation.swift
[99/162] Compiling CryptoSwift Blowfish+Foundation.swift
[100/162] Compiling CryptoSwift ChaCha20+Foundation.swift
[101/162] Compiling CryptoSwift Data+Extension.swift
[102/162] Compiling CryptoSwift HMAC+Foundation.swift
[103/162] Compiling CryptoSwift Rabbit+Foundation.swift
[104/162] Compiling CryptoSwift String+FoundationExtension.swift
[105/162] Compiling CryptoSwift Utils+Foundation.swift
[106/162] Compiling CryptoSwift PKCS5.swift
[107/162] Compiling CryptoSwift PKCS7.swift
[108/162] Compiling CryptoSwift PKCS7Padding.swift
[109/162] Compiling CryptoSwift Padding.swift
[110/162] Compiling CryptoSwift Poly1305.swift
[111/162] Compiling CryptoSwift RSA+Cipher.swift
[112/162] Compiling CryptoSwift RSA+Signature.swift
[113/162] Compiling CryptoSwift RSA.swift
[114/162] Compiling CryptoSwift Rabbit.swift
[115/162] Compiling CryptoSwift SHA1.swift
[116/162] Compiling CryptoSwift SHA2.swift
[117/162] Compiling CryptoSwift SHA3.swift
[118/162] Compiling CryptoSwift Scrypt.swift
[119/162] Compiling CryptoSwift SecureBytes.swift
[120/162] Compiling CryptoSwift BlockEncryptor.swift
[121/162] Compiling CryptoSwift BlockMode.swift
[122/162] Compiling CryptoSwift BlockModeOptions.swift
[123/162] Compiling CryptoSwift CBC.swift
[124/162] Compiling CryptoSwift CCM.swift
[125/162] Compiling CryptoSwift CFB.swift
[126/162] Compiling CryptoSwift CTR.swift
[127/162] Compiling CryptoSwift CipherModeWorker.swift
[128/162] Compiling CryptoSwift ECB.swift
[129/162] Compiling CryptoSwift GCM.swift
[130/162] Compiling CryptoSwift OCB.swift
[131/162] Compiling CryptoSwift OFB.swift
[132/162] Compiling CryptoSwift PCBC.swift
[133/162] Compiling CryptoSwift Blowfish.swift
[134/162] Compiling CryptoSwift CBCMAC.swift
[135/162] Compiling CryptoSwift XChaCha20+Foundation.swift
[136/162] Compiling CryptoSwift Generics.swift
[137/162] Compiling CryptoSwift HKDF.swift
[138/162] Compiling CryptoSwift HMAC.swift
[139/162] Compiling CryptoSwift ISO10126Padding.swift
[140/162] Compiling CryptoSwift ISO78164Padding.swift
[141/162] Compiling CryptoSwift Int+Extension.swift
[142/162] Compiling CryptoSwift MD5.swift
[143/162] Compiling CryptoSwift NoPadding.swift
[144/162] Compiling CryptoSwift Operators.swift
[145/162] Compiling CryptoSwift DER.swift
[146/162] Compiling CryptoSwift PBKDF1.swift
[147/162] Compiling CryptoSwift PBKDF2.swift
[148/162] Compiling CryptoSwift PKCS1v15.swift
[149/162] Compiling CryptoSwift IntegerConversion.swift
[150/162] Compiling CryptoSwift Multiplication.swift
[151/162] Compiling CryptoSwift PrimeTest.swift
[152/162] Compiling CryptoSwift Random.swift
[153/162] Compiling CryptoSwift Shifts.swift
[154/162] Compiling CryptoSwift SquareRoot.swift
[155/162] Compiling CryptoSwift Strideable.swift
[156/162] Compiling CryptoSwift StringConversion.swift
[157/162] Compiling CryptoSwift Subtraction.swift
[158/162] Compiling CryptoSwift WordsAndBits.swift
[159/162] Compiling CryptoSwift ChaCha20.swift
[160/162] Compiling CryptoSwift Checksum.swift
[161/162] Compiling CryptoSwift Cipher.swift
[162/162] Compiling CryptoSwift Collection+Extension.swift
[164/165] Emitting module Multihash
[165/165] Compiling Multihash Multihash.swift
Build complete! (27.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-varint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-varint.git"
},
{
"identity" : "swift-multibase",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multibase.git"
},
{
"identity" : "swift-multicodec",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multicodec.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "swift-multihash",
"name" : "swift-multihash",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
}
],
"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" : "5.5"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.