Build Information
Failed to build SwiftCOSE, reference main (c5fc78), with Swift 6.1 for Android on 30 Nov 2025 03:26:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-cose.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Kingpin-Apps/swift-cose
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-0":/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/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/krzyzanowskim/OpenSSL-Package.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/Kingpin-Apps/swift-curve448.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/Sajjon/K1.git
[1/143] Fetching swift-curve448
[144/286] Fetching swift-curve448, uncommoncrypto.swift
[257/376] Fetching swift-curve448, uncommoncrypto.swift, openssl-package
[347/7401] Fetching swift-curve448, uncommoncrypto.swift, openssl-package, swift-certificates
[769/11104] Fetching swift-curve448, uncommoncrypto.swift, openssl-package, swift-certificates, k1
[7862/24209] Fetching swift-curve448, uncommoncrypto.swift, openssl-package, swift-certificates, k1, cryptoswift
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.48s)
[12759/24066] Fetching swift-curve448, openssl-package, swift-certificates, k1, cryptoswift
Fetching https://github.com/leif-ibsen/Digest.git
Fetched https://github.com/Sajjon/K1.git from cache (0.57s)
Fetching https://github.com/KINGH242/PotentCodables.git
[9224/20363] Fetching swift-curve448, openssl-package, swift-certificates, cryptoswift
[10798/22709] Fetching swift-curve448, openssl-package, swift-certificates, cryptoswift, potentcodables
[10986/25302] Fetching swift-curve448, openssl-package, swift-certificates, cryptoswift, potentcodables, digest
Fetched https://github.com/KINGH242/PotentCodables.git from cache (0.50s)
Fetched https://github.com/leif-ibsen/Digest.git from cache (0.60s)
[10928/20363] Fetching swift-curve448, openssl-package, swift-certificates, cryptoswift
Fetched https://github.com/Kingpin-Apps/swift-curve448.git from cache (1.96s)
Fetched https://github.com/krzyzanowskim/OpenSSL-Package.git from cache (1.96s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.96s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.99s)
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.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.30s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (4.85s)
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.65s)
Computing version for https://github.com/KINGH242/PotentCodables.git
Computed https://github.com/KINGH242/PotentCodables.git at 3.6.0 (1.26s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/sharplet/Regex.git
[1/1254] Fetching regex
[817/6080] Fetching regex, bigint
[962/6390] Fetching regex, bigint, float16
[2382/24704] Fetching regex, bigint, float16, swift-collections
Fetched https://github.com/sharplet/Regex.git from cache (1.56s)
[15759/23450] Fetching bigint, float16, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (2.56s)
Fetched https://github.com/attaswift/BigInt.git from cache (2.59s)
Fetched https://github.com/apple/swift-collections.git from cache (2.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (5.86s)
Fetching https://github.com/apple/swift-asn1.git
[1/1663] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (4.35s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (1.28s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.68s)
Computing version for https://github.com/Sajjon/K1.git
Computed https://github.com/Sajjon/K1.git at 0.6.0 (1.86s)
Computing version for https://github.com/krzyzanowskim/OpenSSL-Package.git
Computed https://github.com/krzyzanowskim/OpenSSL-Package.git at 3.3.3001 (1.30s)
Computing version for https://github.com/leif-ibsen/Digest.git
Computed https://github.com/leif-ibsen/Digest.git at 1.13.0 (1.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (4.46s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.07s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (4.95s)
Creating working copy for https://github.com/Sajjon/K1.git
Working copy of https://github.com/Sajjon/K1.git resolved at 0.6.0
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/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/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/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/KINGH242/PotentCodables.git
Working copy of https://github.com/KINGH242/PotentCodables.git resolved at 3.6.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/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-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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
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 (5.30s)
Building for debugging...
[0/429] Compiling fy-docstate.c
[1/429] Compiling fy-accel.c
[2/429] Compiling fy-docbuilder.c
[3/429] Compiling fy-composer.c
[4/429] Compiling ecdh_variants.c
[5/429] Compiling lax_der_privatekey_parsing.c
[6/429] Compiling fy-atom.c
[6/429] Write sources
[18/429] Write swift-version-24593BA9C3E375BF.txt
[19/429] Write sources
[20/429] Copying PotentCodables.docc
[21/429] Compiling lax_der_parsing.c
[22/429] Compiling fy-diag.c
[23/429] Compiling precomputed_ecmult_gen.c
[23/429] Write sources
[23/429] Copying PrivacyInfo.xcprivacy
[23/429] Write sources
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: error: call to undeclared function 'qsort_r'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
5871 | qsort_r(fynpp, count, sizeof(*fynpp), fy_node_mapping_sort_cmp, &ctx);
| ^
/host/spi-builder-workspace/.build/checkouts/PotentCodables/Sources/Cfyaml/src/lib/fy-doc.c:5871:2: note: did you mean 'qsort'?
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdlib.h:126:6: note: 'qsort' declared here
126 | void qsort(void* _Nullable __base, size_t __nmemb, size_t __size, int (* _Nonnull __comparator)(const void* _Nullable __lhs, const void* _Nullable __rhs));
| ^
1 error generated.
[38/429] Compiling fy-doc.c
[38/429] Compiling secp256k1.c
[38/429] Compiling xxhash.c
[38/429] Compiling precomputed_ecmult.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/391] Write sources
[1/392] Compiling fiat_curve25519_adx_square.S
[2/392] Compiling fiat_curve25519_adx_mul.S
[2/392] Compiling fiat_p256_adx_sqr.S
[4/392] Compiling md5-x86_64-apple.S
[5/392] Compiling md5-x86_64-linux.S
[6/392] Compiling fiat_p256_adx_mul.S
[7/392] Compiling fy-ctype.c
[8/392] Compiling fy-utf8.c
[9/392] Compiling fy-utils.c
[10/392] Compiling fy-blob.c
[11/392] Compiling xxhash.c
[12/392] Write swift-version-24593BA9C3E375BF.txt
[13/392] Compiling CCryptoBoringSSLShims shims.c
[14/392] Compiling fy-types.c
[15/392] Compiling secp256k1.c
[16/392] Compiling fy-token.c
[17/397] Compiling fy-path.c
[18/405] Compiling fy-walk.c
[20/459] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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.
[21/459] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.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.
[21/460] Compiling fy-parse.c
[23/460] Compiling InternalCollectionsUtilities Descriptions.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.
[24/460] Compiling InternalCollectionsUtilities LifetimeOverride.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.
[25/460] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/460] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/462] Compiling InternalCollectionsUtilities UInt+first and last set bit.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.
[28/462] Compiling InternalCollectionsUtilities UInt+reversed.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.
[29/462] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.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.
[30/462] Compiling InternalCollectionsUtilities Integer rank.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.
[31/462] Compiling Regex ThreadLocal.swift
[32/462] Compiling Regex String+ReplaceMatching.swift
[35/462] Emitting module Digest
[36/462] Compiling InternalCollectionsUtilities _UnsafeBitSet.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.
[39/463] Emitting module Regex
[40/463] Compiling InternalCollectionsUtilities Debugging.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.
[41/463] Compiling Regex Foundation+Ranges.swift
[42/463] Compiling Regex MatchResult.swift
[45/463] Compiling _CertificateInternals _TinyArray.swift
[46/463] Emitting module _CertificateInternals
[47/463] Compiling Regex Options.swift
[48/463] Compiling Regex Regex.swift
[49/465] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[50/465] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[51/465] Compiling Digest SHAKE.swift
[54/566] 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.
[55/566] Compiling CryptoSwift BlockCipher.swift
[56/566] Compiling CryptoSwift BlockDecryptor.swift
[57/566] Compiling CryptoSwift AES.Cryptors.swift
[58/566] Compiling CryptoSwift AES.swift
[59/566] Compiling CryptoSwift ASN1.swift
[60/568] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[62/568] Compiling CryptoSwift AEAD.swift
[63/568] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[65/568] Compiling Digest XOF.swift
[66/568] Compiling CryptoSwift ASN1Decoder.swift
[67/568] Compiling CryptoSwift ASN1Encoder.swift
[67/568] Compiling fy-input.c
[68/568] Compiling fy-event.c
[70/568] Compiling CryptoSwift Authenticator.swift
[71/568] Compiling CryptoSwift BatchedCollection.swift
[73/568] Compiling CryptoSwift BlockEncryptor.swift
[74/568] Compiling CryptoSwift Bit.swift
[76/568] Compiling CryptoSwift ASN1Scanner.swift
[77/568] Compiling CryptoSwift Array+Extension.swift
[82/568] Emitting module InternalCollectionsUtilities
[82/569] Compiling fy-dump.c
[85/569] Compiling Digest MD.swift
/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.
[85/569] Compiling fy-doc.c
[85/569] Compiling fy-emit.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[86/569] 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.
[86/569] Compiling precomputed_ecmult.c
BUILD FAILURE 6.1 android