Build Information
Failed to build Citadel, reference main (43a066
), with Swift 6.1 for Linux on 2 Sep 2025 07:12:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Citadel.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/orlandos-nl/Citadel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43a0664 Improve test matrix
Cloned https://github.com/orlandos-nl/Citadel.git
Revision (git rev-parse @):
43a0664e763daf8765e13e289b7e7deffdc2e9b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orlandos-nl/Citadel.git at main
========================================
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/Joannis/swift-nio-ssh.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/attaswift/BigInt.git
[1/291] Fetching colorizeswift
[13/5117] Fetching colorizeswift, bigint
[158/7951] Fetching colorizeswift, bigint, swift-nio-ssh
[4257/11854] Fetching colorizeswift, bigint, swift-nio-ssh, swift-log
[7562/28228] Fetching colorizeswift, bigint, swift-nio-ssh, swift-log, swift-crypto
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (0.71s)
[11525/27937] Fetching bigint, swift-nio-ssh, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
[8643/24034] Fetching bigint, swift-nio-ssh, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.04s)
[4472/19208] Fetching swift-nio-ssh, swift-crypto
Fetched https://github.com/Joannis/swift-nio-ssh.git from cache (2.98s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.03s)
Computing version for https://github.com/Joannis/swift-nio-ssh.git
Computed https://github.com/Joannis/swift-nio-ssh.git at 0.3.4 (3.98s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1814] Fetching swift-atomics
[1815/79768] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.57s)
Fetched https://github.com/apple/swift-nio.git from cache (7.69s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (10.82s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.11s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
[4201/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
[4349/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.58s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.01s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.78s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.15.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.4
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/426] Write sources
[20/426] Compiling CNIOWindows shim.c
[21/426] Compiling _AtomicsShims.c
[22/426] Compiling CCitadelBcrypt blf.c
[23/426] Compiling CNIOWindows WSAStartup.c
[24/426] Compiling CNIOWASI CNIOWASI.c
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt-kdf.c:44:9: warning: 'BCRYPT_WORDS' macro redefined [-Wmacro-redefined]
44 | #define BCRYPT_WORDS 8
| ^
/host/spi-builder-workspace/Sources/CCitadelBcrypt/bcrypt.h:31:9: note: previous definition is here
31 | #define BCRYPT_WORDS 6 /* Ciphertext words */
| ^
1 warning generated.
[25/426] Compiling CCitadelBcrypt bcrypt-kdf.c
[26/426] Compiling CNIOPosix event_loop_id.c
[27/426] Compiling CNIOLinux liburing_shims.c
[28/426] Compiling CNIODarwin shim.c
[29/426] Compiling CNIOLinux shim.c
[30/426] Compiling fiat_p256_adx_sqr.S
[31/426] Compiling fiat_p256_adx_mul.S
[32/426] Compiling fiat_curve25519_adx_square.S
[33/426] Compiling md5-x86_64-linux.S
[34/426] Compiling fiat_curve25519_adx_mul.S
[35/426] Compiling md5-x86_64-apple.S
[36/426] Compiling md5-586-linux.S
[37/426] Write swift-version-24593BA9C3E375BF.txt
[38/426] Compiling CCitadelBcrypt bcrypt.c
[39/426] Compiling md5-586-apple.S
[40/426] Compiling chacha20_poly1305_x86_64-apple.S
[41/426] Compiling chacha20_poly1305_x86_64-linux.S
[42/426] Compiling CCryptoBoringSSLShims shims.c
[43/445] Compiling err_data.cc
[45/470] Emitting module _NIOBase64
[46/470] Emitting module _NIODataStructures
[47/470] Emitting module ColorizeSwift
[47/470] Compiling c-nioatomics.c
[49/470] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/470] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/470] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/472] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/472] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/473] Compiling SwiftASN1 TimeUtilities.swift
[55/473] Compiling SwiftASN1 UTCTime.swift
[56/473] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[57/473] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/473] Compiling InternalCollectionsUtilities Descriptions.swift
[59/473] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/489] Compiling _NIOBase64 Base64.swift
[63/495] Emitting module InternalCollectionsUtilities
[64/495] Compiling BigInt Comparable.swift
[65/495] Compiling BigInt Data Conversion.swift
[66/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/495] Compiling _NIODataStructures _TinyArray.swift
[68/495] Compiling _NIODataStructures PriorityQueue.swift
[70/495] Compiling BigInt Division.swift
[71/495] Compiling BigInt Exponentiation.swift
[72/495] Compiling BigInt Floating Point Conversion.swift
[73/495] Compiling BigInt GCD.swift
[74/495] Compiling BigInt Hashable.swift
[75/495] Compiling BigInt Addition.swift
[76/495] Compiling chacha20_poly1305_armv8-win.S
[77/495] Wrapping AST for _NIOBase64 for debugging
[79/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/495] Compiling chacha20_poly1305_armv8-linux.S
[80/496] Compiling chacha20_poly1305_armv8-apple.S
[82/496] Compiling chacha-x86_64-linux.S
[83/496] Compiling chacha-x86_64-apple.S
[84/496] Compiling c-atomics.c
[85/496] Wrapping AST for InternalCollectionsUtilities for debugging
[86/511] Compiling chacha-x86-linux.S
[87/511] Compiling chacha-x86-apple.S
[88/517] Compiling chacha-armv8-win.S
[89/517] Compiling chacha-armv8-linux.S
[91/517] Compiling DequeModule Deque+CustomReflectable.swift
[92/517] Compiling DequeModule Deque+Descriptions.swift
[92/519] Compiling chacha-armv8-apple.S
[93/519] Compiling chacha-armv4-linux.S
[95/519] Compiling DequeModule _DequeBuffer.swift
[96/519] Compiling DequeModule _DequeBufferHeader.swift
[97/519] Emitting module SwiftASN1
[97/519] Compiling aes128gcmsiv-x86_64-linux.S
[99/519] Emitting module Logging
[100/519] Compiling Logging MetadataProvider.swift
[101/519] Compiling _NIODataStructures Heap.swift
[102/520] Compiling Logging Locks.swift
[103/520] Compiling DequeModule Deque._UnsafeHandle.swift
[104/520] Compiling DequeModule Deque.swift
[105/520] Compiling Logging LogHandler.swift
[106/520] Compiling DequeModule Deque+Extras.swift
[107/520] Compiling DequeModule Deque+Hashable.swift
[108/520] Compiling Logging Logging.swift
[110/521] Compiling aes128gcmsiv-x86_64-apple.S
[112/521] Compiling x86_64-mont5-linux.S
[117/521] Compiling DequeModule _DequeSlot.swift
[118/521] Compiling BigInt Shifts.swift
[119/521] Compiling BigInt Square Root.swift
[119/524] Compiling x86_64-mont5-apple.S
[120/524] Compiling x86_64-mont-linux.S
[122/524] Compiling BigInt Strideable.swift
[123/524] Compiling BigInt String Conversion.swift
[124/524] Compiling ColorizeSwift ColorizeSwift.swift
[124/525] Compiling x86_64-mont-apple.S
[125/525] Wrapping AST for _NIODataStructures for debugging
[127/525] Compiling x86-mont-linux.S
[128/525] Wrapping AST for Logging for debugging
[129/525] Compiling x86-mont-apple.S
[131/525] Compiling NIOConcurrencyHelpers lock.swift
[132/525] Compiling vpaes-x86_64-apple.S
[133/525] Compiling vpaes-x86_64-linux.S
[134/525] Compiling vpaes-x86-linux.S
[137/525] Compiling DequeModule _UnsafeWrappedBuffer.swift
[137/525] Compiling vpaes-x86-apple.S
[138/525] Compiling vpaes-armv8-win.S
[139/525] Wrapping AST for SwiftASN1 for debugging
[140/525] Compiling vpaes-armv8-linux.S
[144/525] Compiling vpaes-armv8-apple.S
[145/525] Compiling vpaes-armv7-linux.S
[146/525] Compiling sha512-x86_64-linux.S
[147/525] Compiling sha512-x86_64-apple.S
[148/525] Wrapping AST for ColorizeSwift for debugging
[149/525] Compiling sha512-armv8-win.S
[151/525] Compiling DequeModule Deque+Testing.swift
[152/525] Compiling DequeModule Deque._Storage.swift
[154/525] Compiling sha512-armv8-linux.S
[158/525] Compiling DequeModule Deque+Equatable.swift
[159/525] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[159/525] Compiling sha512-armv4-linux.S
[161/525] Emitting module NIOConcurrencyHelpers
[161/525] Compiling sha512-586-linux.S
[162/525] Compiling sha512-armv8-apple.S
[163/525] Compiling sha256-x86_64-apple.S
[165/525] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[165/525] Compiling sha512-586-apple.S
[166/525] Compiling sha256-armv8-win.S
[167/525] Compiling sha256-x86_64-linux.S
[168/525] Compiling sha256-armv8-linux.S
[170/525] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[170/525] Compiling sha256-armv4-linux.S
[172/525] Compiling NIOConcurrencyHelpers NIOLock.swift
[173/525] Compiling NIOConcurrencyHelpers atomics.swift
[173/525] Compiling sha256-armv8-apple.S
[174/526] Compiling sha256-586-linux.S
[175/526] Compiling sha1-x86_64-apple.S
[176/526] Compiling sha256-586-apple.S
[177/526] Compiling sha1-armv8-win.S
[178/526] Compiling sha1-x86_64-linux.S
[183/526] Compiling DequeModule Deque+Codable.swift
[184/526] Compiling DequeModule Deque+Collection.swift
[184/526] Compiling sha1-armv8-linux.S
[185/526] Compiling sha1-armv8-apple.S
[186/526] Compiling sha1-586-linux.S
[187/526] Compiling sha1-586-apple.S
[189/526] Compiling sha1-armv4-large-linux.S
[190/526] Compiling rdrand-x86_64-linux.S
[191/526] Compiling rsaz-avx2-apple.S
[192/526] Compiling rsaz-avx2-linux.S
[193/526] Compiling rdrand-x86_64-apple.S
[194/526] Compiling p256_beeu-x86_64-asm-apple.S
[195/526] Compiling p256_beeu-x86_64-asm-linux.S
[196/526] Compiling p256_beeu-armv8-asm-win.S
[197/526] Compiling p256_beeu-armv8-asm-linux.S
[198/526] Compiling p256_beeu-armv8-asm-apple.S
[203/526] Emitting module BigInt
[209/526] Compiling p256-x86_64-asm-apple.S
[210/526] Compiling p256-armv8-asm-linux.S
[211/526] Compiling p256-armv8-asm-win.S
[212/526] Compiling p256-x86_64-asm-linux.S
[213/526] Compiling p256-armv8-asm-apple.S
[214/526] Compiling ghashv8-armv8-win.S
[215/526] Compiling ghashv8-armv8-linux.S
[216/526] Wrapping AST for NIOConcurrencyHelpers for debugging
[217/526] Compiling ghash-x86_64-linux.S
[217/526] Compiling ghashv8-armv8-apple.S
[219/526] Compiling ghashv8-armv7-linux.S
[220/526] Compiling ghash-x86-linux.S
[222/526] Emitting module DequeModule
[222/527] Compiling ghash-ssse3-x86-linux.S
[223/527] Compiling ghash-x86_64-apple.S
[224/527] Compiling ghash-x86-apple.S
[225/527] Compiling ghash-ssse3-x86_64-linux.S
[226/527] Compiling ghash-ssse3-x86_64-apple.S
[227/527] Compiling ghash-ssse3-x86-apple.S
[228/527] Compiling co-586-linux.S
[229/527] Compiling ghash-neon-armv8-linux.S
[230/527] Compiling ghash-neon-armv8-win.S
[231/527] Compiling ghash-armv4-linux.S
[232/527] Compiling ghash-neon-armv8-apple.S
[233/527] Compiling bn-armv8-win.S
[235/527] Compiling co-586-apple.S
[236/527] Compiling bsaes-armv7-linux.S
[237/527] Compiling bn-armv8-linux.S
[238/527] Compiling bn-586-linux.S
[239/527] Compiling bn-armv8-apple.S
[240/527] Compiling armv8-mont-win.S
[241/527] Compiling bn-586-apple.S
[242/527] Compiling armv8-mont-apple.S
[242/527] Compiling armv8-mont-linux.S
[244/527] Compiling aesv8-gcm-armv8-win.S
[245/527] Compiling armv4-mont-linux.S
[246/527] Compiling aesv8-gcm-armv8-linux.S
[247/527] Compiling aesv8-gcm-armv8-apple.S
[248/527] Wrapping AST for DequeModule for debugging
[249/527] Compiling aesv8-armv8-win.S
[251/527] Compiling BigInt Subtraction.swift
[252/527] Compiling BigInt Words and Bits.swift
[252/528] Compiling aesv8-armv8-linux.S
[253/528] Compiling aesv8-armv8-apple.S
[255/528] Compiling aesv8-armv7-linux.S
[256/528] Compiling aesni-x86_64-linux.S
[257/528] Compiling aesni-x86_64-apple.S
[258/528] Compiling aesni-x86-linux.S
[259/528] Compiling aesni-gcm-x86_64-linux.S
[260/528] Compiling aesni-x86-apple.S
[260/528] Compiling aesni-gcm-x86_64-apple.S
[262/528] Compiling aes-gcm-avx512-x86_64-linux.S
[263/528] Compiling aes-gcm-avx512-x86_64-apple.S
[264/528] Compiling aes-gcm-avx2-x86_64-apple.S
[265/528] Compiling aes-gcm-avx2-x86_64-linux.S
[266/528] Compiling xwing.cc
[267/528] Compiling x_req.cc
[268/528] Compiling x_val.cc
[269/528] Compiling x_x509.cc
[270/528] Compiling x_sig.cc
[271/528] Compiling x_pubkey.cc
[272/528] Compiling x_spki.cc
[273/528] Compiling x_x509a.cc
[274/528] Compiling x_name.cc
[275/528] Compiling x_all.cc
[276/528] Compiling x_attrib.cc
[277/528] Compiling x_exten.cc
[278/528] Compiling x_crl.cc
[279/528] Compiling x509spki.cc
[280/528] Compiling x_algor.cc
[281/528] Compiling x509name.cc
[282/528] Compiling x509rset.cc
[283/528] Compiling x509cset.cc
[284/528] Compiling x509_vpm.cc
[285/528] Compiling x509_txt.cc
[286/528] Compiling x509_vfy.cc
[287/528] Compiling x509_v3.cc
[288/528] Compiling x509_set.cc
[289/528] Compiling x509_trs.cc
[290/528] Compiling x509_req.cc
[291/528] Compiling x509_cmp.cc
[292/528] Compiling x509_obj.cc
[293/528] Compiling x509_def.cc
[294/528] Compiling x509_lu.cc
[294/528] Compiling x509_ext.cc
[296/528] Compiling x509.cc
[297/528] Compiling x509_att.cc
[298/528] Compiling x509_d2.cc
[299/528] Compiling v3_utl.cc
[300/528] Compiling v3_ocsp.cc
[301/528] Compiling v3_prn.cc
[302/528] Compiling v3_pcons.cc
[303/528] Compiling v3_skey.cc
[304/528] Compiling v3_ncons.cc
[305/528] Compiling v3_pmaps.cc
[306/528] Compiling v3_purp.cc
[307/528] Compiling v3_lib.cc
[308/528] Compiling v3_int.cc
[309/528] Compiling v3_enum.cc
[310/528] Compiling v3_cpols.cc
[311/528] Compiling v3_ia5.cc
[312/528] Compiling v3_info.cc
[313/528] Compiling v3_extku.cc
[314/528] Compiling v3_crld.cc
[315/528] Compiling v3_genn.cc
[316/528] Compiling v3_bitst.cc
[317/528] Compiling v3_conf.cc
[318/528] Compiling v3_bcons.cc
[319/528] Compiling v3_alt.cc
[320/528] Compiling v3_akey.cc
[321/528] Compiling v3_akeya.cc
[322/528] Compiling t_x509a.cc
[323/528] Compiling t_x509.cc
[324/528] Compiling t_crl.cc
[325/528] Compiling i2d_pr.cc
[326/528] Compiling t_req.cc
[327/528] Compiling name_print.cc
[328/528] Compiling rsa_pss.cc
[329/528] Compiling policy.cc
[330/528] Compiling by_file.cc
[331/528] Compiling by_dir.cc
[332/528] Compiling asn1_gen.cc
[333/528] Compiling algorithm.cc
[334/528] Compiling a_verify.cc
[335/528] Compiling thread_win.cc
[336/528] Compiling trust_token.cc
[337/528] Compiling thread_pthread.cc
[338/528] Compiling thread_none.cc
[339/528] Compiling a_digest.cc
[340/528] Compiling voprf.cc
[341/528] Compiling pmbtoken.cc
[342/528] Compiling stack.cc
[343/528] Compiling slhdsa.cc
[344/528] Compiling a_sign.cc
[345/528] Compiling thread.cc
[346/528] Compiling rsa_print.cc
[347/528] Compiling sha512.cc
[348/528] Compiling sha256.cc
[349/528] Compiling siphash.cc
[350/528] Compiling sha1.cc
[351/528] Compiling rsa_extra.cc
[352/528] Compiling spake2plus.cc
[353/528] Compiling rsa_crypt.cc
[354/528] Compiling rc4.cc
[355/528] Compiling refcount.cc
[356/528] Compiling trusty.cc
[357/528] Compiling windows.cc
[358/528] Compiling urandom.cc
[359/528] Compiling rand.cc
[360/528] Compiling rsa_asn1.cc
[361/528] Compiling getentropy.cc
[362/528] Compiling ios.cc
[363/528] Compiling passive.cc
[364/528] Compiling poly1305_arm_asm.S
[365/528] Compiling deterministic.cc
[366/528] Compiling forkunsafe.cc
[367/528] Compiling fork_detect.cc
[368/528] Compiling poly1305_arm.cc
[369/528] Compiling poly1305.cc
[370/528] Compiling poly1305_vec.cc
[371/528] Compiling pool.cc
[372/528] Compiling pkcs7.cc
[373/528] Compiling pkcs8_x509.cc
[374/528] Compiling p5_pbev2.cc
[375/528] Compiling pkcs8.cc
[376/528] Compiling pkcs7_x509.cc
[377/528] Compiling pem_xaux.cc
[378/528] Compiling pem_x509.cc
[379/528] Compiling pem_pkey.cc
[380/528] Compiling pem_pk8.cc
[381/528] Compiling mlkem.cc
[382/528] Compiling pem_oth.cc
[383/528] Compiling pem_lib.cc
[384/528] Compiling obj_xref.cc
[385/528] Compiling pem_info.cc
[386/528] Compiling obj.cc
[387/528] Compiling pem_all.cc
[388/528] Compiling mldsa.cc
[389/528] Compiling poly_rq_mul.S
[390/528] Compiling mem.cc
[391/528] Compiling fips_shared_support.cc
[392/528] Compiling lhash.cc
[393/528] Compiling md5.cc
[394/528] Compiling fuzzer_mode.cc
[395/528] Compiling md4.cc
[396/528] Compiling hrss.cc
[397/528] Compiling kyber.cc
[398/528] Compiling hpke.cc
[399/528] Compiling ex_data.cc
[400/528] Compiling pbkdf.cc
[401/528] Compiling sign.cc
[402/528] Compiling scrypt.cc
[402/528] Compiling p_x25519.cc
[404/528] Compiling print.cc
[405/528] Compiling p_ed25519.cc
[406/528] Compiling p_rsa_asn1.cc
[407/528] Compiling p_x25519_asn1.cc
[408/528] Compiling p_rsa.cc
[409/528] Compiling p_hkdf.cc
[410/528] Compiling p_ed25519_asn1.cc
[411/528] Compiling p_ec.cc
[412/528] Compiling p_ec_asn1.cc
[413/528] Compiling p_dh.cc
[414/528] Compiling p_dh_asn1.cc
[415/528] Compiling evp_ctx.cc
[416/528] Compiling p_dsa_asn1.cc
[417/528] Compiling err.cc
[418/528] Compiling engine.cc
[419/528] Compiling evp.cc
[420/528] Compiling ecdsa_p1363.cc
[421/528] Compiling evp_asn1.cc
[422/528] Compiling ecdh.cc
[423/528] Compiling hash_to_curve.cc
[424/528] Compiling ec_derive.cc
[425/528] Compiling ecdsa_asn1.cc
[426/528] Compiling ec_asn1.cc
[427/528] Compiling dsa_asn1.cc
[428/528] Compiling params.cc
[429/528] Compiling dsa.cc
[430/528] Compiling x25519-asm-arm.S
[431/528] Compiling des.cc
[432/528] Compiling digest_extra.cc
[433/528] Compiling dh_asn1.cc
[434/528] Compiling spake25519.cc
[435/528] Compiling crypto.cc
[436/528] Compiling cpu_arm_linux.cc
[437/528] Compiling cpu_arm_freebsd.cc
[438/528] Compiling cpu_intel.cc
[439/528] Compiling curve25519.cc
[440/528] Compiling curve25519_64_adx.cc
[441/528] Compiling cpu_aarch64_sysreg.cc
[442/528] Compiling cpu_aarch64_win.cc
[443/528] Compiling cpu_aarch64_openbsd.cc
[444/528] Compiling cpu_aarch64_fuchsia.cc
[445/528] Compiling cpu_aarch64_linux.cc
[446/528] Compiling cpu_aarch64_apple.cc
[447/528] Compiling e_rc4.cc
[448/528] Compiling bcm.cc
[449/528] Compiling get_cipher.cc
[450/528] Compiling tls_cbc.cc
[451/528] Compiling conf.cc
[452/528] Compiling e_rc2.cc
[453/528] Compiling e_tls.cc
[454/528] Compiling e_null.cc
[455/528] Compiling e_des.cc
[456/528] Compiling e_aeseax.cc
[457/528] Compiling derive_key.cc
[458/528] Compiling e_chacha20poly1305.cc
[459/528] Compiling e_aesgcmsiv.cc
[460/528] Compiling e_aesctrhmac.cc
[461/528] Compiling cms.cc
[462/528] Compiling chacha.cc
[463/528] Compiling unicode.cc
[464/528] Compiling sqrt.cc
[465/528] Compiling buf.cc
[466/528] Compiling ber.cc
[467/528] Compiling cbb.cc
[468/528] Compiling asn1_compat.cc
[469/528] Compiling exponentiation.cc
[470/528] Compiling div.cc
[471/528] Compiling cbs.cc
[472/528] Compiling printf.cc
[473/528] Compiling blake2.cc
[474/528] Compiling bn_asn1.cc
[475/528] Compiling hexdump.cc
[476/528] Compiling pair.cc
[477/528] Compiling fd.cc
[478/528] Compiling convert.cc
[479/528] Compiling file.cc
[480/528] Compiling errno.cc
[481/528] Compiling bio.cc
[482/528] Compiling bio_mem.cc
[483/528] Compiling base64.cc
[484/528] Compiling tasn_typ.cc
[485/528] Compiling tasn_fre.cc
[486/528] Compiling f_int.cc
[487/528] Compiling tasn_enc.cc
[488/528] Compiling tasn_new.cc
[489/528] Compiling f_string.cc
[490/528] Compiling posix_time.cc
[491/528] Compiling tasn_utl.cc
[492/528] Compiling asn_pack.cc
[493/528] Compiling tasn_dec.cc
[494/528] Compiling asn1_par.cc
[495/528] Compiling a_utctm.cc
[496/528] Compiling a_type.cc
[497/528] Compiling asn1_lib.cc
[498/528] Compiling a_time.cc
[499/528] Compiling a_octet.cc
[500/528] Compiling a_strnid.cc
[501/528] Compiling a_strex.cc
[502/528] Compiling a_object.cc
[503/528] Compiling a_i2d_fp.cc
[504/528] Compiling a_dup.cc
[505/528] Compiling a_mbstr.cc
[505/528] Write sources
[507/528] Compiling a_d2i_fp.cc
[508/528] Wrapping AST for BigInt for debugging
[509/528] Compiling a_gentm.cc
[510/528] Compiling a_int.cc
[511/528] Compiling aes.cc
[513/546] Compiling Atomics AtomicStorage.swift
[514/546] Compiling Atomics AtomicValue.swift
[514/548] Compiling a_bool.cc
[516/548] Compiling Atomics UnsafeAtomic.swift
[517/548] Compiling Atomics UnsafeAtomicLazyReference.swift
[518/548] Compiling Atomics ManagedAtomic.swift
[519/548] Compiling Atomics ManagedAtomicLazyReference.swift
[519/548] Compiling a_bitstr.cc
[521/548] Compiling Atomics AtomicMemoryOrderings.swift
[522/548] Compiling Atomics DoubleWord.swift
[523/556] Compiling Atomics IntegerOperations.swift
[524/556] Compiling Atomics Unmanaged extensions.swift
[525/556] Compiling Atomics AtomicInteger.swift
[526/556] Compiling Atomics AtomicOptionalWrappable.swift
[527/556] Compiling Atomics AtomicReference.swift
[528/556] Compiling CryptoBoringWrapper RandomBytes.swift
[529/556] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[530/556] Emitting module CryptoBoringWrapper
[531/556] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[532/556] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[533/556] Compiling CryptoBoringWrapper EllipticCurve.swift
[534/556] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[535/556] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[536/557] Wrapping AST for CryptoBoringWrapper for debugging
[538/628] Compiling Crypto ChaChaPoly.swift
[539/628] Compiling Crypto Cipher.swift
[540/628] Compiling Crypto Nonces.swift
[541/628] Emitting module Atomics
[542/628] Compiling Crypto AES-GCM.swift
[543/628] Compiling Crypto AES-GCM_boring.swift
[544/628] Compiling Crypto ChaChaPoly_boring.swift
[545/629] Wrapping AST for Atomics for debugging
[547/690] Compiling NIOCore DeadChannel.swift
[548/690] Compiling NIOCore DispatchQueue+WithFuture.swift
[549/690] Compiling NIOCore EventLoop+Deprecated.swift
[550/690] Compiling NIOCore EventLoop+SerialExecutor.swift
[551/690] Compiling NIOCore EventLoop.swift
[552/690] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[553/690] Compiling NIOCore EventLoopFuture+Deprecated.swift
[554/690] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[555/690] Compiling NIOCore EventLoopFuture.swift
[556/690] Compiling NIOCore FileDescriptor.swift
[557/700] Compiling NIOCore FileHandle.swift
[558/700] Compiling NIOCore FileRegion.swift
[559/700] Compiling NIOCore GlobalSingletons.swift
[560/700] Compiling NIOCore IO.swift
[561/700] Compiling NIOCore NIOAny.swift
[562/700] Compiling NIOCore NIOCloseOnErrorHandler.swift
[563/700] Compiling NIOCore NIOCoreSendableMetatype.swift
[564/700] Compiling NIOCore NIOLoopBound.swift
[565/700] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[566/700] Compiling NIOCore NIOScheduledCallback.swift
[567/700] Compiling NIOCore AsyncChannel.swift
[568/700] Compiling NIOCore AsyncChannelHandler.swift
[569/700] Compiling NIOCore AsyncChannelInboundStream.swift
[570/700] Compiling NIOCore AsyncChannelOutboundWriter.swift
[571/700] Compiling NIOCore NIOAsyncSequenceProducer.swift
[572/700] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[573/700] Compiling NIOCore NIOAsyncWriter.swift
[574/700] Compiling NIOCore CircularBuffer.swift
[575/700] Compiling NIOCore Codec.swift
[576/700] Compiling NIOCore ConvenienceOptionSupport.swift
[577/700] Compiling Crypto X25519Keys.swift
[578/700] Compiling Crypto SymmetricKeys.swift
[579/700] Compiling Crypto HMAC.swift
[580/700] Compiling Crypto MACFunctions.swift
[581/700] Compiling Crypto MessageAuthenticationCode.swift
[582/700] Compiling Crypto AES.swift
[583/700] Compiling Crypto ECDSASignature_boring.swift
[584/700] Compiling Crypto ECDSA_boring.swift
[585/700] Compiling Crypto EdDSA_boring.swift
[586/700] Compiling Crypto ECDSA.swift
[587/700] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[588/700] Compiling NIOCore BSDSocketAPI.swift
[589/700] Compiling NIOCore ByteBuffer-aux.swift
[590/700] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[591/700] Compiling NIOCore ByteBuffer-conversions.swift
[592/700] Compiling NIOCore ByteBuffer-core.swift
[593/700] Compiling NIOCore ByteBuffer-hex.swift
[594/700] Compiling NIOCore ByteBuffer-int.swift
[595/700] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[596/700] Compiling NIOCore ByteBuffer-multi-int.swift
[597/700] Emitting module Crypto
[604/700] Compiling NIOCore NIOSendable.swift
[605/700] Compiling NIOCore RecvByteBufferAllocator.swift
[608/708] Compiling NIOCore IOData.swift
[609/708] Compiling NIOCore IPProtocol.swift
[610/708] Compiling NIOCore IntegerBitPacking.swift
[611/708] Compiling NIOCore IntegerTypes.swift
[612/708] Compiling NIOCore Interfaces.swift
[613/708] Compiling NIOCore Linux.swift
[614/708] Compiling NIOCore MarkedCircularBuffer.swift
[615/708] Compiling NIOCore MulticastChannel.swift
[616/708] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[617/708] Compiling NIOCore ByteBuffer-views.swift
[618/708] Compiling NIOCore Channel.swift
[619/708] Compiling NIOCore ChannelHandler.swift
[620/708] Compiling NIOCore ChannelHandlers.swift
[621/708] Compiling NIOCore ChannelInvoker.swift
[622/708] Compiling NIOCore ChannelOption.swift
[623/708] Compiling NIOCore ChannelPipeline.swift
[624/708] Compiling NIOCore AddressedEnvelope.swift
[625/708] Compiling NIOCore AsyncAwaitSupport.swift
[642/708] Compiling Crypto Ed25519.swift
[643/708] Compiling Crypto Signature.swift
[644/708] Compiling Crypto CryptoKitErrors_boring.swift
[645/708] Compiling Crypto RNG_boring.swift
[646/708] Compiling Crypto SafeCompare_boring.swift
[647/708] Compiling Crypto Zeroization_boring.swift
[648/708] Compiling Crypto PrettyBytes.swift
[649/708] Compiling Crypto SafeCompare.swift
[650/708] Compiling Crypto SecureBytes.swift
[651/708] Compiling Crypto Zeroization.swift
[652/709] Wrapping AST for Crypto for debugging
[654/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[655/759] Compiling NIOCore SocketAddresses.swift
[656/759] Compiling NIOCore SocketOptionProvider.swift
[657/759] Compiling NIOCore SystemCallHelpers.swift
[658/759] Compiling NIOCore TimeAmount+Duration.swift
[659/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[660/759] Compiling NIOCore UniversalBootstrapSupport.swift
[661/759] Compiling NIOCore Utilities.swift
[662/759] Compiling _CryptoExtras OPRFClient.swift
[663/759] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[664/759] Compiling _CryptoExtras PKCS8PrivateKey.swift
[665/759] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[666/759] Compiling _CryptoExtras ECToolbox_boring.swift
[667/759] Compiling _CryptoExtras ECToolbox.swift
[668/759] Compiling _CryptoExtras HashToField.swift
[669/759] Compiling _CryptoExtras KDF.swift
[670/759] Compiling _CryptoExtras OPRFServer.swift
[671/759] Compiling _CryptoExtras BoringSSLHelpers.swift
[672/759] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[673/759] Compiling _CryptoExtras Data+Extensions.swift
[674/759] Compiling _CryptoExtras DigestType.swift
[675/759] Compiling _CryptoExtras Error.swift
[676/759] Compiling _CryptoExtras I2OSP.swift
[677/759] Compiling _CryptoExtras IntegerEncoding.swift
[678/766] Compiling _CryptoExtras PBKDF2_boring.swift
[679/766] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[680/766] Compiling _CryptoExtras PBKDF2.swift
[681/766] Compiling _CryptoExtras Scrypt_boring.swift
[682/766] Compiling _CryptoExtras Scrypt.swift
[683/766] Compiling _CryptoExtras OPRF.swift
[692/766] Compiling _CryptoExtras AES_CBC.swift
[693/766] Compiling _CryptoExtras AES_CFB.swift
[694/766] Compiling _CryptoExtras AES_CTR.swift
[695/766] Compiling _CryptoExtras AES_GCM_SIV.swift
[696/766] Compiling _CryptoExtras Block Function.swift
[697/766] Compiling _CryptoExtras AES_CFB_boring.swift
[698/766] Compiling _CryptoExtras AES_CTR_boring.swift
[699/766] Compiling _CryptoExtras ARCPresentation.swift
[700/766] Compiling _CryptoExtras ARCRequest.swift
[701/766] Emitting module _CryptoExtras
[711/766] Compiling _CryptoExtras ARCResponse.swift
[712/766] Compiling _CryptoExtras ARCServer.swift
[713/766] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[714/766] Compiling _CryptoExtras ChaCha20CTR.swift
[715/766] Compiling _CryptoExtras ObjectIdentifier.swift
[716/766] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[717/766] Compiling _CryptoExtras CMAC.swift
[718/766] Compiling _CryptoExtras ARC+API.swift
[719/766] Compiling _CryptoExtras ARC.swift
[720/766] Compiling _CryptoExtras ARCCredential.swift
[721/766] Compiling _CryptoExtras ARCEncoding.swift
[722/766] Compiling _CryptoExtras ARCPrecredential.swift
[723/766] Compiling _CryptoExtras PEMDocument.swift
[724/766] Compiling _CryptoExtras PrettyBytes.swift
[725/766] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[726/766] Compiling _CryptoExtras DLEQ.swift
[727/766] Compiling _CryptoExtras Prover.swift
[728/766] Compiling _CryptoExtras Verifier.swift
[729/766] Compiling _CryptoExtras ZKPToolbox.swift
[731/766] Compiling _CryptoExtras VOPRF+API.swift
[732/766] Compiling _CryptoExtras VOPRFClient.swift
[733/766] Compiling _CryptoExtras VOPRFServer.swift
[734/766] Compiling _CryptoExtras RSA+BlindSigning.swift
[735/766] Compiling _CryptoExtras RSA.swift
[736/766] Compiling _CryptoExtras RSA_boring.swift
[737/767] Wrapping AST for _CryptoExtras for debugging
[739/767] Emitting module NIOCore
[758/768] Wrapping AST for NIOCore for debugging
[760/820] Emitting module NIOEmbedded
[761/820] Compiling NIOEmbedded AsyncTestingChannel.swift
[762/820] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[763/820] Compiling NIOEmbedded Embedded.swift
[764/821] Compiling NIOPosix Pool.swift
[765/821] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[766/821] Compiling NIOPosix PosixSingletons.swift
[767/821] Compiling NIOPosix RawSocketBootstrap.swift
[768/821] Compiling NIOPosix Resolver.swift
[769/821] Compiling NIOPosix Selectable.swift
[770/821] Compiling NIOPosix SelectableChannel.swift
[771/827] Wrapping AST for NIOEmbedded for debugging
[773/827] Compiling NIOPosix ThreadPosix.swift
[774/827] Compiling NIOPosix ThreadWindows.swift
[775/827] Compiling NIOPosix UnsafeTransfer.swift
[776/827] Compiling NIOPosix Utilities.swift
[777/827] Compiling NIOPosix VsockAddress.swift
[778/827] Compiling NIOPosix VsockChannelEvents.swift
[779/827] Compiling NIOPosix Socket.swift
[780/827] Compiling NIOPosix SocketChannel.swift
[781/827] Compiling NIOPosix SocketProtocols.swift
[782/827] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[783/827] Compiling NIOPosix System.swift
[784/827] Compiling NIOPosix Thread.swift
[785/827] Compiling NIOPosix SelectableEventLoop.swift
[786/827] Compiling NIOPosix SelectorEpoll.swift
[787/827] Compiling NIOPosix SelectorGeneric.swift
[788/827] Compiling NIOPosix SelectorKqueue.swift
[789/827] Compiling NIOPosix SelectorUring.swift
[790/827] Compiling NIOPosix ServerSocket.swift
[791/827] Compiling NIOPosix IO.swift
[792/827] Compiling NIOPosix IntegerBitPacking.swift
[793/827] Compiling NIOPosix IntegerTypes.swift
[794/827] Compiling NIOPosix Linux.swift
[795/827] Compiling NIOPosix LinuxCPUSet.swift
[796/827] Compiling NIOPosix LinuxUring.swift
[797/827] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[798/827] Compiling NIOPosix NIOPosixSendableMetatype.swift
[799/827] Compiling NIOPosix NIOThreadPool.swift
[800/827] Compiling NIOPosix NonBlockingFileIO.swift
[801/827] Compiling NIOPosix PendingDatagramWritesManager.swift
[802/827] Compiling NIOPosix PendingWritesManager.swift
[803/827] Compiling NIOPosix PipeChannel.swift
[804/827] Compiling NIOPosix PipePair.swift
[805/827] Emitting module NIOPosix
[806/827] Compiling NIOPosix BSDSocketAPICommon.swift
[807/827] Compiling NIOPosix BSDSocketAPIPosix.swift
[808/827] Compiling NIOPosix BSDSocketAPIWindows.swift
[809/827] Compiling NIOPosix BaseSocket.swift
[810/827] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[811/827] Compiling NIOPosix BaseSocketChannel.swift
[812/827] Compiling NIOPosix BaseStreamSocketChannel.swift
[813/827] Compiling NIOPosix Bootstrap.swift
[814/827] Compiling NIOPosix ControlMessage.swift
[815/827] Compiling NIOPosix DatagramVectorReadManager.swift
[816/827] Compiling NIOPosix Errors+Any.swift
[817/827] Compiling NIOPosix FileDescriptor.swift
[818/827] Compiling NIOPosix GetaddrinfoResolver.swift
[819/827] Compiling NIOPosix HappyEyeballs.swift
[820/828] Wrapping AST for NIOPosix for debugging
[822/830] Compiling NIO Exports.swift
[823/830] Emitting module NIO
[824/831] Wrapping AST for NIO for debugging
[826/836] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[827/836] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[828/836] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[829/836] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[830/836] Emitting module NIOFoundationCompat
[831/837] Wrapping AST for NIOFoundationCompat for debugging
[833/896] Emitting module NIOSSH
[834/904] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[835/904] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[836/904] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[837/904] Compiling NIOSSH SimplePasswordDelegate.swift
[838/904] Compiling NIOSSH UserAuthDelegate.swift
[839/904] Compiling NIOSSH UserAuthSignablePayload.swift
[840/904] Compiling NIOSSH UserAuthenticationMethod.swift
[841/904] Compiling NIOSSH UserAuthenticationStateMachine.swift
[842/904] Compiling NIOSSH SSHChannelIdentifier.swift
[843/904] Compiling NIOSSH SSHChannelMultiplexer.swift
[844/904] Compiling NIOSSH SSHChannelType.swift
[845/904] Compiling NIOSSH SSHChildChannel.swift
[846/904] Compiling NIOSSH AcceptsChannelMessages.swift
[847/904] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[848/904] Compiling NIOSSH AcceptsUserAuthMessages.swift
[849/904] Compiling NIOSSH AcceptsVersionMessages.swift
[850/904] Compiling NIOSSH SendsChannelMessages.swift
[851/904] Compiling NIOSSH ByteBuffer+SSH.swift
[852/904] Compiling NIOSSH CSPRNG.swift
[853/904] Compiling NIOSSH ChildChannelOptions.swift
[854/904] Compiling NIOSSH ChildChannelStateMachine.swift
[855/904] Compiling NIOSSH ChildChannelUserEvents.swift
[856/904] Compiling NIOSSH ChildChannelWindowManager.swift
[857/904] Compiling NIOSSH ChildChannelWritabilityManager.swift
[858/904] Compiling NIOSSH OutboundFlowController.swift
[859/904] Compiling NIOSSH SSHChannelData.swift
[860/904] Compiling NIOSSH SendsKeyExchangeMessages.swift
[861/904] Compiling NIOSSH SendsUserAuthMessages.swift
[862/904] Compiling NIOSSH SSHConnectionStateMachine.swift
[863/904] Compiling NIOSSH ActiveState.swift
[864/904] Compiling NIOSSH IdleState.swift
[865/904] Compiling NIOSSH KeyExchangeState.swift
[866/904] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[867/904] Compiling NIOSSH ReceivedNewKeysState.swift
[868/904] Compiling NIOSSH NIOSSHPrivateKey.swift
[869/904] Compiling NIOSSH NIOSSHPublicKey.swift
[870/904] Compiling NIOSSH NIOSSHSignature.swift
[871/904] Compiling NIOSSH NIOSSHError.swift
[872/904] Compiling NIOSSH NIOSSHHandler.swift
[873/904] Compiling NIOSSH NIOSSHSendable.swift
[874/904] Compiling NIOSSH Role.swift
[875/904] Compiling NIOSSH SSHClientConfiguration.swift
[876/904] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[877/904] Compiling NIOSSH RekeyingSentNewKeysState.swift
[878/904] Compiling NIOSSH RekeyingState.swift
[879/904] Compiling NIOSSH SentKexInitWhenActiveState.swift
[880/904] Compiling NIOSSH SentNewKeysState.swift
[881/904] Compiling NIOSSH SentVersionState.swift
[882/904] Compiling NIOSSH UserAuthenticationState.swift
[883/904] Compiling NIOSSH Constants.swift
[884/904] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[885/904] Compiling NIOSSH SSHMessages.swift
[886/904] Compiling NIOSSH SSHPacketParser.swift
[887/904] Compiling NIOSSH SSHPacketSerializer.swift
[888/904] Compiling NIOSSH SSHServerConfiguration.swift
[889/904] Compiling NIOSSH SSHTerminalModes.swift
[890/904] Compiling NIOSSH AESGCM.swift
[891/904] Compiling NIOSSH SSHTransportProtection.swift
[892/904] 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 | }
[893/904] 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 | }
[894/904] 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 | }
[895/904] 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 | }
[896/904] 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 | }
[897/904] 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 | }
[898/904] 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 | }
[899/904] 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 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/101] Compiling Logging MetadataProvider.swift
[3/101] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/102] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/102] Compiling InternalCollectionsUtilities Debugging.swift
[6/102] Compiling InternalCollectionsUtilities Descriptions.swift
[7/102] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/102] Emitting module Logging
[9/102] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[10/102] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[11/102] Emitting module BigInt
[12/104] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[13/104] Compiling CryptoBoringWrapper RandomBytes.swift
[14/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/104] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/104] Compiling InternalCollectionsUtilities Integer rank.swift
[17/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[18/104] Emitting module CryptoBoringWrapper
[19/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/104] Compiling CryptoBoringWrapper EllipticCurve.swift
[21/104] Compiling NIOConcurrencyHelpers lock.swift
[22/104] Emitting module _NIODataStructures
[23/104] Compiling _NIODataStructures PriorityQueue.swift
[24/104] Compiling _NIODataStructures Heap.swift
[25/104] Compiling _NIODataStructures _TinyArray.swift
[26/105] Compiling _NIOBase64 Base64.swift
[27/105] Emitting module _NIOBase64
[28/105] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/105] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/105] Compiling NIOConcurrencyHelpers atomics.swift
[31/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[32/106] Emitting module NIOConcurrencyHelpers
[36/105] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[37/105] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[38/106] Emitting module InternalCollectionsUtilities
[39/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/106] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/106] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/109] Compiling BigInt Strideable.swift
[44/109] Compiling BigInt String Conversion.swift
[45/109] Compiling SwiftASN1 TimeUtilities.swift
[46/109] Compiling SwiftASN1 UTCTime.swift
[48/121] Compiling Atomics OptionalRawRepresentable.swift
[49/121] Compiling Atomics RawRepresentable.swift
[50/121] Compiling Atomics AtomicBool.swift
[51/121] Compiling Atomics IntegerConformances.swift
[52/121] Compiling Atomics PointerConformances.swift
[53/129] Compiling SwiftASN1 Errors.swift
[54/129] Compiling BigInt GCD.swift
[55/129] Compiling BigInt Hashable.swift
[56/129] Compiling Atomics AtomicStorage.swift
[57/129] Compiling Atomics AtomicValue.swift
[58/129] Compiling Atomics AtomicMemoryOrderings.swift
[59/129] Compiling Atomics ManagedAtomicLazyReference.swift
[60/129] Compiling Atomics UnsafeAtomic.swift
[61/129] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/129] Compiling Atomics DoubleWord.swift
[64/129] Compiling Atomics ManagedAtomic.swift
[67/129] Compiling Atomics Primitives.native.swift
[80/131] Compiling Atomics AtomicInteger.swift
[81/131] Compiling Atomics AtomicOptionalWrappable.swift
[82/131] Compiling Atomics AtomicReference.swift
[86/131] Compiling Logging Logging.swift
[87/131] Compiling Logging Locks.swift
[88/131] Compiling Logging LogHandler.swift
[89/132] Compiling BigInt Subtraction.swift
[90/132] Compiling BigInt Words and Bits.swift
[94/133] Compiling Atomics IntegerOperations.swift
[95/133] Compiling Atomics Unmanaged extensions.swift
[101/133] Emitting module ColorizeSwift
[102/133] Compiling ColorizeSwift ColorizeSwift.swift
[106/134] Emitting module SwiftASN1
[108/134] Emitting module Atomics
[115/169] Wrapping AST for CryptoBoringWrapper for debugging
[115/169] Wrapping AST for InternalCollectionsUtilities for debugging
[117/169] Wrapping AST for SwiftASN1 for debugging
[118/172] Wrapping AST for Logging for debugging
[120/219] Compiling Crypto AES-GCM.swift
[121/219] Compiling Crypto AES-GCM_boring.swift
[122/221] Compiling Crypto ECDSASignature.swift
[123/221] Compiling Crypto PEMDocument.swift
[123/221] Wrapping AST for Atomics for debugging
[125/221] Compiling Crypto GeneralizedTime.swift
[126/221] Compiling Crypto ObjectIdentifier.swift
[127/221] Compiling Crypto ASN1Strings.swift
[128/221] Compiling Crypto ArraySliceBigint.swift
[129/221] Compiling Crypto ChaChaPoly_boring.swift
[130/221] Compiling Crypto ChaChaPoly.swift
[131/221] Compiling DequeModule _DequeSlot.swift
[132/221] Compiling DequeModule _UnsafeWrappedBuffer.swift
[133/221] Compiling Crypto ASN1Identifier.swift
[134/221] Compiling Crypto ASN1Integer.swift
[135/221] Compiling Crypto ASN1Null.swift
[136/221] Compiling Crypto ASN1OctetString.swift
[137/221] Emitting module DequeModule
[138/222] Wrapping AST for DequeModule for debugging
[140/222] Compiling Crypto PKCS8PrivateKey.swift
[141/222] Compiling Crypto SEC1PrivateKey.swift
[142/222] Compiling Crypto SubjectPublicKeyInfo.swift
[143/222] Compiling Crypto CryptoError_boring.swift
[144/222] Compiling Crypto CryptoKitErrors.swift
[145/222] Compiling Crypto Digest_boring.swift
[146/222] Compiling Crypto Digest.swift
[147/222] Compiling Crypto Digests.swift
[148/222] Compiling Crypto HashFunctions.swift
[149/222] Compiling Crypto HashFunctions_SHA2.swift
[150/293] Compiling Crypto X25519Keys.swift
[151/293] Compiling Crypto SymmetricKeys.swift
[152/293] Compiling Crypto HMAC.swift
[153/293] Compiling Crypto MACFunctions.swift
[154/293] Compiling Crypto MessageAuthenticationCode.swift
[155/293] Compiling Crypto AES.swift
[156/293] Compiling Crypto ECDSASignature_boring.swift
[157/293] Compiling Crypto ECDSA_boring.swift
[158/293] Compiling Crypto EdDSA_boring.swift
[159/293] Compiling Crypto ECDSA.swift
[160/293] Emitting module Crypto
[161/293] Compiling NIOCore FileDescriptor.swift
[162/293] Compiling NIOCore FileHandle.swift
[163/293] Compiling NIOCore FileRegion.swift
[164/293] Compiling NIOCore GlobalSingletons.swift
[165/293] Compiling NIOCore IO.swift
[166/293] Compiling NIOCore IOData.swift
[167/293] Compiling NIOCore IPProtocol.swift
[168/293] Compiling NIOCore IntegerBitPacking.swift
[169/293] Compiling NIOCore IntegerTypes.swift
[170/293] Compiling NIOCore Interfaces.swift
[171/293] Compiling NIOCore RecvByteBufferAllocator.swift
[172/293] Compiling NIOCore ByteBuffer-multi-int.swift
[173/293] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[174/293] Compiling NIOCore ByteBuffer-views.swift
[175/293] Compiling NIOCore Channel.swift
[176/293] Compiling NIOCore ChannelHandler.swift
[177/293] Compiling NIOCore ChannelHandlers.swift
[178/293] Compiling NIOCore ChannelInvoker.swift
[179/293] Compiling NIOCore ChannelOption.swift
[180/293] Compiling NIOCore ChannelPipeline.swift
[181/293] Compiling NIOCore Linux.swift
[182/293] Compiling NIOCore MarkedCircularBuffer.swift
[183/293] Compiling NIOCore MulticastChannel.swift
[184/293] Compiling NIOCore NIOAny.swift
[185/293] Compiling NIOCore NIOCloseOnErrorHandler.swift
[186/293] Compiling NIOCore NIOCoreSendableMetatype.swift
[187/293] Compiling NIOCore NIOLoopBound.swift
[188/293] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[189/293] Compiling NIOCore NIOScheduledCallback.swift
[190/293] Compiling NIOCore NIOSendable.swift
[191/293] Compiling Crypto Ed25519.swift
[192/293] Compiling Crypto Signature.swift
[193/293] Compiling Crypto CryptoKitErrors_boring.swift
[194/293] Compiling Crypto RNG_boring.swift
[195/293] Compiling Crypto SafeCompare_boring.swift
[196/293] Compiling Crypto Zeroization_boring.swift
[197/293] Compiling Crypto PrettyBytes.swift
[198/293] Compiling Crypto SafeCompare.swift
[199/293] Compiling Crypto SecureBytes.swift
[200/293] Compiling Crypto Zeroization.swift
[201/293] Compiling NIOCore AddressedEnvelope.swift
[202/293] Compiling NIOCore AsyncAwaitSupport.swift
[203/293] Compiling NIOCore AsyncChannel.swift
[204/293] Compiling NIOCore AsyncChannelHandler.swift
[205/293] Compiling NIOCore AsyncChannelInboundStream.swift
[206/293] Compiling NIOCore AsyncChannelOutboundWriter.swift
[207/293] Compiling NIOCore NIOAsyncSequenceProducer.swift
[208/293] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[209/293] Compiling NIOCore NIOAsyncWriter.swift
[210/293] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[211/293] Compiling NIOCore BSDSocketAPI.swift
[212/293] Compiling NIOCore ByteBuffer-aux.swift
[213/293] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[214/293] Compiling NIOCore ByteBuffer-conversions.swift
[215/293] Compiling NIOCore ByteBuffer-core.swift
[216/293] Compiling NIOCore ByteBuffer-hex.swift
[217/293] Compiling NIOCore ByteBuffer-int.swift
[218/293] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[219/293] Compiling NIOCore CircularBuffer.swift
[220/293] Compiling NIOCore Codec.swift
[221/294] Wrapping AST for Crypto for debugging
[241/352] Compiling _CryptoExtras BoringSSLHelpers.swift
[242/352] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[243/352] Compiling _CryptoExtras Data+Extensions.swift
[244/352] Compiling _CryptoExtras DigestType.swift
[245/352] Compiling _CryptoExtras Error.swift
[246/352] Compiling _CryptoExtras I2OSP.swift
[247/352] Compiling _CryptoExtras IntegerEncoding.swift
[248/359] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[249/359] Compiling _CryptoExtras PKCS8PrivateKey.swift
[250/359] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[251/359] Compiling _CryptoExtras ECToolbox_boring.swift
[252/359] Compiling _CryptoExtras ECToolbox.swift
[253/359] Compiling _CryptoExtras HashToField.swift
[254/359] Compiling _CryptoExtras KDF.swift
[255/359] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[256/359] Compiling NIOCore SocketAddresses.swift
[257/359] Compiling NIOCore SocketOptionProvider.swift
[258/359] Compiling NIOCore SystemCallHelpers.swift
[259/359] Compiling NIOCore TimeAmount+Duration.swift
[260/359] Compiling NIOCore TypeAssistedChannelHandler.swift
[261/359] Compiling NIOCore UniversalBootstrapSupport.swift
[262/359] Compiling NIOCore Utilities.swift
[263/359] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[264/359] Compiling _CryptoExtras CMAC.swift
[265/359] Compiling _CryptoExtras ARC+API.swift
[266/359] Compiling _CryptoExtras ARC.swift
[267/359] Compiling _CryptoExtras ARCCredential.swift
[268/359] Compiling _CryptoExtras ARCEncoding.swift
[269/359] Compiling _CryptoExtras ARCPrecredential.swift
[270/359] Emitting module _CryptoExtras
[271/359] Compiling _CryptoExtras AES_CBC.swift
[272/359] Compiling _CryptoExtras AES_CFB.swift
[273/359] Compiling _CryptoExtras AES_CTR.swift
[274/359] Compiling _CryptoExtras AES_GCM_SIV.swift
[275/359] Compiling _CryptoExtras Block Function.swift
[276/359] Compiling _CryptoExtras AES_CFB_boring.swift
[277/359] Compiling _CryptoExtras AES_CTR_boring.swift
[278/359] Compiling _CryptoExtras ARCPresentation.swift
[279/359] Compiling _CryptoExtras ARCRequest.swift
[280/359] Compiling _CryptoExtras ARCResponse.swift
[281/359] Compiling _CryptoExtras ARCServer.swift
[282/359] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[283/359] Compiling _CryptoExtras ChaCha20CTR.swift
[284/359] Compiling _CryptoExtras ObjectIdentifier.swift
[285/359] Compiling _CryptoExtras PBKDF2_boring.swift
[286/359] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[287/359] Compiling _CryptoExtras PBKDF2.swift
[288/359] Compiling _CryptoExtras Scrypt_boring.swift
[289/359] Compiling _CryptoExtras Scrypt.swift
[290/359] Compiling _CryptoExtras OPRF.swift
[291/359] Compiling _CryptoExtras OPRFClient.swift
[292/359] Compiling _CryptoExtras OPRFServer.swift
[293/359] Compiling _CryptoExtras VOPRF+API.swift
[294/359] Compiling _CryptoExtras VOPRFClient.swift
[295/359] Compiling _CryptoExtras VOPRFServer.swift
[296/359] Compiling _CryptoExtras RSA+BlindSigning.swift
[297/359] Compiling _CryptoExtras RSA.swift
[298/359] Compiling _CryptoExtras RSA_boring.swift
[299/359] Compiling _CryptoExtras PEMDocument.swift
[300/359] Compiling _CryptoExtras PrettyBytes.swift
[301/359] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[302/359] Compiling _CryptoExtras DLEQ.swift
[303/359] Compiling _CryptoExtras Prover.swift
[304/359] Compiling _CryptoExtras Verifier.swift
[305/359] Compiling _CryptoExtras ZKPToolbox.swift
[306/360] Wrapping AST for _CryptoExtras for debugging
[350/360] Emitting module NIOCore
[352/412] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[353/412] Compiling NIOEmbedded AsyncTestingChannel.swift
[354/412] Compiling NIOEmbedded Embedded.swift
[355/412] Emitting module NIOEmbedded
[357/412] Compiling NIOPosix Socket.swift
[358/412] Compiling NIOPosix SocketChannel.swift
[359/412] Compiling NIOPosix SocketProtocols.swift
[360/412] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[361/412] Compiling NIOPosix System.swift
[362/412] Compiling NIOPosix Thread.swift
[363/418] Compiling NIOPosix Bootstrap.swift
[364/418] Compiling NIOPosix ControlMessage.swift
[365/418] Compiling NIOPosix DatagramVectorReadManager.swift
[366/418] Compiling NIOPosix Errors+Any.swift
[367/418] Compiling NIOPosix FileDescriptor.swift
[368/418] Compiling NIOPosix GetaddrinfoResolver.swift
[369/418] Compiling NIOPosix HappyEyeballs.swift
[370/418] Compiling NIOPosix IO.swift
[371/418] Compiling NIOPosix IntegerBitPacking.swift
[372/418] Compiling NIOPosix IntegerTypes.swift
[373/418] Compiling NIOPosix Linux.swift
[374/418] Compiling NIOPosix LinuxCPUSet.swift
[375/418] Compiling NIOPosix LinuxUring.swift
[376/418] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[377/418] Compiling NIOPosix BSDSocketAPICommon.swift
[378/418] Compiling NIOPosix BSDSocketAPIPosix.swift
[379/418] Compiling NIOPosix BSDSocketAPIWindows.swift
[380/418] Compiling NIOPosix BaseSocket.swift
[381/418] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[382/418] Compiling NIOPosix BaseSocketChannel.swift
[383/418] Compiling NIOPosix BaseStreamSocketChannel.swift
[384/418] Compiling NIOPosix SelectableEventLoop.swift
[385/418] Compiling NIOPosix SelectorEpoll.swift
[386/418] Compiling NIOPosix SelectorGeneric.swift
[387/418] Compiling NIOPosix SelectorKqueue.swift
[388/418] Compiling NIOPosix SelectorUring.swift
[389/418] Compiling NIOPosix ServerSocket.swift
[390/418] Compiling NIOPosix Pool.swift
[391/418] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[392/418] Compiling NIOPosix PosixSingletons.swift
[393/418] Compiling NIOPosix RawSocketBootstrap.swift
[394/418] Compiling NIOPosix Resolver.swift
[395/418] Compiling NIOPosix Selectable.swift
[396/418] Compiling NIOPosix SelectableChannel.swift
[397/418] Compiling NIOPosix NIOPosixSendableMetatype.swift
[398/418] Compiling NIOPosix NIOThreadPool.swift
[399/418] Compiling NIOPosix NonBlockingFileIO.swift
[400/418] Compiling NIOPosix PendingDatagramWritesManager.swift
[401/418] Compiling NIOPosix PendingWritesManager.swift
[402/418] Compiling NIOPosix PipeChannel.swift
[403/418] Compiling NIOPosix PipePair.swift
[404/418] Emitting module NIOPosix
[405/418] Compiling NIOPosix ThreadPosix.swift
[406/418] Compiling NIOPosix ThreadWindows.swift
[407/418] Compiling NIOPosix UnsafeTransfer.swift
[408/418] Compiling NIOPosix Utilities.swift
[409/418] Compiling NIOPosix VsockAddress.swift
[410/418] Compiling NIOPosix VsockChannelEvents.swift
[412/420] Compiling NIO Exports.swift
[413/420] Emitting module NIO
[415/425] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[416/425] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[417/425] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[418/425] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[419/425] Emitting module NIOFoundationCompat
[421/484] Emitting module NIOSSH
[422/492] Compiling NIOSSH SendsKeyExchangeMessages.swift
[423/492] Compiling NIOSSH SendsUserAuthMessages.swift
[424/492] Compiling NIOSSH SSHConnectionStateMachine.swift
[425/492] Compiling NIOSSH ActiveState.swift
[426/492] Compiling NIOSSH IdleState.swift
[427/492] Compiling NIOSSH KeyExchangeState.swift
[428/492] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[429/492] Compiling NIOSSH ReceivedNewKeysState.swift
[430/492] Compiling NIOSSH ByteBuffer+SSH.swift
[431/492] Compiling NIOSSH CSPRNG.swift
[432/492] Compiling NIOSSH ChildChannelOptions.swift
[433/492] Compiling NIOSSH ChildChannelStateMachine.swift
[434/492] Compiling NIOSSH ChildChannelUserEvents.swift
[435/492] Compiling NIOSSH ChildChannelWindowManager.swift
[436/492] Compiling NIOSSH ChildChannelWritabilityManager.swift
[437/492] Compiling NIOSSH OutboundFlowController.swift
[438/492] Compiling NIOSSH SSHChannelData.swift
[439/492] Compiling NIOSSH NIOSSHPrivateKey.swift
[440/492] Compiling NIOSSH NIOSSHPublicKey.swift
[441/492] Compiling NIOSSH NIOSSHSignature.swift
[442/492] Compiling NIOSSH NIOSSHError.swift
[443/492] Compiling NIOSSH NIOSSHHandler.swift
[444/492] Compiling NIOSSH NIOSSHSendable.swift
[445/492] Compiling NIOSSH Role.swift
[446/492] Compiling NIOSSH SSHClientConfiguration.swift
[447/492] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[448/492] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[449/492] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[450/492] Compiling NIOSSH SimplePasswordDelegate.swift
[451/492] Compiling NIOSSH UserAuthDelegate.swift
[452/492] Compiling NIOSSH UserAuthSignablePayload.swift
[453/492] Compiling NIOSSH UserAuthenticationMethod.swift
[454/492] Compiling NIOSSH UserAuthenticationStateMachine.swift
[455/492] Compiling NIOSSH SSHChannelIdentifier.swift
[456/492] Compiling NIOSSH SSHChannelMultiplexer.swift
[457/492] Compiling NIOSSH SSHChannelType.swift
[458/492] Compiling NIOSSH SSHChildChannel.swift
[459/492] Compiling NIOSSH AcceptsChannelMessages.swift
[460/492] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[461/492] Compiling NIOSSH AcceptsUserAuthMessages.swift
[462/492] Compiling NIOSSH AcceptsVersionMessages.swift
[463/492] Compiling NIOSSH SendsChannelMessages.swift
[464/492] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[465/492] Compiling NIOSSH SSHMessages.swift
[466/492] Compiling NIOSSH SSHPacketParser.swift
[467/492] Compiling NIOSSH SSHPacketSerializer.swift
[468/492] Compiling NIOSSH SSHServerConfiguration.swift
[469/492] Compiling NIOSSH SSHTerminalModes.swift
[470/492] Compiling NIOSSH AESGCM.swift
[471/492] Compiling NIOSSH SSHTransportProtection.swift
[472/492] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[473/492] Compiling NIOSSH RekeyingSentNewKeysState.swift
[474/492] Compiling NIOSSH RekeyingState.swift
[475/492] Compiling NIOSSH SentKexInitWhenActiveState.swift
[476/492] Compiling NIOSSH SentNewKeysState.swift
[477/492] Compiling NIOSSH SentVersionState.swift
[478/492] Compiling NIOSSH UserAuthenticationState.swift
[479/492] Compiling NIOSSH Constants.swift
[480/492] 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 | }
[481/492] 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 | }
[482/492] 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 | }
[483/492] 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 | }
[484/492] 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 | }
[485/492] 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 | }
[486/492] 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 | }
[487/492] 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