The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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-cose.git
Fetching https://github.com/Kingpin-Apps/swift-ncal.git
[1/369] Fetching swift-ncal
[204/2715] Fetching swift-ncal, potentcodables
[302/3446] Fetching swift-ncal, potentcodables, swift-cose
[1289/5733] Fetching swift-ncal, potentcodables, swift-cose, swift-cardano-core
Fetched https://github.com/Kingpin-Apps/swift-cose.git from cache (0.37s)
Fetched https://github.com/Kingpin-Apps/swift-cardano-core.git from cache (0.37s)
Fetched https://github.com/Kingpin-Apps/swift-ncal.git from cache (0.37s)
Fetched https://github.com/KINGH242/PotentCodables.git from cache (0.40s)
Computing version for https://github.com/Kingpin-Apps/swift-ncal.git
Computed https://github.com/Kingpin-Apps/swift-ncal.git at 0.1.4 (0.83s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/norio-nomura/Base32.git
[1/1168] Fetching base32
[410/5994] Fetching base32, bigint
Fetched https://github.com/norio-nomura/Base32.git from cache (0.39s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.40s)
Computing version for https://github.com/Kingpin-Apps/swift-cose.git
Computed https://github.com/Kingpin-Apps/swift-cose.git at 0.1.14 (0.84s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.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
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
[1/143] Fetching uncommoncrypto.swift
[104/262] Fetching uncommoncrypto.swift, swift-curve448
[256/339] Fetching uncommoncrypto.swift, swift-curve448, openssl-package
[333/13351] Fetching uncommoncrypto.swift, swift-curve448, openssl-package, cryptoswift
[464/17050] Fetching uncommoncrypto.swift, swift-curve448, openssl-package, cryptoswift, k1
[501/23511] Fetching uncommoncrypto.swift, swift-curve448, openssl-package, cryptoswift, k1, swift-certificates
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.33s)
[11173/23368] Fetching swift-curve448, openssl-package, cryptoswift, k1, swift-certificates
Fetching https://github.com/leif-ibsen/Digest.git
Fetched https://github.com/Sajjon/K1.git from cache (0.49s)
[8732/19669] Fetching swift-curve448, openssl-package, cryptoswift, swift-certificates
[10165/22262] Fetching swift-curve448, openssl-package, cryptoswift, swift-certificates, digest
Fetched https://github.com/leif-ibsen/Digest.git from cache (0.46s)
[10294/19669] Fetching swift-curve448, openssl-package, cryptoswift, swift-certificates
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (1.35s)
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (1.35s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.35s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.37s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (4.25s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/apple/swift-collections.git
[1/1254] Fetching regex
[215/1564] Fetching regex, float16
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.25s)
[828/1254] Fetching regex
[842/18664] Fetching regex, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (1.50s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (2.28s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (4.16s)
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.48s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (1.53s)
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.53s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (4.66s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.57s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.49s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (1.13s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (0.74s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (0.57s)
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 (0.52s)
Fetching https://github.com/Frizlab/swift-fraction-number.git
Fetching https://github.com/Kingpin-Apps/swift-mnemonic.git
Fetching https://github.com/tesseract-one/Bip39.swift.git
Fetching https://github.com/apple/swift-log.git
[1/20] Fetching swift-fraction-number
[21/128] Fetching swift-fraction-number, swift-mnemonic
[129/210] Fetching swift-fraction-number, swift-mnemonic, bip39.swift
Fetched https://github.com/Frizlab/swift-fraction-number.git from cache (0.28s)
Fetched https://github.com/Kingpin-Apps/swift-mnemonic.git from cache (0.28s)
[1/3903] Fetching swift-log
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (0.43s)
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
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.07s)
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.64s)
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.62s)
Fetching https://github.com/heckj/Base58Swift.git
[1/485] Fetching base58swift
Fetched https://github.com/heckj/Base58Swift.git from cache (0.25s)
Computing version for https://github.com/heckj/Base58Swift.git
Computed https://github.com/heckj/Base58Swift.git at 2.1.15 (0.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.56s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.56s)
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.32s)
[164/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.80s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.35s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.64s)
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/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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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/Sajjon/K1.git
Working copy of https://github.com/Sajjon/K1.git resolved at 0.6.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
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/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/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/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/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/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
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/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/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/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/KINGH242/PotentCodables.git
Working copy of https://github.com/KINGH242/PotentCodables.git resolved at 3.6.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/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/heckj/Base58Swift.git
Working copy of https://github.com/heckj/Base58Swift.git resolved at 2.1.15
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/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/krzyzanowskim/OpenSSL-Package.git
Working copy of https://github.com/krzyzanowskim/OpenSSL-Package.git resolved at 3.3.3001
Downloading binary artifact https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
[1369/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 (3.83s)
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/440] Compiling ecdh_variants.c
[1/440] Write swift-version-24593BA9C3E375BF.txt
[2/440] Compiling fy-docbuilder.c
[3/440] Compiling fy-accel.c
[4/440] Compiling fy-diag.c
[4/440] Compiling fy-composer.c
[6/440] Write sources
[10/440] Compiling fy-atom.c
[11/440] Write sources
[13/440] Copying wordlist
[14/440] Write sources
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: error: call to undeclared function 'qsort_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 5871 |         qsort_r(fynpp, count, sizeof(*fynpp), fy_node_mapping_sort_cmp, &ctx);
      |         ^
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: note: did you mean 'qsort'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdlib.h:126:6: note: 'qsort' declared here
  126 | void qsort(void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __comparator)(const void* _Nullable __lhs, const void* _Nullable __rhs));
      |      ^
1 error generated.
[20/440] Compiling fy-doc.c
[20/440] Compiling lax_der_parsing.c
[20/440] Compiling precomputed_ecmult_gen.c
[20/440] Compiling lax_der_privatekey_parsing.c
[20/440] Compiling secp256k1.c
[20/440] Compiling precomputed_ecmult.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/420] Write sources
[0/420] Copying PrivacyInfo.xcprivacy
[0/420] Write sources
[20/421] Compiling lax_der_parsing.c
[21/421] Compiling lax_der_privatekey_parsing.c
[22/421] Copying PotentCodables.docc
[23/421] Compiling precomputed_ecmult_gen.c
[24/421] Compiling fy-utf8.c
[25/421] Compiling fy-ctype.c
[26/421] Compiling fy-blob.c
[27/421] Compiling fy-utils.c
[28/421] Write swift-version-24593BA9C3E375BF.txt
[29/421] Compiling xxhash.c
[30/421] Compiling fy-types.c
[31/421] Compiling fy-token.c
[32/421] Compiling fy-path.c
[33/449] Compiling secp256k1.c
[34/452] Compiling fy-walk.c
[36/469] Emitting module _CertificateInternals
[37/469] Compiling _CertificateInternals _TinyArray.swift
[37/470] Compiling fy-parse.c
[39/470] Compiling InternalCollectionsUtilities Descriptions.swift
[40/470] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/470] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[42/470] Compiling InternalCollectionsUtilities Debugging.swift
[43/470] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[46/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/512] Compiling CryptoSwift BlockEncryptor.swift
[49/512] Compiling CryptoSwift BlockMode.swift
[50/512] Compiling CryptoSwift CTR.swift
[51/512] Compiling CryptoSwift CipherModeWorker.swift
[52/512] Compiling CryptoSwift BlockModeOptions.swift
[53/512] Compiling CryptoSwift CBC.swift
[54/512] Emitting module InternalCollectionsUtilities
[55/583] Compiling fy-input.c
[56/651] Compiling precomputed_ecmult.c
[58/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[59/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/706] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/715] Compiling Digest SHAKE.swift
[75/716] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/716] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/716] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/716] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/716] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/716] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/716] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/716] Compiling OrderedCollections OrderedDictionary+Values.swift
[83/723] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/723] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/723] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/723] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[87/723] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[88/723] Compiling OrderedCollections OrderedDictionary+Elements.swift
[89/723] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[90/723] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[91/723] Compiling OrderedCollections OrderedDictionary.swift
[92/723] Compiling OrderedCollections OrderedSet+Codable.swift
[93/723] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/723] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/723] Compiling OrderedCollections OrderedSet+Diffing.swift
[96/723] Compiling OrderedCollections OrderedSet+Equatable.swift
[97/723] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[98/723] Compiling OrderedCollections OrderedSet+Hashable.swift
[99/723] Compiling OrderedCollections OrderedSet+Initializers.swift
[100/723] Compiling OrderedCollections OrderedSet+Insertions.swift
[101/723] Compiling OrderedCollections OrderedSet+Invariants.swift
[102/723] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[103/723] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[104/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[105/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[108/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[109/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[110/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[111/723] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[112/723] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[113/723] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[120/723] Compiling OrderedCollections OrderedSet+Sendable.swift
[121/723] Compiling OrderedCollections OrderedSet+SubSequence.swift
[122/723] Compiling OrderedCollections OrderedSet+Testing.swift
[123/723] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[124/723] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[125/723] Compiling OrderedCollections OrderedSet.swift
[126/723] Compiling OrderedCollections _UnsafeBitset.swift
[127/723] Compiling _RopeModule Rope+Sequence.swift
[128/723] Compiling _RopeModule Rope+Append.swift
[129/723] Compiling _RopeModule Rope+Extract.swift
[130/723] Compiling _RopeModule Rope+Find.swift
[131/723] Compiling _RopeModule Rope+ForEachWhile.swift
[132/723] Compiling _RopeModule Rope+Insert.swift
[133/723] Compiling Digest XOF.swift
[134/723] Compiling OrderedCollections _HashTable+Constants.swift
[135/723] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[136/723] Compiling OrderedCollections _HashTable+Testing.swift
[137/723] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/723] Compiling OrderedCollections _HashTable.swift
[139/723] Compiling OrderedCollections _Hashtable+Header.swift
[152/723] Compiling OrderedCollections _HashTable+Bucket.swift
[153/723] Compiling OrderedCollections _HashTable+BucketIterator.swift
[161/725] Emitting module Logging
[164/725] Compiling Logging MetadataProvider.swift
[176/725] Emitting module _RopeModule
[177/725] Emitting module Regex
[178/725] Compiling Regex ThreadLocal.swift
[181/725] Compiling Regex String+ReplaceMatching.swift
[182/725] Compiling FractionNumber Maths.swift
[183/725] Emitting module FractionNumber
[184/725] Compiling Logging Locks.swift
[185/725] Compiling Logging LogHandler.swift
[186/725] Compiling Logging Logging.swift
[187/725] Compiling FractionNumber FractionNumber.swift
[188/727] Compiling Regex Options.swift
[189/727] Compiling Regex Foundation+Ranges.swift
[190/727] Compiling Regex MatchResult.swift
[191/727] Compiling Regex Regex.swift
[206/728] Compiling Digest SHA3.swift
[207/728] Compiling Digest SHA1.swift
[208/728] Compiling Digest MD.swift
[209/728] Compiling Digest SHA2.swift
[210/784] Emitting module OrderedCollections
[211/784] Compiling _RopeModule Rope+Join.swift
[212/784] Compiling _RopeModule Rope+MutatingForEach.swift
[213/784] Compiling _RopeModule Rope+Remove.swift
[214/784] Compiling _RopeModule Rope+RemoveSubrange.swift
[215/784] Compiling _RopeModule Rope+Split.swift
[216/784] Compiling _RopeModule Optional Utilities.swift
[217/784] Compiling _RopeModule String Utilities.swift
[218/784] Compiling _RopeModule String.Index+ABI.swift
[219/784] Compiling _RopeModule _CharacterRecognizer.swift
[220/785] Compiling K1 ECDSA.swift
[221/785] Compiling K1 ECDSASignatureNonRecoverable.swift
[222/844] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[224/861] Compiling HashTreeCollections _HashSlot.swift
[225/861] Compiling HashTreeCollections _HashStack.swift
[226/861] Compiling HashTreeCollections _HashTreeIterator.swift
[227/861] Compiling HashTreeCollections _HashTreeStatistics.swift
[228/861] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[229/861] Compiling HashTreeCollections _RawHashNode.swift
[230/861] Compiling HashTreeCollections _UnmanagedHashNode.swift
[231/861] Compiling HashTreeCollections _UnsafePath.swift
[232/861] Compiling HashTreeCollections TreeDictionary+Codable.swift
[233/861] Compiling HashTreeCollections TreeDictionary+Collection.swift
[234/861] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[235/861] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[236/861] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[237/861] Compiling HashTreeCollections _AncestorHashSlots.swift
[238/861] Compiling HashTreeCollections _Bitmap.swift
[239/861] Compiling HashTreeCollections _Bucket.swift
[240/861] Compiling HashTreeCollections _Hash.swift
[241/861] Compiling HashTreeCollections _HashLevel.swift
[242/861] Compiling HashTreeCollections _HashNode+Builder.swift
[243/861] Compiling HeapModule Heap+Descriptions.swift
[244/861] Compiling HeapModule _HeapNode.swift
[245/862] Emitting module SwiftASN1
[246/864] Compiling HeapModule Heap.swift
[247/878] Compiling DequeModule Deque+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 |
[248/878] Compiling DequeModule Deque+Collection.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/878] Compiling DequeModule Deque+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 |
[250/878] Compiling DequeModule Deque+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 |
[251/878] Compiling DequeModule Deque+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 |
[252/878] Compiling DequeModule Deque._Storage.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/878] Compiling DequeModule Deque+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 |
/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 |
[261/884] Compiling HashTreeCollections _HashNode+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 |
[262/884] Compiling HashTreeCollections _HashNode+Lookups.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 |
[263/884] Compiling HashTreeCollections _HashNode+Primitive 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 |
[264/884] Compiling HashTreeCollections TreeDictionary+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 |
[265/884] Compiling HashTreeCollections TreeDictionary+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 |
[266/884] Compiling HashTreeCollections TreeDictionary+Filter.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/884] Compiling HashTreeCollections TreeDictionary+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 |
[270/884] Compiling HeapModule Heap+Invariants.swift
[271/884] Compiling HeapModule Heap+UnsafeHandle.swift
[272/884] Compiling HashTreeCollections TreeSet+Hashable.swift
[273/884] Compiling HashTreeCollections TreeSet+Sendable.swift
[274/884] Compiling HashTreeCollections TreeSet+Sequence.swift
[275/884] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[276/884] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[277/884] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[278/884] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[279/884] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[280/884] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[281/884] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[282/894] Emitting module HeapModule
error: emit-module command failed with exit code 1 (use -v to see invocation)
[283/895] 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 |
[284/895] Compiling DequeModule _DequeBuffer.swift
[285/895] Compiling DequeModule _DequeBufferHeader.swift
[286/897] Compiling DequeModule Deque+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 |
[287/897] Compiling DequeModule Deque+Extras.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 |
[288/897] Compiling DequeModule Deque+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 |
[289/897] Compiling DequeModule Deque._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 |
[290/897] Compiling DequeModule Deque.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 |
[293/897] Compiling DequeModule _DequeSlot.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 |
[294/897] Compiling DequeModule _UnsafeWrappedBuffer.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 |
[295/897] Compiling HashTreeCollections _HashNode+Subtree Removals.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 |
[296/897] Compiling HashTreeCollections _HashNode+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 |
[297/897] Compiling HashTreeCollections _HashNode.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 |
[298/897] Compiling HashTreeCollections _HashNodeHeader.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 |
[304/897] Compiling HashTreeCollections _HashNode+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 |
[305/897] Compiling HashTreeCollections _HashNode+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 |
/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 |
[319/897] Compiling K1 SubjectPublicKeyInfo.swift
[320/897] Compiling K1 ASN1Error.swift
[321/897] Compiling K1 BytesUtil.swift
[322/897] Compiling K1 RNG_boring.swift
[323/897] Compiling K1 SafeCompare_boring.swift
[324/897] Compiling K1 SecureBytes.swift
[325/897] Compiling HashTreeCollections TreeDictionary+Values.swift
[326/897] Compiling HashTreeCollections TreeDictionary.swift
[327/897] Compiling HashTreeCollections TreeSet+Codable.swift
[328/897] Compiling HashTreeCollections TreeSet+Collection.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 |
[343/911] Compiling fy-dump.c
[343/911] Compiling fy-event.c
[354/911] Compiling fy-emit.c
[355/911] Emitting module Digest
BUILD FAILURE 6.1 android