Build Information
Failed to build Keystore, reference 0.3.4 (4038fc
), with Swift 6.1 for Linux on 28 Apr 2025 14:45:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Boilertalk/Keystore.swift.git
Reference: 0.3.4
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/Boilertalk/Keystore.swift
* tag 0.3.4 -> FETCH_HEAD
HEAD is now at 4038fcc feat: create eth2 keystores
Cloned https://github.com/Boilertalk/Keystore.swift.git
Revision (git rev-parse @):
4038fccf60005b17f5296e29b63b7221c7106baa
SUCCESS checkout https://github.com/Boilertalk/Keystore.swift.git at 0.3.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Boilertalk/Keystore.swift.git
https://github.com/Boilertalk/Keystore.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Boilertalk/secp256k1.swift.git"
},
{
"identity" : "swift-scrypt",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/greymass/swift-scrypt.git"
},
{
"identity" : "bls-eth-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MyEtherWallet/bls-eth-swift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.0",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Keystore",
"name" : "Keystore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "driverkit",
"version" : "20.0"
}
],
"products" : [
{
"name" : "Keystore",
"targets" : [
"Keystore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeystoreTests",
"module_type" : "SwiftTarget",
"name" : "KeystoreTests",
"path" : "Tests/KeystoreTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/KeystoreTests/Stubs",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"KeystoreETH2Tests/ETH2PrivateKeyExtractionTests.swift",
"KeystoreTests/KeystoreCreationTests.swift",
"KeystoreTests/PrivateKeyExtractionTests.swift",
"Toolbox/StubLoader.swift"
],
"target_dependencies" : [
"Keystore"
],
"type" : "test"
},
{
"c99name" : "Keystore",
"module_type" : "SwiftTarget",
"name" : "Keystore",
"path" : "Sources",
"product_dependencies" : [
"CryptoSwift",
"secp256k1",
"Scrypt",
"bls-eth-swift"
],
"product_memberships" : [
"Keystore"
],
"sources" : [
"Keystore/Keystore.swift",
"Keystore/KeystoreETH2.swift",
"Keystore/KeystoreETH2Factory.swift",
"Keystore/KeystoreFactory.swift",
"Keystore/Toolbox/Bytes+SecureRandom.swift",
"Keystore/Toolbox/HexUtils.swift",
"Keystore/Toolbox/Secp256k1Helper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/MyEtherWallet/bls-eth-swift.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/greymass/swift-scrypt.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Boilertalk/secp256k1.swift.git
[1/780] Fetching secp256k1.swift
[750/13714] Fetching secp256k1.swift, cryptoswift
[911/13856] Fetching secp256k1.swift, cryptoswift, swift-scrypt
[2088/28611] Fetching secp256k1.swift, cryptoswift, swift-scrypt, quick
[2624/28751] Fetching secp256k1.swift, cryptoswift, swift-scrypt, quick, bls-eth-swift
[13228/48318] Fetching secp256k1.swift, cryptoswift, swift-scrypt, quick, bls-eth-swift, nimble
Fetched https://github.com/Quick/Quick.git from cache (0.79s)
[8153/33563] Fetching secp256k1.swift, cryptoswift, swift-scrypt, bls-eth-swift, nimble
Fetched https://github.com/greymass/swift-scrypt.git from cache (1.83s)
[33332/33421] Fetching secp256k1.swift, cryptoswift, bls-eth-swift, nimble
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.87s)
[20408/20487] Fetching secp256k1.swift, bls-eth-swift, nimble
Fetched https://github.com/Boilertalk/secp256k1.swift.git from cache (4.95s)
Fetched https://github.com/Quick/Nimble.git from cache (4.97s)
Fetched https://github.com/MyEtherWallet/bls-eth-swift.git from cache (5.17s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (5.73s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.24s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (0.79s)
Computing version for https://github.com/Boilertalk/secp256k1.swift.git
Computed https://github.com/Boilertalk/secp256k1.swift.git at 0.1.7 (0.55s)
Computing version for https://github.com/MyEtherWallet/bls-eth-swift.git
Computed https://github.com/MyEtherWallet/bls-eth-swift.git at 1.0.1 (0.55s)
Computing version for https://github.com/greymass/swift-scrypt.git
Computed https://github.com/greymass/swift-scrypt.git at 1.0.2 (0.56s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.55s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.56s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.77s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.1
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Boilertalk/secp256k1.swift.git
Working copy of https://github.com/Boilertalk/secp256k1.swift.git resolved at 0.1.7
Creating working copy for https://github.com/greymass/swift-scrypt.git
Working copy of https://github.com/greymass/swift-scrypt.git resolved at 1.0.2
Creating working copy for https://github.com/MyEtherWallet/bls-eth-swift.git
Working copy of https://github.com/MyEtherWallet/bls-eth-swift.git resolved at 1.0.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Downloading binary artifact https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip
[1369/15950716] Downloading https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip
Downloaded https://github.com/MyEtherWallet/bls-eth-swift/releases/download/1.0.1/bls_framework.xcframework.zip (1.71s)
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
Building for debugging...
[0/12] Write sources
[3/12] Copying PrivacyInfo.xcprivacy
[4/12] Write sources
[5/12] Compiling slowequals.c
[5/12] Compiling lax_der_parsing.c
[7/12] Compiling crypto_scrypt-nosse.c
[8/12] Compiling sha256.c
[9/12] Compiling lax_der_privatekey_parsing.c
[10/12] Write swift-version-24593BA9C3E375BF.txt
[11/34] Compiling secp256k1.c
[13/117] Compiling Scrypt Scrypt.swift
[14/117] Emitting module Scrypt
[16/118] Emitting module secp256k1
[17/118] Compiling secp256k1 Exporter.swift
[19/119] Compiling CryptoSwift XChaCha20+Foundation.swift
[20/119] Compiling CryptoSwift Generics.swift
[21/119] Compiling CryptoSwift HKDF.swift
[22/119] Compiling CryptoSwift HMAC.swift
[23/119] Compiling CryptoSwift ISO10126Padding.swift
[24/119] Compiling CryptoSwift ISO78164Padding.swift
[25/119] Compiling CryptoSwift Int+Extension.swift
[26/119] Compiling CryptoSwift MD5.swift
[27/119] Compiling CryptoSwift NoPadding.swift
[28/119] Compiling CryptoSwift Operators.swift
[29/119] Compiling CryptoSwift DER.swift
[30/119] Compiling CryptoSwift PBKDF1.swift
[31/119] Compiling CryptoSwift PBKDF2.swift
[32/119] Compiling CryptoSwift PKCS1v15.swift
[33/133] Compiling CryptoSwift CMAC.swift
[34/133] Compiling CryptoSwift Addition.swift
[35/133] Compiling CryptoSwift BigInt.swift
[36/133] Compiling CryptoSwift BigUInt.swift
[37/133] Compiling CryptoSwift BitwiseOps.swift
[38/133] Compiling CryptoSwift CS.swift
[39/133] Compiling CryptoSwift Codable.swift
[40/133] Compiling CryptoSwift Comparable.swift
[41/133] Compiling CryptoSwift DataConversion.swift
[42/133] Compiling CryptoSwift Division.swift
[43/133] Compiling CryptoSwift Exponentiation.swift
[44/133] Compiling CryptoSwift FloatingPointConversion.swift
[45/133] Compiling CryptoSwift GCD.swift
[46/133] Compiling CryptoSwift Hashable.swift
[47/133] Compiling CryptoSwift Signature.swift
[48/133] Compiling CryptoSwift StreamDecryptor.swift
[49/133] Compiling CryptoSwift StreamEncryptor.swift
[50/133] Compiling CryptoSwift String+Extension.swift
[51/133] Compiling CryptoSwift UInt128.swift
[52/133] Compiling CryptoSwift UInt16+Extension.swift
[53/133] Compiling CryptoSwift UInt32+Extension.swift
[54/133] Compiling CryptoSwift UInt64+Extension.swift
[55/133] Compiling CryptoSwift UInt8+Extension.swift
[56/133] Compiling CryptoSwift Updatable.swift
[57/133] Compiling CryptoSwift Utils.swift
[58/133] Compiling CryptoSwift XChaCha20.swift
[59/133] Compiling CryptoSwift ZeroPadding.swift
[60/133] Compiling CryptoSwift resource_bundle_accessor.swift
[61/133] Emitting module CryptoSwift
[62/133] Compiling CryptoSwift BlockEncryptor.swift
[63/133] Compiling CryptoSwift BlockMode.swift
[64/133] Compiling CryptoSwift BlockModeOptions.swift
[65/133] Compiling CryptoSwift CBC.swift
[66/133] Compiling CryptoSwift CCM.swift
[67/133] Compiling CryptoSwift CFB.swift
[68/133] Compiling CryptoSwift CTR.swift
[69/133] Compiling CryptoSwift CipherModeWorker.swift
[70/133] Compiling CryptoSwift ECB.swift
[71/133] Compiling CryptoSwift GCM.swift
[72/133] Compiling CryptoSwift OCB.swift
[73/133] Compiling CryptoSwift OFB.swift
[74/133] Compiling CryptoSwift PCBC.swift
[75/133] Compiling CryptoSwift Blowfish.swift
[76/133] Compiling CryptoSwift CBCMAC.swift
[77/133] Compiling CryptoSwift AEAD.swift
[78/133] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[79/133] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[80/133] Compiling CryptoSwift AES.Cryptors.swift
[81/133] Compiling CryptoSwift AES.swift
[82/133] Compiling CryptoSwift ASN1.swift
[83/133] Compiling CryptoSwift ASN1Decoder.swift
[84/133] Compiling CryptoSwift ASN1Encoder.swift
[85/133] Compiling CryptoSwift ASN1Scanner.swift
[86/133] Compiling CryptoSwift Array+Extension.swift
[87/133] Compiling CryptoSwift Authenticator.swift
[88/133] Compiling CryptoSwift BatchedCollection.swift
[89/133] Compiling CryptoSwift Bit.swift
[90/133] Compiling CryptoSwift BlockCipher.swift
[91/133] Compiling CryptoSwift BlockDecryptor.swift
[92/133] Compiling CryptoSwift CompactMap.swift
[93/133] Compiling CryptoSwift Cryptor.swift
[94/133] Compiling CryptoSwift Cryptors.swift
[95/133] Compiling CryptoSwift Digest.swift
[96/133] Compiling CryptoSwift DigestType.swift
[97/133] Compiling CryptoSwift AES+Foundation.swift
[98/133] Compiling CryptoSwift Array+Foundation.swift
[99/133] Compiling CryptoSwift Blowfish+Foundation.swift
[100/133] Compiling CryptoSwift ChaCha20+Foundation.swift
[101/133] Compiling CryptoSwift Data+Extension.swift
[102/133] Compiling CryptoSwift HMAC+Foundation.swift
[103/133] Compiling CryptoSwift Rabbit+Foundation.swift
[104/133] Compiling CryptoSwift String+FoundationExtension.swift
[105/133] Compiling CryptoSwift Utils+Foundation.swift
[106/133] Compiling CryptoSwift PKCS5.swift
[107/133] Compiling CryptoSwift PKCS7.swift
[108/133] Compiling CryptoSwift PKCS7Padding.swift
[109/133] Compiling CryptoSwift Padding.swift
[110/133] Compiling CryptoSwift Poly1305.swift
[111/133] Compiling CryptoSwift RSA+Cipher.swift
[112/133] Compiling CryptoSwift RSA+Signature.swift
[113/133] Compiling CryptoSwift RSA.swift
[114/133] Compiling CryptoSwift Rabbit.swift
[115/133] Compiling CryptoSwift SHA1.swift
[116/133] Compiling CryptoSwift SHA2.swift
[117/133] Compiling CryptoSwift SHA3.swift
[118/133] Compiling CryptoSwift Scrypt.swift
[119/133] Compiling CryptoSwift SecureBytes.swift
[120/133] Compiling CryptoSwift IntegerConversion.swift
[121/133] Compiling CryptoSwift Multiplication.swift
[122/133] Compiling CryptoSwift PrimeTest.swift
[123/133] Compiling CryptoSwift Random.swift
[124/133] Compiling CryptoSwift Shifts.swift
[125/133] Compiling CryptoSwift SquareRoot.swift
[126/133] Compiling CryptoSwift Strideable.swift
[127/133] Compiling CryptoSwift StringConversion.swift
[128/133] Compiling CryptoSwift Subtraction.swift
[129/133] Compiling CryptoSwift WordsAndBits.swift
[130/133] Compiling CryptoSwift ChaCha20.swift
[131/133] Compiling CryptoSwift Checksum.swift
[132/133] Compiling CryptoSwift Cipher.swift
[133/133] Compiling CryptoSwift Collection+Extension.swift
[135/142] Compiling Keystore Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[136/142] Compiling Keystore Secp256k1Helper.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[137/142] Compiling Keystore HexUtils.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[138/142] Compiling Keystore KeystoreFactory.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[139/142] Compiling Keystore KeystoreETH2Factory.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[140/142] Emitting module Keystore
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[141/142] Compiling Keystore KeystoreETH2.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[142/142] Compiling Keystore Keystore.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Emitting module secp256k1
[3/5] Compiling secp256k1 Exporter.swift
[4/6] Emitting module Scrypt
[6/107] Compiling Scrypt Scrypt.swift
[8/108] Compiling CryptoSwift XChaCha20+Foundation.swift
[9/108] Compiling CryptoSwift Generics.swift
[10/108] Compiling CryptoSwift HKDF.swift
[11/108] Compiling CryptoSwift HMAC.swift
[12/108] Compiling CryptoSwift ISO10126Padding.swift
[13/108] Compiling CryptoSwift ISO78164Padding.swift
[14/108] Compiling CryptoSwift Int+Extension.swift
[15/108] Compiling CryptoSwift MD5.swift
[16/108] Compiling CryptoSwift NoPadding.swift
[17/108] Compiling CryptoSwift Operators.swift
[18/108] Compiling CryptoSwift DER.swift
[19/108] Compiling CryptoSwift PBKDF1.swift
[20/108] Compiling CryptoSwift PBKDF2.swift
[21/108] Compiling CryptoSwift PKCS1v15.swift
[22/122] Emitting module CryptoSwift
[23/122] Compiling CryptoSwift Signature.swift
[24/122] Compiling CryptoSwift StreamDecryptor.swift
[25/122] Compiling CryptoSwift StreamEncryptor.swift
[26/122] Compiling CryptoSwift String+Extension.swift
[27/122] Compiling CryptoSwift UInt128.swift
[28/122] Compiling CryptoSwift UInt16+Extension.swift
[29/122] Compiling CryptoSwift UInt32+Extension.swift
[30/122] Compiling CryptoSwift UInt64+Extension.swift
[31/122] Compiling CryptoSwift UInt8+Extension.swift
[32/122] Compiling CryptoSwift Updatable.swift
[33/122] Compiling CryptoSwift Utils.swift
[34/122] Compiling CryptoSwift XChaCha20.swift
[35/122] Compiling CryptoSwift ZeroPadding.swift
[36/122] Compiling CryptoSwift resource_bundle_accessor.swift
[37/122] Compiling CryptoSwift CMAC.swift
[38/122] Compiling CryptoSwift Addition.swift
[39/122] Compiling CryptoSwift BigInt.swift
[40/122] Compiling CryptoSwift BigUInt.swift
[41/122] Compiling CryptoSwift BitwiseOps.swift
[42/122] Compiling CryptoSwift CS.swift
[43/122] Compiling CryptoSwift Codable.swift
[44/122] Compiling CryptoSwift Comparable.swift
[45/122] Compiling CryptoSwift DataConversion.swift
[46/122] Compiling CryptoSwift Division.swift
[47/122] Compiling CryptoSwift Exponentiation.swift
[48/122] Compiling CryptoSwift FloatingPointConversion.swift
[49/122] Compiling CryptoSwift GCD.swift
[50/122] Compiling CryptoSwift Hashable.swift
[51/122] Compiling CryptoSwift IntegerConversion.swift
[52/122] Compiling CryptoSwift Multiplication.swift
[53/122] Compiling CryptoSwift PrimeTest.swift
[54/122] Compiling CryptoSwift Random.swift
[55/122] Compiling CryptoSwift Shifts.swift
[56/122] Compiling CryptoSwift SquareRoot.swift
[57/122] Compiling CryptoSwift Strideable.swift
[58/122] Compiling CryptoSwift StringConversion.swift
[59/122] Compiling CryptoSwift Subtraction.swift
[60/122] Compiling CryptoSwift WordsAndBits.swift
[61/122] Compiling CryptoSwift ChaCha20.swift
[62/122] Compiling CryptoSwift Checksum.swift
[63/122] Compiling CryptoSwift Cipher.swift
[64/122] Compiling CryptoSwift Collection+Extension.swift
[65/122] Compiling CryptoSwift BlockEncryptor.swift
[66/122] Compiling CryptoSwift BlockMode.swift
[67/122] Compiling CryptoSwift BlockModeOptions.swift
[68/122] Compiling CryptoSwift CBC.swift
[69/122] Compiling CryptoSwift CCM.swift
[70/122] Compiling CryptoSwift CFB.swift
[71/122] Compiling CryptoSwift CTR.swift
[72/122] Compiling CryptoSwift CipherModeWorker.swift
[73/122] Compiling CryptoSwift ECB.swift
[74/122] Compiling CryptoSwift GCM.swift
[75/122] Compiling CryptoSwift OCB.swift
[76/122] Compiling CryptoSwift OFB.swift
[77/122] Compiling CryptoSwift PCBC.swift
[78/122] Compiling CryptoSwift Blowfish.swift
[79/122] Compiling CryptoSwift CBCMAC.swift
[80/122] Compiling CryptoSwift AEAD.swift
[81/122] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[82/122] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[83/122] Compiling CryptoSwift AES.Cryptors.swift
[84/122] Compiling CryptoSwift AES.swift
[85/122] Compiling CryptoSwift ASN1.swift
[86/122] Compiling CryptoSwift ASN1Decoder.swift
[87/122] Compiling CryptoSwift ASN1Encoder.swift
[88/122] Compiling CryptoSwift ASN1Scanner.swift
[89/122] Compiling CryptoSwift Array+Extension.swift
[90/122] Compiling CryptoSwift Authenticator.swift
[91/122] Compiling CryptoSwift BatchedCollection.swift
[92/122] Compiling CryptoSwift Bit.swift
[93/122] Compiling CryptoSwift BlockCipher.swift
[94/122] Compiling CryptoSwift BlockDecryptor.swift
[95/122] Compiling CryptoSwift CompactMap.swift
[96/122] Compiling CryptoSwift Cryptor.swift
[97/122] Compiling CryptoSwift Cryptors.swift
[98/122] Compiling CryptoSwift Digest.swift
[99/122] Compiling CryptoSwift DigestType.swift
[100/122] Compiling CryptoSwift AES+Foundation.swift
[101/122] Compiling CryptoSwift Array+Foundation.swift
[102/122] Compiling CryptoSwift Blowfish+Foundation.swift
[103/122] Compiling CryptoSwift ChaCha20+Foundation.swift
[104/122] Compiling CryptoSwift Data+Extension.swift
[105/122] Compiling CryptoSwift HMAC+Foundation.swift
[106/122] Compiling CryptoSwift Rabbit+Foundation.swift
[107/122] Compiling CryptoSwift String+FoundationExtension.swift
[108/122] Compiling CryptoSwift Utils+Foundation.swift
[109/122] Compiling CryptoSwift PKCS5.swift
[110/122] Compiling CryptoSwift PKCS7.swift
[111/122] Compiling CryptoSwift PKCS7Padding.swift
[112/122] Compiling CryptoSwift Padding.swift
[113/122] Compiling CryptoSwift Poly1305.swift
[114/122] Compiling CryptoSwift RSA+Cipher.swift
[115/122] Compiling CryptoSwift RSA+Signature.swift
[116/122] Compiling CryptoSwift RSA.swift
[117/122] Compiling CryptoSwift Rabbit.swift
[118/122] Compiling CryptoSwift SHA1.swift
[119/122] Compiling CryptoSwift SHA2.swift
[120/122] Compiling CryptoSwift SHA3.swift
[121/122] Compiling CryptoSwift Scrypt.swift
[122/122] Compiling CryptoSwift SecureBytes.swift
[124/131] Compiling Keystore Secp256k1Helper.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[125/131] Compiling Keystore Bytes+SecureRandom.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[126/131] Compiling Keystore HexUtils.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[127/131] Compiling Keystore KeystoreFactory.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[128/131] Compiling Keystore KeystoreETH2Factory.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/131] Emitting module Keystore
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[130/131] Compiling Keystore Keystore.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
[131/131] Compiling Keystore KeystoreETH2.swift
/host/spi-builder-workspace/Sources/Keystore/KeystoreETH2Factory.swift:4:8: error: no such module 'bls_framework'
2 | import CryptoSwift
3 | import Scrypt
4 | import bls_framework
| `- error: no such module 'bls_framework'
5 |
6 | public struct KeystoreETH2Factory {
BUILD FAILURE 6.1 linux