The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCardanoCIPs, reference 0.1.2 (c014f0), with Swift 6.1 for Android on 7 Sep 2025 07:12:51 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: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: 0.1.2
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
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
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-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: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
[1/2346] Fetching potentcodables
Fetching https://github.com/Kingpin-Apps/swift-ncal.git
Fetching https://github.com/Kingpin-Apps/swift-cose.git
Fetching https://github.com/Kingpin-Apps/swift-cardano-core.git
Fetched https://github.com/KINGH242/PotentCodables.git from cache (0.69s)
[1/731] Fetching swift-cose
[499/3018] Fetching swift-cose, swift-cardano-core
[698/3387] Fetching swift-cose, swift-cardano-core, swift-ncal
Fetched https://github.com/Kingpin-Apps/swift-cose.git from cache (0.42s)
[2512/2656] Fetching swift-cardano-core, swift-ncal
Fetched https://github.com/Kingpin-Apps/swift-cardano-core.git from cache (0.51s)
Fetched https://github.com/Kingpin-Apps/swift-ncal.git from cache (0.58s)
Computing version for https://github.com/Kingpin-Apps/swift-ncal.git
Computed https://github.com/Kingpin-Apps/swift-ncal.git at 0.1.4 (2.13s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/norio-nomura/Base32.git
[1/1168] Fetching base32
[597/5994] Fetching base32, bigint
Fetched https://github.com/norio-nomura/Base32.git from cache (0.56s)
[4006/4826] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (0.90s)
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.68s)
Fetching https://github.com/Sajjon/K1.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/Kingpin-Apps/swift-curve448.git
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.git
[1/143] Fetching uncommoncrypto.swift
[144/220] Fetching uncommoncrypto.swift, openssl-package
[221/3919] Fetching uncommoncrypto.swift, openssl-package, k1
[887/4038] Fetching uncommoncrypto.swift, openssl-package, k1, swift-curve448
[2079/10499] Fetching uncommoncrypto.swift, openssl-package, k1, swift-curve448, swift-certificates
[2209/23511] Fetching uncommoncrypto.swift, openssl-package, k1, swift-curve448, swift-certificates, cryptoswift
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (0.59s)
[9137/23392] Fetching uncommoncrypto.swift, openssl-package, k1, swift-certificates, cryptoswift
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (0.59s)
[9125/23315] Fetching uncommoncrypto.swift, k1, swift-certificates, cryptoswift
Fetching https://github.com/leif-ibsen/Digest.git
Fetched https://github.com/Sajjon/K1.git from cache (0.96s)
[8556/19616] Fetching uncommoncrypto.swift, swift-certificates, cryptoswift
[9989/22209] Fetching uncommoncrypto.swift, swift-certificates, cryptoswift, digest
Fetched https://github.com/leif-ibsen/Digest.git from cache (0.92s)
[10248/19616] Fetching uncommoncrypto.swift, swift-certificates, cryptoswift
Fetched https://github.com/apple/swift-certificates.git from cache (3.23s)
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (3.24s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.29s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (6.63s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/sharplet/Regex.git
[1/310] Fetching float16
[311/1564] Fetching float16, regex
[1152/18974] Fetching float16, regex, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.10s)
[17272/18664] Fetching regex, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (1.12s)
[16714/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (2.25s)
Computing version for https://github.com/norio-nomura/Base32.git
Computed https://github.com/norio-nomura/Base32.git at 0.9.0 (5.35s)
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.45s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (1.18s)
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.92s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (1.04s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (1.14s)
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (2.18s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (3.87s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (0.90s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (0.85s)
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.74s)
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/108] Fetching swift-mnemonic
[82/128] Fetching swift-mnemonic, swift-fraction-number
[129/210] Fetching swift-mnemonic, swift-fraction-number, bip39.swift
[201/4113] Fetching swift-mnemonic, swift-fraction-number, bip39.swift, swift-log
Fetched https://github.com/Kingpin-Apps/swift-mnemonic.git from cache (0.46s)
[2171/4005] Fetching swift-fraction-number, bip39.swift, swift-log
[2229/3985] Fetching bip39.swift, swift-log
Fetched https://github.com/Frizlab/swift-fraction-number.git from cache (0.47s)
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.95s)
Computing version for https://github.com/tesseract-one/Bip39.swift.git
Computed https://github.com/tesseract-one/Bip39.swift.git at 0.2.0 (1.00s)
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.76s)
Fetching https://github.com/heckj/Base58Swift.git
[1/485] Fetching base58swift
Fetched https://github.com/heckj/Base58Swift.git from cache (0.38s)
Computing version for https://github.com/heckj/Base58Swift.git
Computed https://github.com/heckj/Base58Swift.git at 2.1.15 (2.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.83s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.97s)
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 (2.67s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (3.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.09s)
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/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
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/KINGH242/PotentCodables.git
Working copy of https://github.com/KINGH242/PotentCodables.git resolved at 3.6.0
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.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/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/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/Sajjon/K1.git
Working copy of https://github.com/Sajjon/K1.git resolved at 0.6.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/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-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/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/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/heckj/Base58Swift.git
Working copy of https://github.com/heckj/Base58Swift.git resolved at 2.1.15
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/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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.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
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.69s)
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 fy-composer.c
[1/440] Compiling fy-types.c
[2/440] Compiling ecdh_variants.c
[3/440] Compiling fy-accel.c
[4/440] Write swift-version-24593BA9C3E375BF.txt
[5/440] Compiling fy-diag.c
[6/440] Compiling precomputed_ecmult_gen.c
[7/440] Write sources
[10/440] Compiling fy-atom.c
[11/440] Write sources
[14/440] Copying wordlist
[15/440] Write sources
[21/440] Compiling lax_der_parsing.c
[22/440] Write sources
[25/440] Compiling fy-emit.c
[25/440] Copying PotentCodables.docc
[25/440] Write sources
[34/440] Compiling lax_der_privatekey_parsing.c
[35/469] Compiling fy-walk.c
[36/469] Write sources
[39/478] Compiling secp256k1.c
[40/478] Write sources
[40/478] Copying PrivacyInfo.xcprivacy
[43/478] Write sources
[46/498] Compiling precomputed_ecmult.c
[48/547] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/548] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/548] Emitting module InternalCollectionsUtilities
[51/548] Compiling K1 ECDSA.swift
[52/548] Compiling K1 ECDSASignatureNonRecoverable.swift
[53/548] Compiling K1 K1.swift
[54/548] Compiling K1 KeyAgreement.swift
[55/548] Compiling K1 ECDSASignatureRecoverable.swift
[56/548] Compiling K1 RecoveryID.swift
[57/548] Compiling K1 Keys.generated.swift
[58/548] Compiling K1 FFI+ECDH.swift
[59/548] Compiling K1 FFI+ECDSA+NonRecovery.swift
[60/548] Compiling K1 ECDSA+Recovery+Wrapped.swift
[61/548] Compiling _CertificateInternals _TinyArray.swift
[62/548] Emitting module _CertificateInternals
[63/548] Compiling K1 FFI+ECDSA.swift
[64/548] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
[65/550] Emitting module Regex
[67/550] Write sources
[69/550] Compiling Digest SHAKE.swift
[69/652] Compiling xxhash.c
[71/652] Compiling Digest XOF.swift
[72/652] Compiling CryptoSwift GCM.swift
[73/652] Compiling CryptoSwift OCB.swift
[74/652] Compiling CryptoSwift OFB.swift
[75/652] Compiling CryptoSwift CBCMAC.swift
[76/652] Compiling CryptoSwift CMAC.swift
[77/654] Emitting module SwiftASN1
[78/722] Compiling Digest MD.swift
[79/722] Compiling _RopeModule BigString+Insert.swift
[80/722] Compiling _RopeModule BigString+Managing Breaks.swift
[81/722] Compiling Digest SHA1.swift
[82/722] Compiling Digest SHA3.swift
[83/722] Compiling Digest SHA2.swift
[84/722] Compiling _RopeModule BigString+Iterators.swift
[85/722] Compiling _RopeModule BigString+Metrics.swift
[86/722] Compiling _RopeModule Rope+_Storage.swift
[87/722] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[88/722] Compiling _RopeModule Rope+_UnsafeHandle.swift
[89/722] Compiling _RopeModule Rope.swift
[90/722] Compiling _RopeModule RopeElement.swift
[91/722] Compiling _RopeModule RopeMetric.swift
[92/722] Compiling _RopeModule RopeSummary.swift
[93/722] Compiling _RopeModule _RopeItem.swift
[94/722] Compiling _RopeModule _RopePath.swift
[95/731] Compiling Logging MetadataProvider.swift
[96/731] Compiling Logging Locks.swift
[97/731] Emitting module Logging
[98/731] Compiling _RopeModule BigString+Debugging.swift
[99/731] Compiling _RopeModule BigString+Index.swift
[102/731] Compiling _RopeModule BigString+Append.swift
[103/731] Compiling _RopeModule BigString+Initializers.swift
[104/731] Compiling _RopeModule BigString+Split.swift
[105/731] Compiling _RopeModule Range+BigString.swift
[106/731] Compiling _RopeModule BigString+UTF16View.swift
[107/731] Compiling _RopeModule BigString+RemoveSubrange.swift
[108/731] Compiling _RopeModule BigString+ReplaceSubrange.swift
[109/731] Compiling Logging LogHandler.swift
[110/731] Compiling Logging Logging.swift
[113/733] Compiling Regex String+ReplaceMatching.swift
[114/733] Compiling Regex Options.swift
[115/795] Compiling Regex Regex.swift
[116/795] Compiling Regex ThreadLocal.swift
[117/795] Compiling FractionNumber FractionNumber.swift
[118/795] Compiling FractionNumber Maths.swift
[119/795] Emitting module FractionNumber
[120/796] Compiling Regex MatchResult.swift
[121/796] Compiling Regex Foundation+Ranges.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[122/796] 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 |
[123/796] 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 |
[124/796] 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 |
[125/796] 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 |
[126/796] 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 |
[127/796] 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 |
[128/796] 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 |
[129/803] 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 |
[130/803] 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 |
[131/803] 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 |
[132/803] 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 |
[133/803] 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 |
[134/803] 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 |
[135/803] 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 |
[136/803] 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 |
[137/803] 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 |
[138/803] Compiling OrderedCollections OrderedDictionary.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 |
[139/803] Compiling OrderedCollections OrderedSet+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 |
[140/803] 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 |
[141/803] 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 |
[142/803] 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 |
[143/803] 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 |
[144/803] 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 |
[145/803] 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 |
[146/803] 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 |
[147/803] 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 |
[148/803] 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 |
[149/803] 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 |
[150/803] 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 |
[151/803] 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 |
[152/803] 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 |
[153/803] 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 |
[154/803] 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 |
[155/803] 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 |
[156/803] 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 |
[157/803] 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 |
[158/803] 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 |
[159/803] 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 |
[160/803] 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 |
[161/803] 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 |
[162/803] 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 |
[163/803] 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 |
[164/803] 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 |
[165/803] 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 |
[166/803] 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 |
[167/803] 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 |
[168/803] 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 |
[169/803] 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 |
[170/803] 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 |
[171/803] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/803] Compiling _RopeModule _RopeVersion.swift
[173/803] Compiling _RopeModule Rope+Collection.swift
[174/803] Compiling _RopeModule Rope+Index.swift
[175/803] Compiling _RopeModule Rope+Sequence.swift
[176/803] Compiling _RopeModule Rope+Append.swift
[177/803] Compiling _RopeModule Rope+Extract.swift
[178/803] Compiling _RopeModule Rope+Find.swift
[179/803] Compiling _RopeModule Rope+ForEachWhile.swift
[180/803] Compiling _RopeModule Rope+Insert.swift
[191/803] Compiling HeapModule Heap+Descriptions.swift
[194/803] Compiling HeapModule _HeapNode.swift
[195/803] Compiling HeapModule Heap.swift
[196/803] Emitting module HeapModule
[197/803] Compiling HeapModule Heap+Invariants.swift
[198/803] Compiling HeapModule Heap+UnsafeHandle.swift
[200/878] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[201/878] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[202/878] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[203/878] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[204/878] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[205/878] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[206/878] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[207/885] Compiling HashTreeCollections TreeDictionary+Collection.swift
[208/885] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[209/885] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[210/885] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[211/885] Compiling HashTreeCollections TreeSet+Hashable.swift
[212/885] Compiling HashTreeCollections TreeSet+Sendable.swift
[213/885] Compiling HashTreeCollections TreeSet+Sequence.swift
[214/902] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[215/902] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[216/902] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[217/902] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[218/902] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[219/902] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/902] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[221/902] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[221/902] Compiling fy-utils.c
[223/902] Compiling HashTreeCollections _Bucket.swift
[224/902] Compiling HashTreeCollections _Hash.swift
[225/902] Compiling HashTreeCollections _HashLevel.swift
[226/902] Compiling HashTreeCollections _HashNode+Builder.swift
[227/904] Compiling HashTreeCollections _HashNode+Invariants.swift
[228/904] Compiling HashTreeCollections _HashNode+Lookups.swift
[229/904] Emitting module Digest
[230/904] Compiling HashTreeCollections _AncestorHashSlots.swift
[231/904] Compiling HashTreeCollections _Bitmap.swift
[231/905] Compiling fy-utf8.c
[233/905] Emitting module _RopeModule
[240/905] Compiling HashTreeCollections _HashNode+Debugging.swift
[241/905] Compiling HashTreeCollections _HashNode+Initializers.swift
[242/905] Compiling HashTreeCollections _HashStack.swift
[243/905] Compiling HashTreeCollections _HashTreeIterator.swift
[244/905] Compiling HashTreeCollections _HashTreeStatistics.swift
[245/905] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[246/905] Compiling HashTreeCollections _RawHashNode.swift
[247/905] Compiling HashTreeCollections _UnmanagedHashNode.swift
[248/905] Compiling HashTreeCollections _UnsafePath.swift
[249/905] Compiling HashTreeCollections TreeDictionary+Codable.swift
[250/905] Compiling HashTreeCollections _HashNode+Structural union.swift
[251/905] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[252/905] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[253/905] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[254/905] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[255/905] Compiling HashTreeCollections _HashNode.swift
[256/905] Compiling HashTreeCollections _HashNodeHeader.swift
[257/905] Compiling HashTreeCollections _HashSlot.swift
[258/905] Compiling fy-ctype.c
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/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 |
[265/905] Compiling fy-blob.c
[266/905] Compiling fy-token.c
[266/905] Compiling fy-path.c
[267/905] Compiling DequeModule _UnsafeWrappedBuffer.swift
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: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/388] Compiling fiat_p256_adx_sqr.S
[1/388] Compiling fiat_p256_adx_mul.S
[2/388] Compiling fiat_curve25519_adx_mul.S
[3/388] Compiling fiat_curve25519_adx_square.S
[4/388] Compiling fy-path.c
[5/388] Compiling fy-dump.c
[6/388] Compiling fy-token.c
[7/388] Compiling fy-input.c
[8/388] Compiling CUncommonCrypto sha3.c
[9/388] Compiling fy-event.c
[10/388] Write swift-version-24593BA9C3E375BF.txt
[11/388] Compiling CUncommonCrypto pbkdf2.c
[12/388] Compiling CUncommonCrypto memzero.c
[13/388] Compiling CCryptoBoringSSLShims shims.c
[14/388] Compiling fy-docstate.c
[15/388] Compiling CUncommonCrypto sha2.c
[16/388] Compiling fy-docbuilder.c
/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.
[17/468] Compiling fy-doc.c
[17/468] Compiling fy-parse.c
BUILD FAILURE 6.1 android