Build Information
Failed to build Citadel, reference main (43a066
), with Swift 6.1 for Android on 2 Sep 2025 07:11:47 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Citadel.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/orlandos-nl/Citadel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43a0664 Improve test matrix
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
43a0664e763daf8765e13e289b7e7deffdc2e9b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/Citadel.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/Citadel.git
https://github.com/orlandos-nl/Citadel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio-ssh",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.4",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Joannis/swift-nio-ssh.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.12.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "colorizeswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtynior/ColorizeSwift.git"
}
],
"manifest_display_name" : "Citadel",
"name" : "Citadel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Citadel",
"targets" : [
"Citadel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CitadelServerExample",
"targets" : [
"CitadelServerExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CitadelTests",
"module_type" : "SwiftTarget",
"name" : "CitadelTests",
"path" : "Tests/CitadelTests",
"product_dependencies" : [
"NIOSSH",
"BigInt",
"Logging"
],
"sources" : [
"Citadel2Tests.swift",
"EndToEndTests.swift",
"KeyTests.swift"
],
"target_dependencies" : [
"Citadel"
],
"type" : "test"
},
{
"c99name" : "CitadelServerExample",
"module_type" : "SwiftTarget",
"name" : "CitadelServerExample",
"path" : "Sources/CitadelServerExample",
"product_dependencies" : [
"ColorizeSwift"
],
"product_memberships" : [
"CitadelServerExample"
],
"sources" : [
"EchoShell/BasicCommands.swift",
"EchoShell/EchoShell.swift",
"EchoShell/Extensions.swift",
"EchoShell/Terminal.swift",
"HostKeyFile.swift",
"Server.swift"
],
"target_dependencies" : [
"Citadel"
],
"type" : "executable"
},
{
"c99name" : "Citadel",
"module_type" : "SwiftTarget",
"name" : "Citadel",
"path" : "Sources/Citadel",
"product_dependencies" : [
"NIOSSH",
"Crypto",
"_CryptoExtras",
"BigInt",
"Logging"
],
"product_memberships" : [
"Citadel",
"CitadelServerExample"
],
"sources" : [
"Algorithms/AES.swift",
"Algorithms/DH-Helpers.swift",
"Algorithms/DiffieHellmanGroup14Sha1.swift",
"Algorithms/DiffieHellmanGroup14Sha256.swift",
"Algorithms/RSA.swift",
"BCrypt.swift",
"ByteBufferHelpers.swift",
"ChannelUnwrapper.swift",
"Client.swift",
"ClientSession.swift",
"DirectTCPIP/Client/DirectTCPIP+Client.swift",
"DirectTCPIP/Server/DirectTCPIP+Server.swift",
"Errors.swift",
"Exec/Client/ExecClient.swift",
"Exec/Server/ExecDelegate.swift",
"Exec/Server/ExecHandler.swift",
"NIOGlueHandler.swift",
"OpenSSHKey.swift",
"SFTP/Client/SFTPClient.swift",
"SFTP/Client/SFTPClientInboundHandler.swift",
"SFTP/Client/SFTPFile.swift",
"SFTP/SFTPBasicEnums.swift",
"SFTP/SFTPFileFlags.swift",
"SFTP/SFTPMessage.swift",
"SFTP/SFTPMessageParser.swift",
"SFTP/SFTPSerializer.swift",
"SFTP/Server/SFTPServer.swift",
"SFTP/Server/SFTPServerInboundHandler.swift",
"SSHAuthenticationMethod.swift",
"SSHCert.swift",
"SSHConnectionPoolSettings.swift",
"SSHKeyTypeDetection.swift",
"Server.swift",
"Shell/Server/ShellDelegate.swift",
"TTY/Client/TTY.swift"
],
"target_dependencies" : [
"CCitadelBcrypt"
],
"type" : "library"
},
{
"c99name" : "CCitadelBcrypt",
"module_type" : "ClangTarget",
"name" : "CCitadelBcrypt",
"path" : "Sources/CCitadelBcrypt",
"product_memberships" : [
"Citadel",
"CitadelServerExample"
],
"sources" : [
"bcrypt-kdf.c",
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/apple/swift-log.git
[1/4826] Fetching bigint
[195/5117] Fetching bigint, colorizeswift
[495/7951] Fetching bigint, colorizeswift, swift-nio-ssh
[1083/11854] Fetching bigint, colorizeswift, swift-nio-ssh, swift-log
[2082/28228] Fetching bigint, colorizeswift, swift-nio-ssh, swift-log, swift-crypto
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (1.03s)
[9231/25394] Fetching bigint, colorizeswift, swift-log, swift-crypto
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (1.43s)
Fetched https://github.com/apple/swift-log.git from cache (1.43s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.45s)
[1802/16374] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.09s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.4 (6.19s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetching https://github.com/apple/swift-nio.git
[1/77954] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.96s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (10.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.26s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
[2719/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
[4349/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (3.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.89s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.00s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.83s)
Creating working copy for https://github.com/Joannis/swift-nio-ssh.git
Working copy of https://github.com/Joannis/swift-nio-ssh.git resolved at 0.3.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.4.0
Creating working copy for https://github.com/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/426] Write sources
[8/426] Compiling CCitadelBcrypt bcrypt.c
[9/426] Write sources
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:44:9: warning: 'BCRYPT_WORDS' macro redefined [-Wmacro-redefined]
44 | #define BCRYPT_WORDS 8
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt.h:31:9: note: previous definition is here
31 | #define BCRYPT_WORDS 6 /* Ciphertext words */
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:163:5: error: call to undeclared function 'getentropy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
163 | getentropy(key, keylen);
| ^
1 warning and 1 error generated.
[11/426] Compiling CCitadelBcrypt bcrypt-kdf.c
[11/426] Compiling a_d2i_fp.cc
[11/426] Compiling _AtomicsShims.c
[11/426] Compiling a_octet.cc
[11/426] Compiling a_object.cc
[11/426] Compiling div.cc
[11/426] Compiling CCitadelBcrypt blf.c
[11/426] Write swift-version-24593BA9C3E375BF.txt
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/415] Write sources
[11/415] Compiling CNIOWindows WSAStartup.c
[11/415] Compiling CNIOWindows shim.c
[13/415] Compiling CNIOWASI CNIOWASI.c
[13/415] Compiling _AtomicsShims.c
[15/415] Compiling CNIOLinux liburing_shims.c
[16/415] Compiling CNIOPosix event_loop_id.c
[17/415] Compiling CNIODarwin shim.c
[18/415] Compiling fiat_p256_adx_sqr.S
[19/415] Compiling fiat_curve25519_adx_square.S
[20/415] Compiling fiat_p256_adx_mul.S
[21/415] Compiling CNIOLinux shim.c
[22/415] Compiling fiat_curve25519_adx_mul.S
[23/415] Compiling md5-x86_64-linux.S
[24/415] Compiling md5-x86_64-apple.S
[25/415] Compiling md5-586-linux.S
[26/415] Compiling md5-586-apple.S
[27/415] Compiling chacha20_poly1305_x86_64-linux.S
[28/415] Compiling chacha20_poly1305_armv8-win.S
[29/415] Compiling chacha20_poly1305_x86_64-apple.S
[30/415] Compiling chacha20_poly1305_armv8-apple.S
[31/415] Compiling chacha-x86_64-linux.S
[32/415] Compiling chacha20_poly1305_armv8-linux.S
[33/415] Compiling chacha-x86_64-apple.S
[34/415] Compiling chacha-x86-linux.S
[35/415] Compiling chacha-x86-apple.S
[36/415] Compiling CCryptoBoringSSLShims shims.c
[37/415] Compiling chacha-armv8-win.S
[38/415] Compiling chacha-armv8-apple.S
[39/415] Compiling chacha-armv8-linux.S
[40/415] Compiling aes128gcmsiv-x86_64-linux.S
[41/415] Compiling chacha-armv4-linux.S
[42/415] Compiling aes128gcmsiv-x86_64-apple.S
[43/415] Compiling x86_64-mont5-apple.S
[44/415] Compiling x86_64-mont5-linux.S
[45/415] Compiling x86_64-mont-linux.S
[46/415] Compiling x86_64-mont-apple.S
[47/415] Compiling x86-mont-apple.S
[48/415] Compiling vpaes-x86_64-linux.S
[49/415] Compiling x86-mont-linux.S
[50/415] Compiling err_data.cc
[51/415] Compiling vpaes-x86_64-apple.S
[51/415] Compiling vpaes-armv8-win.S
[53/415] Compiling vpaes-x86-linux.S
[54/415] Compiling vpaes-x86-apple.S
[55/415] Compiling vpaes-armv8-apple.S
[56/415] Compiling vpaes-armv7-linux.S
[57/415] Compiling vpaes-armv8-linux.S
[58/415] Compiling sha512-x86_64-linux.S
[59/415] Compiling sha512-x86_64-apple.S
[60/415] Compiling sha512-armv8-win.S
[61/415] Compiling sha512-armv8-apple.S
[62/415] Compiling sha512-armv4-linux.S
[63/415] Compiling sha512-armv8-linux.S
[64/415] Compiling sha512-586-linux.S
[65/415] Compiling sha512-586-apple.S
[66/415] Compiling sha256-x86_64-apple.S
[67/415] Compiling sha256-armv8-win.S
[68/415] Compiling sha256-x86_64-linux.S
[69/415] Compiling sha256-armv8-apple.S
[70/415] Compiling sha256-armv8-linux.S
[71/415] Compiling sha256-armv4-linux.S
[72/415] Compiling sha1-x86_64-linux.S
[73/415] Compiling sha256-586-apple.S
[74/415] Compiling sha256-586-linux.S
[75/415] Compiling sha1-x86_64-apple.S
[76/415] Compiling sha1-armv8-apple.S
[77/415] Compiling sha1-armv4-large-linux.S
[78/415] Compiling sha1-armv8-win.S
[79/415] Compiling sha1-586-linux.S
[80/415] Compiling sha1-armv8-linux.S
[81/415] Compiling sha1-586-apple.S
[82/415] Compiling rsaz-avx2-apple.S
[83/415] Compiling rsaz-avx2-linux.S
[84/415] Compiling rdrand-x86_64-linux.S
[85/415] Compiling rdrand-x86_64-apple.S
[86/415] Compiling p256_beeu-x86_64-asm-linux.S
[87/415] Compiling p256_beeu-x86_64-asm-apple.S
[88/415] Compiling p256_beeu-armv8-asm-win.S
[89/415] Compiling p256_beeu-armv8-asm-apple.S
[90/415] Compiling p256_beeu-armv8-asm-linux.S
[91/415] Compiling p256-x86_64-asm-linux.S
[92/415] Compiling p256-armv8-asm-win.S
[93/415] Compiling p256-x86_64-asm-apple.S
[94/415] Compiling p256-armv8-asm-linux.S
[95/415] Compiling ghashv8-armv8-linux.S
[96/415] Compiling p256-armv8-asm-apple.S
[97/415] Compiling ghashv8-armv8-win.S
[98/415] Compiling ghashv8-armv8-apple.S
[99/415] Compiling ghashv8-armv7-linux.S
[100/415] Compiling ghash-x86_64-linux.S
[101/415] Compiling ghash-x86_64-apple.S
[102/415] Compiling ghash-x86-linux.S
[103/415] Compiling ghash-x86-apple.S
[104/415] Compiling ghash-ssse3-x86_64-linux.S
[105/415] Compiling ghash-ssse3-x86-linux.S
[106/415] Compiling ghash-ssse3-x86_64-apple.S
[107/415] Compiling ghash-ssse3-x86-apple.S
[108/415] Compiling ghash-neon-armv8-win.S
[109/415] Compiling ghash-neon-armv8-apple.S
[110/415] Compiling ghash-neon-armv8-linux.S
[111/415] Compiling ghash-armv4-linux.S
[112/415] Compiling co-586-linux.S
[113/415] Compiling co-586-apple.S
[114/415] Compiling bn-armv8-win.S
[115/415] Compiling bn-armv8-linux.S
[116/415] Compiling bsaes-armv7-linux.S
[117/415] Compiling bn-armv8-apple.S
[118/415] Compiling bn-586-apple.S
[119/415] Compiling armv8-mont-win.S
[120/415] Compiling bn-586-linux.S
[121/415] Compiling armv8-mont-linux.S
[122/415] Compiling armv8-mont-apple.S
[123/415] Compiling armv4-mont-linux.S
[124/415] Compiling aesv8-gcm-armv8-win.S
[125/415] Compiling aesv8-armv8-win.S
[126/415] Compiling aesv8-gcm-armv8-linux.S
[127/415] Compiling aesv8-gcm-armv8-apple.S
[128/415] Compiling aesv8-armv8-apple.S
[129/415] Compiling aesv8-armv8-linux.S
[130/415] Compiling aesni-x86_64-linux.S
[131/415] Compiling aesni-x86-apple.S
[132/415] Compiling aesni-x86_64-apple.S
[133/415] Compiling aesv8-armv7-linux.S
[134/415] Compiling aesni-x86-linux.S
[135/415] Compiling aesni-gcm-x86_64-linux.S
[136/415] Compiling aesni-gcm-x86_64-apple.S
[137/415] Compiling aes-gcm-avx512-x86_64-apple.S
[138/415] Compiling aes-gcm-avx512-x86_64-linux.S
[139/415] Compiling aes-gcm-avx2-x86_64-linux.S
[140/415] Compiling aes-gcm-avx2-x86_64-apple.S
[141/415] Compiling xwing.cc
[142/415] Compiling x_x509.cc
[143/415] Compiling x_val.cc
[144/415] Compiling x_spki.cc
[145/415] Compiling x_x509a.cc
[146/415] Write swift-version-24593BA9C3E375BF.txt
[147/415] Compiling c-nioatomics.c
[148/419] Compiling x_sig.cc
[149/419] Compiling x_req.cc
[150/438] Compiling x_name.cc
[151/438] Compiling x_pubkey.cc
[152/443] Compiling x_exten.cc
[153/443] Compiling c-atomics.c
[154/465] Compiling x_crl.cc
[156/486] Emitting module NIOConcurrencyHelpers
[157/486] Compiling BigInt Addition.swift
[158/486] Compiling BigInt BigInt.swift
[159/487] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[160/487] Compiling BigInt GCD.swift
[161/487] Compiling BigInt Hashable.swift
[162/487] Compiling BigInt Exponentiation.swift
[163/487] Compiling BigInt Floating Point Conversion.swift
[164/487] Compiling BigInt Codable.swift
[165/487] Compiling BigInt Comparable.swift
[166/487] Compiling BigInt Data Conversion.swift
[167/487] Compiling BigInt Division.swift
[168/487] Compiling _NIOBase64 Base64.swift
[169/487] Emitting module _NIOBase64
[170/488] Compiling Logging LogHandler.swift
[171/488] Emitting module InternalCollectionsUtilities
[172/488] Compiling BigInt BigUInt.swift
[173/488] Compiling BigInt Bitwise Ops.swift
[174/488] Compiling BigInt Strideable.swift
[175/488] Compiling BigInt String Conversion.swift
[176/488] Compiling NIOConcurrencyHelpers NIOLock.swift
[178/490] Compiling NIOConcurrencyHelpers lock.swift
[181/492] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[182/492] Compiling _NIODataStructures Heap.swift
[183/492] Compiling _NIODataStructures PriorityQueue.swift
[184/492] Emitting module _NIODataStructures
[185/492] Compiling _NIODataStructures _TinyArray.swift
[186/493] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[187/494] Compiling BigInt Prime Test.swift
[188/494] Compiling BigInt Random.swift
[189/494] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[190/494] Compiling NIOConcurrencyHelpers atomics.swift
[191/495] Compiling BigInt Integer Conversion.swift
[192/495] Compiling BigInt Multiplication.swift
[195/495] Compiling SwiftASN1 DER.swift
[196/495] Compiling SwiftASN1 Errors.swift
[198/495] Emitting module BigInt
[200/513] Wrapping AST for _NIOBase64 for debugging
[201/513] Wrapping AST for InternalCollectionsUtilities for debugging
[203/513] Compiling Atomics OptionalRawRepresentable.swift
[204/513] Compiling Atomics RawRepresentable.swift
[205/513] Compiling Atomics AtomicBool.swift
[205/513] Wrapping AST for _NIODataStructures for debugging
[207/513] Compiling Atomics UnsafeAtomic.swift
[208/513] Compiling Atomics UnsafeAtomicLazyReference.swift
[208/515] Wrapping AST for NIOConcurrencyHelpers for debugging
[210/515] Compiling Atomics ManagedAtomic.swift
[211/515] Compiling Atomics ManagedAtomicLazyReference.swift
[212/530] Compiling Atomics AtomicStorage.swift
[213/530] Compiling Atomics AtomicValue.swift
[214/530] Compiling DequeModule Deque+Hashable.swift
[215/530] Compiling DequeModule Deque._UnsafeHandle.swift
[216/530] Compiling DequeModule Deque+CustomReflectable.swift
[217/530] Compiling DequeModule Deque+Descriptions.swift
[218/532] Compiling Atomics IntegerOperations.swift
[219/532] Compiling Atomics Unmanaged extensions.swift
[220/532] Compiling DequeModule _DequeBuffer.swift
[221/532] Compiling DequeModule _DequeBufferHeader.swift
[222/532] Compiling DequeModule Deque+Testing.swift
[223/532] Compiling DequeModule Deque._Storage.swift
[226/532] Compiling DequeModule Deque+Extras.swift
[229/532] Compiling BigInt Subtraction.swift
[230/532] Compiling BigInt Words and Bits.swift
[231/532] Compiling DequeModule Deque+Equatable.swift
[232/532] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[235/532] Emitting module SwiftASN1
[236/532] Compiling DequeModule _DequeSlot.swift
[237/532] Compiling DequeModule _UnsafeWrappedBuffer.swift
[239/532] Compiling DequeModule Deque.swift
[240/532] Compiling DequeModule Deque+Codable.swift
[241/532] Compiling DequeModule Deque+Collection.swift
[241/532] Compiling x_all.cc
[242/532] Compiling x_attrib.cc
[244/532] Emitting module DequeModule
[254/534] Compiling Logging Locks.swift
[255/534] Emitting module Logging
[256/534] Compiling Logging MetadataProvider.swift
[258/534] Wrapping AST for DequeModule for debugging
[271/535] Wrapping AST for SwiftASN1 for debugging
[273/535] Compiling Logging Logging.swift
[275/536] Compiling ColorizeSwift ColorizeSwift.swift
[276/536] Emitting module ColorizeSwift
[284/537] Compiling x_algor.cc
[286/537] Emitting module Atomics
[286/538] Wrapping AST for Logging for debugging
[288/538] Wrapping AST for ColorizeSwift for debugging
[289/538] Compiling x509spki.cc
[290/599] Compiling x509rset.cc
[291/599] Compiling x509name.cc
[292/599] Compiling x509_vpm.cc
[293/599] Compiling x509cset.cc
[294/599] Compiling x509_txt.cc
[295/599] Compiling x509_vfy.cc
[296/599] Compiling x509_v3.cc
[298/599] Compiling NIOCore NIOAny.swift
[299/599] Compiling NIOCore NIOCloseOnErrorHandler.swift
[300/599] Compiling NIOCore NIOCoreSendableMetatype.swift
[301/599] Compiling NIOCore NIOLoopBound.swift
[302/599] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[303/599] Compiling NIOCore NIOScheduledCallback.swift
[304/599] Compiling NIOCore NIOSendable.swift
[305/599] Compiling NIOCore RecvByteBufferAllocator.swift
[305/607] Compiling x509_trs.cc
[306/607] Compiling x509_set.cc
[307/607] Compiling x509_req.cc
[308/607] Compiling x509_obj.cc
[310/607] Compiling NIOCore IOData.swift
[311/607] Compiling NIOCore IPProtocol.swift
[312/607] Compiling NIOCore IntegerBitPacking.swift
[313/607] Compiling NIOCore IntegerTypes.swift
[314/607] Compiling NIOCore Interfaces.swift
[315/607] Compiling NIOCore Linux.swift
[316/607] Compiling NIOCore MarkedCircularBuffer.swift
[317/607] Compiling NIOCore MulticastChannel.swift
[317/607] Compiling x509_lu.cc
[318/607] Compiling x509_ext.cc
[319/607] Compiling x509_def.cc
[320/607] Compiling x509_d2.cc
[322/607] Compiling NIOCore EventLoopFuture+Deprecated.swift
[323/607] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[324/607] Compiling NIOCore EventLoopFuture.swift
[325/607] Compiling NIOCore FileDescriptor.swift
[326/607] Compiling NIOCore FileHandle.swift
[327/607] Compiling NIOCore FileRegion.swift
[328/607] Compiling NIOCore GlobalSingletons.swift
[329/607] Compiling NIOCore IO.swift
[329/607] Compiling x509_cmp.cc
[330/607] Compiling x509_att.cc
[331/607] Compiling x509.cc
[332/607] Compiling v3_utl.cc
[333/607] Compiling v3_skey.cc
[335/607] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[336/607] Compiling NIOCore SocketAddresses.swift
[337/607] Compiling NIOCore SocketOptionProvider.swift
[338/607] Compiling NIOCore SystemCallHelpers.swift
[339/607] Compiling NIOCore TimeAmount+Duration.swift
[340/607] Compiling NIOCore TypeAssistedChannelHandler.swift
[341/607] Compiling NIOCore UniversalBootstrapSupport.swift
[342/607] Compiling NIOCore Utilities.swift
[342/607] Compiling v3_prn.cc
[344/607] Compiling NIOCore CircularBuffer.swift
[345/607] Compiling NIOCore Codec.swift
[346/607] Compiling NIOCore ConvenienceOptionSupport.swift
[347/607] Compiling NIOCore DeadChannel.swift
[348/607] Compiling NIOCore DispatchQueue+WithFuture.swift
[349/607] Compiling NIOCore EventLoop+Deprecated.swift
[350/607] Compiling NIOCore EventLoop+SerialExecutor.swift
[351/607] Compiling NIOCore EventLoop.swift
[352/607] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[352/607] Compiling v3_purp.cc
[353/607] Compiling v3_pcons.cc
[354/607] Compiling v3_ocsp.cc
[355/607] Compiling v3_pmaps.cc
[356/607] Compiling v3_ncons.cc
[357/607] Compiling v3_lib.cc
[358/607] Compiling v3_int.cc
[359/607] Compiling v3_info.cc
[360/607] Compiling v3_genn.cc
[361/607] Compiling v3_extku.cc
[362/607] Compiling v3_ia5.cc
[363/607] Compiling v3_crld.cc
[364/607] Compiling v3_enum.cc
[365/607] Compiling v3_cpols.cc
[366/607] Compiling v3_akeya.cc
[367/607] Compiling v3_bcons.cc
[368/607] Compiling v3_conf.cc
[369/607] Compiling v3_bitst.cc
[370/607] Compiling v3_alt.cc
[372/607] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[373/607] Compiling NIOCore BSDSocketAPI.swift
[374/607] Compiling NIOCore ByteBuffer-aux.swift
[375/607] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[376/607] Compiling NIOCore ByteBuffer-conversions.swift
[377/607] Compiling NIOCore ByteBuffer-core.swift
[378/607] Compiling NIOCore ByteBuffer-hex.swift
[379/607] Compiling NIOCore ByteBuffer-int.swift
[380/607] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[381/607] Compiling NIOCore AddressedEnvelope.swift
[382/607] Compiling NIOCore AsyncAwaitSupport.swift
[383/607] Compiling NIOCore AsyncChannel.swift
[384/607] Compiling NIOCore AsyncChannelHandler.swift
[385/607] Compiling NIOCore AsyncChannelInboundStream.swift
[386/607] Compiling NIOCore AsyncChannelOutboundWriter.swift
[387/607] Compiling NIOCore NIOAsyncSequenceProducer.swift
[388/607] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[389/607] Compiling NIOCore NIOAsyncWriter.swift
[390/607] Compiling NIOCore ByteBuffer-multi-int.swift
[391/607] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[392/607] Compiling NIOCore ByteBuffer-views.swift
[393/607] Compiling NIOCore Channel.swift
[394/607] Compiling NIOCore ChannelHandler.swift
[395/607] Compiling NIOCore ChannelHandlers.swift
[396/607] Compiling NIOCore ChannelInvoker.swift
[397/607] Compiling NIOCore ChannelOption.swift
[398/607] Compiling NIOCore ChannelPipeline.swift
[398/607] Compiling v3_akey.cc
[399/607] Compiling t_x509a.cc
[400/607] Compiling t_x509.cc
[401/607] Compiling t_crl.cc
[402/607] Compiling t_req.cc
[403/607] Compiling rsa_pss.cc
[405/607] Emitting module NIOCore
[405/608] Compiling i2d_pr.cc
[407/608] Compiling policy.cc
[408/608] Compiling name_print.cc
[409/660] Wrapping AST for NIOCore for debugging
[410/660] Compiling by_file.cc
[412/660] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[412/660] Compiling by_dir.cc
[413/660] Compiling asn1_gen.cc
[414/660] Compiling algorithm.cc
[416/660] Compiling NIOEmbedded AsyncTestingChannel.swift
[417/660] Emitting module NIOEmbedded
[417/660] Compiling a_verify.cc
[419/660] Compiling NIOEmbedded Embedded.swift
[420/661] Compiling a_sign.cc
[421/661] Wrapping AST for NIOEmbedded for debugging
[422/661] Compiling thread_win.cc
[423/661] Compiling a_digest.cc
[424/661] Compiling voprf.cc
[425/661] Compiling trust_token.cc
[426/661] Compiling thread_pthread.cc
[427/661] Compiling pmbtoken.cc
[428/661] Compiling thread.cc
[429/661] Compiling thread_none.cc
[430/661] Compiling stack.cc
[432/661] Compiling NIOPosix Socket.swift
[433/661] Compiling NIOPosix SocketChannel.swift
[434/661] Compiling NIOPosix SocketProtocols.swift
[435/661] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[436/661] Compiling NIOPosix System.swift
[437/661] Compiling NIOPosix Thread.swift
[437/667] Compiling sha512.cc
[438/667] Compiling siphash.cc
[439/667] Compiling slhdsa.cc
[440/667] Compiling sha256.cc
[441/667] Compiling sha1.cc
[443/667] Compiling NIOPosix Pool.swift
[444/667] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[445/667] Compiling NIOPosix PosixSingletons.swift
[446/667] Compiling NIOPosix RawSocketBootstrap.swift
[447/667] Compiling NIOPosix Resolver.swift
[448/667] Compiling NIOPosix Selectable.swift
[449/667] Compiling NIOPosix SelectableChannel.swift
[450/667] Compiling NIOPosix SelectableEventLoop.swift
[451/667] Compiling NIOPosix SelectorEpoll.swift
[452/667] Compiling NIOPosix SelectorGeneric.swift
[453/667] Compiling NIOPosix SelectorKqueue.swift
[454/667] Compiling NIOPosix SelectorUring.swift
[455/667] Compiling NIOPosix ServerSocket.swift
[455/667] Compiling spake2plus.cc
[456/667] Compiling rsa_print.cc
[457/667] Compiling rsa_extra.cc
[458/667] Compiling refcount.cc
[459/667] Compiling rc4.cc
[461/667] Compiling NIOPosix ThreadPosix.swift
[462/667] Compiling NIOPosix ThreadWindows.swift
[463/667] Compiling NIOPosix UnsafeTransfer.swift
[464/667] Compiling NIOPosix Utilities.swift
[465/667] Compiling NIOPosix VsockAddress.swift
[466/667] Compiling NIOPosix VsockChannelEvents.swift
[466/667] Compiling rsa_crypt.cc
[467/667] Compiling trusty.cc
[469/667] Compiling NIOPosix BSDSocketAPICommon.swift
[470/667] Compiling NIOPosix BSDSocketAPIPosix.swift
[471/667] Compiling NIOPosix BSDSocketAPIWindows.swift
[472/667] Compiling NIOPosix BaseSocket.swift
[473/667] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[474/667] Compiling NIOPosix BaseSocketChannel.swift
[475/667] Compiling NIOPosix BaseStreamSocketChannel.swift
[476/667] Emitting module NIOPosix
[476/667] Compiling windows.cc
[477/667] Compiling urandom.cc
[479/667] Compiling NIOPosix IO.swift
[480/667] Compiling NIOPosix IntegerBitPacking.swift
[481/667] Compiling NIOPosix IntegerTypes.swift
[482/667] Compiling NIOPosix Linux.swift
[483/667] Compiling NIOPosix LinuxCPUSet.swift
[484/667] Compiling NIOPosix LinuxUring.swift
[485/667] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[486/667] Compiling NIOPosix NIOPosixSendableMetatype.swift
[487/667] Compiling NIOPosix NIOThreadPool.swift
[488/667] Compiling NIOPosix NonBlockingFileIO.swift
[489/667] Compiling NIOPosix PendingDatagramWritesManager.swift
[490/667] Compiling NIOPosix PendingWritesManager.swift
[491/667] Compiling NIOPosix PipeChannel.swift
[492/667] Compiling NIOPosix PipePair.swift
[493/667] Compiling NIOPosix Bootstrap.swift
[494/667] Compiling NIOPosix ControlMessage.swift
[495/667] Compiling NIOPosix DatagramVectorReadManager.swift
[496/667] Compiling NIOPosix Errors+Any.swift
[497/667] Compiling NIOPosix FileDescriptor.swift
[498/667] Compiling NIOPosix GetaddrinfoResolver.swift
[499/667] Compiling NIOPosix HappyEyeballs.swift
[499/667] Compiling rsa_asn1.cc
[500/668] Compiling getentropy.cc
[502/668] Compiling rand.cc
[503/668] Compiling passive.cc
[504/668] Compiling ios.cc
[505/668] Compiling fork_detect.cc
[506/668] Compiling forkunsafe.cc
[507/668] Compiling poly1305_arm_asm.S
[508/668] Wrapping AST for NIOPosix for debugging
[510/670] Compiling NIO Exports.swift
[510/670] Compiling deterministic.cc
[512/670] Emitting module NIO
[513/671] Compiling poly1305_vec.cc
[514/671] Compiling poly1305.cc
[515/671] Compiling poly1305_arm.cc
[516/671] Compiling pool.cc
[517/671] Compiling pkcs8.cc
[518/671] Compiling pkcs8_x509.cc
[519/671] Compiling pkcs7.cc
[520/671] Compiling p5_pbev2.cc
[521/676] Wrapping AST for NIO for debugging
[522/676] Compiling pem_xaux.cc
[524/676] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[524/676] Compiling pkcs7_x509.cc
[526/676] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[527/676] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[527/676] Compiling pem_x509.cc
[529/676] Emitting module NIOFoundationCompat
[529/676] Compiling pem_pkey.cc
[530/676] Compiling pem_pk8.cc
[532/676] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[533/677] Wrapping AST for NIOFoundationCompat for debugging
[534/677] Compiling obj_xref.cc
[535/677] Compiling pem_oth.cc
[536/677] Compiling mlkem.cc
[537/677] Compiling pem_lib.cc
[538/677] Compiling pem_info.cc
[539/677] Compiling obj.cc
[540/677] Compiling pem_all.cc
[541/677] Compiling poly_rq_mul.S
[542/677] Compiling mldsa.cc
[543/677] Compiling lhash.cc
[544/677] Compiling fips_shared_support.cc
[545/677] Compiling mem.cc
[546/677] Compiling kyber.cc
[547/677] Compiling md5.cc
[548/677] Compiling md4.cc
[549/677] Compiling fuzzer_mode.cc
[550/677] Compiling hrss.cc
[551/677] Compiling ex_data.cc
[552/677] Compiling hpke.cc
[553/677] Compiling sign.cc
[554/677] Compiling scrypt.cc
[555/677] Compiling print.cc
[556/677] Compiling pbkdf.cc
[557/677] Compiling p_x25519.cc
[558/677] Compiling p_x25519_asn1.cc
[559/677] Compiling p_rsa_asn1.cc
[560/677] Compiling p_hkdf.cc
[561/677] Compiling p_ed25519.cc
[562/677] Compiling p_rsa.cc
[563/677] Compiling p_ed25519_asn1.cc
[564/677] Compiling p_ec.cc
[565/677] Compiling p_ec_asn1.cc
[566/677] Compiling p_dh_asn1.cc
[567/677] Compiling p_dh.cc
[568/677] Compiling p_dsa_asn1.cc
[569/677] Compiling engine.cc
[570/677] Compiling evp_ctx.cc
[571/677] Compiling err.cc
[572/677] Compiling evp.cc
[573/677] Compiling ecdsa_p1363.cc
[574/677] Compiling evp_asn1.cc
[575/677] Compiling ecdh.cc
[576/677] Compiling ecdsa_asn1.cc
[577/677] Compiling ec_derive.cc
[578/677] Compiling ec_asn1.cc
[579/677] Compiling hash_to_curve.cc
[580/677] Compiling dsa.cc
[581/677] Compiling bcm.cc
[582/677] Compiling dsa_asn1.cc
[583/677] Compiling x25519-asm-arm.S
[584/677] Compiling digest_extra.cc
[585/677] Compiling params.cc
[586/677] Compiling dh_asn1.cc
[587/677] Compiling des.cc
[588/677] Compiling curve25519_64_adx.cc
[589/677] Compiling spake25519.cc
[590/677] Compiling curve25519.cc
[591/677] Compiling crypto.cc
[592/677] Compiling cpu_intel.cc
[593/677] Compiling cpu_arm_freebsd.cc
[594/677] Compiling cpu_arm_linux.cc
[595/677] Compiling cpu_aarch64_sysreg.cc
[596/677] Compiling cpu_aarch64_linux.cc
[597/677] Compiling cpu_aarch64_openbsd.cc
[598/677] Compiling cpu_aarch64_win.cc
[599/677] Compiling cpu_aarch64_fuchsia.cc
[600/677] Compiling get_cipher.cc
[601/677] Compiling cpu_aarch64_apple.cc
[602/677] Compiling conf.cc
[603/677] Compiling e_rc4.cc
[604/677] Compiling e_null.cc
[605/677] Compiling cms.cc
[606/677] Compiling tls_cbc.cc
[607/677] Compiling e_tls.cc
[608/677] Compiling e_des.cc
[609/677] Compiling e_rc2.cc
[610/677] Compiling derive_key.cc
[611/677] Compiling e_chacha20poly1305.cc
[612/677] Compiling e_aeseax.cc
[613/677] Compiling e_aesgcmsiv.cc
[614/677] Compiling chacha.cc
[615/677] Compiling e_aesctrhmac.cc
[616/677] Compiling unicode.cc
[617/677] Compiling cbs.cc
[618/677] Compiling cbb.cc
[619/677] Compiling div.cc
[620/677] Compiling asn1_compat.cc
[621/677] Compiling buf.cc
[622/677] Compiling sqrt.cc
[623/677] Compiling exponentiation.cc
[624/677] Compiling ber.cc
[625/677] Compiling blake2.cc
[626/677] Compiling hexdump.cc
[627/677] Compiling bn_asn1.cc
[628/677] Compiling printf.cc
[629/677] Compiling pair.cc
[630/677] Compiling convert.cc
[631/677] Compiling file.cc
[632/677] Compiling fd.cc
[633/677] Compiling bio_mem.cc
[634/677] Compiling errno.cc
[635/677] Compiling base64.cc
[636/677] Compiling bio.cc
[637/677] Compiling tasn_fre.cc
[638/677] Compiling tasn_typ.cc
[639/677] Compiling tasn_new.cc
[640/677] Compiling tasn_utl.cc
[641/677] Compiling tasn_enc.cc
[642/677] Compiling posix_time.cc
[643/677] Compiling asn_pack.cc
[644/677] Compiling asn1_par.cc
[645/677] Compiling f_int.cc
[646/677] Compiling f_string.cc
[647/677] Compiling tasn_dec.cc
[648/677] Compiling asn1_lib.cc
[649/677] Compiling a_octet.cc
[650/677] Compiling a_time.cc
[651/677] Compiling a_type.cc
[652/677] Compiling a_utctm.cc
[653/677] Compiling a_object.cc
[654/677] Compiling a_strnid.cc
[655/677] Compiling a_strex.cc
[656/677] Compiling a_mbstr.cc
[657/677] Compiling a_dup.cc
[658/677] Compiling a_i2d_fp.cc
[659/677] Compiling CCitadelBcrypt blf.c
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:44:9: warning: 'BCRYPT_WORDS' macro redefined [-Wmacro-redefined]
44 | #define BCRYPT_WORDS 8
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt.h:31:9: note: previous definition is here
31 | #define BCRYPT_WORDS 6 /* Ciphertext words */
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:163:5: error: call to undeclared function 'getentropy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
163 | getentropy(key, keylen);
| ^
1 warning and 1 error generated.
[660/677] Compiling CCitadelBcrypt bcrypt-kdf.c
[660/677] Wrapping AST for BigInt for debugging
[660/677] Compiling aes.cc
[660/677] Compiling a_bool.cc
[660/677] Compiling a_int.cc
[660/677] Compiling a_gentm.cc
[660/677] Compiling a_d2i_fp.cc
[660/677] Compiling a_bitstr.cc
BUILD FAILURE 6.1 android