Build Information
Failed to build SwiftCOSE, reference 0.1.15 (c5fc78), with Swift 6.1 for Linux on 30 Nov 2025 03:24:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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: linux
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-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Sajjon/K1.git
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/90] Fetching openssl-package
[91/3793] Fetching openssl-package, k1
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (0.26s)
Fetching https://github.com/leif-ibsen/Digest.git
[2705/16808] Fetching k1, cryptoswift
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/Kingpin-Apps/swift-curve448.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetched https://github.com/Sajjon/K1.git from cache (0.51s)
Fetching https://github.com/KINGH242/PotentCodables.git
[1836/15698] Fetching cryptoswift, digest
[6133/15841] Fetching cryptoswift, digest, uncommoncrypto.swift
[6276/15984] Fetching cryptoswift, digest, uncommoncrypto.swift, swift-curve448
[6419/23009] Fetching cryptoswift, digest, uncommoncrypto.swift, swift-curve448, swift-certificates
[6630/25355] Fetching cryptoswift, digest, uncommoncrypto.swift, swift-curve448, swift-certificates, potentcodables
Fetched https://github.com/leif-ibsen/Digest.git from cache (0.59s)
[6027/22762] Fetching cryptoswift, uncommoncrypto.swift, swift-curve448, swift-certificates, potentcodables
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.63s)
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (0.63s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.64s)
[6016/15451] Fetching cryptoswift, potentcodables
Fetched https://github.com/KINGH242/PotentCodables.git from cache (0.65s)
[4194/13105] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.24s)
Computing version for https://github.com/Kingpin-Apps/swift-curve448.git
Computed https://github.com/Kingpin-Apps/swift-curve448.git at 0.1.3 (2.90s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.12s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (5.21s)
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.81s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (0.67s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/attaswift/BigInt.git
[1/4826] Fetching bigint
[725/5136] Fetching bigint, float16
[970/6390] Fetching bigint, float16, regex
[5978/24704] Fetching bigint, float16, regex, swift-collections
Fetched https://github.com/attaswift/BigInt.git from cache (0.51s)
[5206/19878] Fetching float16, regex, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.82s)
[10778/19568] Fetching regex, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (0.84s)
[10623/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.43s)
Fetching https://github.com/apple/swift-asn1.git
[1/1663] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.57s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.64s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.43s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (1.02s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (0.65s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (0.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.09s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.65s)
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 (1.04s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.98s)
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/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.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/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/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/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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/leif-ibsen/Digest.git
Working copy of https://github.com/leif-ibsen/Digest.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.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/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
[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 (4.64s)
Building for debugging...
[0/433] Compiling ecdh_variants.c
[1/433] Compiling fy-atom.c
[2/433] Compiling precomputed_ecmult_gen.c
[3/433] Compiling lax_der_privatekey_parsing.c
[4/433] Compiling fy-composer.c
[5/433] Write sources
[6/433] Compiling fy-accel.c
[7/433] Write sources
[18/433] Copying PotentCodables.docc
[19/433] Write sources
[27/433] Compiling fy-diag.c
[27/433] Write sources
[27/433] Copying PrivacyInfo.xcprivacy
[27/433] Write sources
[27/433] Write swift-version-24593BA9C3E375BF.txt
[37/433] Compiling _NumericsShims _NumericsShims.c
[38/433] Compiling lax_der_parsing.c
[39/433] Compiling fy-utils.c
[40/433] Compiling fy-utf8.c
[41/433] Compiling xxhash.c
[42/442] Compiling secp256k1.c
[43/470] Compiling fy-doc.c
[45/496] Emitting module _CertificateInternals
[46/597] Emitting module InternalCollectionsUtilities
[46/599] Compiling precomputed_ecmult.c
[47/599] Compiling fy-ctype.c
[49/599] Compiling CryptoSwift ASN1.swift
[50/599] Compiling CryptoSwift ASN1Decoder.swift
[51/648] Compiling K1 KeyAgreement.swift
[52/648] Compiling K1 ECDSA.swift
[53/648] Compiling Digest SHAKE.swift
[54/648] Compiling Digest SHA1.swift
[55/649] Compiling K1 FFI+ECDSA+Recovery.swift
[56/649] Compiling K1 PrivateKey+Wrapped.swift
[57/649] Emitting module RealModule
[58/652] Compiling RealModule Real.swift
[60/652] Compiling K1 K1.swift
[61/652] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
[62/652] Compiling K1 FFI+ECDSA+NonRecovery.swift
[63/652] Compiling K1 ECDSA+Recovery+Wrapped.swift
[65/652] Compiling K1 PrivateKeyImplementation.swift
[66/652] Compiling K1 PublicKeyImplementation.swift
[67/652] Compiling _CertificateInternals _TinyArray.swift
[68/652] Compiling RealModule RealFunctions.swift
[69/652] Compiling K1 FFI+ECDH.swift
[70/652] Compiling K1 FFI+ECDSA.swift
[71/652] Compiling K1 Schnorr+Signature.swift
[72/652] Compiling K1 Schnorr.swift
[73/652] Compiling K1 Signing.generated.swift
[77/653] Compiling K1 Data+Extensions.swift
[83/654] Compiling RealModule Float16+Real.swift
[84/654] Compiling RealModule Float80+Real.swift
[86/654] Compiling K1 Validation.generated.swift
[95/654] Compiling RealModule RelaxedArithmetic.swift
[96/655] Compiling fy-blob.c
[101/655] Compiling Digest MD.swift
[102/655] Emitting module SwiftASN1
[103/710] Compiling Digest XOF.swift
[104/778] Compiling Digest SHA2.swift
[105/778] Compiling Digest SHA3.swift
[105/778] Compiling fy-walk.c
[107/778] Compiling _RopeModule BigString+Insert.swift
[108/778] Compiling _RopeModule BigString+Managing Breaks.swift
[109/778] Compiling _RopeModule BigString+RemoveSubrange.swift
[110/778] Compiling _RopeModule BigString+ReplaceSubrange.swift
[111/778] Compiling _RopeModule BigString+Split.swift
[112/778] Compiling _RopeModule Range+BigString.swift
[113/778] Compiling _RopeModule BigString+UTF16View.swift
[114/785] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[115/785] Compiling _RopeModule BigString+Hashing.swift
[116/792] Compiling _RopeModule _RopeItem.swift
[117/792] Compiling _RopeModule _RopePath.swift
[118/792] Compiling _RopeModule _RopeVersion.swift
[119/792] Compiling _RopeModule Rope+Collection.swift
[120/792] Compiling _RopeModule Rope+Index.swift
[121/792] Compiling _RopeModule Rope+Sequence.swift
[122/792] Compiling _RopeModule Rope+Append.swift
[123/792] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[124/792] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[125/792] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[126/793] Compiling _RopeModule BigString+UTF8View.swift
[127/793] Compiling _RopeModule Rope+_Storage.swift
[128/793] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[129/793] Compiling _RopeModule Rope+_UnsafeHandle.swift
[130/793] Compiling _RopeModule Rope.swift
[131/793] Compiling _RopeModule RopeElement.swift
[132/793] Compiling _RopeModule RopeMetric.swift
[133/793] Compiling _RopeModule RopeSummary.swift
[134/793] Compiling _RopeModule BigString+Ingester.swift
[135/793] Compiling _RopeModule BigString+Invariants.swift
[136/793] Compiling _RopeModule BigString+Iterators.swift
[137/793] Compiling _RopeModule BigString+Metrics.swift
[138/793] Compiling _RopeModule BigString+Summary.swift
[139/793] Compiling _RopeModule BigString.swift
[140/793] Compiling _RopeModule BigString+Append.swift
[141/793] Compiling _RopeModule BigString+Initializers.swift
[145/808] Compiling _RopeModule BigString+Sequence.swift
[146/808] Compiling _RopeModule BigString+TextOutputStream.swift
[147/808] Compiling _RopeModule BigString+Builder.swift
[148/808] Compiling _RopeModule BigString+Contents.swift
[149/808] Compiling _RopeModule BigString+Debugging.swift
[150/808] Compiling _RopeModule BigString+Index.swift
[151/844] Compiling Regex MatchResult.swift
[152/862] Compiling Regex String+ReplaceMatching.swift
[153/865] Compiling Regex ThreadLocal.swift
[154/869] Compiling HeapModule Heap+Descriptions.swift
[155/869] Compiling HashTreeCollections _HashNodeHeader.swift
[156/869] Compiling HashTreeCollections _HashSlot.swift
[157/869] Compiling HashTreeCollections _HashStack.swift
[158/869] Compiling HashTreeCollections _AncestorHashSlots.swift
[159/869] Compiling HashTreeCollections _Bitmap.swift
[160/869] Compiling HashTreeCollections _Bucket.swift
[161/869] Compiling HashTreeCollections _Hash.swift
[162/869] Compiling HashTreeCollections _HashLevel.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 |
[165/869] Compiling HashTreeCollections _HashNode+Builder.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[166/869] Compiling HashTreeCollections _HashNode+Debugging.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[167/869] Compiling HashTreeCollections _HashNode+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[168/869] Compiling HashTreeCollections _HashNode+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[169/869] Compiling HashTreeCollections _HashNode+Lookups.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[170/869] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[171/869] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[172/869] Compiling HashTreeCollections _HashNode+Primitive Replacement.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 |
[173/869] Compiling HashTreeCollections _HashNode+Storage.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[174/869] Compiling HashTreeCollections _HashNode+Structural compactMapValues.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 |
[175/869] Compiling HashTreeCollections _HashNode+Structural filter.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[176/869] Compiling HashTreeCollections _HashNode+Structural 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 |
[177/875] Compiling HeapModule _HeapNode.swift
[178/875] Compiling Regex Options.swift
[179/875] Compiling Regex Regex.swift
[180/875] Compiling HeapModule Heap.swift
[181/875] Compiling HashTreeCollections TreeDictionary+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 |
[182/875] Compiling HashTreeCollections TreeDictionary+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 |
[183/875] Compiling HashTreeCollections TreeDictionary+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 |
[184/875] Compiling HashTreeCollections TreeDictionary.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 |
[185/875] Compiling HashTreeCollections TreeSet+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 |
[186/875] Compiling HashTreeCollections TreeSet+Collection.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[187/875] Compiling HashTreeCollections TreeSet+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 |
[188/875] Compiling HashTreeCollections _HashNode+Structural 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 |
[189/875] Compiling HashTreeCollections _HashNode+Structural 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 |
[190/875] Compiling HashTreeCollections _HashNode+Structural 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 |
[191/875] Compiling HashTreeCollections _HashNode+Structural mapValues.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 |
[192/875] Compiling HashTreeCollections _HashNode+Structural merge.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 |
[193/875] Compiling HashTreeCollections TreeDictionary+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[194/875] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[195/875] Compiling HashTreeCollections TreeDictionary+Filter.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[196/875] Compiling HashTreeCollections TreeDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[197/875] Compiling HashTreeCollections TreeDictionary+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 |
[198/875] Compiling HashTreeCollections TreeDictionary+Keys.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 |
[199/875] Compiling HashTreeCollections TreeDictionary+MapValues.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 |
[200/875] Compiling HashTreeCollections TreeDictionary+Merge.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 |
[201/875] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[202/875] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[203/875] Compiling HashTreeCollections _HashNode+Structural union.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 |
[204/875] Compiling HashTreeCollections _HashNode+Subtree 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 |
[205/875] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[206/875] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[207/875] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[208/875] 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 |
[209/875] Compiling HashTreeCollections _HashNode.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/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 |
[213/875] Emitting module Regex
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/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 |
[217/875] Compiling Regex Foundation+Ranges.swift
[218/876] Compiling HeapModule Heap+Invariants.swift
[220/876] Compiling HeapModule Heap+UnsafeHandle.swift
[221/876] Emitting module HeapModule
[222/886] Compiling HashTreeCollections _UnmanagedHashNode.swift
[223/886] Compiling HashTreeCollections _UnsafePath.swift
[224/886] Compiling HashTreeCollections TreeDictionary+Codable.swift
[225/886] Compiling HashTreeCollections TreeDictionary+Collection.swift
[226/886] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[227/886] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[228/886] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[229/886] Compiling HashTreeCollections TreeSet+Hashable.swift
[230/886] Compiling HashTreeCollections TreeSet+Sendable.swift
[231/888] Compiling HashTreeCollections TreeSet+Sequence.swift
[232/888] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[233/888] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[234/888] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[235/888] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[244/906] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[245/906] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[246/906] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[246/916] Compiling fy-types.c
[248/916] Compiling DequeModule _DequeBuffer.swift
[249/916] Compiling DequeModule _DequeBufferHeader.swift
[250/918] Compiling DequeModule Deque+Equatable.swift
[251/918] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[252/918] Compiling DequeModule Deque+CustomReflectable.swift
[253/918] Compiling DequeModule Deque+Descriptions.swift
[254/918] Compiling DequeModule Deque+Extras.swift
[255/918] Compiling DequeModule Deque+Hashable.swift
[256/918] Compiling HashTreeCollections _HashTreeIterator.swift
[257/918] Compiling HashTreeCollections _HashTreeStatistics.swift
[258/918] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[259/918] Compiling HashTreeCollections _RawHashNode.swift
[267/918] Compiling K1 SubjectPublicKeyInfo.swift
[268/918] Compiling K1 ASN1Error.swift
[269/918] Compiling K1 BytesUtil.swift
[270/918] Compiling K1 RNG_boring.swift
[271/918] Compiling K1 SafeCompare_boring.swift
[272/918] Compiling K1 SecureBytes.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 |
[288/927] Compiling DequeModule Deque+Codable.swift
[289/927] Compiling DequeModule Deque+Collection.swift
[295/927] Compiling fy-token.c
[317/927] Compiling _RopeModule _CharacterRecognizer.swift
[318/927] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[319/927] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[320/927] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[321/927] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[322/927] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[323/927] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[324/927] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[325/927] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[326/927] Compiling HashTreeCollections TreeSet.swift
[337/927] Compiling fy-path.c
[338/927] Compiling _RopeModule Optional Utilities.swift
[339/927] Compiling _RopeModule String Utilities.swift
[340/927] Compiling _RopeModule String.Index+ABI.swift
[351/927] Compiling CryptoSwift PKCS1v15.swift
[352/927] Emitting module Digest
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/384] Compiling md5-x86_64-apple.S
[1/384] Compiling fiat_curve25519_adx_square.S
[2/384] Compiling md5-586-linux.S
[3/384] Compiling fiat_curve25519_adx_mul.S
[3/384] Compiling fiat_p256_adx_sqr.S
[5/384] Compiling md5-x86_64-linux.S
[6/384] Compiling fiat_p256_adx_mul.S
[7/384] Write swift-version-24593BA9C3E375BF.txt
[8/384] Compiling fy-path.c
[9/384] Compiling fy-dump.c
[10/384] Compiling fy-input.c
[11/384] Compiling fy-event.c
[12/386] Compiling fy-docstate.c
[13/386] Compiling CCryptoBoringSSLShims shims.c
[14/404] Compiling fy-emit.c
[16/486] Compiling RealModule RealFunctions.swift
[17/497] Compiling Regex ThreadLocal.swift
[18/497] Compiling Regex String+ReplaceMatching.swift
[19/497] Emitting module Regex
[20/497] Compiling RealModule Real.swift
[21/497] Compiling Digest HMAC.swift
[22/497] Compiling Digest KDF.swift
[23/497] Compiling K1 Signing.generated.swift
[24/497] Compiling K1 Validation.generated.swift
[25/499] Compiling RealModule RelaxedArithmetic.swift
[26/499] Compiling Regex Foundation+Ranges.swift
[26/499] Compiling fy-parse.c
[28/499] Compiling Regex Regex.swift
[29/499] Compiling Regex Options.swift
[30/499] Compiling Regex MatchResult.swift
[31/500] Emitting module _CertificateInternals
[32/500] Compiling _CertificateInternals _TinyArray.swift
[33/501] Compiling RealModule Float80+Real.swift
[34/501] Compiling RealModule Float16+Real.swift
[39/501] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[40/501] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[41/501] Compiling K1 FFI+ECDH.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[42/501] Compiling K1 FFI+ECDSA.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 |
[43/501] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[44/501] Compiling K1 FFI+ECDSA+NonRecovery.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 |
[45/501] Compiling K1 ECDSA+Recovery+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[46/501] Compiling K1 FFI+ECDSA+Recovery.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[47/501] Compiling K1 PrivateKey+Wrapped.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[54/507] Compiling K1 FFI+PublicKey.swift
[55/507] Compiling Digest BLAKE.swift
[56/507] Compiling Digest Base64.swift
[61/509] Emitting module RealModule
[62/510] Compiling Digest SHAKE.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 |
[65/510] Compiling SwiftASN1 DER.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[66/510] Compiling SwiftASN1 Errors.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[67/510] Compiling K1 FFI+Call.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[68/510] Compiling K1 FFI+Context.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[69/510] Compiling K1 FFI+Format.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/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 |
[76/511] Compiling K1 Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[76/511] Compiling CUncommonCrypto sha3.c
[78/538] Emitting module InternalCollectionsUtilities
[80/557] Compiling CryptoSwift PCBC.swift
[81/557] Compiling CryptoSwift Blowfish.swift
[82/559] Compiling CryptoSwift BlockModeOptions.swift
[83/559] Compiling CryptoSwift CBC.swift
[84/571] Compiling CryptoSwift RSA+Cipher.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 |
[85/571] Compiling CryptoSwift RSA+Signature.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 |
[86/571] Compiling CryptoSwift RSA.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 |
[87/571] Compiling CryptoSwift Rabbit.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 |
[88/571] Compiling CryptoSwift SHA1.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 |
[89/571] Compiling CryptoSwift SHA2.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[90/571] Compiling CryptoSwift SHA3.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 |
[91/574] Compiling CryptoSwift ASN1Decoder.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 |
[92/574] Compiling CryptoSwift ASN1Encoder.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 |
[93/574] Compiling CryptoSwift ASN1Scanner.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 |
[94/574] Compiling CryptoSwift Array+Extension.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 |
[95/574] Compiling CryptoSwift Authenticator.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 |
[96/574] Compiling CryptoSwift BatchedCollection.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 |
[97/574] Compiling CryptoSwift Bit.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[98/576] Compiling CryptoSwift BlockCipher.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[99/576] Compiling CryptoSwift BlockDecryptor.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[100/576] Compiling CryptoSwift PKCS5.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[101/576] Compiling CryptoSwift PKCS7.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[102/576] Compiling CryptoSwift PKCS7Padding.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[103/576] Compiling CryptoSwift Padding.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[104/576] Compiling CryptoSwift Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[105/577] Compiling CryptoSwift Scrypt.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[106/577] Compiling CryptoSwift SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[107/577] Compiling CryptoSwift CMAC.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[108/577] Compiling CryptoSwift Addition.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[109/577] Compiling CryptoSwift BigInt.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[110/577] Compiling CryptoSwift BigUInt.swift
/host/spi-builder-workspace/.build/checkouts/K1/Sources/K1/K1/ECDH/KeyAgreement.swift:1:15: error: no such module 'CryptoKit'
1 | import struct CryptoKit.SharedSecret
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[111/595] 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 |
[111/612] Compiling CUncommonCrypto sha2.c
[113/612] Compiling CryptoSwift ECB.swift
[114/612] Compiling CryptoSwift GCM.swift
[114/612] Compiling fy-docbuilder.c
[116/612] Compiling CryptoSwift BlockEncryptor.swift
[117/612] Compiling CryptoSwift BlockMode.swift
[119/612] Compiling CryptoSwift CTR.swift
[120/612] Compiling CryptoSwift CipherModeWorker.swift
[120/612] Compiling CUncommonCrypto pbkdf2.c
[121/612] Compiling CUncommonCrypto hmac.c
[122/612] Compiling CUncommonCrypto memzero.c
[123/612] Compiling CFloat16 float16.c
[124/612] Compiling md5-586-apple.S
[126/612] Compiling Digest XOF.swift
[127/612] Compiling CryptoSwift CBCMAC.swift
[128/612] Compiling CryptoSwift AEAD.swift
[133/624] Compiling chacha20_poly1305_x86_64-linux.S
[134/624] Compiling err_data.cc
[136/624] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[137/624] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[139/624] Compiling CryptoSwift CCM.swift
[140/624] Compiling CryptoSwift CFB.swift
[141/624] Compiling UncommonCrypto SecureRandom.swift
[142/624] Compiling CryptoSwift BitwiseOps.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/624] Compiling CryptoSwift CS.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/624] Compiling CryptoSwift 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 |
[145/624] Compiling CryptoSwift Comparable.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/624] Compiling CryptoSwift DataConversion.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/624] Compiling CryptoSwift Division.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/624] Compiling Digest SHA1.swift
[149/624] Emitting module UncommonCrypto
[150/624] Emitting module Digest
BUILD FAILURE 6.1 linux