The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftCOSE, reference 0.1.15 (c5fc78), with Swift 6.1 for Android on 30 Nov 2025 03:26:41 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cose.git
Reference: 0.1.15
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-cose
 * tag               0.1.15     -> FETCH_HEAD
HEAD is now at c5fc787 bump: version 0.1.14 → 0.1.15
Cloned https://github.com/Kingpin-Apps/swift-cose.git
Revision (git rev-parse @):
c5fc787fddb8cffdcc37bf60c39a05676a990628
SUCCESS checkout https://github.com/Kingpin-Apps/swift-cose.git at 0.1.15
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-cose.git
https://github.com/Kingpin-Apps/swift-cose.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" : "digest",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/leif-ibsen/Digest.git"
    },
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "openssl-package",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.2000",
            "upper_bound" : "3.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/OpenSSL-Package.git"
    },
    {
      "identity" : "k1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.9",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Sajjon/K1.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "1.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swift-curve448",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kingpin-Apps/swift-curve448.git"
    }
  ],
  "manifest_display_name" : "SwiftCOSE",
  "name" : "SwiftCOSE",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCOSE",
      "targets" : [
        "SwiftCOSE"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCOSETests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCOSETests",
      "path" : "Tests/SwiftCOSETests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftCOSETests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AlgorithmsTests/AesCcmTests.swift",
        "AlgorithmsTests/AesGcmTests.swift",
        "AlgorithmsTests/AesKwTests.swift",
        "AlgorithmsTests/AesMacTests.swift",
        "AlgorithmsTests/AlgorithmTests.swift",
        "AlgorithmsTests/EcdhHkdfTests.swift",
        "AlgorithmsTests/EcdsaTests.swift",
        "AlgorithmsTests/EddsaTests.swift",
        "AlgorithmsTests/HashTests.swift",
        "AlgorithmsTests/HmacTests.swift",
        "AlgorithmsTests/RsaTests.swift",
        "ErrorsTests.swift",
        "ExtensionsTests/x509Tests.swift",
        "HeadersTests.swift",
        "KeysTests/CoseKeyTests.swift",
        "KeysTests/CurvesTests.swift",
        "KeysTests/EC2KeyTests.swift",
        "KeysTests/KeyOpsTests.swift",
        "KeysTests/KeyParamTests.swift",
        "KeysTests/KeyTypeTests.swift",
        "KeysTests/OKPKeyTests.swift",
        "KeysTests/RSAKeyTests.swift",
        "KeysTests/SymmetricKeyTests.swift",
        "MessagesTests/ContextTests.swift",
        "MessagesTests/CoseBaseTests.swift",
        "MessagesTests/CoseMessageTests.swift",
        "MessagesTests/Enc0MessageTests.swift",
        "MessagesTests/EncCommonTests.swift",
        "MessagesTests/EncMessageTests.swift",
        "MessagesTests/Mac0MessageTests.swift",
        "MessagesTests/MacCommonTests.swift",
        "MessagesTests/MacMessageTests.swift",
        "MessagesTests/RecipientTests/CoseRecipientTests.swift",
        "MessagesTests/RecipientTests/DirectEncryptionTests.swift",
        "MessagesTests/RecipientTests/DirectKeyAgreementTests.swift",
        "MessagesTests/RecipientTests/KeyAgreementWithKeyWrapTests.swift",
        "MessagesTests/RecipientTests/KeyWrapTests.swift",
        "MessagesTests/Sign1MessageTests.swift",
        "MessagesTests/SignCommonTests.swift",
        "MessagesTests/SignMessageTests.swift",
        "MessagesTests/SignerTests.swift",
        "UtilsTests/CryptoTests.swift",
        "UtilsTests/ExtensionsTests.swift",
        "UtilsTests/UtilsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCOSE"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCOSE",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCOSE",
      "path" : "Sources/SwiftCOSE",
      "product_dependencies" : [
        "PotentCodables",
        "Digest",
        "UncommonCrypto",
        "X509",
        "OpenSSL",
        "K1",
        "SwiftCurve448",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "SwiftCOSE"
      ],
      "sources" : [
        "Algorithms/AesCcmAlgorithm.swift",
        "Algorithms/AesGcmAlgorithm.swift",
        "Algorithms/AesKwAlgorithm.swift",
        "Algorithms/AesMacAlgorithm.swift",
        "Algorithms/Algorithms.swift",
        "Algorithms/EcdhHkdfAlgorithm.swift",
        "Algorithms/EcdsaAlgorithm.swift",
        "Algorithms/EddsaAlgorithm.swift",
        "Algorithms/HashAlgorithm.swift",
        "Algorithms/HmacAlgorithm.swift",
        "Algorithms/RsaAlgorithm.swift",
        "Errors.swift",
        "Extensions/x509.swift",
        "Headers.swift",
        "Keys/CoseKey.swift",
        "Keys/Curves.swift",
        "Keys/EC2Key.swift",
        "Keys/KeyOps.swift",
        "Keys/KeyParam.swift",
        "Keys/KeyType.swift",
        "Keys/OKPKey.swift",
        "Keys/RSAKey.swift",
        "Keys/SymmetricKey.swift",
        "Messages/Context.swift",
        "Messages/CoseBase.swift",
        "Messages/CoseMessage.swift",
        "Messages/Enc0Message.swift",
        "Messages/EncCommon.swift",
        "Messages/EncMessage.swift",
        "Messages/Mac0Message.swift",
        "Messages/MacCommon.swift",
        "Messages/MacMessage.swift",
        "Messages/Recipients/CoseRecipient.swift",
        "Messages/Recipients/DirectEncryption.swift",
        "Messages/Recipients/DirectKeyAgreement.swift",
        "Messages/Recipients/KeyAgreementWithKeyWrap.swift",
        "Messages/Recipients/KeyWrap.swift",
        "Messages/Sign1Message.swift",
        "Messages/SignCommon.swift",
        "Messages/SignMessage.swift",
        "Messages/Signer.swift",
        "Utils/Crypto.swift",
        "Utils/Extensions.swift",
        "Utils/Utils.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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.git
Fetching https://github.com/Kingpin-Apps/swift-curve448.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/Sajjon/K1.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/143] Fetching uncommoncrypto.swift
[144/286] Fetching uncommoncrypto.swift, swift-curve448
[287/376] Fetching uncommoncrypto.swift, swift-curve448, openssl-package
[377/7401] Fetching uncommoncrypto.swift, swift-curve448, openssl-package, swift-certificates
[378/20506] Fetching uncommoncrypto.swift, swift-curve448, openssl-package, swift-certificates, cryptoswift
[861/24209] Fetching uncommoncrypto.swift, swift-curve448, openssl-package, swift-certificates, cryptoswift, k1
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (2.07s)
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (2.06s)
[21749/23976] Fetching uncommoncrypto.swift, swift-certificates, cryptoswift, k1
Fetched https://github.com/apple/swift-certificates.git from cache (2.06s)
Fetching https://github.com/KINGH242/PotentCodables.git
Fetching https://github.com/leif-ibsen/Digest.git
[14855/16951] Fetching uncommoncrypto.swift, cryptoswift, k1
[16952/19297] Fetching uncommoncrypto.swift, cryptoswift, k1, potentcodables
[17140/21890] Fetching uncommoncrypto.swift, cryptoswift, k1, potentcodables, digest
Fetched https://github.com/leif-ibsen/Digest.git from cache (1.08s)
Fetched https://github.com/KINGH242/PotentCodables.git from cache (1.14s)
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (3.37s)
Fetched https://github.com/Sajjon/K1.git from cache (3.39s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.42s)
Computing version for https://github.com/Kingpin-Apps/swift-curve448.git
Computed https://github.com/Kingpin-Apps/swift-curve448.git at 0.1.3 (4.54s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.76s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (7.77s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (1.18s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (1.08s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/310] Fetching float16
[311/5136] Fetching float16, bigint
[1035/6390] Fetching float16, bigint, regex
[2933/24704] Fetching float16, bigint, regex, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (2.41s)
Fetched https://github.com/sharplet/Regex.git from cache (3.66s)
Fetched https://github.com/attaswift/BigInt.git from cache (3.65s)
Fetched https://github.com/apple/swift-collections.git from cache (3.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (6.88s)
Fetching https://github.com/apple/swift-asn1.git
[1/1663] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (4.36s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (1.15s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.57s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (1.54s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (0.84s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (0.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.04s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.06s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.62s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics 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/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.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.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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.16.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
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.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.3
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.1
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/KINGH242/PotentCodables.git
Working copy of https://github.com/KINGH242/PotentCodables.git resolved at 3.6.0
Downloading binary artifact https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
[1397/38024420] Downloading https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip
Downloaded https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.3001/OpenSSL.xcframework.zip (4.28s)
Building for debugging...
[0/429] Compiling ecdh_variants.c
[1/429] Compiling lax_der_privatekey_parsing.c
[2/429] Compiling lax_der_parsing.c
[2/429] Write sources
[14/429] Copying PotentCodables.docc
[14/429] Write sources
[14/429] Copying PrivacyInfo.xcprivacy
[14/429] Write sources
[30/429] Compiling precomputed_ecmult_gen.c
[31/429] Compiling fy-diag.c
[32/429] Compiling fy-utils.c
[33/429] Compiling fy-composer.c
[34/429] Write swift-version-24593BA9C3E375BF.txt
[35/429] Compiling fy-ctype.c
[35/429] Compiling fy-atom.c
[37/429] Compiling fy-utf8.c
[38/429] Compiling fy-blob.c
[39/429] Compiling xxhash.c
[40/431] Compiling secp256k1.c
[41/496] Compiling fy-walk.c
[43/597] Emitting module InternalCollectionsUtilities
[44/599] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[45/599] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/599] Compiling CryptoSwift Array+Extension.swift
[47/599] Compiling CryptoSwift Authenticator.swift
[47/599] Compiling precomputed_ecmult.c
[49/599] Compiling CryptoSwift ASN1.swift
[50/599] Compiling CryptoSwift ASN1Decoder.swift
[51/599] Compiling CryptoSwift BatchedCollection.swift
[52/599] Compiling CryptoSwift Bit.swift
[53/599] Compiling CryptoSwift BlockCipher.swift
[54/599] Compiling CryptoSwift BlockDecryptor.swift
[55/599] Compiling CryptoSwift ASN1Encoder.swift
[56/599] Compiling CryptoSwift ASN1Scanner.swift
[57/599] Compiling CryptoSwift AEAD.swift
[58/599] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[59/599] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[60/599] Compiling CryptoSwift AES.Cryptors.swift
[61/599] Compiling CryptoSwift AES.swift
[62/600] Emitting module _CertificateInternals
[63/600] Compiling _CertificateInternals _TinyArray.swift
[65/669] Compiling fy-types.c
[67/718] Compiling K1 RecoveryID.swift
[68/718] Compiling K1 Keys.generated.swift
[69/720] Compiling K1 KeyAgreement.swift
[70/720] Compiling K1 ECDSA.swift
[71/720] Compiling K1 FFI+ECDSA+Recovery.swift
[72/720] Compiling K1 PrivateKey+Wrapped.swift
[73/720] Compiling K1 K1.swift
[74/775] Compiling Digest SHAKE.swift
[75/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[76/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/776] Compiling Digest XOF.swift
[78/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[79/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[80/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[86/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[87/776] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/783] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/783] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/783] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/783] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[99/783] Compiling OrderedCollections OrderedDictionary.swift
[100/783] Compiling OrderedCollections OrderedSet+Codable.swift
[101/783] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[102/783] Compiling OrderedCollections OrderedSet+Descriptions.swift
[103/783] Compiling OrderedCollections OrderedSet+Diffing.swift
[104/783] Compiling OrderedCollections OrderedSet+Equatable.swift
[105/783] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[106/783] Compiling OrderedCollections OrderedSet+Hashable.swift
[107/783] Compiling OrderedCollections OrderedDictionary+Codable.swift
[108/783] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[109/783] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[110/783] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[111/783] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[112/783] Compiling OrderedCollections OrderedDictionary+Elements.swift
[113/783] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[114/783] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[115/783] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[118/783] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[119/783] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[120/783] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[121/783] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[122/783] Compiling OrderedCollections OrderedDictionary+Values.swift
[123/783] Compiling OrderedCollections OrderedSet+Initializers.swift
[124/783] Compiling OrderedCollections OrderedSet+Insertions.swift
[125/783] Compiling OrderedCollections OrderedSet+Invariants.swift
[126/783] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[127/783] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[128/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[129/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[130/783] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[131/783] Compiling Digest SHA1.swift
[132/783] Compiling Digest SHA2.swift
[133/783] Compiling Digest MD.swift
[134/783] Compiling Digest SHA3.swift
[135/783] Emitting module SwiftASN1
[143/783] Compiling OrderedCollections _HashTable+Bucket.swift
[144/783] Compiling OrderedCollections _HashTable+BucketIterator.swift
[145/783] Compiling OrderedCollections _HashTable+Constants.swift
[146/792] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/792] Compiling OrderedCollections OrderedSet.swift
[148/792] Compiling OrderedCollections _UnsafeBitset.swift
[149/792] Compiling _RopeModule Rope+Sequence.swift
[150/792] Compiling _RopeModule Rope+Append.swift
[151/792] Compiling _RopeModule Rope+Extract.swift
[152/792] Compiling _RopeModule Rope+Find.swift
[153/792] Compiling _RopeModule Rope+ForEachWhile.swift
[154/792] Compiling _RopeModule Rope+Insert.swift
[160/792] Compiling OrderedCollections OrderedSet+Sendable.swift
[161/792] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/792] Compiling OrderedCollections OrderedSet+Testing.swift
[163/792] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[174/792] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[175/792] Compiling OrderedCollections _HashTable+Testing.swift
[176/792] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[177/792] Compiling OrderedCollections _HashTable.swift
[178/792] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
[206/794] Compiling _RopeModule Optional Utilities.swift
[207/794] Compiling _RopeModule String Utilities.swift
[208/794] Compiling _RopeModule String.Index+ABI.swift
[209/794] Compiling _RopeModule _CharacterRecognizer.swift
[210/794] Compiling CryptoSwift DigestType.swift
[211/794] Compiling CryptoSwift AES+Foundation.swift
[212/794] Compiling CryptoSwift Array+Foundation.swift
[213/794] Compiling CryptoSwift Blowfish+Foundation.swift
[214/794] Compiling CryptoSwift ChaCha20+Foundation.swift
[215/794] Compiling CryptoSwift Data+Extension.swift
[216/794] Compiling CryptoSwift HMAC+Foundation.swift
[217/794] Compiling CryptoSwift Rabbit+Foundation.swift
[218/794] Compiling CryptoSwift String+FoundationExtension.swift
[219/794] Compiling CryptoSwift Utils+Foundation.swift
[229/794] Compiling _RopeModule Rope+Join.swift
[230/794] Compiling _RopeModule Rope+MutatingForEach.swift
[231/794] Compiling _RopeModule Rope+Remove.swift
[232/794] Compiling _RopeModule Rope+RemoveSubrange.swift
[233/794] Compiling _RopeModule Rope+Split.swift
[234/806] Compiling Regex ThreadLocal.swift
[235/807] Compiling Regex Foundation+Ranges.swift
[236/808] Emitting module Regex
[237/814] Emitting module _RopeModule
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
[242/815] Emitting module OrderedCollections
[243/816] Compiling Regex String+ReplaceMatching.swift
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
[250/816] Compiling Regex Options.swift
[251/816] Compiling Regex MatchResult.swift
[252/816] Compiling Regex Regex.swift
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[255/816] Emitting module SwiftCurve448
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[277/823] Emitting module K1
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[301/823] Compiling HeapModule Heap+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 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
  1 | import struct CryptoKit.SharedSecret
    |               `- error: no such module 'CryptoKit'
  2 | import Foundation
  3 |
[316/823] Compiling SwiftCurve448 SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/swift-curve448/Sources/SwiftCurve448/Keys/OpenSSL/Ed448_impl.swift:2:8: error: no such module 'OpenSSL'
  1 | import Foundation
  2 | import OpenSSL
    |        `- error: no such module 'OpenSSL'
  3 |
  4 | // For signing and verifying, we use OpenSSL's Ed448, not the X448 stuff.
[318/823] Compiling HeapModule Heap+Descriptions.swift
[319/823] Compiling HeapModule _HeapNode.swift
[320/823] Compiling HeapModule Heap.swift
[321/823] Compiling HeapModule Heap+Invariants.swift
[322/823] Compiling HeapModule Heap+UnsafeHandle.swift
[346/823] Compiling K1 SubjectPublicKeyInfo.swift
[347/823] Emitting module Digest
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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/386] Compiling fiat_p256_adx_mul.S
[1/386] Compiling fiat_p256_adx_sqr.S
[2/386] Compiling md5-x86_64-apple.S
[2/386] Compiling md5-x86_64-linux.S
[4/386] Compiling md5-586-linux.S
[5/386] Compiling fiat_curve25519_adx_square.S
[6/386] Compiling fiat_curve25519_adx_mul.S
[7/386] Compiling fy-path.c
[8/386] Compiling fy-input.c
[9/386] Compiling fy-event.c
[10/386] Compiling fy-token.c
[11/386] Write swift-version-24593BA9C3E375BF.txt
[12/386] Compiling CCryptoBoringSSLShims shims.c
[13/386] Compiling fy-dump.c
[14/386] Compiling fy-docstate.c
[15/386] Compiling fy-emit.c
[16/386] Compiling fy-accel.c
[17/386] 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.
[18/401] Compiling fy-doc.c
[18/401] Compiling fy-parse.c
BUILD FAILURE 6.1 android