The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCardanoCIPs, reference main (c014f0), with Swift 6.1 for Linux on 7 Sep 2025 07:20:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cardano-cips.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/Kingpin-Apps/swift-cardano-cips
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c014f02 bump: version 0.1.1 → 0.1.2
Cloned https://github.com/Kingpin-Apps/swift-cardano-cips.git
Revision (git rev-parse @):
c014f028bbdc09bb54ffb75b9493008e4866f065
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cardano-cips.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cardano-cips.git
https://github.com/Kingpin-Apps/swift-cardano-cips.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "potentcodables",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "3.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/PotentCodables.git"
    },
    {
      "identity" : "swift-cose",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.14",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cose.git"
    },
    {
      "identity" : "swift-cardano-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.29",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-cardano-core.git"
    },
    {
      "identity" : "swift-ncal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.4",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-ncal.git"
    }
  ],
  "manifest_display_name" : "SwiftCardanoCIPs",
  "name" : "SwiftCardanoCIPs",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCardanoCIPs",
      "targets" : [
        "SwiftCardanoCIPs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCardanoCIPsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPsTests",
      "path" : "Tests/SwiftCardanoCIPsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftCardanoCIPsTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CIP0119Tests.swift",
        "CIP14Tests.swift",
        "CIP8Tests.swift",
        "Fixtures.swift"
      ],
      "target_dependencies" : [
        "SwiftCardanoCIPs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCardanoCIPs",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCardanoCIPs",
      "path" : "Sources/SwiftCardanoCIPs",
      "product_dependencies" : [
        "PotentCodables",
        "SwiftCOSE",
        "SwiftCardanoCore",
        "SwiftNcal"
      ],
      "product_memberships" : [
        "SwiftCardanoCIPs"
      ],
      "sources" : [
        "CIP0119.swift",
        "CIP14.swift",
        "CIP8.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/KINGH242/PotentCodables.git
Fetching https://github.com/Kingpin-Apps/swift-cardano-core.git
Fetching https://github.com/Kingpin-Apps/swift-ncal.git
Fetching https://github.com/Kingpin-Apps/swift-cose.git
[1/369] Fetching swift-ncal
[204/2715] Fetching swift-ncal, potentcodables
[209/5002] Fetching swift-ncal, potentcodables, swift-cardano-core
[1128/5733] Fetching swift-ncal, potentcodables, swift-cardano-core, swift-cose
Fetched https://github.com/Kingpin-Apps/swift-cose.git from cache (0.51s)
Fetched https://github.com/KINGH242/PotentCodables.git from cache (0.53s)
Fetched https://github.com/Kingpin-Apps/swift-ncal.git from cache (0.53s)
Fetched https://github.com/Kingpin-Apps/swift-cardano-core.git from cache (0.54s)
Computing version for https://github.com/Kingpin-Apps/swift-ncal.git
Computed https://github.com/Kingpin-Apps/swift-ncal.git at 0.1.4 (1.12s)
Fetching https://github.com/norio-nomura/Base32.git
Fetching https://github.com/attaswift/BigInt.git
[1/1168] Fetching base32
[1169/5994] Fetching base32, bigint
Fetched https://github.com/norio-nomura/Base32.git from cache (0.57s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.58s)
Computing version for https://github.com/Kingpin-Apps/swift-cose.git
Computed https://github.com/Kingpin-Apps/swift-cose.git at 0.1.14 (1.05s)
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/Kingpin-Apps/swift-curve448.git
Fetching https://github.com/Sajjon/K1.git
[1/77] Fetching openssl-package
[78/220] Fetching openssl-package, uncommoncrypto.swift
[221/339] Fetching openssl-package, uncommoncrypto.swift, swift-curve448
[340/13351] Fetching openssl-package, uncommoncrypto.swift, swift-curve448, cryptoswift
[1772/17050] Fetching openssl-package, uncommoncrypto.swift, swift-curve448, cryptoswift, k1
[3050/23511] Fetching openssl-package, uncommoncrypto.swift, swift-curve448, cryptoswift, k1, swift-certificates
Fetched https://github.com/Sajjon/K1.git from cache (0.49s)
[8882/19812] Fetching openssl-package, uncommoncrypto.swift, swift-curve448, cryptoswift, swift-certificates
Fetching https://github.com/leif-ibsen/Digest.git
[11746/22405] Fetching openssl-package, uncommoncrypto.swift, swift-curve448, cryptoswift, swift-certificates, digest
Fetched https://github.com/leif-ibsen/Digest.git from cache (2.13s)
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (2.63s)
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (2.63s)
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (2.63s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.63s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.66s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (4.85s)
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/sharplet/Regex.git
[1/1254] Fetching regex
[89/1564] Fetching regex, float16
[1124/18974] Fetching regex, float16, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.72s)
Fetched https://github.com/sharplet/Regex.git from cache (1.74s)
Fetched https://github.com/apple/swift-collections.git from cache (1.75s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (2.56s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (3.29s)
Computing version for https://github.com/Kingpin-Apps/swift-curve448.git
Computed https://github.com/Kingpin-Apps/swift-curve448.git at 0.1.2 (0.72s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.87s)
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.93s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.39s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.93s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.96s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (1.97s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (4.27s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (0.80s)
Computing version for https://github.com/Kingpin-Apps/swift-cardano-core.git
Computed https://github.com/Kingpin-Apps/swift-cardano-core.git at 0.1.32 (2.44s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tesseract-one/Bip39.swift.git
Fetching https://github.com/Frizlab/swift-fraction-number.git
Fetching https://github.com/Kingpin-Apps/swift-mnemonic.git
[1/3903] Fetching swift-log
[314/3985] Fetching swift-log, bip39.swift
[864/4005] Fetching swift-log, bip39.swift, swift-fraction-number
[958/4113] Fetching swift-log, bip39.swift, swift-fraction-number, swift-mnemonic
Fetched https://github.com/Frizlab/swift-fraction-number.git from cache (0.51s)
Fetched https://github.com/Kingpin-Apps/swift-mnemonic.git from cache (0.51s)
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (0.70s)
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Computing version for https://github.com/Frizlab/swift-fraction-number.git
Computed https://github.com/Frizlab/swift-fraction-number.git at 0.1.0 (1.55s)
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.82s)
Computing version for https://github.com/Kingpin-Apps/swift-mnemonic.git
Computed https://github.com/Kingpin-Apps/swift-mnemonic.git at 0.1.3 (0.85s)
Fetching https://github.com/heckj/Base58Swift.git
[1/485] Fetching base58swift
Fetched https://github.com/heckj/Base58Swift.git from cache (0.40s)
Computing version for https://github.com/heckj/Base58Swift.git
Computed https://github.com/heckj/Base58Swift.git at 2.1.15 (1.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.80s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (1.02s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-crypto.git
[1/1629] Fetching swift-asn1
[1630/18003] Fetching swift-asn1, swift-crypto
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
[819/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (3.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (6.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (2.70s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/norio-nomura/Base32.git
Working copy of https://github.com/norio-nomura/Base32.git resolved at 0.9.0
Creating working copy for https://github.com/leif-ibsen/Digest.git
Working copy of https://github.com/leif-ibsen/Digest.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Creating working copy for https://github.com/Kingpin-Apps/swift-mnemonic.git
Working copy of https://github.com/Kingpin-Apps/swift-mnemonic.git resolved at 0.1.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/krzyzanowskim/OpenSSL-Package.git
Working copy of https://github.com/krzyzanowskim/OpenSSL-Package.git resolved at 3.3.3001
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
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/Kingpin-Apps/swift-cardano-core.git
Working copy of https://github.com/Kingpin-Apps/swift-cardano-core.git resolved at 0.1.32
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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/Frizlab/swift-fraction-number.git
Working copy of https://github.com/Frizlab/swift-fraction-number.git resolved at 0.1.0
Creating working copy for https://github.com/heckj/Base58Swift.git
Working copy of https://github.com/heckj/Base58Swift.git resolved at 2.1.15
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/Kingpin-Apps/swift-ncal.git
Working copy of https://github.com/Kingpin-Apps/swift-ncal.git resolved at 0.1.4
Creating working copy for https://github.com/KINGH242/PotentCodables.git
Working copy of https://github.com/KINGH242/PotentCodables.git resolved at 3.6.0
Creating working copy for https://github.com/Sajjon/K1.git
Working copy of https://github.com/Sajjon/K1.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/Kingpin-Apps/swift-cose.git
Working copy of https://github.com/Kingpin-Apps/swift-cose.git resolved at 0.1.14
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Creating working copy for https://github.com/Kingpin-Apps/swift-curve448.git
Working copy of https://github.com/Kingpin-Apps/swift-curve448.git resolved at 0.1.2
Downloading binary artifact https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
[1397/38024420] Downloading https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
Downloaded https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip (4.58s)
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
Building for debugging...
[0/444] Compiling ecdh_variants.c
[1/444] Compiling lax_der_privatekey_parsing.c
[2/444] Compiling lax_der_parsing.c
[3/444] Write sources
[4/444] Compiling precomputed_ecmult_gen.c
[5/444] Write sources
[10/444] Copying wordlist
[10/444] Write sources
[16/444] Copying PotentCodables.docc
[22/444] Write sources
[35/444] Copying PrivacyInfo.xcprivacy
[36/444] Write sources
[40/444] Compiling _NumericsShims _NumericsShims.c
[41/444] Compiling fy-docbuilder.c
[42/444] Compiling fy-utils.c
[43/444] Compiling fy-diag.c
[44/444] Compiling xxhash.c
[45/444] Compiling fy-ctype.c
[46/444] Compiling fy-blob.c
[47/444] Compiling fy-utf8.c
[48/444] Compiling secp256k1.c
[49/444] Compiling fy-types.c
[50/444] Compiling fy-doc.c
[51/444] Compiling fy-path.c
[52/444] Compiling fy-token.c
[53/444] Compiling fy-input.c
[54/444] Compiling fy-event.c
[55/444] Compiling fy-walk.c
[56/444] Compiling fy-dump.c
[57/444] Compiling fy-emit.c
[58/444] Compiling fy-docstate.c
[59/444] Compiling fy-composer.c
[60/444] Compiling CUncommonCrypto sha3.c
[61/444] Compiling CUncommonCrypto pbkdf2.c
[62/444] Compiling CUncommonCrypto memzero.c
[63/444] Compiling fy-parse.c
[64/444] Compiling CUncommonCrypto hmac.c
[65/444] Compiling CFloat16 float16.c
[66/444] Compiling fy-accel.c
[67/444] Compiling CUncommonCrypto sha2.c
[68/444] Compiling fiat_p256_adx_sqr.S
[69/444] Compiling fy-atom.c
[70/444] Compiling fiat_p256_adx_mul.S
[70/444] Compiling fiat_curve25519_adx_square.S
[72/444] Compiling fiat_curve25519_adx_mul.S
[73/444] Compiling md5-x86_64-linux.S
[74/444] Compiling md5-x86_64-apple.S
[75/444] Compiling md5-586-apple.S
[76/444] Compiling md5-586-linux.S
[77/444] Compiling chacha20_poly1305_x86_64-apple.S
[78/444] Compiling chacha20_poly1305_armv8-linux.S
[79/444] Compiling chacha20_poly1305_armv8-win.S
[80/444] Compiling chacha20_poly1305_x86_64-linux.S
[81/444] Compiling chacha20_poly1305_armv8-apple.S
[82/444] Compiling chacha-x86_64-linux.S
[83/444] Compiling chacha-x86_64-apple.S
[84/444] Compiling chacha-x86-linux.S
[85/444] Compiling chacha-armv8-linux.S
[86/444] Compiling chacha-armv8-win.S
[86/444] Compiling chacha-x86-apple.S
[88/444] Compiling chacha-armv8-apple.S
[89/444] Compiling CCryptoBoringSSLShims shims.c
[90/444] Compiling chacha-armv4-linux.S
[91/444] Compiling err_data.cc
[92/444] Compiling aes128gcmsiv-x86_64-linux.S
[93/444] Compiling aes128gcmsiv-x86_64-apple.S
[94/444] Compiling x86_64-mont5-linux.S
[95/444] Compiling x86_64-mont5-apple.S
[96/444] Compiling x86_64-mont-apple.S
[96/444] Compiling x86-mont-linux.S
[96/444] Compiling x86_64-mont-linux.S
[99/444] Compiling x86-mont-apple.S
[100/444] Compiling vpaes-x86_64-linux.S
[100/444] Compiling vpaes-x86_64-apple.S
[102/444] Compiling vpaes-x86-linux.S
[102/444] Compiling vpaes-x86-apple.S
[104/444] Compiling vpaes-armv8-linux.S
[105/444] Compiling vpaes-armv8-win.S
[106/444] Compiling vpaes-armv8-apple.S
[107/444] Compiling vpaes-armv7-linux.S
[108/444] Compiling sha512-x86_64-linux.S
[109/444] Compiling sha512-x86_64-apple.S
[110/444] Compiling sha512-armv8-linux.S
[111/444] Compiling sha512-armv8-win.S
[112/444] Compiling sha512-armv8-apple.S
[112/444] Compiling sha512-armv4-linux.S
[114/444] Compiling sha512-586-apple.S
[115/444] Compiling sha256-x86_64-apple.S
[116/444] Compiling sha512-586-linux.S
[117/444] Compiling sha256-armv8-win.S
[118/444] Compiling sha256-armv8-linux.S
[119/444] Compiling sha256-x86_64-linux.S
[120/444] Compiling sha256-armv8-apple.S
[121/444] Compiling sha256-armv4-linux.S
[122/444] Compiling sha256-586-linux.S
[123/444] Compiling sha256-586-apple.S
[124/444] Compiling sha1-x86_64-apple.S
[125/444] Compiling sha1-armv8-linux.S
[126/444] Compiling sha1-armv8-win.S
[127/444] Compiling sha1-x86_64-linux.S
[128/444] Compiling sha1-armv8-apple.S
[129/444] Compiling sha1-armv4-large-linux.S
[130/444] Compiling sha1-586-apple.S
[131/444] Compiling sha1-586-linux.S
[132/444] Compiling rsaz-avx2-linux.S
[133/444] Compiling rdrand-x86_64-linux.S
[134/444] Write swift-version-24593BA9C3E375BF.txt
[135/444] Compiling rdrand-x86_64-apple.S
[135/444] Compiling rsaz-avx2-apple.S
[137/444] Compiling precomputed_ecmult.c
[138/444] Compiling p256_beeu-x86_64-asm-linux.S
[139/444] Compiling p256_beeu-x86_64-asm-apple.S
[140/444] Compiling p256_beeu-armv8-asm-win.S
[141/444] Compiling p256_beeu-armv8-asm-apple.S
[142/444] Compiling p256_beeu-armv8-asm-linux.S
[144/556] Emitting module RealModule
[145/557] Compiling K1 FFI+Call.swift
[146/557] Compiling K1 FFI+Context.swift
[147/557] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[148/558] Compiling RealModule RealFunctions.swift
[149/558] Compiling RealModule RelaxedArithmetic.swift
[150/558] Compiling K1 FFI+Format.swift
[151/558] Compiling K1 K1.swift
[152/558] Compiling RealModule Real.swift
[153/558] Compiling K1 ECDSASignatureNonRecoverable.swift
[154/558] Compiling K1 ECDSASignatureRecoverable.swift
[155/558] Compiling K1 FFI+PublicKey.swift
[156/558] Compiling K1 PublicKey+Wrapped.swift
[157/558] Compiling K1 FFI+Schnorr.swift
[158/558] Compiling K1 Schnorr+Wrapped.swift
[161/560] Emitting module InternalCollectionsUtilities
[162/560] Emitting module _CertificateInternals
[163/560] Compiling _CertificateInternals _TinyArray.swift
[164/560] Compiling RealModule Float80+Real.swift
[165/561] Compiling RealModule Float16+Real.swift
[170/561] Compiling K1 KeyAgreement.swift
[171/561] Compiling K1 ECDSA.swift
[178/562] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[183/644] Compiling Digest SHAKE.swift
[184/645] Emitting module Logging
[185/645] Compiling Logging MetadataProvider.swift
[186/645] Compiling Logging LogHandler.swift
[187/645] Compiling Logging Logging.swift
[188/645] Compiling Logging Locks.swift
[189/646] Compiling _RopeModule BigString+Metrics.swift
[190/646] Compiling _RopeModule BigString+Summary.swift
[191/646] Compiling _RopeModule BigString+Chunk+Counts.swift
[192/646] Compiling _RopeModule BigString+Chunk+Description.swift
[193/646] Compiling _RopeModule BigString.swift
[194/646] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[195/646] Compiling _RopeModule BigString+Chunk+Breaks.swift
[196/646] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[197/646] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[199/646] Compiling Digest XOF.swift
[200/646] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[201/646] Compiling _RopeModule BigString+Chunk+Splitting.swift
[202/646] Emitting module Regex
[203/646] Compiling Regex Foundation+Ranges.swift
[204/646] Compiling Regex MatchResult.swift
[205/678] Compiling _RopeModule BigSubstring+UTF8View.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 |
[206/678] Compiling _RopeModule BigSubstring+UnicodeScalarView.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 |
[207/678] Compiling _RopeModule BigSubstring.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 |
[208/678] Compiling _RopeModule Rope+Builder.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 |
[209/678] Compiling _RopeModule Rope+Debugging.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 |
[210/678] Compiling _RopeModule Rope+Invariants.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 |
[211/697] Compiling UncommonCrypto SHA2.swift
[212/707] Compiling Regex ThreadLocal.swift
[213/707] Compiling UncommonCrypto SHA3.swift
[214/707] Compiling UncommonCrypto SecureRandom.swift
[215/707] Compiling FractionNumber Maths.swift
[216/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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 |
[217/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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 |
[218/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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 |
[219/707] Compiling OrderedCollections OrderedDictionary+Hashable.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 |
[220/707] Compiling OrderedCollections OrderedDictionary+Initializers.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 |
[221/707] Compiling OrderedCollections OrderedDictionary+Invariants.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 |
[222/707] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.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 |
[223/707] Compiling Regex Regex.swift
[224/707] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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 |
[225/707] Compiling OrderedCollections OrderedDictionary+Sendable.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 |
[226/707] Compiling Regex String+ReplaceMatching.swift
[227/707] Compiling OrderedCollections OrderedDictionary+Sequence.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 |
[228/707] Compiling Regex Options.swift
[229/707] Compiling OrderedCollections OrderedDictionary+Values.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 |
[230/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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 |
[231/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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 |
[232/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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 |
[233/707] Compiling OrderedCollections OrderedDictionary+Equatable.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 |
[234/707] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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 |
[235/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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 |
[236/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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 |
[237/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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 |
[238/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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 |
[239/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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 |
[240/707] Compiling OrderedCollections _HashTable+Bucket.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 |
[241/707] Compiling OrderedCollections _HashTable+BucketIterator.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 |
[242/707] Compiling OrderedCollections _HashTable+Constants.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 |
[243/707] Compiling OrderedCollections _HashTable+CustomStringConvertible.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 |
[244/707] Compiling OrderedCollections _HashTable+Testing.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 |
[245/707] Compiling OrderedCollections _HashTable+UnsafeHandle.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 |
[246/707] Compiling OrderedCollections _HashTable.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 |
[247/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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 |
[248/707] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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 |
[249/707] Compiling OrderedCollections OrderedSet+Initializers.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 |
[250/707] Compiling OrderedCollections OrderedSet+Insertions.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)
[251/707] Compiling OrderedCollections OrderedSet+Invariants.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 |
[252/707] Compiling OrderedCollections OrderedSet+Partial MutableCollection.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 |
[253/707] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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 |
[254/707] Compiling OrderedCollections _Hashtable+Header.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 |
[255/707] Compiling OrderedCollections OrderedDictionary+Codable.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 |
[256/707] Compiling OrderedCollections OrderedDictionary+CustomReflectable.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 |
[257/707] Compiling OrderedCollections OrderedDictionary+Deprecations.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 |
[258/707] Compiling OrderedCollections OrderedDictionary+Descriptions.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 |
[259/707] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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 |
[260/707] Compiling OrderedCollections OrderedDictionary+Elements.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 |
[261/707] 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 |
[262/708] Compiling UncommonCrypto PBKDF2.swift
[263/708] Compiling UncommonCrypto HMAC.swift
[264/708] Emitting module UncommonCrypto
[265/708] Compiling UncommonCrypto SHA1.swift
[266/708] Compiling OrderedCollections OrderedSet+CustomReflectable.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 |
[267/708] Compiling OrderedCollections OrderedSet+Descriptions.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 |
[268/708] Compiling OrderedCollections OrderedSet+Diffing.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 |
[269/708] Compiling OrderedCollections OrderedSet+Equatable.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 |
[270/708] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.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 |
[271/708] Compiling OrderedCollections OrderedSet+Hashable.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-4609320-1":/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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
[0/1] Planning build
Building for debugging...
[0/301] Write sources
[1/302] Compiling p256-armv8-asm-linux.S
[2/302] Compiling p256-armv8-asm-win.S
[3/302] Compiling ghashv8-armv8-linux.S
[3/302] Compiling ghashv8-armv8-win.S
[5/302] Compiling p256-x86_64-asm-apple.S
[5/302] Compiling ghashv8-armv8-apple.S
[7/302] Compiling p256-armv8-asm-apple.S
[8/302] Compiling p256-x86_64-asm-linux.S
[9/302] Compiling ghash-x86_64-apple.S
[10/302] Compiling ghash-ssse3-x86_64-linux.S
[11/302] Compiling ghash-x86_64-linux.S
[12/302] Compiling ghashv8-armv7-linux.S
[12/302] Compiling ghash-x86-linux.S
[14/302] Compiling ghash-ssse3-x86-linux.S
[15/302] Compiling ghash-ssse3-x86_64-apple.S
[16/302] Compiling ghash-x86-apple.S
[17/302] Compiling ghash-ssse3-x86-apple.S
[18/302] Compiling ghash-neon-armv8-win.S
[19/302] Compiling ghash-neon-armv8-apple.S
[20/302] Compiling ghash-neon-armv8-linux.S
[21/302] Compiling ghash-armv4-linux.S
[22/302] Compiling co-586-linux.S
[23/302] Compiling co-586-apple.S
[23/302] Compiling bn-armv8-win.S
[25/302] Compiling bsaes-armv7-linux.S
[26/302] Compiling bn-armv8-linux.S
[27/302] Compiling armv8-mont-win.S
[28/302] Compiling bn-armv8-apple.S
[29/302] Compiling bn-586-linux.S
[30/302] Write swift-version-24593BA9C3E375BF.txt
[31/302] Compiling bn-586-apple.S
[32/302] Compiling armv8-mont-apple.S
[33/302] Compiling armv8-mont-linux.S
[34/302] Compiling armv4-mont-linux.S
[35/302] Compiling aesv8-gcm-armv8-win.S
[36/302] Compiling aesv8-gcm-armv8-apple.S
[37/302] Compiling aesv8-gcm-armv8-linux.S
[38/302] Compiling aesv8-armv8-win.S
[40/414] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/415] Compiling Regex ThreadLocal.swift
[42/415] Compiling K1 FFI+ECDSA.swift
[43/415] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
[44/415] Compiling RealModule RealFunctions.swift
[45/416] Compiling K1 FFI+ECDSA+NonRecovery.swift
[46/416] Compiling K1 ECDSA+Recovery+Wrapped.swift
[47/416] Compiling Logging LogHandler.swift
[48/416] Compiling Logging MetadataProvider.swift
[49/416] Compiling Regex Foundation+Ranges.swift
[50/416] Compiling Regex String+ReplaceMatching.swift
[51/416] Compiling UncommonCrypto SecureRandom.swift
[52/416] Compiling RealModule Real.swift
[53/416] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[54/416] Compiling RealModule Float80+Real.swift
[55/416] Compiling Regex MatchResult.swift
[56/416] Compiling Regex Options.swift
[57/416] Compiling Regex Regex.swift
[58/416] Compiling UncommonCrypto PBKDF2.swift
[59/416] Compiling Logging Locks.swift
[60/416] Emitting module Regex
[61/416] Compiling K1 ECDSASignatureRecoverable.swift
[62/416] Compiling K1 RecoveryID.swift
[63/417] Compiling RealModule RelaxedArithmetic.swift
[64/417] Compiling RealModule Float16+Real.swift
[67/417] Emitting module Logging
[68/417] Compiling UncommonCrypto SHA3.swift
[70/417] Compiling K1 K1.swift
[71/417] Compiling K1 KeyAgreement.swift
[72/417] Compiling UncommonCrypto SHA1.swift
[73/417] Compiling UncommonCrypto SHA2.swift
[74/417] Compiling _CertificateInternals _TinyArray.swift
[75/417] Emitting module _CertificateInternals
[78/418] Compiling K1 ECDSA.swift
[79/418] Compiling K1 ECDSASignatureNonRecoverable.swift
[80/418] Emitting module RealModule
[84/419] Compiling K1 FFI+ECDH.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 |
[89/419] 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 |
[90/419] Compiling K1 PrivateKey+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 |
/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 |
[97/421] 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 |
[98/421] 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 |
[99/421] 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 |
[100/421] Compiling SwiftASN1 DER.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/421] Compiling SwiftASN1 Errors.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/421] 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 |
[103/421] 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 |
[104/421] 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 |
[105/421] 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 |
[106/421] 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 |
[107/421] 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 |
[108/421] 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 |
[109/421] 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 |
[110/421] 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 |
[111/421] 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 |
[112/421] Compiling K1 FFI+Raw.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 |
[113/421] 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 |
[114/421] 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 |
[115/421] 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 |
[116/421] 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 |
[117/421] 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 |
[118/421] 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 |
[119/427] Compiling UncommonCrypto HMAC.swift
[120/427] Emitting module UncommonCrypto
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/441] 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 |
[126/441] Compiling FractionNumber Maths.swift
[129/441] Emitting module InternalCollectionsUtilities
[130/441] Compiling Digest HMAC.swift
[131/441] Compiling Digest KDF.swift
[139/442] 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 |
[140/442] 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 |
[141/442] 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 |
[142/442] 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 |
[143/442] 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 |
[144/442] 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 |
[145/442] 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 |
[146/442] 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 |
[147/442] 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 |
[148/442] 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 |
[149/442] 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 |
[150/442] 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 |
[151/442] 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 |
[152/442] Compiling Digest SHAKE.swift
[154/444] Compiling Logging Logging.swift
[156/545] Compiling CryptoSwift BlockDecryptor.swift
[157/545] Compiling CryptoSwift BlockEncryptor.swift
[158/545] Compiling Digest XOF.swift
[159/545] Compiling FractionNumber FractionNumber.swift
[160/545] Emitting module FractionNumber
[161/545] Compiling CryptoSwift BlockMode.swift
[162/545] Compiling CryptoSwift BlockModeOptions.swift
[163/546] Compiling CryptoSwift Shifts.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 |
[164/546] Compiling CryptoSwift SquareRoot.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 |
[165/546] Compiling CryptoSwift Strideable.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 |
[166/546] Compiling CryptoSwift StringConversion.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 |
[167/546] Compiling CryptoSwift 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 |
[168/546] Compiling CryptoSwift WordsAndBits.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 |
[170/546] Compiling Digest SHA1.swift
[171/546] Compiling CryptoSwift AEAD.swift
[172/546] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[173/546] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[174/550] Compiling Float16 Concurrency.swift
[175/550] Compiling Digest MD.swift
[177/550] Compiling CryptoSwift AES.Cryptors.swift
[178/550] Compiling Digest SHA2.swift
[179/550] Compiling Digest SHA3.swift
[180/550] Emitting module SwiftASN1
[180/550] Compiling aesv8-armv8-linux.S
[181/550] Emitting module Digest
BUILD FAILURE 6.1 linux