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 0.10.1 (a4059d), with Swift 6.1 for Android on 11 Jun 2025 22:34:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Citadel.git
Reference: 0.10.1
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
 * tag               0.10.1     -> FETCH_HEAD
HEAD is now at a4059d8 Merge pull request #105 from newamber/main
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
a4059d8cbd58408ea5fd9941dc3c461c9334b6d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/Citadel.git at 0.10.1
========================================
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",
        "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-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/Joannis/swift-nio-ssh.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/attaswift/BigInt.git
[1/2756] Fetching swift-nio-ssh
[194/7563] Fetching swift-nio-ssh, bigint
[2294/11399] Fetching swift-nio-ssh, bigint, swift-log
[2295/11690] Fetching swift-nio-ssh, bigint, swift-log, colorizeswift
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (0.43s)
[8406/8934] Fetching bigint, swift-log, colorizeswift
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.63s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.63s)
[1/14851] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.3 (3.49s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1797] Fetching swift-atomics
[1798/78040] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (9.03s)
Fetched https://github.com/apple/swift-nio.git from cache (9.20s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (13.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.0.5 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.64s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
[1197/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (3.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.63s)
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-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
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/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/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.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.3
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
Building for debugging...
[0/458] Write sources
[18/458] Compiling CNIOWindows WSAStartup.c
[19/458] Compiling _AtomicsShims.c
[20/458] Compiling CNIOWindows shim.c
[21/458] Compiling CNIOWASI CNIOWASI.c
[22/458] Compiling CNIOLinux liburing_shims.c
[23/458] Compiling CCitadelBcrypt bcrypt.c
[24/458] Compiling CCitadelBcrypt blf.c
[25/458] Compiling CNIODarwin shim.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.
[26/458] Compiling CCitadelBcrypt bcrypt-kdf.c
[26/458] Compiling CCryptoBoringSSLShims shims.c
[26/458] Compiling c-nioatomics.c
[26/458] Compiling v3_skey.c
[26/458] Compiling v3_utl.c
[26/458] Compiling c-atomics.c
[26/458] Compiling CNIOLinux shim.c
[26/458] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/432] Compiling CNIOLinux shim.c
[1/432] Compiling v3_purp.c
[2/432] Compiling v3_skey.c
[3/432] Compiling v3_prn.c
[4/432] Compiling CCryptoBoringSSLShims shims.c
[5/432] Compiling v3_utl.c
[6/432] Write swift-version-24593BA9C3E375BF.txt
[7/432] Compiling v3_pcons.c
[8/432] Compiling v3_pmaps.c
[9/432] Compiling v3_pcia.c
[10/432] Compiling v3_pci.c
[11/432] Compiling v3_ocsp.c
[12/438] Compiling v3_ncons.c
[14/480] Emitting module _NIOBase64
[15/480] Emitting module Logging
[16/480] Compiling BigInt BigUInt.swift
[17/480] Compiling BigInt Bitwise Ops.swift
[18/481] Compiling BigInt Data Conversion.swift
[19/481] Compiling BigInt Division.swift
[20/481] Emitting module InternalCollectionsUtilities
[21/481] Compiling BigInt Addition.swift
[22/481] Compiling BigInt BigInt.swift
[23/481] Compiling BigInt GCD.swift
[24/481] Compiling BigInt Hashable.swift
[25/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/481] Compiling BigInt Exponentiation.swift
[27/481] Compiling BigInt Floating Point Conversion.swift
[28/481] Compiling BigInt Codable.swift
[29/481] Compiling BigInt Comparable.swift
[30/481] Compiling _NIODataStructures PriorityQueue.swift
[31/481] Compiling _NIOBase64 Base64.swift
[32/482] Emitting module _NIODataStructures
[33/482] Compiling _NIODataStructures Heap.swift
[34/482] Compiling _NIODataStructures _TinyArray.swift
[37/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/484] Wrapping AST for _NIODataStructures for debugging
[40/484] Compiling BigInt Strideable.swift
[41/484] Compiling BigInt String Conversion.swift
[41/486] Wrapping AST for _NIOBase64 for debugging
[42/486] Compiling v3_lib.c
[44/501] Compiling BigInt Random.swift
[45/501] Compiling BigInt Shifts.swift
[46/501] Compiling BigInt Square Root.swift
[47/501] Compiling DequeModule _DequeBuffer.swift
[48/501] Compiling DequeModule _DequeBufferHeader.swift
[49/501] Compiling BigInt Prime Test.swift
[49/501] Wrapping AST for InternalCollectionsUtilities for debugging
[51/501] Compiling DequeModule Deque+CustomReflectable.swift
[52/501] Compiling DequeModule Deque+Descriptions.swift
[52/503] Compiling v3_int.c
[56/503] Emitting module BigInt
[57/503] Compiling DequeModule Deque+Equatable.swift
[58/503] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/503] Compiling v3_info.c
[59/503] Compiling v3_ia5.c
[60/503] Compiling c-nioatomics.c
[62/503] Compiling DequeModule Deque+Extras.swift
[63/503] Compiling DequeModule Deque+Hashable.swift
[63/503] Compiling v3_extku.c
[64/503] Compiling v3_enum.c
[66/503] Compiling DequeModule _DequeSlot.swift
[67/503] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/503] Compiling v3_genn.c
[69/503] Compiling DequeModule Deque+Testing.swift
[70/503] Compiling DequeModule Deque._Storage.swift
[71/503] Compiling DequeModule Deque._UnsafeHandle.swift
[72/503] Compiling DequeModule Deque.swift
[73/503] Compiling DequeModule Deque+Codable.swift
[74/503] Compiling DequeModule Deque+Collection.swift
[74/503] Compiling v3_crld.c
[75/503] Compiling v3_cpols.c
[76/503] Compiling v3_conf.c
[78/503] Compiling BigInt Subtraction.swift
[79/503] Compiling BigInt Words and Bits.swift
[79/503] Compiling v3_bitst.c
[80/503] Compiling v3_alt.c
[81/503] Compiling v3_bcons.c
[83/503] Emitting module DequeModule
[83/504] Compiling v3_akey.c
[86/504] Compiling Logging MetadataProvider.swift
[86/504] Compiling v3_akeya.c
[87/504] Compiling pcy_tree.c
[88/504] Wrapping AST for DequeModule for debugging
[89/504] Compiling pcy_node.c
[90/504] Compiling pcy_lib.c
[91/504] Compiling pcy_map.c
[92/504] Compiling c-atomics.c
[97/504] Compiling Logging Logging.swift
[98/504] Compiling Logging Locks.swift
[99/504] Compiling Logging LogHandler.swift
[102/505] Compiling x_x509a.c
[103/505] Compiling pcy_data.c
[104/505] Compiling x_val.c
[111/506] Compiling pcy_cache.c
[113/506] Compiling x_x509.c
[115/508] Compiling x_sig.c
[116/512] Compiling x_spki.c
[117/512] Compiling x_pkey.c
[118/512] Wrapping AST for Logging for debugging
[120/512] Emitting module ColorizeSwift
[121/512] Compiling ColorizeSwift ColorizeSwift.swift
[121/512] Compiling x_req.c
[122/513] Compiling x_attrib.c
[123/513] Compiling x_pubkey.c
[124/513] Compiling x_crl.c
[126/513] Compiling x_exten.c
[128/513] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[128/513] Compiling x_info.c
[129/513] Compiling x_name.c
[130/513] Compiling x_all.c
[131/513] Wrapping AST for ColorizeSwift for debugging
[132/513] Compiling x_algor.c
[133/513] Compiling x509rset.c
[134/513] Compiling x509spki.c
[136/513] Compiling NIOConcurrencyHelpers NIOLock.swift
[136/513] Compiling x509name.c
[137/513] Compiling x509cset.c
[139/513] Compiling NIOConcurrencyHelpers lock.swift
[139/513] Compiling x509_vpm.c
[140/513] Compiling x509_txt.c
[141/513] Compiling x509_v3.c
[143/513] Emitting module NIOConcurrencyHelpers
[144/513] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[144/513] Compiling x509_trs.c
[146/513] Compiling NIOConcurrencyHelpers atomics.swift
[146/514] Compiling x509_vfy.c
[147/514] Compiling x509_set.c
[148/514] Compiling x509_req.c
[150/514] Compiling x509_obj.c
[151/514] Compiling x509_ext.c
[152/514] Compiling x509_d2.c
[153/514] Compiling x509_def.c
[153/514] Compiling x509_lu.c
[155/514] Compiling x509_att.c
[156/514] Wrapping AST for NIOConcurrencyHelpers for debugging
[157/514] Compiling x509.c
[158/514] Compiling t_x509a.c
[159/514] Compiling x509_cmp.c
[160/514] Compiling i2d_pr.c
[161/514] Compiling t_x509.c
[162/514] Compiling t_req.c
[163/514] Compiling t_crl.c
[164/514] Compiling name_print.c
[165/514] Compiling rsa_pss.c
[166/514] Compiling by_file.c
[167/514] Compiling by_dir.c
[168/514] Compiling algorithm.c
[169/514] Compiling a_sign.c
[170/514] Compiling a_verify.c
[171/514] Compiling asn1_gen.c
[172/514] Compiling thread_win.c
[173/514] Compiling thread_pthread.c
[174/514] Compiling a_digest.c
[175/514] Compiling thread_none.c
[176/514] Compiling voprf.c
[177/514] Compiling thread.c
[178/514] Compiling stack.c
[179/514] Compiling trust_token.c
[180/514] Compiling rsa_print.c
[181/514] Compiling siphash.c
[182/514] Compiling pmbtoken.c
[183/514] Compiling refcount_lock.c
[184/514] Compiling windows.c
[185/514] Compiling rc4.c
[186/514] Compiling rand_extra.c
[187/514] Compiling fuchsia.c
[188/514] Compiling refcount_c11.c
[189/514] Compiling deterministic.c
[190/514] Compiling forkunsafe.c
[191/514] Compiling rsa_asn1.c
[192/514] Compiling poly1305_arm_asm.S
[193/514] Compiling passive.c
[194/514] Compiling poly1305_arm.c
[195/514] Compiling poly1305_vec.c
[196/514] Compiling pool.c
[197/514] Compiling poly1305.c
[198/514] Compiling pkcs7.c
[199/514] Compiling p5_pbev2.c
[200/514] Compiling pem_x509.c
[201/514] Compiling pkcs8.c
[202/514] Compiling pem_xaux.c
[203/514] Compiling pem_pkey.c
[204/514] Compiling pkcs7_x509.c
[205/514] Compiling pkcs8_x509.c
[206/514] Compiling obj_xref.c
[207/514] Compiling pem_pk8.c
[208/514] Compiling mem.c
[209/514] Compiling pem_oth.c
[210/514] Compiling poly_rq_mul.S
[211/514] Compiling pem_all.c
[212/514] Compiling lhash.c
[213/514] Compiling obj.c
[214/514] Compiling x86_64-mont5.mac.x86_64.S
[215/514] Compiling x86_64-mont5.linux.x86_64.S
[216/514] Compiling x86_64-mont.linux.x86_64.S
[217/514] Compiling pem_info.c
[218/514] Compiling pem_lib.c
[219/514] Compiling x86-mont.windows.x86.S
[220/514] Compiling x86-mont.linux.x86.S
[220/514] Compiling x86_64-mont.mac.x86_64.S
[222/514] Compiling hkdf.c
[223/514] Compiling vpaes-x86_64.mac.x86_64.S
[224/514] Compiling vpaes-x86.windows.x86.S
[225/514] Compiling hpke.c
[226/514] Compiling vpaes-x86_64.linux.x86_64.S
[227/514] Compiling vpaes-x86.linux.x86.S
[228/514] Compiling vpaes-armv8.ios.aarch64.S
[229/514] Compiling vpaes-armv7.linux.arm.S
[230/514] Compiling sha512-x86_64.linux.x86_64.S
[231/514] Compiling vpaes-armv7.ios.arm.S
[232/514] Compiling vpaes-armv8.linux.aarch64.S
[233/514] Compiling sha512-armv8.ios.aarch64.S
[234/514] Compiling sha512-armv4.linux.arm.S
[235/514] Compiling sha512-x86_64.mac.x86_64.S
[236/514] Compiling sha512-armv4.ios.arm.S
[237/514] Compiling sha512-586.linux.x86.S
[238/514] Compiling sha512-586.windows.x86.S
[239/514] Compiling sha256-x86_64.linux.x86_64.S
[240/514] Compiling kdf.c
[241/514] Compiling sha512-armv8.linux.aarch64.S
[242/514] Compiling sha256-x86_64.mac.x86_64.S
[243/514] Compiling sha256-armv8.ios.aarch64.S
[244/514] Compiling sha1-x86_64.mac.x86_64.S
[245/514] Compiling sha256-armv8.linux.aarch64.S
[246/514] Compiling sha256-armv4.linux.arm.S
[247/514] Compiling sha256-586.linux.x86.S
[248/514] Compiling sha256-armv4.ios.arm.S
[248/514] Compiling sha256-586.windows.x86.S
[250/514] Compiling sha1-armv8.ios.aarch64.S
[251/514] Compiling sha1-x86_64.linux.x86_64.S
[252/514] Compiling sha1-armv4-large.linux.arm.S
[253/514] Compiling sha1-586.windows.x86.S
[254/514] Compiling sha1-armv8.linux.aarch64.S
[255/514] Compiling sha1-586.linux.x86.S
[256/514] Compiling sha1-armv4-large.ios.arm.S
[257/514] Compiling rsaz-avx2.mac.x86_64.S
[258/514] Compiling sha1-altivec.c
[259/514] Compiling fips.c
[260/514] Compiling sha1.c
[261/514] Compiling self_check.c
[262/514] Compiling sha512.c
[263/514] Compiling sha256.c
[264/514] Compiling rsaz-avx2.linux.x86_64.S
[265/514] Compiling blinding.c
[266/514] Compiling rdrand-x86_64.linux.x86_64.S
[267/514] Compiling rdrand-x86_64.mac.x86_64.S
[268/514] Compiling padding.c
[269/514] Compiling fork_detect.c
[270/514] Compiling hrss.c
[271/514] Compiling rsa.c
[272/514] Compiling urandom.c
[273/514] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[274/514] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[275/514] Compiling ctrdrbg.c
[276/514] Compiling p256-x86_64-asm.linux.x86_64.S
[277/514] Compiling rand.c
[278/514] Compiling p256-x86_64-asm.mac.x86_64.S
[279/514] Compiling rsa_impl.c
[280/514] Compiling polyval.c
[281/514] Compiling ofb.c
[282/514] Compiling gcm_nohw.c
[283/514] Compiling cfb.c
[284/514] Compiling ctr.c
[285/514] Compiling md5-x86_64.linux.x86_64.S
[286/514] Compiling cbc.c
[287/514] Compiling md5-x86_64.mac.x86_64.S
[288/514] Compiling md5-586.windows.x86.S
[289/514] Compiling md5-586.linux.x86.S
[290/514] Compiling gcm.c
[291/514] Compiling md5.c
[292/514] Compiling ghashv8-armx64.ios.aarch64.S
[293/514] Compiling ghashv8-armx64.linux.aarch64.S
[294/514] Compiling ghashv8-armx32.linux.arm.S
[295/514] Compiling ghashv8-armx32.ios.arm.S
[296/514] Compiling ghash-x86_64.linux.x86_64.S
[297/514] Compiling hmac.c
[298/514] Compiling ghash-x86.windows.x86.S
[299/514] Compiling ghash-x86_64.mac.x86_64.S
[300/514] Compiling md4.c
[301/514] Compiling ghash-x86.linux.x86.S
[302/514] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[303/514] Compiling ghash-ssse3-x86.windows.x86.S
[304/514] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[305/514] Compiling ghash-ssse3-x86.linux.x86.S
[306/514] Compiling fips_shared_support.c
[307/514] Compiling ghash-neon-armv8.ios.aarch64.S
[308/514] Compiling ghash-armv4.linux.arm.S
[309/514] Compiling ghash-neon-armv8.linux.aarch64.S
[310/514] Compiling ghash-armv4.ios.arm.S
[311/514] Compiling ecdsa.c
[312/514] Compiling p256-x86_64.c
[313/514] Compiling simple.c
[314/514] Compiling util.c
[315/514] Compiling ecdh.c
[316/514] Compiling wnaf.c
[317/514] Compiling simple_mul.c
[318/514] Compiling scalar.c
[319/514] Compiling p224-64.c
[320/514] Compiling oct.c
[321/514] Compiling ec_key.c
[322/514] Compiling digest.c
[323/514] Compiling ec_montgomery.c
[324/514] Compiling dh.c
[325/514] Compiling felem.c
[326/514] Compiling digests.c
[327/514] Compiling check.c
[328/514] Compiling p256.c
[329/514] Compiling co-586.windows.x86.S
[330/514] Compiling co-586.linux.x86.S
[331/514] Compiling ec.c
[332/514] Compiling bsaes-armv7.linux.arm.S
[333/514] Compiling bsaes-armv7.ios.arm.S
[334/514] Compiling aead.c
[335/514] Compiling rsaz_exp.c
[336/514] Compiling cipher.c
[337/514] Compiling sqrt.c
[338/514] Compiling random.c
[339/514] Compiling mul.c
[340/514] Compiling shift.c
[341/514] Compiling prime.c
[342/514] Compiling e_aes.c
[343/514] Compiling montgomery_inv.c
[344/514] Compiling jacobi.c
[345/514] Compiling gcd_extra.c
[346/514] Compiling ctx.c
[347/514] Compiling div_extra.c
[348/514] Compiling gcd.c
[349/514] Compiling montgomery.c
[350/514] Compiling div.c
[351/514] Compiling cmp.c
[351/514] Compiling bytes.c
[353/514] Compiling x86_64-gcc.c
[354/514] Compiling generic.c
[355/514] Compiling bn.c
[356/514] Compiling exponentiation.c
[357/514] Compiling bn-586.windows.x86.S
[358/514] Compiling armv4-mont.linux.arm.S
[359/514] Compiling bn-586.linux.x86.S
[360/514] Compiling armv8-mont.ios.aarch64.S
[361/514] Compiling add.c
[362/514] Compiling armv8-mont.linux.aarch64.S
[363/514] Compiling armv4-mont.ios.arm.S
[364/514] Compiling aesv8-armx64.ios.aarch64.S
[365/514] Compiling aesv8-armx32.ios.arm.S
[366/514] Compiling aesni-x86_64.mac.x86_64.S
[367/514] Compiling aesv8-armx32.linux.arm.S
[368/514] Compiling aesni-x86_64.linux.x86_64.S
[369/514] Compiling aesv8-armx64.linux.aarch64.S
[370/514] Compiling aesni-x86.windows.x86.S
[371/514] Compiling aesni-x86.linux.x86.S
[372/514] Compiling aesni-gcm-x86_64.linux.x86_64.S
[373/514] Compiling aesni-gcm-x86_64.mac.x86_64.S
[374/514] Compiling mode_wrappers.c
[375/514] Compiling aes.c
[376/514] Compiling key_wrap.c
[377/514] Compiling aes_nohw.c
[378/514] Compiling ex_data.c
[379/514] Compiling sign.c
[380/514] Compiling scrypt.c
[381/514] Compiling print.c
[382/514] Compiling p_x25519.c
[383/514] Compiling p_x25519_asn1.c
[384/514] Compiling pbkdf.c
[385/514] Compiling p_rsa_asn1.c
[386/514] Compiling p_ed25519_asn1.c
[387/514] Compiling p_ec_asn1.c
[388/514] Compiling p_ed25519.c
[389/514] Compiling p_rsa.c
[390/514] Compiling p_dsa_asn1.c
[391/514] Compiling p_ec.c
[392/514] Compiling err_data.c
[393/514] Compiling evp_ctx.c
[394/514] Compiling digestsign.c
[395/514] Compiling err.c
[396/514] Compiling evp.c
[397/514] Compiling evp_asn1.c
[398/514] Compiling engine.c
[399/514] Compiling hash_to_curve.c
[400/514] Compiling ec_derive.c
[401/514] Compiling dsa_asn1.c
[402/514] Compiling params.c
[402/514] Compiling ecdsa_asn1.c
[404/514] Compiling ec_asn1.c
[405/514] Compiling ecdh_extra.c
[406/514] Compiling digest_extra.c
[407/514] Compiling x25519-asm-arm.S
[408/514] Compiling dh_asn1.c
[409/514] Compiling cpu_ppc64le.c
[410/514] Compiling cpu_intel.c
[411/514] Compiling dsa.c
[412/514] Compiling spake25519.c
[413/514] Compiling crypto.c
[414/514] Compiling cpu_arm.c
[415/514] Compiling cpu_arm_linux.c
[416/514] Compiling cpu_aarch64_linux.c
[417/514] Compiling cpu_aarch64_apple.c
[418/514] Compiling cpu_aarch64_win.c
[419/514] Compiling des.c
[420/514] Compiling cpu_aarch64_fuchsia.c
[421/514] Compiling curve25519.c
[422/514] Compiling e_rc2.c
[423/514] Compiling conf.c
[424/514] Compiling tls_cbc.c
[425/514] Compiling e_rc4.c
[426/514] Compiling cmac.c
[427/514] Compiling e_null.c
[428/514] Compiling e_des.c
[429/514] Compiling derive_key.c
[430/514] Compiling e_aesgcmsiv.c
[431/514] Compiling e_tls.c
[432/514] Compiling e_aesctrhmac.c
[432/514] Compiling e_chacha20poly1305.c
[434/514] Compiling e_aesccm.c
[435/514] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[436/514] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[436/514] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[438/514] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[439/514] Compiling chacha-x86_64.linux.x86_64.S
[440/514] Compiling chacha.c
[441/514] Compiling cipher_extra.c
[442/514] Compiling chacha-x86.linux.x86.S
[443/514] Compiling chacha-x86.windows.x86.S
[444/514] Compiling chacha-x86_64.mac.x86_64.S
[445/514] Compiling chacha-armv8.ios.aarch64.S
[446/514] Compiling chacha-armv4.linux.arm.S
[447/514] Compiling chacha-armv8.linux.aarch64.S
[448/514] Compiling chacha-armv4.ios.arm.S
[449/514] Compiling unicode.c
[450/514] Compiling asn1_compat.c
[451/514] Compiling ber.c
[452/514] Compiling cbb.c
[453/514] Compiling bn_asn1.c
[454/514] Compiling buf.c
[455/514] Compiling cbs.c
[456/514] Compiling blake2.c
[456/514] Compiling socket.c
[458/514] Compiling socket_helper.c
[459/514] Compiling convert.c
[460/514] Compiling printf.c
[461/514] Compiling hexdump.c
[462/514] Compiling file.c
[463/514] Compiling pair.c
[464/514] Compiling base64.c
[465/514] Compiling bio_mem.c
[466/514] Compiling fd.c
[467/514] Compiling tasn_utl.c
[468/514] Compiling time_support.c
[469/514] Compiling tasn_typ.c
[470/514] Compiling bio.c
[471/514] Compiling connect.c
[472/514] Compiling tasn_enc.c
[473/514] Compiling f_string.c
[474/514] Compiling tasn_fre.c
[475/514] Compiling tasn_dec.c
[476/514] Compiling f_int.c
[477/514] Compiling asn_pack.c
[478/514] Compiling tasn_new.c
[479/514] Compiling asn1_par.c
[480/514] Compiling asn1_lib.c
[481/514] Compiling a_type.c
[482/514] Compiling a_time.c
[483/514] Compiling a_utctm.c
[483/514] Compiling a_utf8.c
[485/514] Compiling a_strnid.c
[486/514] Compiling a_strex.c
[486/514] Compiling a_octet.c
[488/514] Compiling a_print.c
[489/514] Compiling a_dup.c
[490/514] Compiling a_object.c
[491/514] Compiling a_i2d_fp.c
[492/514] Compiling a_bool.c
[493/514] Write sources
[494/514] Compiling a_mbstr.c
[495/514] Compiling a_d2i_fp.c
[496/514] Compiling a_int.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.
[497/514] Compiling a_gentm.c
[497/514] Compiling CCitadelBcrypt bcrypt-kdf.c
[497/514] Compiling a_bitstr.c
[497/514] Wrapping AST for BigInt for debugging
BUILD FAILURE 6.1 android