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.11.1 (0e0830), with Swift 6.1 for Android on 15 Jul 2025 12:18:40 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Citadel.git
Reference: 0.11.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.11.1     -> FETCH_HEAD
HEAD is now at 0e08308 Merge pull request #112 from nedithgar/main
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
0e0830867f05837b391426c68171ea19b2981dbf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/Citadel.git at 0.11.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.4",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Joannis/swift-nio-ssh.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.12.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "colorizeswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtynior/ColorizeSwift.git"
    }
  ],
  "manifest_display_name" : "Citadel",
  "name" : "Citadel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Citadel",
      "targets" : [
        "Citadel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CitadelServerExample",
      "targets" : [
        "CitadelServerExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CitadelTests",
      "module_type" : "SwiftTarget",
      "name" : "CitadelTests",
      "path" : "Tests/CitadelTests",
      "product_dependencies" : [
        "NIOSSH",
        "BigInt",
        "Logging"
      ],
      "sources" : [
        "Citadel2Tests.swift",
        "EndToEndTests.swift",
        "KeyTests.swift"
      ],
      "target_dependencies" : [
        "Citadel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CitadelServerExample",
      "module_type" : "SwiftTarget",
      "name" : "CitadelServerExample",
      "path" : "Sources/CitadelServerExample",
      "product_dependencies" : [
        "ColorizeSwift"
      ],
      "product_memberships" : [
        "CitadelServerExample"
      ],
      "sources" : [
        "EchoShell/BasicCommands.swift",
        "EchoShell/EchoShell.swift",
        "EchoShell/Extensions.swift",
        "EchoShell/Terminal.swift",
        "HostKeyFile.swift",
        "Server.swift"
      ],
      "target_dependencies" : [
        "Citadel"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Citadel",
      "module_type" : "SwiftTarget",
      "name" : "Citadel",
      "path" : "Sources/Citadel",
      "product_dependencies" : [
        "NIOSSH",
        "Crypto",
        "_CryptoExtras",
        "BigInt",
        "Logging"
      ],
      "product_memberships" : [
        "Citadel",
        "CitadelServerExample"
      ],
      "sources" : [
        "Algorithms/AES.swift",
        "Algorithms/DH-Helpers.swift",
        "Algorithms/DiffieHellmanGroup14Sha1.swift",
        "Algorithms/DiffieHellmanGroup14Sha256.swift",
        "Algorithms/RSA.swift",
        "BCrypt.swift",
        "ByteBufferHelpers.swift",
        "ChannelUnwrapper.swift",
        "Client.swift",
        "ClientSession.swift",
        "DirectTCPIP/Client/DirectTCPIP+Client.swift",
        "DirectTCPIP/Server/DirectTCPIP+Server.swift",
        "Errors.swift",
        "Exec/Client/ExecClient.swift",
        "Exec/Server/ExecDelegate.swift",
        "Exec/Server/ExecHandler.swift",
        "NIOGlueHandler.swift",
        "OpenSSHKey.swift",
        "SFTP/Client/SFTPClient.swift",
        "SFTP/Client/SFTPClientInboundHandler.swift",
        "SFTP/Client/SFTPFile.swift",
        "SFTP/SFTPBasicEnums.swift",
        "SFTP/SFTPFileFlags.swift",
        "SFTP/SFTPMessage.swift",
        "SFTP/SFTPMessageParser.swift",
        "SFTP/SFTPSerializer.swift",
        "SFTP/Server/SFTPServer.swift",
        "SFTP/Server/SFTPServerInboundHandler.swift",
        "SSHAuthenticationMethod.swift",
        "SSHCert.swift",
        "SSHConnectionPoolSettings.swift",
        "SSHKeyTypeDetection.swift",
        "Server.swift",
        "Shell/Server/ShellDelegate.swift",
        "TTY/Client/TTY.swift"
      ],
      "target_dependencies" : [
        "CCitadelBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CCitadelBcrypt",
      "module_type" : "ClangTarget",
      "name" : "CCitadelBcrypt",
      "path" : "Sources/CCitadelBcrypt",
      "product_memberships" : [
        "Citadel",
        "CitadelServerExample"
      ],
      "sources" : [
        "bcrypt-kdf.c",
        "bcrypt.c",
        "blf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/apple/swift-crypto.git
[1/2785] Fetching swift-nio-ssh
[141/7607] Fetching swift-nio-ssh, bigint
[362/7898] Fetching swift-nio-ssh, bigint, colorizeswift
[4063/11752] Fetching swift-nio-ssh, bigint, colorizeswift, swift-log
[5228/27501] Fetching swift-nio-ssh, bigint, colorizeswift, swift-log, swift-crypto
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (3.66s)
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (3.67s)
Fetched https://github.com/apple/swift-log.git from cache (3.69s)
Fetched https://github.com/attaswift/BigInt.git from cache (3.70s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.10s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.4 (1.59s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[1809/78479] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
[3834/76671] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.19s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (14.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.50s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4657] Fetching swift-system
[1166/21403] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.93s)
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.33s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.93s)
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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.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.84.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/Joannis/swift-nio-ssh.git
Working copy of https://github.com/Joannis/swift-nio-ssh.git resolved at 0.3.4
Building for debugging...
[0/417] Write sources
[19/417] Compiling _AtomicsShims.c
[20/417] Compiling CNIOWindows shim.c
[21/417] Compiling CNIOWindows WSAStartup.c
[22/417] Compiling CNIOWASI CNIOWASI.c
[23/417] Compiling CNIOLinux liburing_shims.c
[24/417] Compiling CNIODarwin shim.c
[25/417] Compiling CNIOLinux shim.c
[26/417] Compiling lhash.cc
[27/417] Compiling md4.cc
[28/417] Compiling a_d2i_fp.cc
[28/417] Write swift-version-24593BA9C3E375BF.txt
[30/417] Compiling fiat_p256_adx_sqr.S
[31/417] Compiling fiat_p256_adx_mul.S
[32/417] Compiling kyber.cc
[33/438] Compiling CCryptoBoringSSLShims shims.c
[34/459] Compiling hrss.cc
[36/461] Emitting module _NIODataStructures
[36/461] Compiling c-nioatomics.c
[37/461] Compiling fiat_curve25519_adx_square.S
[38/461] Compiling fiat_curve25519_adx_mul.S
[39/461] Compiling md5-x86_64-linux.S
[40/461] Compiling md5-x86_64-apple.S
[41/461] Compiling md5-586-linux.S
[42/461] Compiling md5-586-apple.S
[43/461] Compiling err_data.cc
[44/461] Compiling chacha20_poly1305_x86_64-linux.S
[46/461] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[47/461] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/462] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[51/462] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/462] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/462] Compiling InternalCollectionsUtilities Debugging.swift
[55/464] Compiling chacha20_poly1305_x86_64-apple.S
[57/464] Compiling InternalCollectionsUtilities Descriptions.swift
[58/464] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/464] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/464] Compiling Logging LogHandler.swift
[61/464] Compiling _NIOBase64 Base64.swift
[62/464] Emitting module _NIOBase64
[63/464] Compiling _NIODataStructures PriorityQueue.swift
[64/464] Compiling _NIODataStructures _TinyArray.swift
[65/465] Emitting module InternalCollectionsUtilities
[66/465] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/465] Compiling InternalCollectionsUtilities Integer rank.swift
[67/465] Compiling chacha20_poly1305_armv8-win.S
[69/465] Compiling _NIODataStructures Heap.swift
[70/466] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/467] Compiling SwiftASN1 TimeUtilities.swift
[72/467] Compiling SwiftASN1 UTCTime.swift
[73/467] Compiling chacha20_poly1305_armv8-linux.S
[80/467] Compiling chacha20_poly1305_armv8-apple.S
[82/467] Compiling chacha-x86_64-linux.S
[83/467] Wrapping AST for _NIOBase64 for debugging
[84/467] Compiling chacha-x86_64-apple.S
[85/467] Compiling chacha-x86-apple.S
[86/467] Compiling chacha-x86-linux.S
[90/467] Wrapping AST for _NIODataStructures for debugging
[91/467] Compiling chacha-armv8-win.S
[92/467] Wrapping AST for InternalCollectionsUtilities for debugging
[93/467] Compiling chacha-armv8-linux.S
[94/467] Compiling chacha-armv8-apple.S
[95/467] Compiling aes128gcmsiv-x86_64-linux.S
[96/467] Compiling chacha-armv4-linux.S
[97/467] Compiling aes128gcmsiv-x86_64-apple.S
[98/467] Compiling x86_64-mont5-apple.S
[99/467] Compiling x86_64-mont5-linux.S
[100/467] Compiling x86_64-mont-linux.S
[101/467] Compiling x86-mont-linux.S
[102/467] Compiling x86_64-mont-apple.S
[103/468] Compiling x86-mont-apple.S
[104/482] Compiling vpaes-x86_64-apple.S
[106/482] Compiling SwiftASN1 DER.swift
[107/482] Compiling SwiftASN1 Errors.swift
[107/482] Compiling vpaes-x86_64-linux.S
[108/482] Compiling vpaes-x86-linux.S
[109/482] Compiling vpaes-x86-apple.S
[110/482] Compiling vpaes-armv8-win.S
[111/482] Compiling vpaes-armv8-linux.S
[112/482] Compiling vpaes-armv7-linux.S
[113/482] Compiling vpaes-armv8-apple.S
[115/482] Compiling DequeModule Deque+CustomReflectable.swift
[116/482] Compiling DequeModule Deque+Descriptions.swift
[116/484] Compiling sha512-x86_64-linux.S
[117/484] Compiling sha512-x86_64-apple.S
[118/484] Compiling sha512-armv8-win.S
[120/484] Compiling DequeModule _DequeBuffer.swift
[121/484] Compiling DequeModule _DequeBufferHeader.swift
[121/484] Compiling sha512-armv8-apple.S
[122/484] Compiling sha512-armv4-linux.S
[123/484] Compiling sha512-armv8-linux.S
[124/484] Compiling sha512-586-linux.S
[125/484] Compiling sha512-586-apple.S
[126/484] Compiling sha256-x86_64-linux.S
[127/484] Compiling sha256-x86_64-apple.S
[129/484] Compiling DequeModule Deque+Equatable.swift
[130/484] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[131/484] Compiling DequeModule Deque+Extras.swift
[132/484] Compiling DequeModule Deque+Hashable.swift
[132/484] Compiling sha256-armv8-win.S
[133/484] Compiling sha256-armv8-apple.S
[134/484] Compiling sha256-armv8-linux.S
[135/484] Compiling sha256-armv4-linux.S
[136/484] Compiling sha256-586-linux.S
[138/484] Emitting module SwiftASN1
[138/484] Compiling sha256-586-apple.S
[139/484] Compiling sha1-x86_64-linux.S
[140/484] Compiling sha1-x86_64-apple.S
[141/484] Compiling c-atomics.c
[142/484] Compiling sha1-armv8-win.S
[143/484] Compiling sha1-armv8-apple.S
[144/484] Compiling sha1-armv4-large-linux.S
[146/484] Compiling DequeModule _DequeSlot.swift
[147/484] Compiling DequeModule _UnsafeWrappedBuffer.swift
[147/484] Compiling sha1-armv8-linux.S
[149/484] Compiling DequeModule Deque._UnsafeHandle.swift
[150/484] Compiling DequeModule Deque.swift
[151/484] Compiling DequeModule Deque+Testing.swift
[152/484] Compiling DequeModule Deque._Storage.swift
[152/484] Compiling rsaz-avx2-linux.S
[153/484] Compiling sha1-586-apple.S
[154/484] Compiling sha1-586-linux.S
[155/490] Compiling rsaz-avx2-apple.S
[157/490] Compiling DequeModule Deque+Codable.swift
[158/490] Compiling DequeModule Deque+Collection.swift
[158/490] Compiling rdrand-x86_64-linux.S
[159/490] Compiling rdrand-x86_64-apple.S
[160/490] Compiling p256_beeu-x86_64-asm-linux.S
[161/490] Compiling p256_beeu-x86_64-asm-apple.S
[162/490] Compiling p256_beeu-armv8-asm-win.S
[163/490] Compiling p256_beeu-armv8-asm-linux.S
[164/490] Compiling p256_beeu-armv8-asm-apple.S
[165/490] Compiling p256-x86_64-asm-linux.S
[166/490] Compiling p256-x86_64-asm-apple.S
[167/490] Compiling p256-armv8-asm-win.S
[168/490] Compiling p256-armv8-asm-apple.S
[170/490] Emitting module DequeModule
[170/490] Compiling p256-armv8-asm-linux.S
[171/491] Compiling ghashv8-armv8-win.S
[172/491] Compiling ghashv8-armv8-linux.S
[173/491] Compiling ghashv8-armv8-apple.S
[174/491] Compiling ghashv8-armv7-linux.S
[175/491] Compiling ghash-x86_64-linux.S
[176/491] Compiling ghash-x86_64-apple.S
[177/491] Compiling ghash-x86-linux.S
[179/491] Compiling ghash-x86-apple.S
[181/491] Compiling Logging MetadataProvider.swift
[182/491] Emitting module Logging
[183/491] Compiling Logging Locks.swift
[183/491] Compiling ghash-ssse3-x86_64-linux.S
[184/491] Compiling ghash-ssse3-x86-linux.S
[185/491] Compiling ghash-ssse3-x86_64-apple.S
[191/491] Compiling Logging Logging.swift
[191/492] Compiling ghash-ssse3-x86-apple.S
[192/493] Compiling ghash-neon-armv8-win.S
[193/493] Compiling ghash-neon-armv8-apple.S
[194/493] Compiling ghash-neon-armv8-linux.S
[196/493] Compiling NIOConcurrencyHelpers lock.swift
[196/493] Wrapping AST for DequeModule for debugging
[199/493] Compiling ghash-armv4-linux.S
[200/493] Compiling co-586-linux.S
[201/493] Compiling co-586-apple.S
[202/493] Compiling bsaes-armv7-linux.S
[203/493] Compiling bn-armv8-win.S
[204/493] Compiling bn-armv8-linux.S
[205/493] Compiling bn-armv8-apple.S
[207/493] Emitting module NIOConcurrencyHelpers
[208/493] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[208/493] Compiling bn-586-linux.S
[209/493] Compiling bn-586-apple.S
[211/493] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[212/493] Compiling NIOConcurrencyHelpers NIOLock.swift
[213/493] Compiling NIOConcurrencyHelpers atomics.swift
[213/494] Compiling armv8-mont-win.S
[214/494] Wrapping AST for Logging for debugging
[215/494] Compiling armv8-mont-apple.S
[216/494] Compiling armv8-mont-linux.S
[217/494] Wrapping AST for SwiftASN1 for debugging
[217/494] Compiling armv4-mont-linux.S
[219/494] Compiling aesv8-gcm-armv8-win.S
[220/494] Compiling aesv8-armv8-win.S
[221/494] Compiling aesv8-gcm-armv8-apple.S
[222/494] Compiling aesv8-gcm-armv8-linux.S
[223/494] Compiling aesv8-armv8-apple.S
[224/494] Compiling aesv8-armv8-linux.S
[224/494] Compiling aesv8-armv7-linux.S
[227/494] Compiling aesni-x86_64-apple.S
[228/494] Compiling aesni-x86_64-linux.S
[229/494] Compiling aesni-x86-linux.S
[230/494] Compiling aesni-gcm-x86_64-linux.S
[231/494] Compiling aesni-x86-apple.S
[232/494] Compiling aesni-gcm-x86_64-apple.S
[233/494] Compiling aes-gcm-avx10-x86_64-apple.S
[235/494] Compiling ColorizeSwift ColorizeSwift.swift
[236/494] Emitting module ColorizeSwift
[236/495] Compiling aes-gcm-avx10-x86_64-linux.S
[237/495] Wrapping AST for NIOConcurrencyHelpers for debugging
[239/495] Compiling x_x509a.cc
[240/495] Compiling x_x509.cc
[241/495] Compiling x_sig.cc
[242/495] Compiling x_val.cc
[243/495] Wrapping AST for ColorizeSwift for debugging
[244/495] Compiling x_req.cc
[245/495] Compiling x_spki.cc
[246/495] Compiling x_pubkey.cc
[247/495] Compiling x_name.cc
[248/495] Compiling x_algor.cc
[249/495] Compiling x509spki.cc
[250/495] Compiling x_exten.cc
[251/495] Compiling x509rset.cc
[252/495] Compiling x_attrib.cc
[253/495] Compiling x_crl.cc
[254/495] Compiling x_all.cc
[255/495] Compiling x509_vpm.cc
[256/495] Compiling x509name.cc
[257/495] Compiling x509cset.cc
[258/495] Compiling x509_v3.cc
[259/495] Compiling x509_vfy.cc
[260/495] Compiling x509_txt.cc
[261/495] Compiling x509_trs.cc
[262/495] Compiling x509_req.cc
[263/495] Compiling x509_set.cc
[264/495] Compiling x509_obj.cc
[265/495] Compiling x509_lu.cc
[266/495] Compiling v3_utl.cc
[267/495] Compiling x509_ext.cc
[268/495] Compiling x509_def.cc
[269/495] Compiling x509_d2.cc
[270/495] Compiling x509.cc
[271/495] Compiling x509_cmp.cc
[272/495] Compiling x509_att.cc
[273/495] Compiling v3_ocsp.cc
[274/495] Compiling v3_purp.cc
[275/495] Compiling v3_prn.cc
[276/495] Compiling v3_skey.cc
[277/495] Compiling v3_pmaps.cc
[278/495] Compiling v3_ncons.cc
[279/495] Compiling v3_pcons.cc
[280/495] Compiling v3_lib.cc
[281/495] Compiling v3_genn.cc
[282/495] Compiling v3_int.cc
[283/495] Compiling v3_info.cc
[284/495] Compiling v3_ia5.cc
[285/495] Compiling v3_extku.cc
[286/495] Compiling v3_crld.cc
[287/495] Compiling v3_cpols.cc
[288/495] Compiling v3_enum.cc
[289/495] Compiling v3_conf.cc
[290/495] Compiling v3_bitst.cc
[291/495] Compiling v3_bcons.cc
[292/495] Compiling v3_alt.cc
[293/495] Compiling t_x509.cc
[294/495] Compiling t_x509a.cc
[295/495] Compiling v3_akeya.cc
[296/495] Compiling t_req.cc
[297/495] Compiling v3_akey.cc
[298/495] Compiling t_crl.cc
[299/495] Compiling name_print.cc
[300/495] Compiling rsa_pss.cc
[301/495] Compiling i2d_pr.cc
[302/495] Compiling by_file.cc
[303/495] Compiling algorithm.cc
[304/495] Compiling policy.cc
[305/495] Compiling by_dir.cc
[306/495] Compiling a_sign.cc
[307/495] Compiling asn1_gen.cc
[308/495] Compiling a_verify.cc
[309/495] Compiling thread_win.cc
[310/495] Compiling thread_pthread.cc
[311/495] Compiling trust_token.cc
[312/495] Compiling voprf.cc
[313/495] Compiling a_digest.cc
[314/495] Compiling pmbtoken.cc
[315/495] Compiling thread_none.cc
[316/495] Compiling thread.cc
[317/495] Compiling stack.cc
[318/495] Compiling wots.cc
[319/495] Compiling merkle.cc
[320/495] Compiling thash.cc
[321/495] Compiling sha512.cc
[322/495] Compiling fors.cc
[323/495] Compiling siphash.cc
[324/495] Compiling slhdsa.cc
[325/495] Compiling rsa_crypt.cc
[326/495] Compiling sha1.cc
[327/495] Compiling sha256.cc
[328/495] Compiling rsa_extra.cc
[329/495] Compiling rsa_print.cc
[330/495] Compiling windows.cc
[331/495] Compiling rc4.cc
[332/495] Compiling refcount.cc
[333/495] Compiling trusty.cc
[334/495] Compiling passive.cc
[335/495] Compiling rsa_asn1.cc
[336/495] Compiling rand_extra.cc
[337/495] Compiling urandom.cc
[338/495] Compiling poly1305_arm_asm.S
[339/495] Compiling ios.cc
[340/495] Compiling getentropy.cc
[341/495] Compiling forkunsafe.cc
[342/495] Compiling deterministic.cc
[343/495] Compiling pool.cc
[344/495] Compiling poly1305_vec.cc
[345/495] Compiling fork_detect.cc
[346/495] Compiling poly1305_arm.cc
[347/495] Compiling poly1305.cc
[348/495] Compiling pkcs8.cc
[349/495] Compiling pkcs8_x509.cc
[350/495] Compiling pkcs7.cc
[351/495] Compiling pkcs7_x509.cc
[351/495] Compiling p5_pbev2.cc
[353/495] Compiling pem_xaux.cc
[354/495] Compiling pem_x509.cc
[355/495] Compiling pem_pkey.cc
[356/495] Compiling pem_pk8.cc
[357/495] Compiling pem_oth.cc
[358/495] Compiling mlkem.cc
[359/495] Compiling obj_xref.cc
[360/495] Compiling pem_lib.cc
[361/495] Compiling poly_rq_mul.S
[362/495] Compiling obj.cc
[363/495] Compiling fips_shared_support.cc
[364/495] Compiling pem_all.cc
[365/495] Compiling pem_info.cc
[366/495] Compiling mldsa.cc
[367/495] Compiling mem.cc
[368/495] Compiling md5.cc
[369/495] Compiling ex_data.cc
[370/495] Compiling hpke.cc
[371/495] Compiling pbkdf.cc
[372/495] Compiling sign.cc
[373/495] Compiling scrypt.cc
[374/495] Compiling print.cc
[375/495] Compiling p_x25519.cc
[376/495] Compiling p_x25519_asn1.cc
[377/495] Compiling p_hkdf.cc
[378/495] Compiling p_rsa.cc
[379/495] Compiling p_ed25519_asn1.cc
[380/495] Compiling p_rsa_asn1.cc
[381/495] Compiling p_ed25519.cc
[382/495] Compiling p_ec_asn1.cc
[383/495] Compiling p_ec.cc
[384/495] Compiling p_dh_asn1.cc
[385/495] Compiling p_dsa_asn1.cc
[386/495] Compiling p_dh.cc
[387/495] Compiling evp_ctx.cc
[388/495] Compiling evp_asn1.cc
[389/495] Compiling engine.cc
[390/495] Compiling evp.cc
[391/495] Compiling err.cc
[392/495] Compiling ecdh_extra.cc
[393/495] Compiling ecdsa_asn1.cc
[394/495] Compiling hash_to_curve.cc
[395/495] Compiling ec_derive.cc
[396/495] Compiling bcm.cc
[397/495] Compiling dsa.cc
[398/495] Compiling ec_asn1.cc
[399/495] Compiling params.cc
[400/495] Compiling dsa_asn1.cc
[401/495] Compiling digest_extra.cc
[402/495] Compiling x25519-asm-arm.S
[403/495] Compiling dh_asn1.cc
[404/495] Compiling des.cc
[405/495] Compiling curve25519.cc
[406/495] Compiling cpu_intel.cc
[407/495] Compiling curve25519_64_adx.cc
[408/495] Compiling cpu_arm_freebsd.cc
[409/495] Compiling spake25519.cc
[410/495] Compiling crypto.cc
[411/495] Compiling cpu_arm_linux.cc
[412/495] Compiling cpu_aarch64_win.cc
[413/495] Compiling cpu_aarch64_sysreg.cc
[414/495] Compiling cpu_aarch64_openbsd.cc
[415/495] Compiling cpu_aarch64_linux.cc
[416/495] Compiling cpu_aarch64_fuchsia.cc
[417/495] Compiling cpu_aarch64_apple.cc
[418/495] Compiling tls_cbc.cc
[419/495] Compiling conf.cc
[420/495] Compiling e_tls.cc
[421/495] Compiling e_rc4.cc
[422/495] Compiling e_rc2.cc
[423/495] Compiling e_null.cc
[424/495] Compiling e_des.cc
[425/495] Compiling e_chacha20poly1305.cc
[426/495] Compiling e_aesgcmsiv.cc
[427/495] Compiling e_aesctrhmac.cc
[428/495] Compiling derive_key.cc
[429/495] Compiling cipher_extra.cc
[430/495] Compiling chacha.cc
[431/495] Compiling unicode.cc
[432/495] Compiling ber.cc
[433/495] Compiling buf.cc
[434/495] Compiling cbs.cc
[435/495] Compiling cbb.cc
[436/495] Compiling asn1_compat.cc
[437/495] Compiling convert.cc
[438/495] Compiling blake2.cc
[439/495] Compiling bn_asn1.cc
[440/495] Compiling fd.cc
[441/495] Compiling pair.cc
[442/495] Compiling printf.cc
[443/495] Compiling hexdump.cc
[444/495] Compiling file.cc
[445/495] Compiling errno.cc
[446/495] Compiling base64.cc
[447/495] Compiling bio_mem.cc
[448/495] Compiling bio.cc
[449/495] Compiling tasn_typ.cc
[450/495] Compiling tasn_fre.cc
[451/495] Compiling tasn_new.cc
[452/495] Compiling tasn_utl.cc
[453/495] Compiling tasn_dec.cc
[454/495] Compiling tasn_enc.cc
[455/495] Compiling posix_time.cc
[456/495] Compiling asn_pack.cc
[457/495] Compiling f_string.cc
[458/495] Compiling asn1_par.cc
[459/495] Compiling f_int.cc
[460/495] Compiling a_type.cc
[461/495] Compiling asn1_lib.cc
[462/495] Compiling a_utctm.cc
[463/495] Compiling a_octet.cc
[464/495] Compiling a_strnid.cc
[465/495] Compiling a_strex.cc
[466/495] Compiling a_time.cc
[467/495] Compiling a_object.cc
[468/495] Compiling CCitadelBcrypt blf.c
[469/495] Compiling CCitadelBcrypt bcrypt.c
[470/495] Compiling a_mbstr.cc
[471/495] Write sources
[471/495] Compiling a_i2d_fp.cc
[471/495] 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.
[474/495] Compiling CCitadelBcrypt bcrypt-kdf.c
[474/495] Compiling a_bool.cc
[474/495] Compiling a_int.cc
[474/495] Compiling a_gentm.cc
[474/495] Compiling a_dup.cc
[474/495] Compiling a_bitstr.cc
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: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...
/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.
[0/30] Compiling CCitadelBcrypt bcrypt-kdf.c
[0/30] Compiling a_bitstr.cc
[0/30] Compiling a_int.cc
[0/30] Compiling a_gentm.cc
[0/30] Compiling a_dup.cc
[0/30] Compiling a_bool.cc
[0/30] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android