Build Information
Failed to build K1 with Swift 5.8 for Linux.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sajjon/K1.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/Sajjon/K1
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8388436 Create FUNDING.yml (#41)
Submodule path 'Sources/secp256k1/libsecp256k1': checked out '0fa84f869d51e1b71113d81fcd518ebcee08709a'
Submodule 'Sources/secp256k1/libsecp256k1' (https://github.com/bitcoin-core/secp256k1.git) registered for path 'Sources/secp256k1/libsecp256k1'
Cloning into '/host/spi-builder-workspace/Sources/secp256k1/libsecp256k1'...
Cloned https://github.com/Sajjon/K1.git
Revision (git rev-parse @):
83884368d4394bb0ef0e239ff0ed76fdb2b06f6c
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/Sajjon/K1.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[0/6] Compiling ecdh_variants.c
[1/6] Compiling lax_der_privatekey_parsing.c
[2/6] Compiling lax_der_parsing.c
[3/6] Compiling precomputed_ecmult_gen.c
[4/6] Compiling secp256k1.c
[5/6] Compiling precomputed_ecmult.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/55] Emitting module K1
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[8/61] Compiling K1 PrivateKeyImplementation.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[9/61] Compiling K1 PublicKeyImplementation.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[10/61] Compiling K1 Schnorr+Signature.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[11/61] Compiling K1 Schnorr.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[12/61] Compiling K1 Signing.generated.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[13/61] Compiling K1 Validation.generated.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[14/61] Compiling K1 Data+Extensions.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[15/61] Compiling K1 GeneralizedTime.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[16/61] Compiling K1 ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[17/61] Compiling K1 ECDSASignature.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[18/61] Compiling K1 PEMDocument.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[19/61] Compiling K1 PKCS8PrivateKey.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[20/61] Compiling K1 SEC1PrivateKey.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[21/61] Compiling K1 FFI+PublicKey.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[22/61] Compiling K1 PublicKey+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[23/61] Compiling K1 FFI+Schnorr.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[24/61] Compiling K1 Schnorr+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[25/61] Compiling K1 FFI+Call.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[26/61] Compiling K1 FFI+Context.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[27/61] Compiling K1 FFI+Format.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[28/61] Compiling K1 FFI+Raw.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[29/61] Compiling K1 Curve.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[30/61] Compiling K1 K1+Error.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[31/61] Compiling K1 SharedSecret.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[32/61] Compiling K1 ASN1.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[33/61] Compiling K1 ASN1Any.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[34/61] Compiling K1 ASN1BitString.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[35/61] Compiling K1 SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[36/61] Compiling K1 ASN1Error.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[37/61] Compiling K1 BytesUtil.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[38/61] Compiling K1 RNG_boring.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[39/61] Compiling K1 SafeCompare_boring.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[40/61] Compiling K1 SecureBytes.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[41/61] Compiling K1 K1.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[42/61] Compiling K1 KeyAgreement.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[43/61] Compiling K1 ECDSA.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[44/61] Compiling K1 ECDSASignatureNonRecoverable.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[45/61] Compiling K1 ECDSASignatureRecoverable.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[46/61] Compiling K1 RecoveryID.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[47/61] Compiling K1 Keys.generated.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[48/61] Compiling K1 ASN1Boolean.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[49/61] Compiling K1 ASN1Identifier.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[50/61] Compiling K1 ASN1Integer.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[51/61] Compiling K1 ASN1Null.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[52/61] Compiling K1 ASN1OctetString.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[53/61] Compiling K1 ASN1Strings.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[54/61] Compiling K1 ArraySliceBigint.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[55/61] Compiling K1 FFI+ECDH.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[56/61] Compiling K1 FFI+ECDSA.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[57/61] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[58/61] Compiling K1 FFI+ECDSA+NonRecovery.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[59/61] Compiling K1 ECDSA+Recovery+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[60/61] Compiling K1 FFI+ECDSA+Recovery.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[61/61] Compiling K1 PrivateKey+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[0/1] Planning build
Building for debugging...
[1/49] Compiling K1 FFI+PublicKey.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[2/49] Compiling K1 PublicKey+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[3/49] Compiling K1 FFI+Schnorr.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[4/49] Compiling K1 Schnorr+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[5/49] Compiling K1 FFI+Call.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[6/49] Compiling K1 FFI+Context.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[7/49] Compiling K1 FFI+Format.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[8/55] Compiling K1 PrivateKeyImplementation.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[9/55] Compiling K1 PublicKeyImplementation.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[10/55] Compiling K1 Schnorr+Signature.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[11/55] Compiling K1 Schnorr.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[12/55] Compiling K1 Signing.generated.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[13/55] Compiling K1 Validation.generated.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[14/55] Compiling K1 Data+Extensions.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[15/55] Compiling K1 K1.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[16/55] Compiling K1 KeyAgreement.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[17/55] Compiling K1 ECDSA.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[18/55] Compiling K1 ECDSASignatureNonRecoverable.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[19/55] Compiling K1 ECDSASignatureRecoverable.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[20/55] Compiling K1 RecoveryID.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[21/55] Compiling K1 Keys.generated.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[22/55] Compiling K1 FFI+Raw.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[23/55] Compiling K1 Curve.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[24/55] Compiling K1 K1+Error.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[25/55] Compiling K1 SharedSecret.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[26/55] Compiling K1 ASN1.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[27/55] Compiling K1 ASN1Any.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[28/55] Compiling K1 ASN1BitString.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[29/55] Compiling K1 ASN1Boolean.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[30/55] Compiling K1 ASN1Identifier.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[31/55] Compiling K1 ASN1Integer.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[32/55] Compiling K1 ASN1Null.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[33/55] Compiling K1 ASN1OctetString.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[34/55] Compiling K1 ASN1Strings.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[35/55] Compiling K1 ArraySliceBigint.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/55] Emitting module K1
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[37/55] Compiling K1 GeneralizedTime.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[38/55] Compiling K1 ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[39/55] Compiling K1 ECDSASignature.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[40/55] Compiling K1 PEMDocument.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[41/55] Compiling K1 PKCS8PrivateKey.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[42/55] Compiling K1 SEC1PrivateKey.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[43/55] Compiling K1 FFI+ECDH.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[44/55] Compiling K1 FFI+ECDSA.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[45/55] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[46/55] Compiling K1 FFI+ECDSA+NonRecovery.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[47/55] Compiling K1 ECDSA+Recovery+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[48/55] Compiling K1 FFI+ECDSA+Recovery.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[49/55] Compiling K1 PrivateKey+Wrapped.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[50/55] Compiling K1 SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[51/55] Compiling K1 ASN1Error.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[52/55] Compiling K1 BytesUtil.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[53/55] Compiling K1 RNG_boring.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[54/55] Compiling K1 SafeCompare_boring.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
[55/55] Compiling K1 SecureBytes.swift
/host/spi-builder-workspace/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
import struct CryptoKit.SharedSecret
^
BUILD FAILURE 5.8 linux