The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Citadel, reference main (d29285), with Swift 6.1 for Android on 23 Jun 2025 11:32:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.64.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 d292854 Merge pull request #109 from nedithgar/main
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
d29285434900d98ce7d5781e9ac1c3a0b3fc9a14
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.2",
            "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" : "1.0.0",
            "upper_bound" : "2.1.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" 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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/mtynior/ColorizeSwift.git
[1/4807] Fetching bigint
[2/7563] Fetching bigint, swift-nio-ssh
[298/11399] Fetching bigint, swift-nio-ssh, swift-log
[1030/11690] Fetching bigint, swift-nio-ssh, swift-log, colorizeswift
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.72s)
[8563/11399] Fetching bigint, swift-nio-ssh, swift-log
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (0.88s)
[6769/8643] Fetching bigint, swift-log
[8644/24076] Fetching bigint, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.40s)
[5270/20240] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.41s)
[618/15433] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.98s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.3 (5.03s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/78136] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
[3817/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.20s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (9.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.73s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.0.5 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.03s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[4437/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[2829/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.06s)
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.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.0.5
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.6.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-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-system.git
Working copy of https://github.com/apple/swift-system.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.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.3
Building for debugging...
[0/458] Write sources
[18/458] Compiling CNIOWindows shim.c
[18/458] Compiling _AtomicsShims.c
[20/458] Compiling CNIOWindows WSAStartup.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.
[21/458] Compiling CCitadelBcrypt bcrypt-kdf.c
[21/458] Compiling CNIOWASI CNIOWASI.c
[21/458] Compiling CCitadelBcrypt bcrypt.c
[21/458] Compiling CNIOLinux liburing_shims.c
[21/458] Compiling CNIOLinux shim.c
[21/458] Compiling CNIODarwin shim.c
[21/458] Compiling CCitadelBcrypt blf.c
[21/458] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/437] Write sources
[1/437] Compiling CNIODarwin shim.c
[2/437] Compiling CNIOLinux liburing_shims.c
[3/437] Compiling CNIOLinux shim.c
[4/437] Compiling v3_skey.c
[5/437] Compiling CNIOWASI CNIOWASI.c
[6/437] Write swift-version-24593BA9C3E375BF.txt
[7/437] Compiling v3_utl.c
[8/437] Compiling v3_purp.c
[9/437] Compiling CCryptoBoringSSLShims shims.c
[10/439] Compiling v3_prn.c
[11/448] Compiling v3_pcons.c
[12/448] Compiling v3_pmaps.c
[14/483] Emitting module _NIOBase64
[15/485] Emitting module InternalCollectionsUtilities
[15/486] Compiling c-atomics.c
[17/504] Compiling Atomics ManagedAtomic.swift
[18/504] Compiling Atomics ManagedAtomicLazyReference.swift
[19/506] Compiling Atomics AtomicInteger.swift
[20/506] Compiling Atomics AtomicOptionalWrappable.swift
[21/506] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/506] Compiling Atomics DoubleWord.swift
[23/506] Compiling Atomics AtomicStorage.swift
[24/506] Compiling Atomics AtomicMemoryOrderings.swift
[26/506] Compiling Atomics OptionalRawRepresentable.swift
[27/506] Compiling Atomics RawRepresentable.swift
[28/506] Compiling Atomics UnsafeAtomic.swift
[29/506] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/506] Compiling Atomics AtomicReference.swift
[32/506] Compiling _NIODataStructures _TinyArray.swift
[33/506] Compiling Atomics PointerConformances.swift
[34/506] Compiling Atomics Primitives.native.swift
[35/506] Compiling Atomics AtomicBool.swift
[36/506] Compiling Atomics IntegerConformances.swift
[38/506] Compiling Atomics AtomicValue.swift
[39/506] Compiling _NIODataStructures PriorityQueue.swift
[40/506] Compiling Atomics IntegerOperations.swift
[41/506] Compiling Atomics Unmanaged extensions.swift
[42/506] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/507] Compiling _NIOBase64 Base64.swift
[45/508] Compiling _NIODataStructures Heap.swift
[46/508] Emitting module _NIODataStructures
[51/509] Compiling c-nioatomics.c
[54/509] Compiling BigInt String Conversion.swift
[54/526] Wrapping AST for _NIOBase64 for debugging
[55/526] Compiling v3_pcia.c
[56/526] Wrapping AST for _NIODataStructures for debugging
[57/532] Wrapping AST for InternalCollectionsUtilities for debugging
[59/532] Compiling DequeModule Deque+CustomReflectable.swift
[60/532] Compiling DequeModule Deque+Descriptions.swift
[61/534] Compiling DequeModule _DequeBuffer.swift
[62/534] Compiling DequeModule _DequeBufferHeader.swift
[63/534] Compiling DequeModule Deque+Codable.swift
[64/534] Compiling DequeModule Deque+Collection.swift
[67/534] Compiling DequeModule _DequeSlot.swift
[68/534] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/534] Compiling DequeModule Deque+Equatable.swift
[72/534] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/534] Compiling v3_pci.c
[75/534] Compiling v3_ocsp.c
[77/534] Compiling NIOConcurrencyHelpers lock.swift
[77/534] Compiling v3_lib.c
[79/534] Compiling BigInt Subtraction.swift
[80/534] Compiling BigInt Words and Bits.swift
[81/534] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/534] Compiling DequeModule Deque+Testing.swift
[83/534] Compiling DequeModule Deque._Storage.swift
[84/534] Compiling DequeModule Deque._UnsafeHandle.swift
[85/534] Compiling DequeModule Deque.swift
[86/534] Compiling DequeModule Deque+Extras.swift
[87/534] Compiling DequeModule Deque+Hashable.swift
[87/534] Compiling v3_ncons.c
[89/534] Emitting module NIOConcurrencyHelpers
[89/534] Compiling v3_int.c
[91/534] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/534] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/534] Compiling NIOConcurrencyHelpers atomics.swift
[101/535] Emitting module Atomics
[101/535] Compiling v3_info.c
[102/536] Compiling v3_ia5.c
[104/536] Emitting module DequeModule
[105/537] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/537] Compiling v3_extku.c
[108/537] Compiling Logging MetadataProvider.swift
[109/537] Emitting module Logging
[110/537] Compiling v3_genn.c
[111/537] Wrapping AST for DequeModule for debugging
[112/537] Compiling v3_crld.c
[113/537] Compiling v3_enum.c
[114/537] Compiling v3_bitst.c
[115/551] Compiling v3_cpols.c
[116/597] Compiling v3_conf.c
[118/597] Compiling Logging LogHandler.swift
[119/597] Compiling Logging Locks.swift
[120/597] Compiling Logging Logging.swift
[121/598] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[122/598] Compiling NIOCore BSDSocketAPI.swift
[123/598] Compiling NIOCore ByteBuffer-aux.swift
[124/598] Compiling v3_akeya.c
[126/598] Compiling NIOCore NIOAsyncSequenceProducer.swift
[127/598] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[128/598] Compiling NIOCore NIOAsyncWriter.swift
[128/598] Compiling v3_alt.c
[129/598] Compiling v3_bcons.c
[130/598] Wrapping AST for Logging for debugging
[132/598] Compiling NIOCore AddressedEnvelope.swift
[133/598] Compiling NIOCore AsyncAwaitSupport.swift
[134/598] Compiling NIOCore AsyncChannel.swift
[135/598] Emitting module BigInt
[136/598] Compiling NIOCore AsyncChannelHandler.swift
[137/598] Compiling NIOCore AsyncChannelInboundStream.swift
[138/598] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/599] Compiling pcy_node.c
[140/599] Compiling pcy_tree.c
[141/599] Compiling v3_akey.c
[142/599] Compiling pcy_lib.c
[144/599] Emitting module ColorizeSwift
[145/599] Compiling ColorizeSwift ColorizeSwift.swift
[145/599] Compiling pcy_map.c
[147/600] Compiling x_spki.c
[148/600] Compiling pcy_cache.c
[149/600] Compiling x_x509a.c
[150/600] Compiling pcy_data.c
[151/600] Compiling x_val.c
[152/600] Compiling x_pubkey.c
[153/600] Wrapping AST for ColorizeSwift for debugging
[154/600] Compiling x_req.c
[155/600] Compiling x_x509.c
[156/600] Compiling x_sig.c
[157/600] Compiling x_exten.c
[158/600] Compiling x_name.c
[159/600] Compiling x_info.c
[160/600] Compiling x_pkey.c
[162/600] Compiling NIOCore MulticastChannel.swift
[163/600] Compiling NIOCore NIOAny.swift
[164/600] Compiling NIOCore NIOCloseOnErrorHandler.swift
[165/600] Compiling NIOCore NIOLoopBound.swift
[166/600] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[167/600] Compiling NIOCore NIOScheduledCallback.swift
[168/600] Compiling NIOCore NIOSendable.swift
[169/600] Compiling NIOCore RecvByteBufferAllocator.swift
[169/608] Compiling x_attrib.c
[170/608] Compiling x_all.c
[171/608] Compiling x_algor.c
[172/608] Compiling x_crl.c
[173/608] Compiling x509rset.c
[174/608] Compiling x509cset.c
[175/608] Compiling x509spki.c
[176/608] Compiling x509_vpm.c
[177/608] Compiling x509name.c
[178/608] Compiling x509_set.c
[179/608] Compiling x509_req.c
[180/608] Compiling x509_v3.c
[181/608] Compiling x509_txt.c
[181/608] Compiling x509_obj.c
[183/608] Compiling x509_vfy.c
[184/608] Compiling x509_lu.c
[185/608] Compiling x509_trs.c
[186/608] Compiling x509_cmp.c
[187/608] Compiling x509_d2.c
[188/608] Compiling x509_def.c
[189/608] Compiling x509.c
[190/608] Compiling x509_ext.c
[191/608] Compiling x509_att.c
[192/608] Compiling t_x509a.c
[193/608] Compiling i2d_pr.c
[194/608] Compiling t_req.c
[195/608] Compiling t_x509.c
[196/608] Compiling t_crl.c
[197/608] Compiling name_print.c
[198/608] Compiling rsa_pss.c
[199/608] Compiling algorithm.c
[200/608] Compiling a_verify.c
[201/608] Compiling by_file.c
[202/608] Compiling by_dir.c
[203/608] Compiling a_digest.c
[205/608] Compiling NIOCore IO.swift
[206/608] Compiling NIOCore IOData.swift
[207/608] Compiling NIOCore IPProtocol.swift
[208/608] Compiling NIOCore IntegerBitPacking.swift
[209/608] Compiling NIOCore IntegerTypes.swift
[210/608] Compiling NIOCore Interfaces.swift
[211/608] Compiling NIOCore Linux.swift
[212/608] Compiling NIOCore MarkedCircularBuffer.swift
[212/608] Compiling a_sign.c
[213/608] Compiling thread_win.c
[214/608] Compiling voprf.c
[215/608] Compiling thread.c
[216/608] Compiling asn1_gen.c
[217/608] Compiling thread_none.c
[218/608] Compiling thread_pthread.c
[219/608] Compiling siphash.c
[220/608] Compiling rsa_print.c
[221/608] Compiling trust_token.c
[222/608] Compiling refcount_c11.c
[223/608] Compiling stack.c
[224/608] Compiling pmbtoken.c
[225/608] Compiling rand_extra.c
[227/608] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[228/608] Compiling NIOCore EventLoopFuture+Deprecated.swift
[229/608] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[230/608] Compiling NIOCore EventLoopFuture.swift
[231/608] Compiling NIOCore FileDescriptor.swift
[232/608] Compiling NIOCore FileHandle.swift
[233/608] Compiling NIOCore FileRegion.swift
[234/608] Compiling NIOCore GlobalSingletons.swift
[234/608] Compiling rc4.c
[235/608] Compiling windows.c
[236/608] Compiling refcount_lock.c
[237/608] Compiling fuchsia.c
[238/608] Compiling rsa_asn1.c
[239/608] Compiling deterministic.c
[240/608] Compiling passive.c
[241/608] Compiling forkunsafe.c
[242/608] Compiling poly1305_arm_asm.S
[243/608] Compiling pool.c
[244/608] Compiling poly1305_vec.c
[245/608] Compiling poly1305.c
[246/608] Compiling poly1305_arm.c
[247/608] Compiling pkcs7.c
[248/608] Compiling pkcs8.c
[249/608] Compiling pkcs8_x509.c
[250/608] Compiling pem_xaux.c
[251/608] Compiling pem_pkey.c
[252/608] Compiling pem_x509.c
[253/608] Compiling p5_pbev2.c
[254/608] Compiling pem_oth.c
[255/608] Compiling pkcs7_x509.c
[256/608] Compiling pem_pk8.c
[257/608] Compiling pem_info.c
[258/608] Compiling obj_xref.c
[259/608] Compiling mem.c
[260/608] Compiling lhash.c
[261/608] Compiling poly_rq_mul.S
[262/608] Compiling pem_lib.c
[263/608] Compiling x86_64-mont5.mac.x86_64.S
[264/608] Compiling hkdf.c
[265/608] Compiling x86_64-mont5.linux.x86_64.S
[266/608] Compiling x86_64-mont.mac.x86_64.S
[266/608] Compiling hpke.c
[268/608] Compiling obj.c
[270/608] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[271/608] Compiling NIOCore SocketAddresses.swift
[272/608] Compiling NIOCore SocketOptionProvider.swift
[273/608] Compiling NIOCore SystemCallHelpers.swift
[274/608] Compiling NIOCore TimeAmount+Duration.swift
[275/608] Compiling NIOCore TypeAssistedChannelHandler.swift
[276/608] Compiling NIOCore UniversalBootstrapSupport.swift
[277/608] Compiling NIOCore Utilities.swift
[278/608] Compiling NIOCore CircularBuffer.swift
[279/608] Compiling NIOCore Codec.swift
[280/608] Compiling NIOCore ConvenienceOptionSupport.swift
[281/608] Compiling NIOCore DeadChannel.swift
[282/608] Compiling NIOCore DispatchQueue+WithFuture.swift
[283/608] Compiling NIOCore EventLoop+Deprecated.swift
[284/608] Compiling NIOCore EventLoop+SerialExecutor.swift
[285/608] Compiling NIOCore EventLoop.swift
[285/608] Compiling pem_all.c
[286/608] Compiling x86_64-mont.linux.x86_64.S
[287/608] Compiling x86-mont.windows.x86.S
[288/608] Compiling vpaes-x86_64.mac.x86_64.S
[289/608] Compiling x86-mont.linux.x86.S
[290/608] Compiling vpaes-x86.windows.x86.S
[291/608] Compiling vpaes-x86_64.linux.x86_64.S
[292/608] Compiling vpaes-x86.linux.x86.S
[293/608] Compiling vpaes-armv8.ios.aarch64.S
[294/608] Compiling vpaes-armv8.linux.aarch64.S
[295/608] Compiling vpaes-armv7.linux.arm.S
[296/608] Compiling hrss.c
[297/608] Compiling vpaes-armv7.ios.arm.S
[298/608] Compiling sha512-armv8.ios.aarch64.S
[298/608] Compiling kdf.c
[300/608] Compiling sha512-x86_64.mac.x86_64.S
[301/608] Compiling sha512-x86_64.linux.x86_64.S
[302/608] Compiling sha512-armv4.ios.arm.S
[303/608] Compiling sha512-armv8.linux.aarch64.S
[304/608] Compiling sha512-586.windows.x86.S
[305/608] Compiling sha512-armv4.linux.arm.S
[306/608] Compiling sha512-586.linux.x86.S
[307/608] Compiling sha256-x86_64.mac.x86_64.S
[308/608] Compiling sha256-armv8.linux.aarch64.S
[309/608] Compiling sha256-x86_64.linux.x86_64.S
[310/608] Compiling sha256-armv8.ios.aarch64.S
[311/608] Compiling sha256-armv4.linux.arm.S
[312/608] Compiling sha256-armv4.ios.arm.S
[313/608] Compiling sha256-586.windows.x86.S
[314/608] Compiling sha1-x86_64.mac.x86_64.S
[315/608] Compiling sha256-586.linux.x86.S
[316/608] Compiling sha1-x86_64.linux.x86_64.S
[317/608] Compiling sha1-armv8.linux.aarch64.S
[318/608] Compiling sha1-armv4-large.linux.arm.S
[319/608] Compiling sha1-armv4-large.ios.arm.S
[320/608] Compiling sha1-armv8.ios.aarch64.S
[321/608] Compiling sha1-586.windows.x86.S
[322/608] Compiling sha1-altivec.c
[323/608] Compiling sha1-586.linux.x86.S
[333/608] Compiling sha512.c
[334/608] Compiling sha256.c
[335/608] Compiling fips.c
[336/608] Compiling sha1.c
[337/608] Compiling rsaz-avx2.mac.x86_64.S
[338/608] Compiling self_check.c
[339/608] Compiling rsa_impl.c
[340/608] Compiling rsaz-avx2.linux.x86_64.S
[341/608] Compiling rdrand-x86_64.mac.x86_64.S
[342/608] Compiling rdrand-x86_64.linux.x86_64.S
[343/608] Compiling padding.c
[343/608] Compiling blinding.c
[345/608] Compiling rsa.c
[346/608] Compiling fork_detect.c
[347/608] Compiling urandom.c
[348/608] Compiling rand.c
[349/608] Compiling ctrdrbg.c
[350/608] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[351/608] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[352/608] Compiling p256-x86_64-asm.mac.x86_64.S
[353/608] Compiling p256-x86_64-asm.linux.x86_64.S
[354/608] Compiling polyval.c
[355/608] Compiling ofb.c
[356/608] Compiling gcm.c
[357/608] Compiling gcm_nohw.c
[358/608] Compiling ctr.c
[359/608] Compiling cbc.c
[360/608] Compiling cfb.c
[361/608] Compiling md5.c
[362/608] Compiling md5-x86_64.mac.x86_64.S
[363/608] Compiling md5-x86_64.linux.x86_64.S
[364/608] Compiling md5-586.linux.x86.S
[365/608] Compiling md5-586.windows.x86.S
[366/608] Compiling md4.c
[367/608] Compiling ghashv8-armx32.linux.arm.S
[368/608] Compiling ghashv8-armx64.linux.aarch64.S
[369/608] Compiling ghashv8-armx32.ios.arm.S
[370/608] Compiling ghashv8-armx64.ios.aarch64.S
[371/608] Compiling ghash-x86_64.mac.x86_64.S
[371/608] Compiling ghash-x86_64.linux.x86_64.S
[373/608] Compiling hmac.c
[374/608] Compiling ghash-x86.windows.x86.S
[375/608] Compiling ghash-x86.linux.x86.S
[376/608] Compiling ghash-ssse3-x86.windows.x86.S
[377/608] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[378/608] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[379/608] Compiling ghash-ssse3-x86.linux.x86.S
[384/608] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[385/608] Compiling NIOCore ByteBuffer-conversions.swift
[386/608] Compiling NIOCore ByteBuffer-core.swift
[387/608] Compiling NIOCore ByteBuffer-hex.swift
[388/608] Compiling NIOCore ByteBuffer-int.swift
[389/608] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[389/608] Compiling ghash-neon-armv8.linux.aarch64.S
[391/608] Compiling NIOCore ByteBuffer-multi-int.swift
[392/608] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[393/608] Compiling NIOCore ByteBuffer-views.swift
[394/608] Compiling NIOCore Channel.swift
[395/608] Compiling NIOCore ChannelHandler.swift
[396/608] Compiling NIOCore ChannelHandlers.swift
[397/608] Compiling NIOCore ChannelInvoker.swift
[398/608] Compiling NIOCore ChannelOption.swift
[399/608] Compiling NIOCore ChannelPipeline.swift
[399/608] Compiling ghash-neon-armv8.ios.aarch64.S
[400/608] Compiling ghash-armv4.linux.arm.S
[401/608] Compiling ghash-armv4.ios.arm.S
[402/608] Compiling fips_shared_support.c
[403/608] Compiling wnaf.c
[404/608] Compiling ecdsa.c
[405/608] Compiling ecdh.c
[406/608] Compiling util.c
[407/608] Compiling simple_mul.c
[408/608] Compiling simple.c
[409/608] Compiling scalar.c
[410/608] Compiling p256-x86_64.c
[410/608] Compiling felem.c
[412/608] Compiling oct.c
[413/608] Compiling ec_montgomery.c
[414/608] Compiling p256.c
[415/608] Compiling p224-64.c
[416/608] Compiling digests.c
[417/608] Compiling check.c
[418/608] Compiling dh.c
[418/608] Compiling ec_key.c
[420/608] Compiling digest.c
[420/608] Compiling ec.c
[422/608] Compiling aead.c
[423/608] Compiling cipher.c
[424/608] Compiling sqrt.c
[425/608] Compiling rsaz_exp.c
[426/608] Compiling e_aes.c
[427/608] Compiling shift.c
[428/608] Compiling co-586.windows.x86.S
[429/608] Compiling co-586.linux.x86.S
[430/608] Compiling random.c
[431/608] Compiling prime.c
[432/608] Compiling montgomery_inv.c
[433/608] Compiling jacobi.c
[434/608] Compiling montgomery.c
[435/608] Compiling mul.c
[436/608] Compiling gcd_extra.c
[437/608] Compiling gcd.c
[438/608] Compiling exponentiation.c
[439/608] Compiling bsaes-armv7.linux.arm.S
[439/608] Compiling bsaes-armv7.ios.arm.S
[441/608] Compiling div_extra.c
[441/608] Compiling generic.c
[443/608] Compiling ctx.c
[444/608] Compiling div.c
[445/608] Compiling cmp.c
[446/608] Compiling x86_64-gcc.c
[447/608] Compiling bn.c
[448/608] Compiling add.c
[449/608] Compiling bytes.c
[450/608] Compiling bn-586.windows.x86.S
[451/608] Compiling armv8-mont.ios.aarch64.S
[452/608] Compiling bn-586.linux.x86.S
[453/608] Compiling armv4-mont.linux.arm.S
[454/608] Compiling armv8-mont.linux.aarch64.S
[455/608] Compiling armv4-mont.ios.arm.S
[456/608] Compiling aesv8-armx64.ios.aarch64.S
[457/608] Compiling aesv8-armx64.linux.aarch64.S
[458/608] Compiling aesv8-armx32.linux.arm.S
[459/608] Compiling aesv8-armx32.ios.arm.S
[460/608] Compiling aesni-x86.linux.x86.S
[461/608] Compiling aesni-x86.windows.x86.S
[461/608] Compiling aesni-x86_64.mac.x86_64.S
[463/608] Compiling aesni-gcm-x86_64.mac.x86_64.S
[463/608] Compiling aesni-x86_64.linux.x86_64.S
[465/608] Compiling mode_wrappers.c
[466/608] Compiling key_wrap.c
[467/608] Compiling aes.c
[468/608] Compiling ex_data.c
[469/608] Compiling sign.c
[470/608] Compiling aes_nohw.c
[471/608] Compiling pbkdf.c
[472/608] Compiling scrypt.c
[473/608] Compiling p_x25519.c
[474/608] Compiling p_x25519_asn1.c
[475/608] Compiling print.c
[476/608] Compiling p_rsa_asn1.c
[477/608] Compiling aesni-gcm-x86_64.linux.x86_64.S
[478/608] Compiling p_ed25519.c
[479/608] Compiling p_dsa_asn1.c
[480/608] Compiling p_ed25519_asn1.c
[481/608] Compiling p_ec_asn1.c
[482/608] Compiling p_rsa.c
[483/608] Compiling p_ec.c
[484/608] Compiling digestsign.c
[485/608] Compiling evp_ctx.c
[486/608] Compiling evp_asn1.c
[487/608] Compiling err_data.c
[488/608] Compiling evp.c
[490/608] Emitting module NIOCore
[490/609] Compiling engine.c
[491/609] Compiling err.c
[492/609] Compiling ecdh_extra.c
[493/609] Compiling ec_derive.c
[494/609] Compiling ecdsa_asn1.c
[496/609] Compiling hash_to_curve.c
[497/609] Compiling ec_asn1.c
[498/609] Compiling dsa_asn1.c
[499/609] Compiling params.c
[500/609] Compiling digest_extra.c
[501/609] Compiling dh_asn1.c
[501/609] Compiling dsa.c
[503/609] Compiling spake25519.c
[504/609] Compiling cpu_ppc64le.c
[505/609] Compiling cpu_intel.c
[506/609] Compiling crypto.c
[507/609] Compiling cpu_arm.c
[508/609] Compiling cpu_aarch64_win.c
[509/609] Compiling des.c
[510/609] Compiling cpu_aarch64_linux.c
[511/609] Compiling cpu_aarch64_fuchsia.c
[512/609] Compiling cpu_arm_linux.c
[513/609] Compiling cpu_aarch64_apple.c
[514/609] Compiling curve25519.c
[515/609] Compiling tls_cbc.c
[516/609] Compiling x25519-asm-arm.S
[517/609] Compiling e_rc4.c
[518/609] Compiling cmac.c
[519/609] Compiling e_tls.c
[520/609] Compiling e_null.c
[521/609] Compiling e_rc2.c
[522/609] Compiling conf.c
[523/609] Compiling e_aesgcmsiv.c
[524/609] Compiling e_des.c
[525/609] Compiling e_chacha20poly1305.c
[526/609] Compiling e_aesctrhmac.c
[527/609] Compiling derive_key.c
[528/609] Compiling cipher_extra.c
[529/609] Compiling e_aesccm.c
[530/609] Wrapping AST for NIOCore for debugging
[531/627] Compiling chacha.c
[532/659] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[533/659] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[534/659] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[535/659] Compiling chacha-x86_64.mac.x86_64.S
[536/659] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[537/659] Compiling chacha-x86_64.linux.x86_64.S
[538/659] Compiling chacha-x86.linux.x86.S
[539/659] Compiling chacha-x86.windows.x86.S
[540/659] Compiling chacha-armv8.ios.aarch64.S
[541/659] Compiling chacha-armv4.linux.arm.S
[542/659] Compiling chacha-armv8.linux.aarch64.S
[543/659] Compiling chacha-armv4.ios.arm.S
[544/659] Compiling unicode.c
[545/659] Compiling asn1_compat.c
[546/659] Compiling ber.c
[546/659] Compiling cbs.c
[548/659] Compiling buf.c
[549/659] Compiling bn_asn1.c
[550/659] Compiling cbb.c
[551/659] Compiling socket.c
[552/659] Compiling blake2.c
[553/659] Compiling printf.c
[554/659] Compiling convert.c
[555/659] Compiling socket_helper.c
[556/659] Compiling hexdump.c
[557/659] Compiling file.c
[558/659] Compiling pair.c
[559/659] Compiling bio_mem.c
[560/659] Compiling fd.c
[561/659] Compiling connect.c
[562/659] Compiling bio.c
[563/659] Compiling base64.c
[564/659] Compiling time_support.c
[565/659] Compiling tasn_utl.c
[567/659] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[567/659] Compiling tasn_fre.c
[568/659] Compiling tasn_new.c
[569/659] Compiling tasn_typ.c
[570/659] Compiling tasn_enc.c
[571/659] Compiling f_string.c
[572/659] Compiling tasn_dec.c
[573/659] Compiling asn1_par.c
[573/659] Compiling f_int.c
[575/659] Compiling asn_pack.c
[576/659] Compiling a_utf8.c
[578/659] Emitting module NIOEmbedded
[579/659] Compiling NIOEmbedded AsyncTestingChannel.swift
[579/659] Compiling a_utctm.c
[580/659] Compiling asn1_lib.c
[581/659] Compiling a_type.c
[582/659] Compiling a_strex.c
[583/659] Compiling NIOEmbedded Embedded.swift
[584/660] Compiling a_time.c
[585/660] Compiling a_strnid.c
[586/660] Compiling a_print.c
[587/660] Compiling a_octet.c
[588/660] Compiling a_object.c
[590/660] Compiling NIOPosix Pool.swift
[591/660] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[592/660] Compiling NIOPosix PosixSingletons.swift
[593/660] Compiling NIOPosix RawSocketBootstrap.swift
[594/660] Compiling NIOPosix Resolver.swift
[595/660] Compiling NIOPosix Selectable.swift
[595/666] Compiling a_mbstr.c
[596/666] Compiling a_int.c
[597/666] Compiling a_dup.c
[599/666] Compiling a_gentm.c
[600/666] Compiling a_d2i_fp.c
[601/666] Compiling a_i2d_fp.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.
[602/666] Compiling CCitadelBcrypt blf.c
[603/666] Compiling CCitadelBcrypt bcrypt-kdf.c
[603/666] Compiling CCitadelBcrypt bcrypt.c
[603/666] Compiling a_bool.c
[603/666] Compiling a_bitstr.c
[603/666] Wrapping AST for Atomics for debugging
[603/666] Wrapping AST for BigInt for debugging
BUILD FAILURE 6.1 android