Build Information
Failed to build Forging, reference 0.0.1 (b6d204), with Swift 6.1 for Linux on 22 Nov 2025 23:00:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BCSuite/Forging.git
Reference: 0.0.1
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/BCSuite/Forging
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at b6d204f Update README.
Cloned https://github.com/BCSuite/Forging.git
Revision (git rev-parse @):
b6d204fb1f4ffe1504b36a9e68d70f6958a98ff4
SUCCESS checkout https://github.com/BCSuite/Forging.git at 0.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/BCSuite/Forging.git
https://github.com/BCSuite/Forging.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bip39.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tesseract-one/Bip39.swift.git"
},
{
"identity" : "k1",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Sajjon/K1"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
}
],
"manifest_display_name" : "Forging",
"name" : "Forging",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Forging",
"targets" : [
"Forging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ForgingTests",
"module_type" : "SwiftTarget",
"name" : "ForgingTests",
"path" : "Tests/ForgingTests",
"sources" : [
"ForgingTests.swift"
],
"target_dependencies" : [
"Forging"
],
"type" : "test"
},
{
"c99name" : "Forging",
"module_type" : "SwiftTarget",
"name" : "Forging",
"path" : "Sources/Forging",
"product_dependencies" : [
"Bip39",
"K1",
"BigInt"
],
"product_memberships" : [
"Forging"
],
"sources" : [
"BatchOperation/FGBatchJobsScheduler.swift",
"BatchOperation/FGBatchSpace.swift",
"BatchOperation/FGSingleTaskJobsCount.swift",
"ChainDescription/FGChainDescribable.swift",
"Codation/FGBase58Coder.swift",
"Codation/FGBase58Decodable.swift",
"Codation/FGBase58Encodable.swift",
"Codation/FGBase58Space.swift",
"Codation/FGWalletCodationWrapper.swift",
"DataStream/FGDataStream.swift",
"DataStream/FGJSONWalletFileReader.swift",
"DataStream/FGStreamDataReadable.swift",
"Derivation/FGBIP44Purpose.swift",
"Derivation/FGDerivable.swift",
"Derivation/FGDerivationErrorKind.swift",
"Derivation/FGDerivationExtractor.swift",
"Derivation/FGDerivationPathElements.swift",
"Derivation/FGDerivationSpace.swift",
"Derivation/FGDerivePathCoinRepresentation.swift",
"Derivation/FGDerivePathPurposeRepresentation.swift",
"Derivation/FGRawDerivationPathGeneratable.swift",
"Derivation/FGSLIP0010Deriver.swift",
"EVM/FGBaseChain.swift",
"EVM/FGChainTaskResultAssembler+EVM.swift",
"EVM/FGEIP55AddressGeneratable.swift",
"EVM/FGEIP55Addressor.swift",
"EVM/FGEVMAddressPairGenerator.swift",
"EVM/FGEVMDerivationPathCoin.swift",
"EVM/FGEVMDerivationPathGenerator.swift",
"EVM/FGEVMDeriver.swift",
"EVM/FGEVMSpace.swift",
"EVM/FGEthereumChain.swift",
"EVM/FGHDGenHandler+evm.swift",
"EVM/FGHDImportHandler+evm.swift",
"EVM/FGHDWalletUniGenerator+EVM.swift",
"EVM/FGHDWalletUniImporter+EVM.swift",
"EVM/FGNonHDGenHandler+evm.swift",
"EVM/FGNonHDWalletUniGenerator+EVM.swift",
"EVM/FGOptimismChain.swift",
"EVM/FGSingleEVMNonHDWalletImporter.swift",
"Error/FGError.swift",
"Error/FGWalletErrorKind.swift",
"Export/FGBatchWalletsExportable.swift",
"Export/FGExportSpace.swift",
"Export/FGFileExporter.swift",
"Export/FGPasteboardExporter.swift",
"Export/FGSingleWalletExportable.swift",
"Export/FGWalletExportable.swift",
"Extensions/Array+Hex.swift",
"Extensions/ArraySlice+Hex.swift",
"Extensions/Data+Hex.swift",
"Extensions/UInt32+EndianBytes.swift",
"Formatting/FGBatchWalletsFormatable.swift",
"Formatting/FGSingleWalletFormatable.swift",
"Formatting/FGWalletFormatable.swift",
"Formatting/FGWalletJSONStringFormatter.swift",
"Formatting/FGWalletRawFormatable.swift",
"Formatting/FGWalletRawJSONFormatter.swift",
"Formatting/FGWalletStringFormatable.swift",
"Generation/FGBatchHDWalletGeneratable.swift",
"Generation/FGBatchNonHDWalletGeneratable.swift",
"Generation/FGGenerationSpace.swift",
"Generation/FGHDGenHandler.swift",
"Generation/FGHDWalletGeneratable.swift",
"Generation/FGHDWalletUniGenerator+MultiChain.swift",
"Generation/FGHDWalletUniGenerator.swift",
"Generation/FGMultiChainHDWalletGenKind.swift",
"Generation/FGMultiChainNonHDWalletGenKind.swift",
"Generation/FGNonHDGenHandler.swift",
"Generation/FGNonHDWalletGeneratable.swift",
"Generation/FGNonHDWalletUniGenerator+MultiChain.swift",
"Generation/FGNonHDWalletUniGenerator.swift",
"Generation/FGSingleHDWalletGeneratable.swift",
"Generation/FGSingleNonHDWalletGeneratable.swift",
"Import/FGBatchHDWalletImportable.swift",
"Import/FGBatchNonHDWalletImportable.swift",
"Import/FGBatchNonHDWalletUniImporter.swift",
"Import/FGHDImportHandler.swift",
"Import/FGHDWalletImportable.swift",
"Import/FGHDWalletUniImporter+MultiChain.swift",
"Import/FGHDWalletUniImporter.swift",
"Import/FGMultiChainHDWalletImportKind.swift",
"Import/FGNonHDWalletImportable.swift",
"Import/FGSingleHDWalletImportable.swift",
"Import/FGSingleNonHDWalletImportable.swift",
"Keccak256/FGKeccak256Ability.swift",
"Keccak256/FGUncommonCryptoKeccak256.swift",
"KeyPair/FGAddressPair.swift",
"KeyPair/FGAddressPairGeneratable.swift",
"Mnemonic/FGMnemonic12WordsSize.swift",
"Mnemonic/FGMnemonic15WordsSize.swift",
"Mnemonic/FGMnemonic18WordsSize.swift",
"Mnemonic/FGMnemonic21WordsSize.swift",
"Mnemonic/FGMnemonic24WordsSize.swift",
"Mnemonic/FGMnemonicAbility.swift",
"Mnemonic/FGMnemonicInfo.swift",
"Mnemonic/FGMnemonicSizeRepresentation.swift",
"Mnemonic/FGTesseractMnemonicEntity.swift",
"MultiChainOperation/FGAnyChainTaskHandler.swift",
"MultiChainOperation/FGChainTaskHandable.swift",
"MultiChainOperation/FGChainTaskJobExecutable.swift",
"MultiChainOperation/FGChainTaskResultAssembler.swift",
"MultiChainOperation/FGHandlerChain.swift",
"MultiChainOperation/FGMultiChainOpSpace.swift",
"MultiChainOperation/FGMultiChainWalletProcessor.swift",
"Secp256k1/FGK1Secp256k1.swift",
"Secp256k1/Secp256k1Ability.swift",
"Solana/FGChainTaskResultAssembler+Solana.swift",
"Solana/FGHDGenHandler+Solana.swift",
"Solana/FGHDImportHandler+Solana.swift",
"Solana/FGHDWalletUniGenerator+Solana.swift",
"Solana/FGHDWalletUniImporter+Solana.swift",
"Solana/FGNonHDGenHandler+Solana.swift",
"Solana/FGNonHDWalletUniGenerator+Solana.swift",
"Solana/FGSingleSolNonHDWalletImporter.swift",
"Solana/FGSolAddressPairGenerator.swift",
"Solana/FGSolDerivationPathCoin.swift",
"Solana/FGSolDerivationPathGenerator.swift",
"Solana/FGSolWalletSpace.swift",
"Solana/FGSolanaChain.swift",
"Walletization/FGCryptoWallet.swift",
"Walletization/FGCryptographyWallet.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Sajjon/K1
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/tesseract-one/Bip39.swift.git
[1/3699] Fetching k1
[1370/8525] Fetching k1, bigint
[1837/8607] Fetching k1, bigint, bip39.swift
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (0.29s)
[4728/8525] Fetching k1, bigint
Fetched https://github.com/Sajjon/K1 from cache (0.47s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.63s)
Computing version for https://github.com/Sajjon/K1
Computed https://github.com/Sajjon/K1 at 0.6.0 (3.92s)
Computing version for https://github.com/tesseract-one/Bip39.swift.git
Computed https://github.com/tesseract-one/Bip39.swift.git at 0.2.0 (0.99s)
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
[1/143] Fetching uncommoncrypto.swift
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.25s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (0.94s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.73s)
Creating working copy for https://github.com/tesseract-one/Bip39.swift.git
Working copy of https://github.com/tesseract-one/Bip39.swift.git resolved at 0.2.0
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/Sajjon/K1
Working copy of https://github.com/Sajjon/K1 resolved at 0.6.0
Building for debugging...
[0/17] Write sources
[5/17] Compiling ecdh_variants.c
[5/17] Compiling lax_der_privatekey_parsing.c
[7/17] Compiling CUncommonCrypto sha3.c
[8/17] Compiling CUncommonCrypto pbkdf2.c
[9/17] Compiling CUncommonCrypto hmac.c
[10/17] Compiling CUncommonCrypto memzero.c
[11/17] Compiling precomputed_ecmult_gen.c
[12/17] Compiling CUncommonCrypto sha2.c
[13/17] Write swift-version-24593BA9C3E375BF.txt
[14/17] Compiling lax_der_parsing.c
[15/17] Compiling secp256k1.c
[17/45] Emitting module UncommonCrypto
[18/45] Emitting module BigInt
[18/47] Compiling precomputed_ecmult.c
[20/96] Compiling K1 Data+Extensions.swift
[21/96] Compiling K1 FFI+Raw.swift
[22/96] Compiling K1 Signing.generated.swift
[23/96] Compiling K1 Validation.generated.swift
[24/96] Compiling K1 PublicKeyImplementation.swift
[25/96] Compiling K1 Schnorr+Signature.swift
[26/96] Compiling K1 Schnorr.swift
[27/96] Compiling K1 FFI+ECDSA+Recovery.swift
[28/96] Compiling K1 PrivateKey+Wrapped.swift
[29/96] Compiling K1 PrivateKeyImplementation.swift
[30/96] Compiling K1 K1.swift
[31/96] Compiling K1 KeyAgreement.swift
[32/96] Compiling K1 ECDSA.swift
[33/96] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
[34/96] Compiling K1 FFI+ECDSA+NonRecovery.swift
[35/96] Compiling K1 ECDSA+Recovery+Wrapped.swift
[36/96] Compiling UncommonCrypto SHA2.swift
[37/96] Compiling K1 ECDSASignatureNonRecoverable.swift
[38/96] Compiling K1 ECDSASignatureRecoverable.swift
[39/96] Compiling K1 RecoveryID.swift
[40/96] Compiling K1 Keys.generated.swift
[41/96] Compiling K1 FFI+ECDH.swift
[42/96] Compiling K1 FFI+ECDSA.swift
[43/96] Compiling UncommonCrypto SHA1.swift
[44/97] Compiling UncommonCrypto SHA3.swift
[45/97] Compiling UncommonCrypto SecureRandom.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[53/99] Compiling UncommonCrypto PBKDF2.swift
[54/103] Compiling K1 GeneralizedTime.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[55/103] Compiling K1 ObjectIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[56/103] Compiling K1 ECDSASignature.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[57/103] Compiling K1 PEMDocument.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[58/103] Compiling K1 PKCS8PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[59/103] Compiling K1 SEC1PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[60/103] Compiling K1 FFI+PublicKey.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[61/103] Compiling K1 PublicKey+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[62/103] Compiling K1 FFI+Schnorr.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[63/103] Compiling K1 Schnorr+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[64/103] Compiling K1 FFI+Call.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[65/103] Compiling K1 FFI+Context.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[66/103] Compiling K1 FFI+Format.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[67/103] Compiling K1 ASN1Boolean.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[68/103] Compiling K1 ASN1Identifier.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[69/103] Compiling K1 ASN1Integer.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[70/103] Compiling K1 ASN1Null.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[71/103] Compiling K1 ASN1OctetString.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[72/103] Compiling K1 ASN1Strings.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[73/103] Compiling K1 ArraySliceBigint.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/103] Emitting module K1
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[90/103] Compiling K1 Curve.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[91/103] Compiling K1 K1+Error.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[92/103] Compiling K1 SharedSecret.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[93/103] Compiling K1 ASN1.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[94/103] Compiling K1 ASN1Any.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[95/103] Compiling K1 ASN1BitString.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[96/103] Compiling UncommonCrypto HMAC.swift
[99/104] Compiling K1 SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[100/104] Compiling K1 ASN1Error.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[101/104] Compiling K1 BytesUtil.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[102/104] Compiling K1 RNG_boring.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[103/104] Compiling K1 SafeCompare_boring.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[104/104] Compiling K1 SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/78] Emitting module UncommonCrypto
[3/78] Compiling UncommonCrypto SecureRandom.swift
[4/78] Compiling UncommonCrypto PBKDF2.swift
[5/78] Compiling UncommonCrypto SHA3.swift
[6/78] Compiling K1 PrivateKeyImplementation.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[7/78] Compiling K1 PublicKeyImplementation.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[8/78] Compiling K1 Schnorr+Signature.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[9/78] Compiling K1 Schnorr.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[10/78] Compiling K1 Signing.generated.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[11/78] Compiling K1 Validation.generated.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[12/78] Compiling K1 Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[13/78] Compiling K1 GeneralizedTime.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[14/78] Compiling K1 ObjectIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[15/78] Compiling K1 ECDSASignature.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[16/78] Compiling K1 PEMDocument.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[17/78] Compiling K1 PKCS8PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[18/78] Compiling K1 SEC1PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[19/84] Compiling K1 K1.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[20/84] Compiling K1 KeyAgreement.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[21/84] Compiling K1 ECDSA.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[22/84] Compiling K1 ECDSASignatureNonRecoverable.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[23/84] Compiling K1 ECDSASignatureRecoverable.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[24/84] Compiling K1 RecoveryID.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[25/84] Compiling K1 Keys.generated.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[26/84] Compiling UncommonCrypto SHA1.swift
[27/84] Compiling UncommonCrypto SHA2.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/84] Emitting module K1
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[29/84] Compiling K1 FFI+Schnorr.swift
[30/84] Compiling K1 Schnorr+Wrapped.swift
[31/84] Compiling K1 FFI+Call.swift
[32/84] Compiling K1 FFI+ECDH.swift
[33/84] Compiling K1 FFI+ECDSA.swift
[34/84] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
[35/84] Compiling K1 FFI+Context.swift
[36/84] Compiling K1 FFI+Format.swift
[37/86] Compiling UncommonCrypto HMAC.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[41/87] Compiling K1 FFI+ECDSA+NonRecovery.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[42/87] Compiling K1 ECDSA+Recovery+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[43/87] Compiling K1 FFI+ECDSA+Recovery.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[44/87] Compiling BigInt Subtraction.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[45/87] Compiling K1 FFI+PublicKey.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[46/87] Compiling K1 PublicKey+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[52/87] Compiling BigInt Words and Bits.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[53/87] Compiling K1 Curve.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[54/87] Compiling K1 K1+Error.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[55/87] Compiling K1 SharedSecret.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[56/87] Compiling K1 ASN1.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[57/87] Compiling K1 ASN1Any.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[58/87] Compiling K1 ASN1BitString.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[59/87] Compiling K1 ASN1Boolean.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[60/87] Compiling K1 ASN1Identifier.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[61/87] Compiling K1 ASN1Integer.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[62/87] Compiling K1 ASN1Null.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[63/87] Compiling K1 ASN1OctetString.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[64/87] Compiling K1 ASN1Strings.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[65/87] Compiling K1 ArraySliceBigint.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[70/87] Compiling K1 SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[71/87] Compiling K1 ASN1Error.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[72/87] Compiling K1 BytesUtil.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[73/87] Compiling K1 RNG_boring.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[74/87] Compiling K1 SafeCompare_boring.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[75/87] Compiling K1 SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[76/92] Emitting module BigInt
BUILD FAILURE 6.1 linux