Build Information
Failed to build Citadel, reference 0.11.1 (0e0830
), with Swift 6.1 for Linux on 15 Jul 2025 12:19:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/mtynior/ColorizeSwift.git
[1/4822] Fetching bigint
[146/7607] Fetching bigint, swift-nio-ssh
[652/7898] Fetching bigint, swift-nio-ssh, colorizeswift
[1119/23647] Fetching bigint, swift-nio-ssh, colorizeswift, swift-crypto
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.68s)
[5852/23356] Fetching bigint, swift-nio-ssh, swift-crypto
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/attaswift/BigInt.git from cache (1.21s)
[6250/18534] Fetching swift-nio-ssh, swift-crypto
[7196/22388] Fetching swift-nio-ssh, swift-crypto, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
[8455/18534] Fetching swift-nio-ssh, swift-crypto
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (3.49s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.32s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
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.51s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1808] Fetching swift-atomics
[1809/78479] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.52s)
Fetched https://github.com/apple/swift-nio.git from cache (8.73s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (12.09s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4657] Fetching swift-system
[4658/21403] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
[2847/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.13s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.6.0 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
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-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 3.12.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/Joannis/swift-nio-ssh.git
Working copy of https://github.com/Joannis/swift-nio-ssh.git resolved at 0.3.4
Creating working copy for https://github.com/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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Building for debugging...
[0/417] Write sources
[19/417] Compiling CNIOWindows WSAStartup.c
[20/417] Compiling CNIOWASI CNIOWASI.c
[21/417] Compiling _AtomicsShims.c
[22/417] Compiling CCitadelBcrypt bcrypt.c
[23/417] Compiling CNIODarwin shim.c
[24/417] Compiling CNIOLinux liburing_shims.c
[25/417] Compiling CNIOLinux shim.c
[26/417] Compiling CCitadelBcrypt blf.c
[27/417] Compiling fiat_p256_adx_sqr.S
[28/417] Compiling CNIOWindows shim.c
[29/417] Write swift-version-24593BA9C3E375BF.txt
[30/417] Compiling fiat_curve25519_adx_square.S
[31/417] Compiling fiat_p256_adx_mul.S
[32/417] Compiling fiat_curve25519_adx_mul.S
[33/417] Compiling md5-x86_64-linux.S
[34/417] Compiling md5-x86_64-apple.S
[35/423] Compiling CCryptoBoringSSLShims shims.c
[37/461] Compiling _NIODataStructures _TinyArray.swift
[38/461] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/462] Compiling InternalCollectionsUtilities Descriptions.swift
[40/462] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/462] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/462] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/462] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/462] Compiling InternalCollectionsUtilities Debugging.swift
[45/462] Emitting module InternalCollectionsUtilities
[46/462] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/462] Compiling InternalCollectionsUtilities Integer rank.swift
[48/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/462] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/462] Emitting module _NIOBase64
[51/462] Compiling _NIOBase64 Base64.swift
[52/463] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/463] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/463] Compiling _NIODataStructures PriorityQueue.swift
[56/463] Compiling SwiftASN1 TimeUtilities.swift
[57/463] Compiling SwiftASN1 UTCTime.swift
[58/465] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/466] Compiling c-nioatomics.c
[67/466] Compiling md5-586-linux.S
[68/466] Compiling md5-586-apple.S
[73/466] Compiling Logging MetadataProvider.swift
[74/466] Emitting module Logging
[75/466] Emitting module _NIODataStructures
[76/466] Compiling _NIODataStructures Heap.swift
[76/466] Compiling err_data.cc
[78/466] Compiling Logging Locks.swift
[79/467] Compiling Logging LogHandler.swift
[80/467] Compiling Logging Logging.swift
[80/468] Compiling chacha20_poly1305_x86_64-linux.S
[85/468] Compiling SwiftASN1 ObjectIdentifier.swift
[86/468] Compiling SwiftASN1 PEMDocument.swift
[87/468] Compiling chacha20_poly1305_x86_64-apple.S
[88/468] Compiling chacha20_poly1305_armv8-win.S
[90/468] Compiling SwiftASN1 DER.swift
[91/468] Compiling SwiftASN1 Errors.swift
[91/468] Compiling chacha20_poly1305_armv8-linux.S
[92/468] Compiling c-atomics.c
[93/468] Compiling chacha20_poly1305_armv8-apple.S
[94/468] Compiling chacha-x86_64-linux.S
[95/468] Compiling chacha-x86_64-apple.S
[96/468] Compiling chacha-x86-linux.S
[97/468] Compiling chacha-x86-apple.S
[98/468] Compiling chacha-armv8-win.S
[99/474] Compiling chacha-armv8-linux.S
[101/474] Emitting module ColorizeSwift
[102/474] Compiling ColorizeSwift ColorizeSwift.swift
[102/475] Compiling chacha-armv8-apple.S
[103/475] Compiling chacha-armv4-linux.S
[106/475] Emitting module SwiftASN1
[106/476] Compiling aes128gcmsiv-x86_64-linux.S
[107/476] Compiling aes128gcmsiv-x86_64-apple.S
[109/476] Compiling x86_64-mont5-linux.S
[111/476] Compiling NIOConcurrencyHelpers lock.swift
[111/476] Compiling x86_64-mont5-apple.S
[112/476] Compiling x86_64-mont-linux.S
[113/476] Compiling x86_64-mont-apple.S
[115/476] Emitting module NIOConcurrencyHelpers
[115/476] Compiling x86-mont-linux.S
[116/476] Compiling x86-mont-apple.S
[117/476] Compiling vpaes-x86_64-linux.S
[118/476] Compiling vpaes-x86_64-apple.S
[120/476] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[121/476] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[122/476] Compiling NIOConcurrencyHelpers atomics.swift
[123/476] Compiling NIOConcurrencyHelpers NIOLock.swift
[123/477] Compiling vpaes-x86-linux.S
[124/477] Compiling vpaes-x86-apple.S
[126/477] Compiling vpaes-armv8-win.S
[127/477] Compiling vpaes-armv8-linux.S
[128/477] Compiling vpaes-armv8-apple.S
[129/477] Compiling vpaes-armv7-linux.S
[130/477] Compiling sha512-x86_64-linux.S
[131/477] Compiling sha512-x86_64-apple.S
[132/477] Compiling sha512-armv8-win.S
[133/477] Compiling sha512-armv8-linux.S
[134/477] Compiling sha512-armv8-apple.S
[135/477] Compiling sha512-armv4-linux.S
[136/477] Compiling sha512-586-linux.S
[137/477] Compiling sha512-586-apple.S
[138/477] Compiling sha256-x86_64-linux.S
[139/477] Compiling sha256-x86_64-apple.S
[140/477] Compiling sha256-armv8-win.S
[141/477] Compiling sha256-armv8-linux.S
[142/477] Compiling sha256-armv8-apple.S
[143/477] Compiling sha256-armv4-linux.S
[144/477] Compiling sha256-586-linux.S
[145/477] Compiling sha256-586-apple.S
[146/477] Compiling sha1-x86_64-linux.S
[147/477] Compiling sha1-x86_64-apple.S
[148/477] Compiling sha1-armv8-win.S
[149/477] Compiling sha1-armv8-linux.S
[150/477] Compiling sha1-armv8-apple.S
[151/477] Compiling sha1-armv4-large-linux.S
[152/477] Compiling sha1-586-linux.S
[153/477] Compiling sha1-586-apple.S
[154/477] Compiling rsaz-avx2-linux.S
[155/477] Compiling rsaz-avx2-apple.S
[156/477] Compiling rdrand-x86_64-linux.S
[157/477] Compiling rdrand-x86_64-apple.S
[158/477] Compiling p256_beeu-x86_64-asm-linux.S
[159/477] Compiling p256_beeu-x86_64-asm-apple.S
[160/477] Compiling p256_beeu-armv8-asm-win.S
[161/477] Compiling p256_beeu-armv8-asm-linux.S
[162/477] Compiling p256_beeu-armv8-asm-apple.S
[163/477] Compiling p256-x86_64-asm-linux.S
[164/477] Compiling p256-x86_64-asm-apple.S
[165/477] Compiling p256-armv8-asm-win.S
[166/477] Compiling p256-armv8-asm-linux.S
[167/477] Compiling p256-armv8-asm-apple.S
[168/477] Compiling ghashv8-armv8-win.S
[169/477] Compiling ghashv8-armv8-linux.S
[170/477] Compiling ghashv8-armv8-apple.S
[171/477] Compiling ghashv8-armv7-linux.S
[172/477] Compiling ghash-x86_64-linux.S
[173/477] Compiling ghash-x86_64-apple.S
[174/477] Compiling ghash-x86-linux.S
[175/477] Compiling ghash-x86-apple.S
[176/477] Compiling ghash-ssse3-x86_64-linux.S
[177/477] Compiling ghash-ssse3-x86_64-apple.S
[178/477] Compiling ghash-ssse3-x86-linux.S
[179/477] Compiling ghash-ssse3-x86-apple.S
[180/477] Compiling ghash-neon-armv8-win.S
[181/477] Compiling ghash-neon-armv8-linux.S
[182/477] Compiling ghash-neon-armv8-apple.S
[183/477] Compiling ghash-armv4-linux.S
[184/477] Compiling co-586-linux.S
[185/477] Compiling co-586-apple.S
[186/477] Compiling bsaes-armv7-linux.S
[187/477] Compiling bn-armv8-win.S
[188/477] Compiling bn-armv8-linux.S
[189/477] Compiling bn-armv8-apple.S
[190/477] Compiling bn-586-linux.S
[191/477] Compiling bn-586-apple.S
[192/477] Compiling armv8-mont-win.S
[193/477] Compiling armv8-mont-linux.S
[194/477] Compiling armv8-mont-apple.S
[195/477] Compiling armv4-mont-linux.S
[196/477] Compiling aesv8-gcm-armv8-win.S
[197/477] Compiling aesv8-gcm-armv8-linux.S
[198/477] Compiling aesv8-gcm-armv8-apple.S
[199/477] Compiling aesv8-armv8-win.S
[200/477] Compiling aesv8-armv8-linux.S
[201/477] Compiling aesv8-armv8-apple.S
[202/477] Compiling aesv8-armv7-linux.S
[203/477] Compiling aesni-x86_64-linux.S
[204/477] Compiling aesni-x86_64-apple.S
[205/477] Compiling aesni-x86-linux.S
[206/477] Compiling aesni-x86-apple.S
[207/477] Compiling aesni-gcm-x86_64-linux.S
[208/477] Compiling aesni-gcm-x86_64-apple.S
[209/477] Compiling aes-gcm-avx10-x86_64-linux.S
[210/477] Compiling aes-gcm-avx10-x86_64-apple.S
[211/477] Wrapping AST for Logging for debugging
[212/477] Wrapping AST for SwiftASN1 for debugging
[213/477] Wrapping AST for _NIOBase64 for debugging
[213/477] Wrapping AST for NIOConcurrencyHelpers for debugging
[215/492] Wrapping AST for _NIODataStructures for debugging
[216/492] Compiling x_x509a.cc
[217/492] Wrapping AST for InternalCollectionsUtilities for debugging
[218/492] Wrapping AST for ColorizeSwift for debugging
[220/492] Compiling DequeModule Deque+Testing.swift
[221/492] Compiling DequeModule Deque._Storage.swift
[221/494] Compiling x_val.cc
[223/494] Compiling DequeModule _DequeBuffer.swift
[224/494] Compiling DequeModule _DequeBufferHeader.swift
[224/494] Compiling x_req.cc
[226/494] Compiling DequeModule Deque+Equatable.swift
[227/494] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[228/494] Compiling DequeModule Deque+CustomReflectable.swift
[229/494] Compiling DequeModule Deque+Descriptions.swift
[229/494] Compiling x_x509.cc
[230/494] Compiling x_sig.cc
[231/494] Compiling x_name.cc
[233/494] Compiling DequeModule _DequeSlot.swift
[234/494] Compiling DequeModule _UnsafeWrappedBuffer.swift
[235/494] Emitting module DequeModule
[236/494] Compiling DequeModule Deque+Codable.swift
[237/494] Compiling DequeModule Deque+Collection.swift
[237/494] Compiling x_pubkey.cc
[239/494] Compiling DequeModule Deque+Extras.swift
[240/494] Compiling DequeModule Deque+Hashable.swift
[241/494] Compiling DequeModule Deque._UnsafeHandle.swift
[242/494] Compiling DequeModule Deque.swift
[242/495] Compiling x_spki.cc
[244/495] Compiling x_algor.cc
[245/495] Compiling x_attrib.cc
[246/495] Compiling x_exten.cc
[247/495] Wrapping AST for DequeModule for debugging
[248/495] Compiling x_crl.cc
[249/495] Compiling x_all.cc
[250/495] Compiling x509spki.cc
[251/495] Compiling x509rset.cc
[252/495] Compiling x509cset.cc
[253/495] Compiling x509name.cc
[254/495] Compiling x509_vpm.cc
[255/495] Compiling x509_txt.cc
[256/495] Compiling x509_set.cc
[257/495] Compiling x509_v3.cc
[258/495] Compiling x509_trs.cc
[259/495] Compiling x509_vfy.cc
[260/495] Compiling x509_obj.cc
[261/495] Compiling x509_req.cc
[262/495] Compiling x509_ext.cc
[263/495] Compiling x509_lu.cc
[264/495] Compiling x509_def.cc
[265/495] Compiling x509_d2.cc
[266/495] Compiling x509.cc
[267/495] Compiling x509_cmp.cc
[268/495] Compiling x509_att.cc
[269/495] Compiling v3_utl.cc
[270/495] Compiling v3_skey.cc
[271/495] Compiling v3_prn.cc
[272/495] Compiling v3_pcons.cc
[273/495] Compiling v3_purp.cc
[274/495] Compiling v3_ocsp.cc
[275/495] Compiling v3_pmaps.cc
[276/495] Compiling v3_ncons.cc
[277/495] Compiling v3_lib.cc
[278/495] Compiling v3_info.cc
[279/495] Compiling v3_int.cc
[280/495] Compiling v3_ia5.cc
[281/495] Compiling v3_genn.cc
[282/495] Compiling v3_crld.cc
[283/495] Compiling v3_enum.cc
[284/495] Compiling v3_extku.cc
[285/495] Compiling v3_bitst.cc
[286/495] Compiling v3_conf.cc
[287/495] Compiling v3_bcons.cc
[288/495] Compiling v3_cpols.cc
[289/495] Compiling t_x509a.cc
[290/495] Compiling v3_akey.cc
[291/495] Compiling v3_akeya.cc
[292/495] Compiling v3_alt.cc
[293/495] Compiling t_crl.cc
[294/495] Compiling t_x509.cc
[295/495] Compiling i2d_pr.cc
[296/495] Compiling t_req.cc
[297/495] Compiling policy.cc
[298/495] Compiling by_file.cc
[299/495] Compiling asn1_gen.cc
[300/495] Compiling rsa_pss.cc
[301/495] Compiling by_dir.cc
[302/495] Compiling name_print.cc
[303/495] Compiling algorithm.cc
[304/495] Compiling thread_win.cc
[305/495] Compiling voprf.cc
[306/495] Compiling a_sign.cc
[307/495] Compiling pmbtoken.cc
[308/495] Compiling trust_token.cc
[309/495] Compiling a_digest.cc
[310/495] Compiling thread_pthread.cc
[311/495] Compiling wots.cc
[311/495] Compiling thread_none.cc
[313/495] Compiling thash.cc
[314/495] Compiling thread.cc
[315/495] Compiling stack.cc
[316/495] Compiling a_verify.cc
[317/495] Compiling sha256.cc
[318/495] Compiling sha1.cc
[319/495] Compiling merkle.cc
[320/495] Compiling fors.cc
[321/495] Compiling rsa_print.cc
[322/495] Compiling siphash.cc
[323/495] Compiling sha512.cc
[324/495] Compiling slhdsa.cc
[325/495] Compiling rc4.cc
[326/495] Compiling rsa_extra.cc
[327/495] Compiling windows.cc
[328/495] Compiling urandom.cc
[329/495] Compiling refcount.cc
[330/495] Compiling rsa_crypt.cc
[331/495] Compiling rsa_asn1.cc
[332/495] Compiling trusty.cc
[333/495] Compiling ios.cc
[334/495] Compiling getentropy.cc
[335/495] Compiling passive.cc
[336/495] Compiling rand_extra.cc
[337/495] Compiling poly1305_arm_asm.S
[338/495] Compiling deterministic.cc
[339/495] Compiling forkunsafe.cc
[340/495] Compiling fork_detect.cc
[341/495] Compiling poly1305_arm.cc
[342/495] Compiling poly1305.cc
[343/495] Compiling pool.cc
[344/495] Compiling poly1305_vec.cc
[345/495] Compiling pkcs7.cc
[346/495] Compiling pkcs7_x509.cc
[347/495] Compiling p5_pbev2.cc
[348/495] Compiling pkcs8_x509.cc
[349/495] Compiling pkcs8.cc
[350/495] Compiling pem_xaux.cc
[351/495] Compiling pem_pkey.cc
[352/495] Compiling pem_x509.cc
[353/495] Compiling obj_xref.cc
[354/495] Compiling pem_pk8.cc
[355/495] Compiling pem_info.cc
[356/495] Compiling pem_oth.cc
[357/495] Compiling mldsa.cc
[358/495] Compiling mlkem.cc
[359/495] Compiling obj.cc
[359/495] Compiling mem.cc
[361/495] Compiling pem_all.cc
[362/495] Compiling md5.cc
[363/495] Compiling md4.cc
[364/495] Compiling poly_rq_mul.S
[365/495] Compiling pem_lib.cc
[366/495] Compiling fips_shared_support.cc
[367/495] Compiling lhash.cc
[368/495] Compiling kyber.cc
[369/495] Compiling scrypt.cc
[370/495] Compiling sign.cc
[371/495] Compiling print.cc
[372/495] Compiling hrss.cc
[373/495] Compiling pbkdf.cc
[374/495] Compiling hpke.cc
[375/495] Compiling ex_data.cc
[376/495] Compiling p_x25519_asn1.cc
[377/495] Compiling p_ec_asn1.cc
[378/495] Compiling p_x25519.cc
[379/495] Compiling p_hkdf.cc
[380/495] Compiling p_rsa.cc
[381/495] Compiling p_rsa_asn1.cc
[382/495] Compiling p_ed25519.cc
[383/495] Compiling p_ed25519_asn1.cc
[384/495] Compiling p_dh_asn1.cc
[385/495] Compiling p_dsa_asn1.cc
[386/495] Compiling p_dh.cc
[387/495] Compiling p_ec.cc
[388/495] Compiling evp_ctx.cc
[389/495] Compiling evp.cc
[390/495] Compiling evp_asn1.cc
[391/495] Compiling engine.cc
[392/495] Compiling hash_to_curve.cc
[393/495] Compiling err.cc
[394/495] Compiling ecdh_extra.cc
[395/495] Compiling ecdsa_asn1.cc
[396/495] Compiling ec_derive.cc
[397/495] Compiling ec_asn1.cc
[398/495] Compiling params.cc
[399/495] Compiling dsa.cc
[400/495] Compiling digest_extra.cc
[401/495] Compiling dsa_asn1.cc
[402/495] Compiling dh_asn1.cc
[403/495] Compiling x25519-asm-arm.S
[404/495] Compiling crypto.cc
[405/495] Compiling des.cc
[406/495] Compiling spake25519.cc
[407/495] Compiling curve25519.cc
[408/495] Compiling cpu_intel.cc
[409/495] Compiling cpu_arm_linux.cc
[410/495] Compiling cpu_aarch64_openbsd.cc
[411/495] Compiling cpu_arm_freebsd.cc
[412/495] Compiling cpu_aarch64_linux.cc
[413/495] Compiling cpu_aarch64_win.cc
[414/495] Compiling cpu_aarch64_sysreg.cc
[415/495] Compiling cpu_aarch64_fuchsia.cc
[416/495] Compiling cpu_aarch64_apple.cc
[417/495] Compiling curve25519_64_adx.cc
[418/495] Compiling e_tls.cc
[419/495] Compiling e_rc4.cc
[420/495] Compiling tls_cbc.cc
[421/495] Compiling conf.cc
[422/495] Compiling e_rc2.cc
[423/495] Compiling e_des.cc
[424/495] Compiling e_null.cc
[425/495] Compiling derive_key.cc
[426/495] Compiling cipher_extra.cc
[427/495] Compiling e_aesctrhmac.cc
[428/495] Compiling e_chacha20poly1305.cc
[429/495] Compiling e_aesgcmsiv.cc
[430/495] Compiling bcm.cc
[431/495] Compiling unicode.cc
[432/495] Compiling chacha.cc
[433/495] Compiling cbb.cc
[434/495] Compiling ber.cc
[435/495] Compiling cbs.cc
[436/495] Compiling asn1_compat.cc
[437/495] Compiling buf.cc
[438/495] Compiling bn_asn1.cc
[439/495] Compiling blake2.cc
[440/495] Compiling convert.cc
[441/495] Compiling printf.cc
[442/495] Compiling pair.cc
[443/495] Compiling hexdump.cc
[444/495] Compiling fd.cc
[445/495] Compiling file.cc
[446/495] Compiling bio_mem.cc
[447/495] Compiling errno.cc
[448/495] Compiling bio.cc
[449/495] Compiling base64.cc
[450/495] Compiling tasn_utl.cc
[451/495] Compiling tasn_fre.cc
[452/495] Compiling f_string.cc
[453/495] Compiling tasn_new.cc
[453/495] Compiling tasn_dec.cc
[455/495] Compiling tasn_typ.cc
[456/495] Compiling posix_time.cc
[457/495] Compiling tasn_enc.cc
[458/495] Compiling f_int.cc
[459/495] Compiling asn1_par.cc
[460/495] Compiling asn_pack.cc
[461/495] Compiling a_utctm.cc
[462/495] Compiling a_type.cc
[463/495] Compiling asn1_lib.cc
[464/495] Compiling a_time.cc
[465/495] Compiling a_strnid.cc
[466/495] Compiling a_octet.cc
[467/495] Compiling a_strex.cc
[468/495] Compiling a_object.cc
[469/495] Compiling a_i2d_fp.cc
[470/495] Compiling a_mbstr.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 */
| ^
1 warning generated.
[472/495] Compiling CCitadelBcrypt bcrypt-kdf.c
[473/495] Write sources
[474/495] Compiling a_dup.cc
[475/495] Compiling a_gentm.cc
[475/495] Compiling a_d2i_fp.cc
[477/495] Compiling a_int.cc
[478/495] Compiling a_bool.cc
[479/526] Compiling a_bitstr.cc
[481/537] Compiling Atomics AtomicMemoryOrderings.swift
[482/537] Compiling Atomics DoubleWord.swift
[483/537] Compiling Atomics AtomicStorage.swift
[484/537] Compiling Atomics AtomicValue.swift
[485/540] Compiling Atomics ManagedAtomic.swift
[486/540] Compiling Atomics ManagedAtomicLazyReference.swift
[487/540] Compiling Atomics UnsafeAtomic.swift
[488/540] Compiling Atomics UnsafeAtomicLazyReference.swift
[489/544] Compiling Atomics AtomicInteger.swift
[490/544] Compiling Atomics AtomicOptionalWrappable.swift
[491/544] Compiling Atomics AtomicReference.swift
[492/544] Compiling Atomics IntegerOperations.swift
[493/544] Compiling Atomics Unmanaged extensions.swift
[495/544] Compiling BigInt String Conversion.swift
[496/546] Emitting module BigInt
[497/546] Compiling CryptoBoringWrapper RandomBytes.swift
[498/546] Compiling Atomics IntegerConformances.swift
[499/546] Compiling Atomics PointerConformances.swift
[500/546] Compiling Atomics Primitives.native.swift
[501/546] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[502/546] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[503/546] Emitting module CryptoBoringWrapper
[504/546] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[505/546] Compiling Atomics OptionalRawRepresentable.swift
[506/546] Compiling Atomics RawRepresentable.swift
[507/546] Compiling Atomics AtomicBool.swift
[508/546] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[509/546] Emitting module Atomics
[510/546] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[511/546] Compiling CryptoBoringWrapper EllipticCurve.swift
[512/547] Compiling BigInt Subtraction.swift
[513/547] Compiling BigInt Words and Bits.swift
[526/548] Wrapping AST for CryptoBoringWrapper for debugging
[535/620] Wrapping AST for BigInt for debugging
[536/620] Wrapping AST for Atomics for debugging
[538/681] Compiling Crypto SymmetricKeys.swift
[539/681] Compiling Crypto HMAC.swift
[540/681] Compiling Crypto MACFunctions.swift
[541/681] Compiling Crypto MessageAuthenticationCode.swift
[542/681] Compiling Crypto AES.swift
[543/681] Compiling Crypto ECDSASignature_boring.swift
[544/681] Compiling Crypto ECDSA_boring.swift
[545/681] Compiling Crypto EdDSA_boring.swift
[546/681] Compiling Crypto ECDSA.swift
[547/681] Compiling Crypto Ed25519.swift
[548/690] Emitting module Crypto
[549/690] Compiling NIOCore MarkedCircularBuffer.swift
[550/690] Compiling NIOCore MulticastChannel.swift
[551/690] Compiling NIOCore NIOAny.swift
[552/690] Compiling NIOCore NIOCloseOnErrorHandler.swift
[553/690] Compiling NIOCore NIOCoreSendableMetatype.swift
[554/690] Compiling NIOCore NIOLoopBound.swift
[555/690] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[556/690] Compiling NIOCore NIOScheduledCallback.swift
[557/690] Compiling NIOCore NIOSendable.swift
[558/690] Compiling NIOCore RecvByteBufferAllocator.swift
[559/690] Compiling NIOCore ByteBuffer-views.swift
[560/690] Compiling NIOCore Channel.swift
[561/690] Compiling NIOCore ChannelHandler.swift
[562/690] Compiling NIOCore ChannelHandlers.swift
[563/690] Compiling NIOCore ChannelInvoker.swift
[564/690] Compiling NIOCore ChannelOption.swift
[565/690] Compiling NIOCore ChannelPipeline.swift
[566/690] Compiling NIOCore CircularBuffer.swift
[567/690] Compiling NIOCore Codec.swift
[568/690] Compiling NIOCore ConvenienceOptionSupport.swift
[569/690] Compiling NIOCore AddressedEnvelope.swift
[570/690] Compiling NIOCore AsyncAwaitSupport.swift
[571/690] Compiling NIOCore AsyncChannel.swift
[572/690] Compiling NIOCore AsyncChannelHandler.swift
[573/690] Compiling NIOCore AsyncChannelInboundStream.swift
[574/690] Compiling NIOCore AsyncChannelOutboundWriter.swift
[575/690] Compiling NIOCore NIOAsyncSequenceProducer.swift
[576/690] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[577/690] Compiling NIOCore NIOAsyncWriter.swift
[578/690] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[587/698] Compiling NIOCore BSDSocketAPI.swift
[588/698] Compiling NIOCore ByteBuffer-aux.swift
[589/698] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[590/698] Compiling NIOCore ByteBuffer-conversions.swift
[591/698] Compiling NIOCore ByteBuffer-core.swift
[592/698] Compiling NIOCore ByteBuffer-hex.swift
[593/698] Compiling NIOCore ByteBuffer-int.swift
[594/698] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[595/698] Compiling NIOCore ByteBuffer-multi-int.swift
[596/698] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[597/698] Compiling NIOCore FileHandle.swift
[598/698] Compiling NIOCore FileRegion.swift
[599/698] Compiling NIOCore GlobalSingletons.swift
[600/698] Compiling NIOCore IO.swift
[601/698] Compiling NIOCore IOData.swift
[602/698] Compiling NIOCore IPProtocol.swift
[603/698] Compiling NIOCore IntegerBitPacking.swift
[604/698] Compiling NIOCore IntegerTypes.swift
[605/698] Compiling NIOCore Interfaces.swift
[606/698] Compiling NIOCore Linux.swift
[607/698] Compiling NIOCore DeadChannel.swift
[608/698] Compiling NIOCore DispatchQueue+WithFuture.swift
[609/698] Compiling NIOCore EventLoop+Deprecated.swift
[610/698] Compiling NIOCore EventLoop+SerialExecutor.swift
[611/698] Compiling NIOCore EventLoop.swift
[612/698] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[613/698] Compiling NIOCore EventLoopFuture+Deprecated.swift
[614/698] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[615/698] Compiling NIOCore EventLoopFuture.swift
[616/698] Compiling NIOCore FileDescriptor.swift
[633/698] Compiling Crypto Signature.swift
[634/698] Compiling Crypto CryptoKitErrors_boring.swift
[635/698] Compiling Crypto RNG_boring.swift
[636/698] Compiling Crypto SafeCompare_boring.swift
[637/698] Compiling Crypto Zeroization_boring.swift
[638/698] Compiling Crypto PrettyBytes.swift
[639/698] Compiling Crypto SafeCompare.swift
[640/698] Compiling Crypto SecureBytes.swift
[641/698] Compiling Crypto Zeroization.swift
[642/699] Wrapping AST for Crypto for debugging
[644/745] Compiling _CryptoExtras Scrypt.swift
[645/745] Compiling _CryptoExtras OPRF.swift
[646/745] Compiling _CryptoExtras OPRFClient.swift
[647/745] Compiling _CryptoExtras OPRFServer.swift
[648/745] Compiling _CryptoExtras VOPRF+API.swift
[649/745] Compiling _CryptoExtras VOPRFClient.swift
[650/745] Compiling _CryptoExtras VOPRFServer.swift
[651/745] Compiling _CryptoExtras RSA+BlindSigning.swift
[652/745] Compiling _CryptoExtras RSA.swift
[653/745] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[654/745] Compiling NIOCore SocketAddresses.swift
[655/745] Compiling NIOCore SocketOptionProvider.swift
[656/745] Compiling NIOCore SystemCallHelpers.swift
[657/745] Compiling NIOCore TimeAmount+Duration.swift
[658/745] Compiling NIOCore TypeAssistedChannelHandler.swift
[659/745] Compiling NIOCore UniversalBootstrapSupport.swift
[660/745] Compiling NIOCore Utilities.swift
[661/745] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[662/745] Compiling _CryptoExtras DigestType.swift
[663/745] Compiling _CryptoExtras Error.swift
[664/745] Compiling _CryptoExtras I2OSP.swift
[665/745] Compiling _CryptoExtras IntegerEncoding.swift
[666/745] Compiling _CryptoExtras PEMDocument.swift
[667/751] Emitting module _CryptoExtras
[668/751] Compiling _CryptoExtras ARCRequest.swift
[669/751] Compiling _CryptoExtras ARCResponse.swift
[670/751] Compiling _CryptoExtras ARCServer.swift
[671/751] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[672/751] Compiling _CryptoExtras ChaCha20CTR.swift
[673/751] Compiling _CryptoExtras ECToolbox_boring.swift
[674/751] Compiling _CryptoExtras ECToolbox.swift
[675/751] Compiling _CryptoExtras AES_CBC.swift
[676/751] Compiling _CryptoExtras AES_CFB.swift
[677/751] Compiling _CryptoExtras AES_CTR.swift
[678/751] Compiling _CryptoExtras AES_GCM_SIV.swift
[679/751] Compiling _CryptoExtras Block Function.swift
[680/751] Compiling _CryptoExtras AES_CFB_boring.swift
[681/751] Compiling _CryptoExtras AES_CTR_boring.swift
[682/751] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[683/751] Compiling _CryptoExtras ARC+API.swift
[684/751] Compiling _CryptoExtras ARC.swift
[685/751] Compiling _CryptoExtras ARCCredential.swift
[686/751] Compiling _CryptoExtras ARCEncoding.swift
[687/751] Compiling _CryptoExtras ARCPrecredential.swift
[688/751] Compiling _CryptoExtras ARCPresentation.swift
[692/751] Compiling _CryptoExtras RSA_boring.swift
[693/751] Compiling _CryptoExtras RSA_security.swift
[694/751] Compiling _CryptoExtras BoringSSLHelpers.swift
[695/751] Compiling _CryptoExtras PrettyBytes.swift
[696/751] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[697/751] Compiling _CryptoExtras DLEQ.swift
[698/751] Compiling _CryptoExtras Prover.swift
[699/751] Compiling _CryptoExtras Verifier.swift
[700/751] Compiling _CryptoExtras ZKPToolbox.swift
[722/751] Compiling _CryptoExtras HashToField.swift
[723/751] Compiling _CryptoExtras KDF.swift
[724/751] Compiling _CryptoExtras PBKDF2_boring.swift
[725/751] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[726/751] Compiling _CryptoExtras PBKDF2.swift
[727/751] Compiling _CryptoExtras Scrypt_boring.swift
[728/751] Emitting module NIOCore
[729/752] Wrapping AST for NIOCore for debugging
[731/803] Emitting module NIOEmbedded
[732/803] Compiling NIOPosix Pool.swift
[733/803] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[734/803] Compiling NIOPosix PosixSingletons.swift
[735/803] Compiling NIOPosix RawSocketBootstrap.swift
[736/803] Compiling NIOPosix Resolver.swift
[737/803] Compiling NIOPosix Selectable.swift
[738/809] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[739/809] Compiling NIOEmbedded AsyncTestingChannel.swift
[740/809] Compiling NIOEmbedded Embedded.swift
[741/810] Wrapping AST for NIOEmbedded for debugging
[743/810] Compiling NIOPosix ThreadPosix.swift
[744/810] Compiling NIOPosix ThreadWindows.swift
[745/810] Compiling NIOPosix UnsafeTransfer.swift
[746/810] Compiling NIOPosix Utilities.swift
[747/810] Compiling NIOPosix VsockAddress.swift
[748/810] Compiling NIOPosix VsockChannelEvents.swift
[749/810] Emitting module NIOPosix
[750/810] Compiling NIOPosix BSDSocketAPICommon.swift
[751/810] Compiling NIOPosix BSDSocketAPIPosix.swift
[752/810] Compiling NIOPosix BSDSocketAPIWindows.swift
[753/810] Compiling NIOPosix BaseSocket.swift
[754/810] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[755/810] Compiling NIOPosix BaseSocketChannel.swift
[756/810] Compiling NIOPosix BaseStreamSocketChannel.swift
[757/810] Compiling NIOPosix SelectableChannel.swift
[758/810] Compiling NIOPosix SelectableEventLoop.swift
[759/810] Compiling NIOPosix SelectorEpoll.swift
[760/810] Compiling NIOPosix SelectorGeneric.swift
[761/810] Compiling NIOPosix SelectorKqueue.swift
[762/810] Compiling NIOPosix SelectorUring.swift
[763/810] Compiling NIOPosix ServerSocket.swift
[764/810] Compiling NIOPosix Socket.swift
[765/810] Compiling NIOPosix SocketChannel.swift
[766/810] Compiling NIOPosix SocketProtocols.swift
[767/810] Compiling NIOPosix System.swift
[768/810] Compiling NIOPosix Thread.swift
[769/810] Compiling NIOPosix NIOPosixSendableMetatype.swift
[770/810] Compiling NIOPosix NIOThreadPool.swift
[771/810] Compiling NIOPosix NonBlockingFileIO.swift
[772/810] Compiling NIOPosix PendingDatagramWritesManager.swift
[773/810] Compiling NIOPosix PendingWritesManager.swift
[774/810] Compiling NIOPosix PipeChannel.swift
[775/810] Compiling NIOPosix PipePair.swift
[776/810] Compiling NIOPosix IO.swift
[777/810] Compiling NIOPosix IntegerBitPacking.swift
[778/810] Compiling NIOPosix IntegerTypes.swift
[779/810] Compiling NIOPosix Linux.swift
[780/810] Compiling NIOPosix LinuxCPUSet.swift
[781/810] Compiling NIOPosix LinuxUring.swift
[782/810] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[783/810] Compiling NIOPosix Bootstrap.swift
[784/810] Compiling NIOPosix ControlMessage.swift
[785/810] Compiling NIOPosix DatagramVectorReadManager.swift
[786/810] Compiling NIOPosix Errors+Any.swift
[787/810] Compiling NIOPosix FileDescriptor.swift
[788/810] Compiling NIOPosix GetaddrinfoResolver.swift
[789/810] Compiling NIOPosix HappyEyeballs.swift
[790/811] Wrapping AST for NIOPosix for debugging
[792/813] Emitting module NIO
[793/813] Compiling NIO Exports.swift
[794/814] Wrapping AST for NIO for debugging
[796/819] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[797/819] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[798/819] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[799/819] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[800/819] Emitting module NIOFoundationCompat
[801/820] Wrapping AST for NIOFoundationCompat for debugging
[803/879] Emitting module NIOSSH
[804/887] Compiling NIOSSH ByteBuffer+SSH.swift
[805/887] Compiling NIOSSH CSPRNG.swift
[806/887] Compiling NIOSSH ChildChannelOptions.swift
[807/887] Compiling NIOSSH ChildChannelStateMachine.swift
[808/887] Compiling NIOSSH ChildChannelUserEvents.swift
[809/887] Compiling NIOSSH ChildChannelWindowManager.swift
[810/887] Compiling NIOSSH ChildChannelWritabilityManager.swift
[811/887] Compiling NIOSSH OutboundFlowController.swift
[812/887] Compiling NIOSSH SSHChannelData.swift
[813/887] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[814/887] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[815/887] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[816/887] Compiling NIOSSH SimplePasswordDelegate.swift
[817/887] Compiling NIOSSH UserAuthDelegate.swift
[818/887] Compiling NIOSSH UserAuthSignablePayload.swift
[819/887] Compiling NIOSSH UserAuthenticationMethod.swift
[820/887] Compiling NIOSSH UserAuthenticationStateMachine.swift
[821/887] Compiling NIOSSH NIOSSHPrivateKey.swift
[822/887] Compiling NIOSSH NIOSSHPublicKey.swift
[823/887] Compiling NIOSSH NIOSSHSignature.swift
[824/887] Compiling NIOSSH NIOSSHError.swift
[825/887] Compiling NIOSSH NIOSSHHandler.swift
[826/887] Compiling NIOSSH NIOSSHSendable.swift
[827/887] Compiling NIOSSH Role.swift
[828/887] Compiling NIOSSH SSHClientConfiguration.swift
[829/887] Compiling NIOSSH SSHChannelIdentifier.swift
[830/887] Compiling NIOSSH SSHChannelMultiplexer.swift
[831/887] Compiling NIOSSH SSHChannelType.swift
[832/887] Compiling NIOSSH SSHChildChannel.swift
[833/887] Compiling NIOSSH AcceptsChannelMessages.swift
[834/887] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[835/887] Compiling NIOSSH AcceptsUserAuthMessages.swift
[836/887] Compiling NIOSSH AcceptsVersionMessages.swift
[837/887] Compiling NIOSSH SendsChannelMessages.swift
[843/887] Compiling NIOSSH SendsKeyExchangeMessages.swift
[844/887] Compiling NIOSSH SendsUserAuthMessages.swift
[845/887] Compiling NIOSSH SSHConnectionStateMachine.swift
[846/887] Compiling NIOSSH ActiveState.swift
[847/887] Compiling NIOSSH IdleState.swift
[848/887] Compiling NIOSSH KeyExchangeState.swift
[849/887] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[851/888] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[852/888] Compiling NIOSSH RekeyingSentNewKeysState.swift
[853/888] Compiling NIOSSH RekeyingState.swift
[854/888] Compiling NIOSSH SentKexInitWhenActiveState.swift
[855/888] Compiling NIOSSH SentNewKeysState.swift
[856/888] Compiling NIOSSH SentVersionState.swift
[857/888] Compiling NIOSSH UserAuthenticationState.swift
[858/888] Compiling NIOSSH Constants.swift
[866/888] Compiling NIOSSH ReceivedNewKeysState.swift
[867/888] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[868/888] Compiling NIOSSH SSHMessages.swift
[869/888] Compiling NIOSSH SSHPacketParser.swift
[870/888] Compiling NIOSSH SSHPacketSerializer.swift
[871/888] Compiling NIOSSH SSHServerConfiguration.swift
[872/888] Compiling NIOSSH SSHTerminalModes.swift
[873/888] Compiling NIOSSH AESGCM.swift
[874/888] Compiling NIOSSH SSHTransportProtection.swift
[875/888] Compiling NIOSSH GlobalRequestDelegate.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[876/888] Compiling NIOSSH ECDHCompatibleKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[877/888] Compiling NIOSSH EllipticCurveKeyExchange.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[878/888] Compiling NIOSSH SSHKeyExchangeResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[879/888] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[880/888] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[881/888] Compiling NIOSSH CustomKeys.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[882/888] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[882/888] Wrapping AST for _CryptoExtras for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/24] Write swift-version-24593BA9C3E375BF.txt
[2/82] Compiling Logging MetadataProvider.swift
[3/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/82] Emitting module _NIOBase64
[5/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/83] Compiling InternalCollectionsUtilities Debugging.swift
[7/83] Compiling SwiftASN1 ASN1OctetString.swift
[8/83] Compiling SwiftASN1 ASN1Strings.swift
[9/83] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[10/83] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[11/83] Compiling CryptoBoringWrapper RandomBytes.swift
[12/83] Emitting module CryptoBoringWrapper
[13/83] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[14/83] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/83] Compiling _NIODataStructures Heap.swift
[16/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/83] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[18/83] Compiling NIOConcurrencyHelpers atomics.swift
[19/83] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[20/83] Compiling NIOConcurrencyHelpers lock.swift
[21/83] Emitting module _NIODataStructures
[22/83] Compiling _NIOBase64 Base64.swift
[23/84] Emitting module NIOConcurrencyHelpers
[24/85] Compiling _NIODataStructures PriorityQueue.swift
[25/85] Compiling _NIODataStructures _TinyArray.swift
[29/86] Emitting module InternalCollectionsUtilities
[30/86] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/86] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/86] Emitting module ColorizeSwift
[33/86] Compiling ColorizeSwift ColorizeSwift.swift
[34/86] Compiling SwiftASN1 BER.swift
[35/86] Compiling SwiftASN1 ASN1Any.swift
[36/86] Compiling SwiftASN1 ASN1BitString.swift
[37/86] Compiling SwiftASN1 ASN1Boolean.swift
[38/86] Compiling SwiftASN1 ASN1Identifier.swift
[39/86] Compiling SwiftASN1 ASN1.swift
[40/87] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[41/87] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[44/87] Compiling CryptoBoringWrapper EllipticCurve.swift
[51/88] Compiling SwiftASN1 TimeUtilities.swift
[52/88] Compiling SwiftASN1 UTCTime.swift
[57/87] Compiling SwiftASN1 ObjectIdentifier.swift
[58/87] Compiling SwiftASN1 PEMDocument.swift
[58/126] Wrapping AST for CryptoBoringWrapper for debugging
[60/126] Compiling Logging LogHandler.swift
[61/126] Compiling Logging Locks.swift
[62/126] Emitting module Logging
[63/126] Compiling Logging Logging.swift
[63/126] Wrapping AST for InternalCollectionsUtilities for debugging
[66/138] Compiling Atomics UnsafeAtomic.swift
[67/138] Compiling Atomics UnsafeAtomicLazyReference.swift
[68/144] Compiling DequeModule Deque+Descriptions.swift
[69/144] Compiling DequeModule Deque+Equatable.swift
[70/144] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/144] Compiling DequeModule Deque._Storage.swift
[72/144] Compiling DequeModule _DequeBuffer.swift
[73/144] Compiling DequeModule Deque+CustomReflectable.swift
[75/146] Compiling DequeModule Deque.swift
[76/146] Compiling DequeModule Deque+Testing.swift
[77/146] Compiling DequeModule _DequeBufferHeader.swift
[78/146] Compiling DequeModule _DequeSlot.swift
[78/173] Wrapping AST for Logging for debugging
[80/187] Compiling Crypto GeneralizedTime.swift
[81/187] Compiling Crypto ObjectIdentifier.swift
[82/217] Compiling Crypto ASN1Null.swift
[83/217] Compiling Crypto ASN1OctetString.swift
[84/217] Compiling Crypto ECDSASignature.swift
[85/217] Compiling Crypto PEMDocument.swift
[88/219] Compiling Crypto Cipher.swift
[89/219] Compiling Crypto Nonces.swift
[90/219] Compiling Crypto ASN1.swift
[91/219] Compiling Crypto ASN1Any.swift
[92/219] Emitting module BigInt
[93/219] Emitting module SwiftASN1
[95/220] Compiling Crypto ASN1Strings.swift
[96/220] Compiling Crypto ArraySliceBigint.swift
[99/220] Compiling Crypto ASN1BitString.swift
[99/220] Wrapping AST for SwiftASN1 for debugging
[101/220] Compiling Crypto ASN1Boolean.swift
[102/220] Compiling Crypto ASN1Identifier.swift
[103/220] Compiling Crypto ASN1Integer.swift
[114/220] Compiling Crypto AES-GCM.swift
[115/220] Compiling Crypto AES-GCM_boring.swift
[116/220] Compiling Crypto ChaChaPoly_boring.swift
[119/220] Compiling Crypto HPKE-Ciphersuite.swift
[120/220] Compiling Crypto HPKE-KDF.swift
[121/220] Compiling Crypto HPKE-KexKeyDerivation.swift
[122/220] Compiling Crypto HPKE-LabeledExtract.swift
[123/220] Compiling Crypto HPKE-Utils.swift
[124/220] Compiling Crypto DHKEM.swift
[125/220] Compiling Crypto HPKE-KEM-Curve25519.swift
[126/220] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[127/220] Compiling Crypto HPKE-KEM.swift
[128/220] Compiling Crypto HPKE-Errors.swift
[129/229] Emitting module DequeModule
[130/229] Compiling Crypto ChaChaPoly.swift
[137/230] Compiling BigInt Subtraction.swift
[138/230] Compiling BigInt Words and Bits.swift
[139/230] Compiling Crypto SubjectPublicKeyInfo.swift
[140/230] Compiling Crypto CryptoKitErrors.swift
[141/230] Compiling Crypto Digest_boring.swift
[142/230] Compiling Crypto Digest.swift
[143/230] Compiling Crypto Digests.swift
[144/230] Compiling Crypto HashFunctions.swift
[145/230] Compiling Crypto HashFunctions_SHA2.swift
[146/230] Compiling Crypto HPKE-AEAD.swift
[149/231] Compiling Crypto SymmetricKeys.swift
[150/231] Compiling Crypto HMAC.swift
[151/231] Compiling Crypto MACFunctions.swift
[152/231] Compiling Crypto MessageAuthenticationCode.swift
[153/231] Compiling Crypto AES.swift
[154/231] Compiling Crypto ECDSASignature_boring.swift
[155/231] Compiling Crypto ECDSA_boring.swift
[156/231] Compiling Crypto EdDSA_boring.swift
[157/231] Compiling Crypto ECDSA.swift
[158/231] Compiling Crypto Ed25519.swift
[159/231] Wrapping AST for DequeModule for debugging
[161/231] Compiling Crypto HKDF.swift
[162/231] Compiling Crypto AESWrap.swift
[163/231] Compiling Crypto AESWrap_boring.swift
[164/231] Compiling Crypto Ed25519_boring.swift
[165/231] Compiling Crypto NISTCurvesKeys_boring.swift
[166/231] Compiling Crypto X25519Keys_boring.swift
[167/231] Compiling Crypto Curve25519.swift
[168/231] Compiling Crypto Ed25519Keys.swift
[169/231] Compiling Crypto NISTCurvesKeys.swift
[170/231] Compiling Crypto X25519Keys.swift
[171/231] Emitting module Atomics
[178/231] Compiling Crypto HPKE.swift
[179/231] Compiling Crypto HPKE-Context.swift
[180/231] Compiling Crypto HPKE-KeySchedule.swift
[181/231] Compiling Crypto HPKE-Modes.swift
[182/231] Compiling Crypto Insecure.swift
[183/231] Compiling Crypto Insecure_HashFunctions.swift
[184/231] Compiling Crypto KEM.swift
[185/231] Compiling Crypto ECDH_boring.swift
[186/231] Compiling Crypto DH.swift
[187/231] Compiling Crypto ECDH.swift
[187/232] Wrapping AST for BigInt for debugging
[190/232] Emitting module Crypto
[200/232] Wrapping AST for Atomics for debugging
[202/275] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[203/275] Compiling NIOCore ByteBuffer-views.swift
[204/275] Compiling NIOCore Channel.swift
[205/275] Compiling NIOCore ChannelHandler.swift
[206/275] Compiling NIOCore ChannelHandlers.swift
[207/275] Compiling NIOCore ChannelInvoker.swift
[208/275] Compiling NIOCore ChannelOption.swift
[209/275] Compiling NIOCore ChannelPipeline.swift
[210/275] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[211/276] Compiling NIOCore BSDSocketAPI.swift
[212/293] Compiling Crypto Signature.swift
[213/293] Compiling Crypto CryptoKitErrors_boring.swift
[214/293] Compiling Crypto RNG_boring.swift
[215/293] Compiling Crypto SafeCompare_boring.swift
[216/293] Compiling Crypto Zeroization_boring.swift
[217/293] Compiling Crypto PrettyBytes.swift
[218/293] Compiling Crypto SafeCompare.swift
[219/293] Compiling Crypto SecureBytes.swift
[220/293] Compiling Crypto Zeroization.swift
[221/294] Wrapping AST for Crypto for debugging
[223/294] Compiling NIOCore NIOAny.swift
[224/294] Compiling NIOCore NIOCloseOnErrorHandler.swift
[225/294] Compiling NIOCore NIOCoreSendableMetatype.swift
[226/294] Compiling NIOCore NIOLoopBound.swift
[227/294] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[228/294] Compiling NIOCore NIOScheduledCallback.swift
[229/294] Compiling NIOCore NIOSendable.swift
[230/294] Compiling NIOCore RecvByteBufferAllocator.swift
[231/348] Compiling _CryptoExtras AES_CBC.swift
[232/348] Compiling _CryptoExtras AES_CFB.swift
[233/348] Compiling _CryptoExtras AES_CTR.swift
[234/348] Compiling _CryptoExtras AES_GCM_SIV.swift
[235/348] Compiling _CryptoExtras Block Function.swift
[236/348] Compiling _CryptoExtras AES_CFB_boring.swift
[237/348] Compiling _CryptoExtras AES_CTR_boring.swift
[238/348] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[239/348] Compiling _CryptoExtras ARC+API.swift
[240/348] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[241/348] Compiling _CryptoExtras DigestType.swift
[242/348] Compiling _CryptoExtras Error.swift
[243/348] Compiling _CryptoExtras I2OSP.swift
[244/348] Compiling _CryptoExtras IntegerEncoding.swift
[245/348] Compiling _CryptoExtras PEMDocument.swift
[246/354] Compiling _CryptoExtras HashToField.swift
[247/354] Compiling _CryptoExtras KDF.swift
[248/354] Compiling _CryptoExtras PBKDF2_boring.swift
[249/354] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[250/354] Compiling _CryptoExtras PBKDF2.swift
[251/354] Compiling _CryptoExtras Scrypt_boring.swift
[252/354] Emitting module _CryptoExtras
[253/354] Compiling _CryptoExtras ChaCha20CTR.swift
[254/354] Compiling _CryptoExtras ECToolbox_boring.swift
[255/354] Compiling _CryptoExtras ECToolbox.swift
[262/354] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[263/354] Compiling NIOCore SocketAddresses.swift
[264/354] Compiling NIOCore SocketOptionProvider.swift
[265/354] Compiling NIOCore SystemCallHelpers.swift
[266/354] Compiling NIOCore TimeAmount+Duration.swift
[267/354] Compiling NIOCore TypeAssistedChannelHandler.swift
[268/354] Compiling NIOCore UniversalBootstrapSupport.swift
[269/354] Compiling NIOCore Utilities.swift
[270/354] Compiling _CryptoExtras OPRFServer.swift
[271/354] Compiling _CryptoExtras VOPRF+API.swift
[272/354] Compiling _CryptoExtras VOPRFClient.swift
[279/354] Compiling _CryptoExtras PrettyBytes.swift
[280/354] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[281/354] Compiling _CryptoExtras DLEQ.swift
[282/354] Compiling _CryptoExtras Prover.swift
[283/354] Compiling _CryptoExtras Verifier.swift
[284/354] Compiling _CryptoExtras ZKPToolbox.swift
[285/354] Compiling NIOCore IO.swift
[286/354] Compiling _CryptoExtras VOPRFServer.swift
[287/354] Compiling _CryptoExtras RSA+BlindSigning.swift
[288/354] Compiling _CryptoExtras RSA.swift
[289/354] Compiling _CryptoExtras RSA_boring.swift
[290/354] Compiling _CryptoExtras RSA_security.swift
[291/354] Compiling _CryptoExtras BoringSSLHelpers.swift
[292/354] Compiling _CryptoExtras Scrypt.swift
[293/354] Compiling _CryptoExtras OPRF.swift
[294/354] Compiling _CryptoExtras OPRFClient.swift
[297/354] Compiling _CryptoExtras ARC.swift
[298/354] Compiling _CryptoExtras ARCCredential.swift
[299/354] Compiling _CryptoExtras ARCEncoding.swift
[300/354] Compiling _CryptoExtras ARCPrecredential.swift
[301/354] Compiling _CryptoExtras ARCPresentation.swift
[309/354] Compiling _CryptoExtras ARCRequest.swift
[310/354] Compiling _CryptoExtras ARCResponse.swift
[311/354] Compiling _CryptoExtras ARCServer.swift
[312/354] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[337/354] Emitting module NIOCore
[339/405] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[340/405] Compiling NIOEmbedded AsyncTestingChannel.swift
[341/405] Compiling NIOEmbedded Embedded.swift
[342/405] Emitting module NIOEmbedded
[344/405] Emitting module NIOPosix
[345/411] Compiling NIOPosix BSDSocketAPICommon.swift
[346/411] Compiling NIOPosix BSDSocketAPIPosix.swift
[347/411] Compiling NIOPosix BSDSocketAPIWindows.swift
[348/411] Compiling NIOPosix BaseSocket.swift
[349/411] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[350/411] Compiling NIOPosix BaseSocketChannel.swift
[351/411] Compiling NIOPosix BaseStreamSocketChannel.swift
[352/411] Compiling NIOPosix IO.swift
[353/411] Compiling NIOPosix IntegerBitPacking.swift
[354/411] Compiling NIOPosix IntegerTypes.swift
[355/411] Compiling NIOPosix Linux.swift
[356/411] Compiling NIOPosix LinuxCPUSet.swift
[357/411] Compiling NIOPosix LinuxUring.swift
[358/411] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[359/411] Compiling NIOPosix SelectableChannel.swift
[360/411] Compiling NIOPosix SelectableEventLoop.swift
[361/411] Compiling NIOPosix SelectorEpoll.swift
[362/411] Compiling NIOPosix SelectorGeneric.swift
[363/411] Compiling NIOPosix SelectorKqueue.swift
[364/411] Compiling NIOPosix SelectorUring.swift
[365/411] Compiling NIOPosix ServerSocket.swift
[366/411] Compiling NIOPosix Socket.swift
[367/411] Compiling NIOPosix SocketChannel.swift
[368/411] Compiling NIOPosix SocketProtocols.swift
[369/411] Compiling NIOPosix System.swift
[370/411] Compiling NIOPosix Thread.swift
[371/411] Compiling NIOPosix Pool.swift
[372/411] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[373/411] Compiling NIOPosix PosixSingletons.swift
[374/411] Compiling NIOPosix RawSocketBootstrap.swift
[375/411] Compiling NIOPosix Resolver.swift
[376/411] Compiling NIOPosix Selectable.swift
[377/411] Compiling NIOPosix Bootstrap.swift
[378/411] Compiling NIOPosix ControlMessage.swift
[379/411] Compiling NIOPosix DatagramVectorReadManager.swift
[380/411] Compiling NIOPosix Errors+Any.swift
[381/411] Compiling NIOPosix FileDescriptor.swift
[382/411] Compiling NIOPosix GetaddrinfoResolver.swift
[383/411] Compiling NIOPosix HappyEyeballs.swift
[384/411] Compiling NIOPosix NIOPosixSendableMetatype.swift
[385/411] Compiling NIOPosix NIOThreadPool.swift
[386/411] Compiling NIOPosix NonBlockingFileIO.swift
[387/411] Compiling NIOPosix PendingDatagramWritesManager.swift
[388/411] Compiling NIOPosix PendingWritesManager.swift
[389/411] Compiling NIOPosix PipeChannel.swift
[390/411] Compiling NIOPosix PipePair.swift
[391/411] Compiling NIOPosix ThreadPosix.swift
[392/411] Compiling NIOPosix ThreadWindows.swift
[393/411] Compiling NIOPosix UnsafeTransfer.swift
[394/411] Compiling NIOPosix Utilities.swift
[395/411] Compiling NIOPosix VsockAddress.swift
[396/411] Compiling NIOPosix VsockChannelEvents.swift
[398/413] Compiling NIO Exports.swift
[399/413] Emitting module NIO
[401/418] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[402/418] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[403/418] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[404/418] Emitting module NIOFoundationCompat
[405/418] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[407/477] Emitting module NIOSSH
[408/485] Compiling NIOSSH SSHChannelIdentifier.swift
[409/485] Compiling NIOSSH SSHChannelMultiplexer.swift
[410/485] Compiling NIOSSH SSHChannelType.swift
[411/485] Compiling NIOSSH SSHChildChannel.swift
[412/485] Compiling NIOSSH AcceptsChannelMessages.swift
[413/485] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[415/486] Compiling NIOSSH ByteBuffer+SSH.swift
[416/486] Compiling NIOSSH CSPRNG.swift
[417/486] Compiling NIOSSH ChildChannelOptions.swift
[418/486] Compiling NIOSSH ChildChannelStateMachine.swift
[419/486] Compiling NIOSSH ChildChannelUserEvents.swift
[420/486] Compiling NIOSSH ChildChannelWindowManager.swift
[421/486] Compiling NIOSSH ChildChannelWritabilityManager.swift
[422/486] Compiling NIOSSH OutboundFlowController.swift
[423/486] Compiling NIOSSH SSHChannelData.swift
[423/486] Wrapping AST for _CryptoExtras for debugging
[431/486] Compiling NIOSSH AcceptsUserAuthMessages.swift
[432/486] Compiling NIOSSH AcceptsVersionMessages.swift
[433/486] Compiling NIOSSH SendsChannelMessages.swift
[434/486] Compiling NIOSSH SendsKeyExchangeMessages.swift
[435/486] Compiling NIOSSH SendsUserAuthMessages.swift
[436/486] Compiling NIOSSH SSHConnectionStateMachine.swift
[437/486] Compiling NIOSSH ActiveState.swift
[438/486] Compiling NIOSSH IdleState.swift
[439/486] Compiling NIOSSH KeyExchangeState.swift
[440/486] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[441/486] Compiling NIOSSH ReceivedNewKeysState.swift
[442/486] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[443/486] Compiling NIOSSH RekeyingSentNewKeysState.swift
[444/486] Compiling NIOSSH RekeyingState.swift
[445/486] Compiling NIOSSH SentKexInitWhenActiveState.swift
[446/486] Compiling NIOSSH SentNewKeysState.swift
[447/486] Compiling NIOSSH SentVersionState.swift
[448/486] Compiling NIOSSH UserAuthenticationState.swift
[449/486] Compiling NIOSSH Constants.swift
[450/486] Compiling NIOSSH NIOSSHPrivateKey.swift
[451/486] Compiling NIOSSH NIOSSHPublicKey.swift
[452/486] Compiling NIOSSH NIOSSHSignature.swift
[453/486] Compiling NIOSSH NIOSSHError.swift
[454/486] Compiling NIOSSH NIOSSHHandler.swift
[455/486] Compiling NIOSSH NIOSSHSendable.swift
[456/486] Compiling NIOSSH Role.swift
[457/486] Compiling NIOSSH SSHClientConfiguration.swift
[458/486] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[459/486] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[460/486] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[461/486] Compiling NIOSSH SimplePasswordDelegate.swift
[462/486] Compiling NIOSSH UserAuthDelegate.swift
[463/486] Compiling NIOSSH UserAuthSignablePayload.swift
[464/486] Compiling NIOSSH UserAuthenticationMethod.swift
[465/486] Compiling NIOSSH UserAuthenticationStateMachine.swift
[466/486] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[467/486] Compiling NIOSSH SSHMessages.swift
[468/486] Compiling NIOSSH SSHPacketParser.swift
[469/486] Compiling NIOSSH SSHPacketSerializer.swift
[470/486] Compiling NIOSSH SSHServerConfiguration.swift
[471/486] Compiling NIOSSH SSHTerminalModes.swift
[472/486] Compiling NIOSSH AESGCM.swift
[473/486] Compiling NIOSSH SSHTransportProtection.swift
[474/486] Compiling NIOSSH GlobalRequestDelegate.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[475/486] Compiling NIOSSH ECDHCompatibleKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[476/486] Compiling NIOSSH EllipticCurveKeyExchange.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[477/486] Compiling NIOSSH SSHKeyExchangeResult.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[478/486] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[479/486] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[480/486] Compiling NIOSSH CustomKeys.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
[481/486] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssh/Sources/NIOSSH/Keys And Signatures/NIOSSHCertifiedPublicKey.swift:737:17: error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
21 | #elseif canImport(Glibc)
22 | import Glibc
23 | #elseif canImport(Musl)
| `- note: add import of module 'CDispatch'
24 | import Musl
25 | #elseif canImport(Bionic)
:
735 | extension DispatchWallTime {
736 | init(secondsSinceEpoch: UInt64) {
737 | let t = timespec(tv_sec: time_t(secondsSinceEpoch), tv_nsec: 0)
| `- error: initializer 'init(tv_sec:tv_nsec:)' is not available due to missing import of defining module 'CDispatch'
738 | self = DispatchWallTime(timespec: t)
739 | }
BUILD FAILURE 6.1 linux