Build Information
Failed to build Citadel, reference main (48d4a8), with Swift 6.1 for Android on 24 Oct 2025 14:20:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 48d4a85 Bump to Swift 5.9 & handle the lifecycle of an open TCP/IP forward in a structured manner
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
48d4a85cb42bbdb611210c9843258f2ba186fdef
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" : "14.0"
},
{
"name" : "ios",
"version" : "17.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",
"RemotePortForwardTests.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",
"RemotePortForward/Client/RemotePortForward+Client.swift",
"RemotePortForward/Server/RemotePortForward+Server.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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/attaswift/BigInt.git
[1/2845] Fetching swift-nio-ssh
[1822/7671] Fetching swift-nio-ssh, bigint
[3099/7962] Fetching swift-nio-ssh, bigint, colorizeswift
[3958/12012] Fetching swift-nio-ssh, bigint, colorizeswift, swift-log
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.45s)
[7245/11721] Fetching swift-nio-ssh, bigint, swift-log
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (0.49s)
[7911/8876] Fetching bigint, swift-log
[8347/26200] Fetching bigint, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.75s)
[5693/22150] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (2.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.5 (3.58s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
[1/79670] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.13s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (13.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (4.10s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (3.78s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.90s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (1.81s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/5065] Fetching swift-system
[2889/23264] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
[2912/18199] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.99s)
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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.87.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/Joannis/swift-nio-ssh.git
Working copy of https://github.com/Joannis/swift-nio-ssh.git resolved at 0.3.5
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
Building for debugging...
[0/425] 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.
[6/425] Compiling CCitadelBcrypt bcrypt-kdf.c
[6/425] Compiling CCitadelBcrypt blf.c
[6/425] Compiling unicode.cc
[6/425] Compiling chacha.cc
[6/425] Compiling cpu_arm_freebsd.cc
[6/425] Compiling cbs.cc
[6/425] Compiling CCitadelBcrypt bcrypt.c
[6/425] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/419] Write sources
[15/419] Compiling _AtomicsShims.c
[16/419] Compiling CNIOWindows shim.c
[17/419] Compiling CNIOWASI CNIOWASI.c
[18/419] Compiling CNIOWindows WSAStartup.c
[19/419] Compiling CNIOLinux liburing_shims.c
[20/419] Compiling CNIOPosix event_loop_id.c
[20/419] Compiling CNIODarwin shim.c
[22/419] Compiling fiat_p256_adx_sqr.S
[23/419] Compiling fiat_curve25519_adx_square.S
[24/419] Compiling fiat_p256_adx_mul.S
[25/419] Compiling fiat_curve25519_adx_mul.S
[26/419] Compiling CNIOLinux shim.c
[27/419] Compiling md5-x86_64-linux.S
[28/419] Compiling md5-x86_64-apple.S
[29/419] Compiling md5-586-apple.S
[30/419] Compiling md5-586-linux.S
[31/419] Compiling chacha20_poly1305_x86_64-linux.S
[32/419] Compiling chacha20_poly1305_x86_64-apple.S
[33/419] Compiling chacha20_poly1305_armv8-win.S
[34/419] Compiling chacha20_poly1305_armv8-apple.S
[35/419] Compiling chacha-x86_64-linux.S
[36/419] Compiling chacha-x86-linux.S
[37/419] Compiling chacha-x86_64-apple.S
[38/419] Compiling chacha20_poly1305_armv8-linux.S
[39/419] Compiling chacha-x86-apple.S
[40/419] Compiling chacha-armv8-win.S
[41/419] Compiling CCryptoBoringSSLShims shims.c
[42/419] Compiling chacha-armv8-apple.S
[43/419] Compiling chacha-armv8-linux.S
[44/419] Compiling chacha-armv4-linux.S
[45/419] Compiling aes128gcmsiv-x86_64-apple.S
[46/419] Compiling aes128gcmsiv-x86_64-linux.S
[47/419] Compiling x86_64-mont5-linux.S
[48/419] Compiling x86_64-mont5-apple.S
[49/419] Compiling x86_64-mont-apple.S
[50/419] Compiling x86_64-mont-linux.S
[51/419] Compiling x86-mont-linux.S
[52/419] Compiling x86-mont-apple.S
[53/419] Compiling vpaes-x86_64-linux.S
[54/419] Compiling vpaes-x86_64-apple.S
[55/419] Compiling vpaes-x86-linux.S
[56/419] Compiling vpaes-x86-apple.S
[57/419] Compiling vpaes-armv8-win.S
[58/419] Compiling vpaes-armv8-linux.S
[59/419] Compiling vpaes-armv8-apple.S
[60/419] Compiling vpaes-armv7-linux.S
[61/419] Compiling sha512-x86_64-apple.S
[62/419] Compiling sha512-x86_64-linux.S
[63/419] Compiling sha512-armv8-win.S
[64/419] Compiling err_data.cc
[65/419] Compiling sha512-armv8-apple.S
[66/419] Compiling sha512-armv4-linux.S
[67/419] Compiling sha512-586-linux.S
[68/419] Compiling sha512-armv8-linux.S
[69/419] Compiling sha512-586-apple.S
[70/419] Compiling sha256-armv8-win.S
[71/419] Compiling sha256-x86_64-apple.S
[72/419] Compiling sha256-x86_64-linux.S
[73/419] Compiling sha256-armv4-linux.S
[74/419] Compiling sha256-armv8-apple.S
[75/419] Compiling sha256-586-linux.S
[76/419] Compiling sha256-586-apple.S
[77/419] Compiling sha256-armv8-linux.S
[78/419] Compiling sha1-x86_64-linux.S
[79/419] Compiling sha1-armv8-win.S
[80/419] Compiling sha1-x86_64-apple.S
[81/419] Compiling sha1-armv8-apple.S
[82/419] Compiling sha1-armv8-linux.S
[83/419] Compiling sha1-586-apple.S
[84/419] Compiling sha1-586-linux.S
[85/419] Compiling sha1-armv4-large-linux.S
[86/419] Compiling rsaz-avx2-linux.S
[87/419] Compiling rsaz-avx2-apple.S
[88/419] Compiling rdrand-x86_64-linux.S
[89/419] Compiling rdrand-x86_64-apple.S
[90/419] Compiling p256_beeu-x86_64-asm-linux.S
[91/419] Compiling p256_beeu-armv8-asm-win.S
[92/419] Compiling p256_beeu-x86_64-asm-apple.S
[93/419] Compiling p256_beeu-armv8-asm-apple.S
[94/419] Compiling p256-x86_64-asm-linux.S
[95/419] Compiling p256_beeu-armv8-asm-linux.S
[96/419] Compiling p256-x86_64-asm-apple.S
[97/419] Compiling p256-armv8-asm-win.S
[98/419] Compiling p256-armv8-asm-apple.S
[99/419] Compiling ghashv8-armv8-win.S
[100/419] Compiling ghashv8-armv8-apple.S
[101/419] Compiling ghashv8-armv8-linux.S
[102/419] Compiling p256-armv8-asm-linux.S
[103/419] Compiling ghashv8-armv7-linux.S
[104/419] Compiling ghash-x86_64-linux.S
[105/419] Compiling ghash-x86_64-apple.S
[106/419] Compiling ghash-x86-apple.S
[107/419] Compiling ghash-ssse3-x86_64-linux.S
[108/419] Compiling ghash-x86-linux.S
[109/419] Compiling ghash-ssse3-x86-linux.S
[110/419] Compiling ghash-ssse3-x86_64-apple.S
[111/419] Compiling ghash-ssse3-x86-apple.S
[112/419] Compiling ghash-neon-armv8-win.S
[113/419] Compiling ghash-neon-armv8-linux.S
[114/419] Compiling ghash-neon-armv8-apple.S
[115/419] Compiling ghash-armv4-linux.S
[116/419] Compiling co-586-linux.S
[117/419] Compiling bn-armv8-win.S
[118/419] Compiling co-586-apple.S
[119/419] Compiling bsaes-armv7-linux.S
[120/419] Compiling bn-armv8-linux.S
[121/419] Compiling bn-586-apple.S
[122/419] Compiling bn-586-linux.S
[123/419] Compiling bn-armv8-apple.S
[124/419] Compiling armv8-mont-win.S
[125/419] Compiling armv8-mont-linux.S
[126/419] Compiling armv8-mont-apple.S
[127/419] Compiling armv4-mont-linux.S
[128/419] Compiling aesv8-gcm-armv8-win.S
[129/419] Compiling aesv8-gcm-armv8-linux.S
[130/419] Compiling aesv8-gcm-armv8-apple.S
[131/419] Compiling aesv8-armv8-win.S
[132/419] Compiling aesv8-armv8-apple.S
[133/419] Compiling aesv8-armv8-linux.S
[134/419] Compiling aesv8-armv7-linux.S
[135/419] Compiling aesni-x86_64-apple.S
[136/419] Compiling aesni-x86_64-linux.S
[137/419] Compiling aesni-x86-apple.S
[138/419] Compiling aesni-x86-linux.S
[139/419] Compiling aesni-gcm-x86_64-linux.S
[140/419] Compiling aesni-gcm-x86_64-apple.S
[141/419] Compiling aes-gcm-avx512-x86_64-linux.S
[142/419] Compiling aes-gcm-avx512-x86_64-apple.S
[143/419] Compiling aes-gcm-avx2-x86_64-linux.S
[144/419] Compiling aes-gcm-avx2-x86_64-apple.S
[145/419] Compiling xwing.cc
[146/419] Compiling x_sig.cc
[147/419] Compiling x_spki.cc
[148/419] Compiling x_x509a.cc
[149/419] Compiling x_x509.cc
[150/419] Compiling x_req.cc
[151/419] Compiling x_pubkey.cc
[152/419] Compiling x_exten.cc
[153/419] Compiling x_name.cc
[154/419] Compiling x_crl.cc
[155/419] Compiling c-nioatomics.c
[156/419] Write swift-version-24593BA9C3E375BF.txt
[157/419] Compiling x_attrib.cc
[158/419] Compiling x509spki.cc
[159/419] Compiling x_all.cc
[160/419] Compiling x_algor.cc
[161/423] Compiling x509rset.cc
[162/463] Compiling c-atomics.c
[163/463] Compiling x509cset.cc
[164/463] Compiling x509name.cc
[166/492] Emitting module _NIODataStructures
[167/492] Emitting module NIOConcurrencyHelpers
[168/492] Compiling BigInt Hashable.swift
[169/492] Compiling BigInt Random.swift
[170/494] Compiling BigInt Data Conversion.swift
[171/494] Compiling BigInt Division.swift
[172/494] Compiling BigInt Multiplication.swift
[173/494] Compiling BigInt Prime Test.swift
[174/494] Emitting module InternalCollectionsUtilities
[175/494] Compiling BigInt Addition.swift
[176/494] Compiling BigInt BigInt.swift
[177/494] Compiling BigInt BigUInt.swift
[178/494] Compiling BigInt Floating Point Conversion.swift
[179/494] Compiling BigInt GCD.swift
[180/494] Compiling BigInt Exponentiation.swift
[181/494] Compiling BigInt Integer Conversion.swift
[182/494] Compiling BigInt Shifts.swift
[183/494] Compiling BigInt Square Root.swift
[184/494] Emitting module _NIOBase64
[185/494] Compiling _NIOBase64 Base64.swift
[186/495] Compiling NIOConcurrencyHelpers lock.swift
[187/495] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[188/495] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[189/496] Compiling _NIODataStructures Heap.swift
[190/496] Compiling _NIODataStructures PriorityQueue.swift
[191/496] Compiling _NIODataStructures _TinyArray.swift
[197/499] Compiling NIOConcurrencyHelpers atomics.swift
[198/499] Compiling NIOConcurrencyHelpers NIOLock.swift
[199/499] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[200/499] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[200/500] Wrapping AST for _NIODataStructures for debugging
[203/518] Compiling Atomics ManagedAtomicLazyReference.swift
[204/518] Compiling Atomics UnsafeAtomic.swift
[205/533] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[206/533] Compiling DequeModule Deque+Extras.swift
[207/533] Emitting module BigInt
[208/535] Compiling DequeModule Deque+Hashable.swift
[209/535] Compiling DequeModule _DequeBuffer.swift
[210/535] Compiling DequeModule _DequeBufferHeader.swift
[211/535] Compiling DequeModule Deque+Testing.swift
[212/535] Compiling DequeModule Deque._Storage.swift
[212/535] Wrapping AST for _NIOBase64 for debugging
[213/535] Wrapping AST for NIOConcurrencyHelpers for debugging
[215/535] Compiling BigInt Strideable.swift
[216/535] Compiling BigInt String Conversion.swift
[217/535] Compiling DequeModule Deque+Collection.swift
[218/535] Compiling DequeModule Deque+Equatable.swift
[219/537] Compiling DequeModule Deque+CustomReflectable.swift
[220/537] Compiling DequeModule Deque+Descriptions.swift
[220/539] Wrapping AST for InternalCollectionsUtilities for debugging
[222/539] Compiling DequeModule Deque.swift
[223/539] Compiling DequeModule _DequeSlot.swift
[224/539] Compiling DequeModule _UnsafeWrappedBuffer.swift
[225/539] Compiling Atomics UnsafeAtomicLazyReference.swift
[229/539] Compiling DequeModule Deque._UnsafeHandle.swift
[236/539] Compiling Atomics IntegerOperations.swift
[237/539] Compiling Atomics Unmanaged extensions.swift
[241/539] Compiling DequeModule Deque+Codable.swift
[258/539] Emitting module DequeModule
[259/540] Compiling BigInt Subtraction.swift
[260/540] Compiling BigInt Words and Bits.swift
[262/540] Emitting module SwiftASN1
[263/540] Compiling Logging MetadataProvider.swift
[264/540] Emitting module Logging
[266/541] Compiling x509_vpm.cc
[268/541] Wrapping AST for DequeModule for debugging
[272/541] Compiling x509_vfy.cc
[282/542] Wrapping AST for SwiftASN1 for debugging
[285/542] Emitting module ColorizeSwift
[286/542] Compiling ColorizeSwift ColorizeSwift.swift
[287/543] Compiling Logging LogHandler.swift
[288/543] Compiling Logging Locks.swift
[289/543] Compiling Logging Logging.swift
[291/544] Wrapping AST for Logging for debugging
[292/544] Wrapping AST for ColorizeSwift for debugging
[293/544] Compiling x509_v3.cc
[298/544] Emitting module Atomics
[302/545] Compiling x509_txt.cc
[303/545] Compiling x509_set.cc
[304/545] Compiling x509_trs.cc
[305/545] Compiling x509_req.cc
[306/606] Compiling x509_lu.cc
[307/606] Compiling x509_obj.cc
[308/606] Compiling x509_ext.cc
[309/606] Compiling x509_def.cc
[310/606] Compiling x509_d2.cc
[311/606] Compiling x509_cmp.cc
[313/606] Compiling NIOCore NIOAny.swift
[314/606] Compiling NIOCore NIOCloseOnErrorHandler.swift
[315/606] Compiling NIOCore NIOCoreSendableMetatype.swift
[316/606] Compiling NIOCore NIOLoopBound.swift
[317/606] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[318/606] Compiling NIOCore NIOScheduledCallback.swift
[319/606] Compiling NIOCore NIOSendable.swift
[320/606] Compiling NIOCore RecvByteBufferAllocator.swift
[320/614] Compiling x509_att.cc
[321/614] Compiling x509.cc
[322/614] Compiling v3_utl.cc
[323/614] Compiling v3_skey.cc
[324/614] Compiling v3_prn.cc
[325/614] Compiling v3_purp.cc
[327/614] Compiling NIOCore IOData.swift
[328/614] Compiling NIOCore IPProtocol.swift
[329/614] Compiling NIOCore IntegerBitPacking.swift
[330/614] Compiling NIOCore IntegerTypes.swift
[331/614] Compiling NIOCore Interfaces.swift
[332/614] Compiling NIOCore Linux.swift
[333/614] Compiling NIOCore MarkedCircularBuffer.swift
[334/614] Compiling NIOCore MulticastChannel.swift
[334/614] Compiling v3_pmaps.cc
[336/614] Compiling NIOCore EventLoopFuture+Deprecated.swift
[337/614] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[338/614] Compiling NIOCore EventLoopFuture.swift
[339/614] Compiling NIOCore FileDescriptor.swift
[340/614] Compiling NIOCore FileHandle.swift
[341/614] Compiling NIOCore FileRegion.swift
[342/614] Compiling NIOCore GlobalSingletons.swift
[343/614] Compiling NIOCore IO.swift
[343/614] Compiling v3_pcons.cc
[344/614] Compiling v3_ocsp.cc
[345/614] Compiling v3_ncons.cc
[346/614] Compiling v3_lib.cc
[347/614] Compiling v3_int.cc
[348/614] Compiling v3_info.cc
[350/614] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[351/614] Compiling NIOCore SocketAddresses.swift
[352/614] Compiling NIOCore SocketOptionProvider.swift
[353/614] Compiling NIOCore SystemCallHelpers.swift
[354/614] Compiling NIOCore TimeAmount+Duration.swift
[355/614] Compiling NIOCore TypeAssistedChannelHandler.swift
[356/614] Compiling NIOCore UniversalBootstrapSupport.swift
[357/614] Compiling NIOCore Utilities.swift
[357/614] Compiling v3_ia5.cc
[359/614] Compiling NIOCore CircularBuffer.swift
[360/614] Compiling NIOCore Codec.swift
[361/614] Compiling NIOCore ConvenienceOptionSupport.swift
[362/614] Compiling NIOCore DeadChannel.swift
[363/614] Compiling NIOCore DispatchQueue+WithFuture.swift
[364/614] Compiling NIOCore EventLoop+Deprecated.swift
[365/614] Compiling NIOCore EventLoop+SerialExecutor.swift
[366/614] Compiling NIOCore EventLoop.swift
[367/614] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[367/614] Compiling v3_genn.cc
[368/614] Compiling v3_extku.cc
[369/614] Compiling v3_enum.cc
[370/614] Compiling v3_crld.cc
[371/614] Compiling v3_cpols.cc
[372/614] Compiling v3_conf.cc
[373/614] Compiling v3_bitst.cc
[374/614] Compiling v3_bcons.cc
[375/614] Compiling v3_alt.cc
[376/614] Compiling v3_akeya.cc
[377/614] Compiling v3_akey.cc
[378/614] Compiling t_x509a.cc
[379/614] Compiling t_x509.cc
[380/614] Compiling t_req.cc
[381/614] Compiling t_crl.cc
[382/614] Compiling i2d_pr.cc
[383/614] Compiling rsa_pss.cc
[384/614] Compiling policy.cc
[385/614] Compiling name_print.cc
[386/614] Compiling by_file.cc
[387/614] Compiling by_dir.cc
[388/614] Compiling asn1_gen.cc
[390/614] Compiling NIOCore AddressedEnvelope.swift
[391/614] Compiling NIOCore AsyncAwaitSupport.swift
[392/614] Compiling NIOCore AsyncChannel.swift
[393/614] Compiling NIOCore AsyncChannelHandler.swift
[394/614] Compiling NIOCore AsyncChannelInboundStream.swift
[395/614] Compiling NIOCore AsyncChannelOutboundWriter.swift
[396/614] Compiling NIOCore NIOAsyncSequenceProducer.swift
[397/614] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[398/614] Compiling NIOCore NIOAsyncWriter.swift
[399/614] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[400/614] Compiling NIOCore BSDSocketAPI.swift
[401/614] Compiling NIOCore ByteBuffer-aux.swift
[402/614] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[403/614] Compiling NIOCore ByteBuffer-conversions.swift
[404/614] Compiling NIOCore ByteBuffer-core.swift
[405/614] Compiling NIOCore ByteBuffer-hex.swift
[406/614] Compiling NIOCore ByteBuffer-int.swift
[407/614] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[408/614] Compiling NIOCore ByteBuffer-multi-int.swift
[409/614] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[410/614] Compiling NIOCore ByteBuffer-views.swift
[411/614] Compiling NIOCore Channel.swift
[412/614] Compiling NIOCore ChannelHandler.swift
[413/614] Compiling NIOCore ChannelHandlers.swift
[414/614] Compiling NIOCore ChannelInvoker.swift
[415/614] Compiling NIOCore ChannelOption.swift
[416/614] Compiling NIOCore ChannelPipeline.swift
[416/614] Compiling algorithm.cc
[417/614] Compiling a_verify.cc
[419/614] Emitting module NIOCore
[420/615] Compiling a_sign.cc
[421/615] Compiling a_digest.cc
[422/615] Compiling voprf.cc
[423/619] Compiling thread_win.cc
[424/669] Compiling thread_pthread.cc
[425/669] Wrapping AST for NIOCore for debugging
[426/669] Compiling trust_token.cc
[427/669] Compiling thread_none.cc
[428/669] Compiling thread.cc
[429/669] Compiling pmbtoken.cc
[430/669] Compiling stack.cc
[432/669] Emitting module NIOEmbedded
[432/669] Compiling siphash.cc
[433/669] Compiling sha512.cc
[434/669] Compiling slhdsa.cc
[435/669] Compiling sha256.cc
[437/669] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[438/669] Compiling NIOEmbedded AsyncTestingChannel.swift
[439/669] Compiling NIOEmbedded Embedded.swift
[439/669] Compiling spake2plus.cc
[441/670] Compiling sha1.cc
[442/670] Wrapping AST for NIOEmbedded for debugging
[443/670] Compiling rsa_extra.cc
[444/670] Compiling rsa_print.cc
[445/670] Compiling rsa_crypt.cc
[446/670] Compiling refcount.cc
[447/670] Compiling rc4.cc
[448/670] Compiling windows.cc
[449/670] Compiling trusty.cc
[450/670] Compiling urandom.cc
[452/670] Emitting module NIOPosix
[452/676] Compiling rsa_asn1.cc
[453/676] Compiling rand.cc
[454/676] Compiling passive.cc
[455/676] Compiling ios.cc
[456/676] Compiling poly1305_arm_asm.S
[457/676] Compiling getentropy.cc
[459/676] Compiling NIOPosix Pool.swift
[460/676] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[461/676] Compiling NIOPosix PosixSingletons.swift
[462/676] Compiling NIOPosix RawSocketBootstrap.swift
[463/676] Compiling NIOPosix Resolver.swift
[464/676] Compiling NIOPosix Selectable.swift
[465/676] Compiling NIOPosix SelectableChannel.swift
[466/676] Compiling NIOPosix SelectableEventLoop.swift
[467/676] Compiling NIOPosix SelectorEpoll.swift
[468/676] Compiling NIOPosix SelectorGeneric.swift
[469/676] Compiling NIOPosix SelectorKqueue.swift
[470/676] Compiling NIOPosix SelectorUring.swift
[471/676] Compiling NIOPosix SelectorWSAPoll.swift
[472/676] Compiling NIOPosix ServerSocket.swift
[473/676] Compiling NIOPosix Socket.swift
[474/676] Compiling NIOPosix SocketChannel.swift
[475/676] Compiling NIOPosix SocketProtocols.swift
[476/676] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[477/676] Compiling NIOPosix System.swift
[478/676] Compiling NIOPosix Thread.swift
[479/676] Compiling NIOPosix ThreadPosix.swift
[479/676] Compiling forkunsafe.cc
[480/676] Compiling fork_detect.cc
[481/676] Compiling deterministic.cc
[483/676] Compiling NIOPosix ThreadWindows.swift
[484/676] Compiling NIOPosix UnsafeTransfer.swift
[485/676] Compiling NIOPosix Utilities.swift
[486/676] Compiling NIOPosix VsockAddress.swift
[487/676] Compiling NIOPosix VsockChannelEvents.swift
[488/676] Compiling NIOPosix Windows.swift
[488/676] Compiling poly1305_vec.cc
[489/676] Compiling poly1305_arm.cc
[490/676] Compiling poly1305.cc
[491/676] Compiling pool.cc
[493/676] Compiling NIOPosix NIOPosixSendableMetatype.swift
[494/676] Compiling NIOPosix NIOThreadPool.swift
[495/676] Compiling NIOPosix NonBlockingFileIO.swift
[496/676] Compiling NIOPosix PendingDatagramWritesManager.swift
[497/676] Compiling NIOPosix PendingWritesManager.swift
[498/676] Compiling NIOPosix PipeChannel.swift
[499/676] Compiling NIOPosix PipePair.swift
[500/676] Compiling NIOPosix IO.swift
[501/676] Compiling NIOPosix IntegerBitPacking.swift
[502/676] Compiling NIOPosix IntegerTypes.swift
[503/676] Compiling NIOPosix Linux.swift
[504/676] Compiling NIOPosix LinuxCPUSet.swift
[505/676] Compiling NIOPosix LinuxUring.swift
[506/676] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[507/676] Compiling NIOPosix BSDSocketAPICommon.swift
[508/676] Compiling NIOPosix BSDSocketAPIPosix.swift
[509/676] Compiling NIOPosix BSDSocketAPIWindows.swift
[510/676] Compiling NIOPosix BaseSocket.swift
[511/676] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[512/676] Compiling NIOPosix BaseSocketChannel.swift
[513/676] Compiling NIOPosix BaseStreamSocketChannel.swift
[514/676] Compiling NIOPosix Bootstrap.swift
[515/676] Compiling NIOPosix ControlMessage.swift
[516/676] Compiling NIOPosix DatagramVectorReadManager.swift
[517/676] Compiling NIOPosix Errors+Any.swift
[518/676] Compiling NIOPosix FileDescriptor.swift
[519/676] Compiling NIOPosix GetaddrinfoResolver.swift
[520/676] Compiling NIOPosix HappyEyeballs.swift
[521/677] Compiling pkcs8.cc
[522/677] Compiling pkcs8_x509.cc
[523/677] Wrapping AST for NIOPosix for debugging
[524/677] Compiling pkcs7.cc
[525/677] Compiling p5_pbev2.cc
[526/678] Compiling pem_xaux.cc
[527/679] Compiling pkcs7_x509.cc
[529/679] Emitting module NIO
[530/679] Compiling NIO Exports.swift
[531/680] Compiling pem_x509.cc
[532/685] Compiling pem_pkey.cc
[533/685] Wrapping AST for NIO for debugging
[534/685] Compiling pem_oth.cc
[536/685] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[536/685] Compiling pem_info.cc
[538/685] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[539/685] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[539/685] Compiling pem_pk8.cc
[540/685] Compiling pem_all.cc
[541/685] Compiling pem_lib.cc
[542/685] Compiling obj_xref.cc
[543/685] Compiling obj.cc
[545/685] Emitting module NIOFoundationCompat
[546/685] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[547/686] Compiling mem.cc
[548/686] Compiling mlkem.cc
[549/686] Compiling mldsa.cc
[550/686] Compiling poly_rq_mul.S
[551/686] Compiling lhash.cc
[552/686] Wrapping AST for NIOFoundationCompat for debugging
[553/686] Compiling fips_shared_support.cc
[554/686] Compiling md4.cc
[555/686] Compiling md5.cc
[556/686] Compiling ex_data.cc
[557/686] Compiling fuzzer_mode.cc
[558/686] Compiling kyber.cc
[559/686] Compiling hpke.cc
[560/686] Compiling scrypt.cc
[561/686] Compiling hrss.cc
[562/686] Compiling print.cc
[563/686] Compiling pbkdf.cc
[564/686] Compiling p_x25519_asn1.cc
[565/686] Compiling sign.cc
[566/686] Compiling p_x25519.cc
[567/686] Compiling p_rsa_asn1.cc
[568/686] Compiling p_ed25519_asn1.cc
[569/686] Compiling p_hkdf.cc
[570/686] Compiling p_ed25519.cc
[571/686] Compiling p_rsa.cc
[572/686] Compiling p_ec_asn1.cc
[573/686] Compiling p_ec.cc
[574/686] Compiling p_dsa_asn1.cc
[575/686] Compiling p_dh_asn1.cc
[576/686] Compiling p_dh.cc
[577/686] Compiling evp_ctx.cc
[578/686] Compiling evp.cc
[579/686] Compiling err.cc
[580/686] Compiling ecdsa_p1363.cc
[581/686] Compiling evp_asn1.cc
[582/686] Compiling engine.cc
[583/686] Compiling ecdh.cc
[584/686] Compiling ecdsa_asn1.cc
[585/686] Compiling ec_derive.cc
[586/686] Compiling dsa.cc
[587/686] Compiling hash_to_curve.cc
[588/686] Compiling dsa_asn1.cc
[589/686] Compiling ec_asn1.cc
[590/686] Compiling digest_extra.cc
[591/686] Compiling params.cc
[592/686] Compiling x25519-asm-arm.S
[593/686] Compiling des.cc
[594/686] Compiling dh_asn1.cc
[595/686] Compiling spake25519.cc
[596/686] Compiling cpu_arm_linux.cc
[597/686] Compiling curve25519_64_adx.cc
[598/686] Compiling cpu_intel.cc
[599/686] Compiling curve25519.cc
[600/686] Compiling crypto.cc
[601/686] Compiling cpu_arm_freebsd.cc
[602/686] Compiling cpu_aarch64_win.cc
[603/686] Compiling cpu_aarch64_openbsd.cc
[604/686] Compiling cpu_aarch64_sysreg.cc
[605/686] Compiling cpu_aarch64_linux.cc
[606/686] Compiling cpu_aarch64_fuchsia.cc
[607/686] Compiling cpu_aarch64_apple.cc
[608/686] Compiling conf.cc
[609/686] Compiling get_cipher.cc
[610/686] Compiling tls_cbc.cc
[611/686] Compiling e_tls.cc
[612/686] Compiling e_rc4.cc
[613/686] Compiling cms.cc
[614/686] Compiling e_rc2.cc
[615/686] Compiling e_null.cc
[616/686] Compiling e_des.cc
[617/686] Compiling e_chacha20poly1305.cc
[618/686] Compiling e_aesgcmsiv.cc
[619/686] Compiling derive_key.cc
[620/686] Compiling e_aeseax.cc
[621/686] Compiling e_aesctrhmac.cc
[622/686] Compiling chacha.cc
[623/686] Compiling cbs.cc
[624/686] Compiling buf.cc
[625/686] Compiling unicode.cc
[626/686] Compiling cbb.cc
[627/686] Compiling sqrt.cc
[628/686] Compiling asn1_compat.cc
[629/686] Compiling ber.cc
[630/686] Compiling printf.cc
[631/686] Compiling div.cc
[632/686] Compiling convert.cc
[633/686] Compiling exponentiation.cc
[634/686] Compiling blake2.cc
[635/686] Compiling bn_asn1.cc
[636/686] Compiling pair.cc
[636/686] Compiling file.cc
[638/686] Compiling hexdump.cc
[639/686] Compiling fd.cc
[640/686] Compiling bio_mem.cc
[641/686] Compiling errno.cc
[642/686] Compiling bio.cc
[643/686] Compiling tasn_enc.cc
[644/686] Compiling tasn_utl.cc
[645/686] Compiling base64.cc
[646/686] Compiling tasn_fre.cc
[647/686] Compiling tasn_typ.cc
[648/686] Compiling tasn_new.cc
[649/686] Compiling f_string.cc
[650/686] Compiling tasn_dec.cc
[651/686] Compiling asn_pack.cc
[652/686] Compiling f_int.cc
[653/686] Compiling posix_time.cc
[654/686] Compiling asn1_par.cc
[655/686] Compiling bcm.cc
[656/686] Compiling asn1_lib.cc
[657/686] Compiling a_octet.cc
[658/686] Compiling a_type.cc
[659/686] Compiling a_utctm.cc
[660/686] Compiling a_strex.cc
[661/686] Compiling a_strnid.cc
[662/686] Compiling a_time.cc
[663/686] Compiling a_mbstr.cc
[664/686] Compiling a_i2d_fp.cc
[665/686] Compiling a_object.cc
[666/686] Compiling CCitadelBcrypt blf.c
[667/686] Compiling a_dup.cc
[668/686] Compiling CCitadelBcrypt bcrypt.c
[669/686] Compiling a_int.cc
[670/686] Compiling a_d2i_fp.cc
[671/686] Compiling a_gentm.cc
/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.
[672/686] Compiling CCitadelBcrypt bcrypt-kdf.c
[672/686] Wrapping AST for BigInt for debugging
[672/686] Wrapping AST for Atomics for debugging
[672/686] Compiling aes.cc
[672/686] Compiling a_bitstr.cc
[672/686] Compiling a_bool.cc
BUILD FAILURE 6.1 android