Build Information
Successful build of swift-nio-ssh, reference main (8ee81d
), with Swift 6.1 for Linux on 30 Jul 2025 15:24:55 UTC.
Swift 6 data race errors: 0
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 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-ssh.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/apple/swift-nio-ssh
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8ee81dd Enable release mode builds (#212)
Cloned https://github.com/apple/swift-nio-ssh.git
Revision (git rev-parse @):
8ee81ddd042eb2b58ab230720aef7f7e2212446a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-ssh.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-ssh.git
https://github.com/apple/swift-nio-ssh.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-ssh",
"name" : "swift-nio-ssh",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NIOSSH",
"targets" : [
"NIOSSH"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOSSHServer",
"targets" : [
"NIOSSHServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSHPerformanceTester",
"targets" : [
"NIOSSHPerformanceTester"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSHClient",
"targets" : [
"NIOSSHClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOSSHTests",
"module_type" : "SwiftTarget",
"name" : "NIOSSHTests",
"path" : "Tests/NIOSSHTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOFoundationCompat"
],
"sources" : [
"AESGCMTests.swift",
"ByteBuffer+SSHTests.swift",
"CertifiedKeyTests.swift",
"ChildChannelMultiplexerTests.swift",
"ECKeyExchangeTests.swift",
"EndToEndTests.swift",
"FuzzResultTests.swift",
"HostKeyTests.swift",
"SSHConnectionStateMachineTests.swift",
"SSHEncryptedTrafficTests.swift",
"SSHHandlerTests.swift",
"SSHKeyExchangeStateMachineTests.swift",
"SSHMessagesTests.swift",
"SSHPackerSerializerTests.swift",
"SSHPacketParserTests.swift",
"UserAuthenticationStateMachineTests.swift",
"Utilities.swift",
"UtilitiesTests.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "test"
},
{
"c99name" : "NIOSSHServer",
"module_type" : "SwiftTarget",
"name" : "NIOSSHServer",
"path" : "Sources/NIOSSHServer",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOFoundationCompat",
"Crypto"
],
"product_memberships" : [
"NIOSSHServer"
],
"sources" : [
"DataToBufferCodec.swift",
"ExecHandler.swift",
"GlueHandler.swift",
"RemotePortForwarding.swift",
"main.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "executable"
},
{
"c99name" : "NIOSSHPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOSSHPerformanceTester",
"path" : "Sources/NIOSSHPerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Crypto"
],
"product_memberships" : [
"NIOSSHPerformanceTester"
],
"sources" : [
"Benchmark.swift",
"BenchmarkHandshake.swift",
"BenchmarkLinearThroughput.swift",
"main.swift",
"shared.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "executable"
},
{
"c99name" : "NIOSSHClient",
"module_type" : "SwiftTarget",
"name" : "NIOSSHClient",
"path" : "Sources/NIOSSHClient",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"NIOSSHClient"
],
"sources" : [
"ExecHandler.swift",
"GlueHandler.swift",
"InteractivePasswordPromptDelegate.swift",
"PortForwardingServer.swift",
"SimpleCLIParser.swift",
"main.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "executable"
},
{
"c99name" : "NIOSSH",
"module_type" : "SwiftTarget",
"name" : "NIOSSH",
"path" : "Sources/NIOSSH",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"Crypto",
"Atomics"
],
"product_memberships" : [
"NIOSSH",
"NIOSSHServer",
"NIOSSHPerformanceTester",
"NIOSSHClient"
],
"sources" : [
"ByteBuffer+SSH.swift",
"CSPRNG/CSPRNG.swift",
"Child Channels/ChildChannelOptions.swift",
"Child Channels/ChildChannelStateMachine.swift",
"Child Channels/ChildChannelUserEvents.swift",
"Child Channels/ChildChannelWindowManager.swift",
"Child Channels/ChildChannelWritabilityManager.swift",
"Child Channels/OutboundFlowController.swift",
"Child Channels/SSHChannelData.swift",
"Child Channels/SSHChannelIdentifier.swift",
"Child Channels/SSHChannelMultiplexer.swift",
"Child Channels/SSHChannelType.swift",
"Child Channels/SSHChildChannel.swift",
"Connection State Machine/Operations/AcceptsChannelMessages.swift",
"Connection State Machine/Operations/AcceptsKeyExchangeMessages.swift",
"Connection State Machine/Operations/AcceptsUserAuthMessages.swift",
"Connection State Machine/Operations/AcceptsVersionMessages.swift",
"Connection State Machine/Operations/SendsChannelMessages.swift",
"Connection State Machine/Operations/SendsKeyExchangeMessages.swift",
"Connection State Machine/Operations/SendsUserAuthMessages.swift",
"Connection State Machine/SSHConnectionStateMachine.swift",
"Connection State Machine/States/ActiveState.swift",
"Connection State Machine/States/IdleState.swift",
"Connection State Machine/States/KeyExchangeState.swift",
"Connection State Machine/States/ReceivedKexInitWhenActiveState.swift",
"Connection State Machine/States/ReceivedNewKeysState.swift",
"Connection State Machine/States/RekeyingReceivedNewKeysState.swift",
"Connection State Machine/States/RekeyingSentNewKeysState.swift",
"Connection State Machine/States/RekeyingState.swift",
"Connection State Machine/States/SentKexInitWhenActiveState.swift",
"Connection State Machine/States/SentNewKeysState.swift",
"Connection State Machine/States/SentVersionState.swift",
"Connection State Machine/States/UserAuthenticationState.swift",
"Constants.swift",
"GlobalRequestDelegate.swift",
"Key Exchange/ECDHCompatibleKey.swift",
"Key Exchange/EllipticCurveKeyExchange.swift",
"Key Exchange/SSHKeyExchangeResult.swift",
"Key Exchange/SSHKeyExchangeStateMachine.swift",
"Keys And Signatures/ClientServerAuthenticationDelegate.swift",
"Keys And Signatures/NIOSSHCertifiedPublicKey.swift",
"Keys And Signatures/NIOSSHPrivateKey.swift",
"Keys And Signatures/NIOSSHPublicKey.swift",
"Keys And Signatures/NIOSSHSignature.swift",
"NIOSSHError.swift",
"NIOSSHHandler.swift",
"Role.swift",
"SSHClientConfiguration.swift",
"SSHEncryptablePacketPayload.swift",
"SSHMessages.swift",
"SSHPacketParser.swift",
"SSHPacketSerializer.swift",
"SSHServerConfiguration.swift",
"SSHTerminalModes.swift",
"TransportProtection/AESGCM.swift",
"TransportProtection/SSHTransportProtection.swift",
"User Authentication/ClientUserAuthenticationDelegate.swift",
"User Authentication/DenyAllServerAuthDelegate.swift",
"User Authentication/ServerUserAuthenticationDelegate.swift",
"User Authentication/SimplePasswordDelegate.swift",
"User Authentication/UserAuthDelegate.swift",
"User Authentication/UserAuthSignablePayload.swift",
"User Authentication/UserAuthenticationMethod.swift",
"User Authentication/UserAuthenticationStateMachine.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/1808] Fetching swift-atomics
[1809/17718] Fetching swift-atomics, swift-crypto
[3400/94791] Fetching swift-atomics, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (5.85s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.88s)
Fetched https://github.com/apple/swift-nio.git from cache (5.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (0.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16916] Fetching swift-collections
[678/21692] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.04s)
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (1.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.3 (2.81s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.89s)
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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.13.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.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.1
Building for debugging...
[0/419] Write sources
[16/419] Compiling CNIOWindows WSAStartup.c
[17/419] Compiling CNIOWindows shim.c
[18/419] Compiling CNIOWASI CNIOWASI.c
[18/419] Compiling CNIOLinux liburing_shims.c
[18/419] Compiling CNIOPosix event_loop_id.c
[21/419] Compiling CNIODarwin shim.c
[22/419] Compiling CNIOLinux shim.c
[23/419] Compiling fiat_p256_adx_sqr.S
[24/419] Compiling fiat_p256_adx_mul.S
[25/419] Compiling fiat_curve25519_adx_mul.S
[26/419] Compiling fiat_curve25519_adx_square.S
[27/419] Compiling md5-x86_64-linux.S
[28/419] Compiling md5-x86_64-apple.S
[29/419] Compiling md5-586-linux.S
[30/419] Compiling md5-586-apple.S
[31/419] Write swift-version-24593BA9C3E375BF.txt
[32/419] Compiling _AtomicsShims.c
[33/419] Compiling chacha20_poly1305_x86_64-apple.S
[34/419] Compiling chacha20_poly1305_armv8-win.S
[35/419] Compiling chacha20_poly1305_x86_64-linux.S
[36/419] Compiling chacha20_poly1305_armv8-linux.S
[37/425] Compiling chacha20_poly1305_armv8-apple.S
[38/425] Compiling CCryptoBoringSSLShims shims.c
[39/425] Compiling chacha-x86_64-linux.S
[40/428] Compiling chacha-x86_64-apple.S
[41/439] Compiling chacha-x86-linux.S
[42/439] Compiling err_data.cc
[43/439] Compiling chacha-x86-apple.S
[44/439] Compiling chacha-armv8-linux.S
[45/439] Compiling chacha-armv8-win.S
[46/439] Compiling chacha-armv4-linux.S
[47/439] Compiling chacha-armv8-apple.S
[48/439] Compiling aes128gcmsiv-x86_64-linux.S
[49/439] Compiling aes128gcmsiv-x86_64-apple.S
[50/439] Compiling x86_64-mont5-linux.S
[51/439] Compiling x86_64-mont5-apple.S
[52/439] Compiling x86_64-mont-linux.S
[53/439] Compiling x86_64-mont-apple.S
[54/439] Compiling x86-mont-apple.S
[55/439] Compiling x86-mont-linux.S
[56/439] Compiling vpaes-x86_64-linux.S
[57/439] Compiling vpaes-x86_64-apple.S
[58/439] Compiling vpaes-x86-linux.S
[59/439] Compiling vpaes-armv8-linux.S
[60/439] Compiling vpaes-x86-apple.S
[61/439] Compiling vpaes-armv8-win.S
[62/439] Compiling vpaes-armv8-apple.S
[63/439] Compiling sha512-x86_64-linux.S
[64/439] Compiling vpaes-armv7-linux.S
[65/439] Compiling sha512-x86_64-apple.S
[66/439] Compiling sha512-armv8-win.S
[67/439] Compiling sha512-armv8-apple.S
[68/439] Compiling sha512-armv8-linux.S
[69/439] Compiling sha512-586-linux.S
[70/439] Compiling sha512-armv4-linux.S
[71/439] Compiling sha512-586-apple.S
[72/439] Compiling sha256-x86_64-apple.S
[73/439] Compiling sha256-x86_64-linux.S
[74/439] Compiling sha256-armv8-win.S
[75/439] Compiling sha256-armv8-linux.S
[76/439] Compiling sha256-armv8-apple.S
[77/439] Compiling sha256-armv4-linux.S
[78/439] Compiling sha256-586-linux.S
[79/439] Compiling sha256-586-apple.S
[80/439] Compiling sha1-x86_64-apple.S
[81/439] Compiling sha1-armv8-win.S
[82/439] Compiling sha1-x86_64-linux.S
[83/439] Compiling sha1-armv8-linux.S
[84/439] Compiling sha1-armv8-apple.S
[85/439] Compiling sha1-armv4-large-linux.S
[86/439] Compiling sha1-586-linux.S
[87/439] Compiling sha1-586-apple.S
[88/439] Compiling rsaz-avx2-apple.S
[89/439] Compiling rdrand-x86_64-linux.S
[90/439] Compiling rsaz-avx2-linux.S
[91/439] Compiling rdrand-x86_64-apple.S
[92/439] Compiling p256_beeu-x86_64-asm-linux.S
[93/439] Compiling p256_beeu-x86_64-asm-apple.S
[94/439] Compiling p256_beeu-armv8-asm-win.S
[95/439] Compiling p256_beeu-armv8-asm-linux.S
[96/439] Compiling p256_beeu-armv8-asm-apple.S
[97/439] Compiling p256-x86_64-asm-apple.S
[98/439] Compiling p256-armv8-asm-win.S
[98/439] Compiling p256-x86_64-asm-linux.S
[100/439] Compiling p256-armv8-asm-apple.S
[101/439] Compiling ghashv8-armv8-win.S
[102/439] Compiling p256-armv8-asm-linux.S
[103/439] Compiling ghashv8-armv8-linux.S
[104/439] Compiling ghashv8-armv8-apple.S
[105/439] Compiling ghashv8-armv7-linux.S
[106/439] Compiling ghash-x86_64-apple.S
[107/439] Compiling ghash-x86-linux.S
[108/439] Compiling ghash-x86_64-linux.S
[109/439] Compiling ghash-x86-apple.S
[110/439] Compiling ghash-ssse3-x86_64-linux.S
[111/439] Compiling ghash-ssse3-x86_64-apple.S
[112/439] Compiling ghash-ssse3-x86-apple.S
[113/439] Compiling ghash-ssse3-x86-linux.S
[114/439] Compiling ghash-neon-armv8-win.S
[115/439] Compiling ghash-neon-armv8-apple.S
[116/439] Compiling ghash-neon-armv8-linux.S
[117/439] Compiling ghash-armv4-linux.S
[118/439] Compiling co-586-apple.S
[119/439] Compiling bsaes-armv7-linux.S
[120/439] Compiling co-586-linux.S
[121/439] Compiling bn-armv8-win.S
[122/439] Compiling bn-armv8-linux.S
[123/439] Compiling bn-armv8-apple.S
[124/439] Compiling bn-586-linux.S
[125/439] Compiling bn-586-apple.S
[126/439] Compiling armv8-mont-win.S
[127/439] Compiling armv8-mont-apple.S
[128/439] Compiling armv8-mont-linux.S
[129/439] Compiling armv4-mont-linux.S
[130/439] Compiling aesv8-gcm-armv8-linux.S
[131/439] Compiling aesv8-gcm-armv8-win.S
[132/439] Compiling aesv8-gcm-armv8-apple.S
[133/439] Compiling aesv8-armv8-win.S
[134/439] Compiling aesv8-armv8-linux.S
[135/439] Compiling aesv8-armv8-apple.S
[136/439] Compiling aesv8-armv7-linux.S
[137/439] Compiling aesni-x86_64-linux.S
[138/439] Compiling aesni-x86_64-apple.S
[139/439] Compiling aesni-x86-linux.S
[140/439] Compiling aesni-x86-apple.S
[141/439] Compiling aesni-gcm-x86_64-apple.S
[142/439] Compiling aes-gcm-avx512-x86_64-linux.S
[143/439] Compiling aesni-gcm-x86_64-linux.S
[144/439] Compiling aes-gcm-avx512-x86_64-apple.S
[145/439] Compiling aes-gcm-avx2-x86_64-linux.S
[146/439] Compiling aes-gcm-avx2-x86_64-apple.S
[148/439] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[149/439] Compiling InternalCollectionsUtilities Integer rank.swift
[150/439] Emitting module InternalCollectionsUtilities
[151/440] Compiling InternalCollectionsUtilities Descriptions.swift
[152/440] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[153/440] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[154/440] Compiling _NIODataStructures _TinyArray.swift
[155/440] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[156/440] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[157/440] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[158/440] Compiling InternalCollectionsUtilities UInt+reversed.swift
[159/440] Compiling _NIODataStructures PriorityQueue.swift
[160/440] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[161/440] Compiling InternalCollectionsUtilities Debugging.swift
[162/440] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[163/440] Compiling InternalCollectionsUtilities _SortedCollection.swift
[164/440] Emitting module _NIOBase64
[165/440] Compiling _NIOBase64 Base64.swift
[165/441] Compiling xwing.cc
[168/441] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[169/442] Compiling x_x509a.cc
[170/442] Wrapping AST for _NIOBase64 for debugging
[171/442] Compiling x_x509.cc
[172/442] Compiling c-nioatomics.c
[173/442] Wrapping AST for InternalCollectionsUtilities for debugging
[175/457] Emitting module _NIODataStructures
[176/457] Compiling _NIODataStructures Heap.swift
[177/458] Compiling DequeModule _DequeBuffer.swift
[178/458] Compiling DequeModule _DequeBufferHeader.swift
[180/460] Compiling DequeModule Deque+Equatable.swift
[181/460] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[181/460] Compiling x_val.cc
[183/460] Compiling DequeModule Deque+Extras.swift
[184/460] Compiling DequeModule Deque+Hashable.swift
[184/460] Compiling x_spki.cc
[185/460] Wrapping AST for _NIODataStructures for debugging
[187/460] Compiling DequeModule Deque+CustomReflectable.swift
[188/460] Compiling DequeModule Deque+Descriptions.swift
[189/460] Compiling DequeModule Deque._UnsafeHandle.swift
[190/460] Compiling DequeModule Deque.swift
[191/460] Compiling DequeModule Deque+Testing.swift
[192/460] Compiling DequeModule Deque._Storage.swift
[193/460] Compiling DequeModule _DequeSlot.swift
[194/460] Compiling DequeModule _UnsafeWrappedBuffer.swift
[194/460] Compiling x_sig.cc
[195/460] Compiling x_req.cc
[197/460] Compiling DequeModule Deque+Codable.swift
[198/460] Compiling DequeModule Deque+Collection.swift
[198/460] Compiling x_pubkey.cc
[199/460] Compiling c-atomics.c
[201/460] Emitting module DequeModule
[202/467] Compiling x_exten.cc
[203/467] Compiling x_name.cc
[204/467] Wrapping AST for DequeModule for debugging
[205/467] Compiling x_crl.cc
[207/467] Compiling NIOConcurrencyHelpers lock.swift
[208/467] Emitting module NIOConcurrencyHelpers
[209/467] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[209/467] Compiling x_attrib.cc
[211/467] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[212/467] Compiling NIOConcurrencyHelpers NIOLock.swift
[213/467] Compiling NIOConcurrencyHelpers atomics.swift
[213/468] Compiling x509spki.cc
[214/468] Compiling x_algor.cc
[215/468] Compiling x_all.cc
[217/468] Compiling x509rset.cc
[218/468] Compiling x509name.cc
[219/468] Wrapping AST for NIOConcurrencyHelpers for debugging
[220/468] Compiling x509cset.cc
[221/468] Compiling x509_v3.cc
[222/468] Compiling x509_txt.cc
[223/468] Compiling x509_vpm.cc
[224/468] Compiling x509_trs.cc
[225/468] Compiling x509_vfy.cc
[226/468] Compiling x509_obj.cc
[227/468] Compiling x509_lu.cc
[228/468] Compiling x509_set.cc
[229/468] Compiling x509_req.cc
[230/468] Compiling x509_ext.cc
[231/468] Compiling x509_d2.cc
[232/468] Compiling x509_cmp.cc
[233/468] Compiling x509_def.cc
[234/468] Compiling x509_att.cc
[235/468] Compiling x509.cc
[236/468] Compiling v3_skey.cc
[237/468] Compiling v3_utl.cc
[238/468] Compiling v3_prn.cc
[239/468] Compiling v3_purp.cc
[240/468] Compiling v3_pmaps.cc
[241/468] Compiling v3_pcons.cc
[242/468] Compiling v3_ocsp.cc
[243/468] Compiling v3_ncons.cc
[244/468] Compiling v3_lib.cc
[245/468] Compiling v3_info.cc
[246/468] Compiling v3_int.cc
[247/468] Compiling v3_ia5.cc
[248/468] Compiling v3_extku.cc
[249/468] Compiling v3_genn.cc
[250/468] Compiling v3_enum.cc
[251/468] Compiling v3_bcons.cc
[252/468] Compiling v3_conf.cc
[253/468] Compiling v3_cpols.cc
[254/468] Compiling v3_crld.cc
[255/468] Compiling v3_bitst.cc
[256/468] Compiling t_x509.cc
[257/468] Compiling v3_alt.cc
[258/468] Compiling v3_akeya.cc
[259/468] Compiling v3_akey.cc
[260/468] Compiling t_x509a.cc
[261/468] Compiling t_crl.cc
[262/468] Compiling i2d_pr.cc
[263/468] Compiling t_req.cc
[264/468] Compiling rsa_pss.cc
[265/468] Compiling name_print.cc
[266/468] Compiling policy.cc
[267/468] Compiling by_file.cc
[268/468] Compiling by_dir.cc
[269/468] Compiling asn1_gen.cc
[270/468] Compiling algorithm.cc
[271/468] Compiling a_verify.cc
[272/468] Compiling a_sign.cc
[273/468] Compiling thread_pthread.cc
[274/468] Compiling trust_token.cc
[275/468] Compiling thread_win.cc
[276/468] Compiling a_digest.cc
[277/468] Compiling voprf.cc
[278/468] Compiling thread_none.cc
[279/468] Compiling pmbtoken.cc
[280/468] Compiling thread.cc
[281/468] Compiling sha512.cc
[282/468] Compiling siphash.cc
[283/468] Compiling sha256.cc
[284/468] Compiling stack.cc
[285/468] Compiling sha1.cc
[286/468] Compiling slhdsa.cc
[287/468] Compiling rsa_print.cc
[288/468] Compiling spake2plus.cc
[289/468] Compiling rsa_extra.cc
[290/468] Compiling rc4.cc
[291/468] Compiling refcount.cc
[292/468] Compiling rsa_crypt.cc
[293/468] Compiling windows.cc
[294/468] Compiling trusty.cc
[295/468] Compiling urandom.cc
[296/468] Compiling rand.cc
[297/468] Compiling rsa_asn1.cc
[298/468] Compiling ios.cc
[299/468] Compiling getentropy.cc
[300/468] Compiling poly1305_arm_asm.S
[301/468] Compiling passive.cc
[302/468] Compiling forkunsafe.cc
[303/468] Compiling deterministic.cc
[304/468] Compiling fork_detect.cc
[305/468] Compiling poly1305_arm.cc
[306/468] Compiling poly1305.cc
[307/468] Compiling poly1305_vec.cc
[308/468] Compiling pool.cc
[309/468] Compiling pkcs7.cc
[310/468] Compiling pkcs8_x509.cc
[311/468] Compiling pkcs8.cc
[312/468] Compiling pkcs7_x509.cc
[313/468] Compiling p5_pbev2.cc
[314/468] Compiling pem_xaux.cc
[315/468] Compiling pem_x509.cc
[316/468] Compiling pem_pkey.cc
[317/468] Compiling mlkem.cc
[318/468] Compiling pem_pk8.cc
[319/468] Compiling pem_oth.cc
[320/468] Compiling obj_xref.cc
[321/468] Compiling mldsa.cc
[322/468] Compiling pem_info.cc
[323/468] Compiling pem_all.cc
[324/468] Compiling pem_lib.cc
[325/468] Compiling obj.cc
[326/468] Compiling poly_rq_mul.S
[327/468] Compiling mem.cc
[328/468] Compiling fips_shared_support.cc
[329/468] Compiling lhash.cc
[330/468] Compiling md4.cc
[331/468] Compiling md5.cc
[332/468] Compiling fuzzer_mode.cc
[333/468] Compiling hrss.cc
[334/468] Compiling kyber.cc
[335/468] Compiling hpke.cc
[336/468] Compiling ex_data.cc
[337/468] Compiling scrypt.cc
[338/468] Compiling sign.cc
[339/468] Compiling pbkdf.cc
[340/468] Compiling print.cc
[341/468] Compiling p_x25519.cc
[342/468] Compiling p_x25519_asn1.cc
[343/468] Compiling p_rsa_asn1.cc
[344/468] Compiling p_ed25519.cc
[345/468] Compiling p_rsa.cc
[346/468] Compiling p_hkdf.cc
[347/468] Compiling p_ed25519_asn1.cc
[348/468] Compiling p_ec.cc
[349/468] Compiling p_ec_asn1.cc
[350/468] Compiling p_dh_asn1.cc
[351/468] Compiling p_dh.cc
[352/468] Compiling p_dsa_asn1.cc
[353/468] Compiling evp_ctx.cc
[354/468] Compiling evp.cc
[355/468] Compiling err.cc
[356/468] Compiling engine.cc
[357/468] Compiling ecdsa_p1363.cc
[358/468] Compiling evp_asn1.cc
[359/468] Compiling ecdh.cc
[360/468] Compiling hash_to_curve.cc
[361/468] Compiling ec_derive.cc
[362/468] Compiling ecdsa_asn1.cc
[363/468] Compiling dsa_asn1.cc
[364/468] Compiling ec_asn1.cc
[365/468] Compiling dsa.cc
[366/468] Compiling params.cc
[367/468] Compiling x25519-asm-arm.S
[368/468] Compiling des.cc
[369/468] Compiling digest_extra.cc
[370/468] Compiling dh_asn1.cc
[371/468] Compiling crypto.cc
[372/468] Compiling cpu_intel.cc
[373/468] Compiling spake25519.cc
[374/468] Compiling curve25519.cc
[375/468] Compiling cpu_arm_linux.cc
[376/468] Compiling cpu_arm_freebsd.cc
[377/468] Compiling cpu_aarch64_win.cc
[378/468] Compiling cpu_aarch64_openbsd.cc
[379/468] Compiling cpu_aarch64_sysreg.cc
[380/468] Compiling cpu_aarch64_linux.cc
[381/468] Compiling cpu_aarch64_fuchsia.cc
[382/468] Compiling cpu_aarch64_apple.cc
[383/468] Compiling curve25519_64_adx.cc
[384/468] Compiling conf.cc
[385/468] Compiling bcm.cc
[386/468] Compiling tls_cbc.cc
[387/468] Compiling get_cipher.cc
[388/468] Compiling e_tls.cc
[389/468] Compiling e_chacha20poly1305.cc
[390/468] Compiling e_rc4.cc
[391/468] Compiling e_null.cc
[392/468] Compiling cms.cc
[393/468] Compiling e_des.cc
[394/468] Compiling e_rc2.cc
[395/468] Compiling e_aesgcmsiv.cc
[396/468] Compiling e_aeseax.cc
[397/468] Compiling e_aesctrhmac.cc
[398/468] Compiling derive_key.cc
[399/468] Compiling chacha.cc
[400/468] Compiling unicode.cc
[401/468] Compiling cbb.cc
[402/468] Compiling ber.cc
[403/468] Compiling sqrt.cc
[404/468] Compiling buf.cc
[405/468] Compiling asn1_compat.cc
[406/468] Compiling cbs.cc
[407/468] Compiling exponentiation.cc
[408/468] Compiling blake2.cc
[409/468] Compiling div.cc
[410/468] Compiling printf.cc
[411/468] Compiling pair.cc
[412/468] Compiling file.cc
[413/468] Compiling bn_asn1.cc
[414/468] Compiling hexdump.cc
[415/468] Compiling convert.cc
[416/468] Compiling bio.cc
[417/468] Compiling errno.cc
[418/468] Compiling fd.cc
[419/468] Compiling base64.cc
[420/468] Compiling bio_mem.cc
[421/468] Compiling tasn_utl.cc
[422/468] Compiling tasn_typ.cc
[423/468] Compiling tasn_fre.cc
[424/468] Compiling tasn_enc.cc
[425/468] Compiling posix_time.cc
[426/468] Compiling f_int.cc
[427/468] Compiling tasn_new.cc
[428/468] Compiling asn_pack.cc
[429/468] Compiling f_string.cc
[430/468] Compiling asn1_par.cc
[431/468] Compiling tasn_dec.cc
[432/468] Compiling a_utctm.cc
[433/468] Compiling asn1_lib.cc
[434/468] Compiling a_octet.cc
[435/468] Compiling a_time.cc
[436/468] Compiling a_type.cc
[437/468] Compiling a_strnid.cc
[438/468] Compiling a_strex.cc
[439/468] Compiling a_object.cc
[440/468] Compiling a_i2d_fp.cc
[441/468] Compiling a_d2i_fp.cc
[442/468] Write sources
[443/468] Compiling a_dup.cc
[444/468] Compiling a_mbstr.cc
[445/468] Compiling a_int.cc
[446/468] Compiling a_gentm.cc
[447/475] Compiling aes.cc
[448/486] Compiling a_bitstr.cc
[450/486] Compiling Atomics ManagedAtomic.swift
[451/486] Compiling Atomics ManagedAtomicLazyReference.swift
[452/486] Compiling Atomics UnsafeAtomic.swift
[453/486] Compiling Atomics UnsafeAtomicLazyReference.swift
[453/488] Compiling a_bool.cc
[455/488] Compiling Atomics AtomicMemoryOrderings.swift
[456/488] Compiling Atomics DoubleWord.swift
[457/488] Compiling Atomics AtomicStorage.swift
[458/488] Compiling Atomics AtomicValue.swift
[459/496] Compiling Atomics AtomicInteger.swift
[460/496] Compiling Atomics AtomicOptionalWrappable.swift
[461/496] Compiling Atomics AtomicReference.swift
[462/496] Compiling Atomics IntegerOperations.swift
[463/496] Compiling Atomics Unmanaged extensions.swift
[464/496] Emitting module Atomics
[465/496] Compiling Atomics OptionalRawRepresentable.swift
[466/496] Compiling Atomics RawRepresentable.swift
[467/496] Compiling Atomics AtomicBool.swift
[468/496] Compiling Atomics IntegerConformances.swift
[469/496] Compiling Atomics PointerConformances.swift
[470/496] Compiling Atomics Primitives.native.swift
[471/497] Wrapping AST for Atomics for debugging
[473/558] Compiling CryptoBoringWrapper RandomBytes.swift
[474/558] Emitting module CryptoBoringWrapper
[475/558] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[476/558] Compiling NIOCore NIOAny.swift
[477/558] Compiling NIOCore NIOCloseOnErrorHandler.swift
[478/558] Compiling NIOCore NIOCoreSendableMetatype.swift
[479/558] Compiling NIOCore NIOLoopBound.swift
[480/558] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[481/558] Compiling NIOCore NIOScheduledCallback.swift
[482/558] Compiling NIOCore NIOSendable.swift
[483/558] Compiling NIOCore RecvByteBufferAllocator.swift
[484/566] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[485/566] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[486/566] Compiling CryptoBoringWrapper EllipticCurve.swift
[487/566] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[488/566] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[490/567] Compiling NIOCore IOData.swift
[491/567] Compiling NIOCore IPProtocol.swift
[492/567] Compiling NIOCore IntegerBitPacking.swift
[493/567] Compiling NIOCore IntegerTypes.swift
[494/567] Compiling NIOCore Interfaces.swift
[495/567] Compiling NIOCore Linux.swift
[496/567] Compiling NIOCore MarkedCircularBuffer.swift
[497/567] Compiling NIOCore MulticastChannel.swift
[497/567] Wrapping AST for CryptoBoringWrapper for debugging
[499/638] Compiling Crypto Ed25519_boring.swift
[500/638] Compiling Crypto NISTCurvesKeys_boring.swift
[501/638] Compiling Crypto X25519Keys_boring.swift
[502/638] Compiling Crypto Curve25519.swift
[503/638] Compiling Crypto Ed25519Keys.swift
[504/638] Compiling Crypto NISTCurvesKeys.swift
[505/638] Compiling Crypto HPKE-Errors.swift
[506/638] Compiling Crypto HPKE.swift
[507/638] Compiling Crypto X25519Keys.swift
[508/638] Compiling Crypto SymmetricKeys.swift
[509/638] Compiling Crypto HMAC.swift
[510/638] Compiling Crypto MACFunctions.swift
[511/638] Compiling Crypto MessageAuthenticationCode.swift
[512/638] Compiling Crypto AES.swift
[513/638] Compiling Crypto ECDSASignature_boring.swift
[514/638] Compiling Crypto ECDSA_boring.swift
[515/638] Compiling Crypto HPKE-Utils.swift
[516/638] Compiling Crypto DHKEM.swift
[517/638] Compiling Crypto HPKE-KEM-Curve25519.swift
[518/638] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[519/638] Compiling Crypto HPKE-KEM.swift
[520/638] Compiling Crypto ECDH.swift
[521/638] Compiling Crypto HKDF.swift
[522/638] Compiling Crypto AESWrap.swift
[523/638] Compiling Crypto AESWrap_boring.swift
[524/638] Compiling Crypto HPKE-AEAD.swift
[525/638] Compiling Crypto HPKE-Ciphersuite.swift
[526/638] Compiling Crypto HPKE-KDF.swift
[527/638] Compiling Crypto HPKE-KexKeyDerivation.swift
[528/638] Compiling Crypto HPKE-LabeledExtract.swift
[534/648] Compiling Crypto ASN1Identifier.swift
[535/648] Compiling Crypto ASN1Integer.swift
[536/648] Compiling Crypto ASN1Null.swift
[537/648] Compiling Crypto ASN1OctetString.swift
[538/648] Compiling Crypto ASN1Strings.swift
[539/648] Compiling Crypto ArraySliceBigint.swift
[540/648] Compiling Crypto GeneralizedTime.swift
[541/648] Compiling Crypto ObjectIdentifier.swift
[542/648] Compiling Crypto ECDSASignature.swift
[543/648] Compiling Crypto PKCS8PrivateKey.swift
[544/648] Compiling Crypto SEC1PrivateKey.swift
[545/648] Compiling Crypto SubjectPublicKeyInfo.swift
[546/648] Compiling Crypto CryptoError_boring.swift
[547/648] Compiling Crypto CryptoKitErrors.swift
[548/648] Compiling Crypto Digest_boring.swift
[549/648] Compiling Crypto Digest.swift
[550/648] Compiling Crypto Digests.swift
[551/648] Compiling Crypto HashFunctions.swift
[552/648] Compiling Crypto HashFunctions_SHA2.swift
[555/648] Compiling Crypto HPKE-Context.swift
[556/648] Compiling Crypto HPKE-KeySchedule.swift
[557/648] Compiling Crypto HPKE-Modes.swift
[558/648] Compiling Crypto Insecure.swift
[559/648] Compiling Crypto Insecure_HashFunctions.swift
[560/648] Compiling Crypto KEM.swift
[561/648] Compiling Crypto ECDH_boring.swift
[562/648] Compiling Crypto DH.swift
[571/648] Compiling Crypto EdDSA_boring.swift
[572/648] Compiling Crypto ECDSA.swift
[573/648] Emitting module Crypto
[593/648] Compiling Crypto PEMDocument.swift
[594/648] Compiling Crypto AES-GCM.swift
[595/648] Compiling Crypto AES-GCM_boring.swift
[596/648] Compiling Crypto ChaChaPoly_boring.swift
[597/648] Compiling Crypto ChaChaPoly.swift
[598/648] Compiling Crypto Cipher.swift
[599/648] Compiling Crypto Nonces.swift
[600/648] Compiling Crypto ASN1.swift
[601/648] Compiling Crypto ASN1Any.swift
[602/648] Compiling Crypto ASN1BitString.swift
[603/648] Compiling Crypto ASN1Boolean.swift
[604/648] Compiling Crypto Ed25519.swift
[605/648] Compiling Crypto Signature.swift
[606/648] Compiling Crypto CryptoKitErrors_boring.swift
[607/648] Compiling Crypto RNG_boring.swift
[608/648] Compiling Crypto SafeCompare_boring.swift
[609/648] Compiling Crypto Zeroization_boring.swift
[610/648] Compiling Crypto PrettyBytes.swift
[611/648] Compiling Crypto SafeCompare.swift
[612/648] Compiling Crypto SecureBytes.swift
[613/648] Compiling Crypto Zeroization.swift
[614/649] Wrapping AST for Crypto for debugging
[634/649] Emitting module NIOCore
[635/650] Wrapping AST for NIOCore for debugging
[637/702] Compiling NIOEmbedded AsyncTestingChannel.swift
[638/702] Emitting module NIOEmbedded
[639/702] Compiling NIOPosix Pool.swift
[640/702] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[641/702] Compiling NIOPosix PosixSingletons.swift
[642/702] Compiling NIOPosix RawSocketBootstrap.swift
[643/702] Compiling NIOPosix Resolver.swift
[644/702] Compiling NIOPosix Selectable.swift
[645/702] Compiling NIOPosix SelectableChannel.swift
[646/708] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[647/708] Compiling NIOEmbedded Embedded.swift
[648/709] Wrapping AST for NIOEmbedded for debugging
[650/709] Compiling NIOPosix ThreadPosix.swift
[651/709] Compiling NIOPosix ThreadWindows.swift
[652/709] Compiling NIOPosix UnsafeTransfer.swift
[653/709] Compiling NIOPosix Utilities.swift
[654/709] Compiling NIOPosix VsockAddress.swift
[655/709] Compiling NIOPosix VsockChannelEvents.swift
[656/709] Compiling NIOPosix Socket.swift
[657/709] Compiling NIOPosix SocketChannel.swift
[658/709] Compiling NIOPosix SocketProtocols.swift
[659/709] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[660/709] Compiling NIOPosix System.swift
[661/709] Compiling NIOPosix Thread.swift
[662/709] Compiling NIOPosix SelectableEventLoop.swift
[663/709] Compiling NIOPosix SelectorEpoll.swift
[664/709] Compiling NIOPosix SelectorGeneric.swift
[665/709] Compiling NIOPosix SelectorKqueue.swift
[666/709] Compiling NIOPosix SelectorUring.swift
[667/709] Compiling NIOPosix ServerSocket.swift
[668/709] Compiling NIOPosix BSDSocketAPICommon.swift
[669/709] Compiling NIOPosix BSDSocketAPIPosix.swift
[670/709] Compiling NIOPosix BSDSocketAPIWindows.swift
[671/709] Compiling NIOPosix BaseSocket.swift
[672/709] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[673/709] Compiling NIOPosix BaseSocketChannel.swift
[674/709] Compiling NIOPosix BaseStreamSocketChannel.swift
[675/709] Emitting module NIOPosix
[676/709] Compiling NIOPosix IO.swift
[677/709] Compiling NIOPosix IntegerBitPacking.swift
[678/709] Compiling NIOPosix IntegerTypes.swift
[679/709] Compiling NIOPosix Linux.swift
[680/709] Compiling NIOPosix LinuxCPUSet.swift
[681/709] Compiling NIOPosix LinuxUring.swift
[682/709] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[683/709] Compiling NIOPosix NIOPosixSendableMetatype.swift
[684/709] Compiling NIOPosix NIOThreadPool.swift
[685/709] Compiling NIOPosix NonBlockingFileIO.swift
[686/709] Compiling NIOPosix PendingDatagramWritesManager.swift
[687/709] Compiling NIOPosix PendingWritesManager.swift
[688/709] Compiling NIOPosix PipeChannel.swift
[689/709] Compiling NIOPosix PipePair.swift
[690/709] Compiling NIOPosix Bootstrap.swift
[691/709] Compiling NIOPosix ControlMessage.swift
[692/709] Compiling NIOPosix DatagramVectorReadManager.swift
[693/709] Compiling NIOPosix Errors+Any.swift
[694/709] Compiling NIOPosix FileDescriptor.swift
[695/709] Compiling NIOPosix GetaddrinfoResolver.swift
[696/709] Compiling NIOPosix HappyEyeballs.swift
[697/710] Wrapping AST for NIOPosix for debugging
[699/712] Emitting module NIO
[700/712] Compiling NIO Exports.swift
[701/713] Wrapping AST for NIO for debugging
[703/718] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[704/718] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[705/718] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[706/718] Emitting module NIOFoundationCompat
[707/718] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[708/719] Wrapping AST for NIOFoundationCompat for debugging
[710/776] Emitting module NIOSSH
[711/784] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[712/784] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[713/784] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[714/784] Compiling NIOSSH SimplePasswordDelegate.swift
[715/784] Compiling NIOSSH UserAuthDelegate.swift
[716/784] Compiling NIOSSH UserAuthSignablePayload.swift
[717/784] Compiling NIOSSH UserAuthenticationMethod.swift
[718/784] Compiling NIOSSH UserAuthenticationStateMachine.swift
[719/784] Compiling NIOSSH ByteBuffer+SSH.swift
[720/784] Compiling NIOSSH CSPRNG.swift
[721/784] Compiling NIOSSH ChildChannelOptions.swift
[722/784] Compiling NIOSSH ChildChannelStateMachine.swift
[723/784] Compiling NIOSSH ChildChannelUserEvents.swift
[724/784] Compiling NIOSSH ChildChannelWindowManager.swift
[725/784] Compiling NIOSSH ChildChannelWritabilityManager.swift
[726/784] Compiling NIOSSH OutboundFlowController.swift
[727/784] Compiling NIOSSH SSHChannelData.swift
[728/784] Compiling NIOSSH SSHChannelIdentifier.swift
[729/784] Compiling NIOSSH SSHChannelMultiplexer.swift
[730/784] Compiling NIOSSH SSHChannelType.swift
[731/784] Compiling NIOSSH SSHChildChannel.swift
[732/784] Compiling NIOSSH AcceptsChannelMessages.swift
[733/784] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[734/784] Compiling NIOSSH AcceptsUserAuthMessages.swift
[735/784] Compiling NIOSSH AcceptsVersionMessages.swift
[736/784] Compiling NIOSSH SendsChannelMessages.swift
[737/784] Compiling NIOSSH SendsKeyExchangeMessages.swift
[738/784] Compiling NIOSSH SendsUserAuthMessages.swift
[739/784] Compiling NIOSSH SSHConnectionStateMachine.swift
[740/784] Compiling NIOSSH ActiveState.swift
[741/784] Compiling NIOSSH IdleState.swift
[742/784] Compiling NIOSSH KeyExchangeState.swift
[743/784] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
[744/784] Compiling NIOSSH NIOSSHPrivateKey.swift
[745/784] Compiling NIOSSH NIOSSHPublicKey.swift
[746/784] Compiling NIOSSH NIOSSHSignature.swift
[747/784] Compiling NIOSSH NIOSSHError.swift
[748/784] Compiling NIOSSH NIOSSHHandler.swift
[749/784] Compiling NIOSSH Role.swift
[750/784] Compiling NIOSSH SSHClientConfiguration.swift
[751/784] Compiling NIOSSH UserAuthenticationState.swift
[752/784] Compiling NIOSSH Constants.swift
[753/784] Compiling NIOSSH GlobalRequestDelegate.swift
[754/784] Compiling NIOSSH ECDHCompatibleKey.swift
[755/784] Compiling NIOSSH EllipticCurveKeyExchange.swift
[756/784] Compiling NIOSSH SSHKeyExchangeResult.swift
[757/784] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
[758/784] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
[759/784] Compiling NIOSSH SSHEncryptablePacketPayload.swift
[760/784] Compiling NIOSSH SSHMessages.swift
[761/784] Compiling NIOSSH SSHPacketParser.swift
[762/784] Compiling NIOSSH SSHPacketSerializer.swift
[763/784] Compiling NIOSSH SSHServerConfiguration.swift
[764/784] Compiling NIOSSH SSHTerminalModes.swift
[765/784] Compiling NIOSSH AESGCM.swift
[766/784] Compiling NIOSSH SSHTransportProtection.swift
[767/784] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[768/784] Compiling NIOSSH ReceivedNewKeysState.swift
[769/784] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[770/784] Compiling NIOSSH RekeyingSentNewKeysState.swift
[771/784] Compiling NIOSSH RekeyingState.swift
[772/784] Compiling NIOSSH SentKexInitWhenActiveState.swift
[773/784] Compiling NIOSSH SentNewKeysState.swift
[774/784] Compiling NIOSSH SentVersionState.swift
[775/785] Wrapping AST for NIOSSH for debugging
[777/804] Compiling NIOSSHPerformanceTester Benchmark.swift
[778/804] Emitting module NIOSSHPerformanceTester
[779/804] Emitting module NIOSSHServer
[780/804] Compiling NIOSSHServer DataToBufferCodec.swift
[781/804] Compiling NIOSSHPerformanceTester shared.swift
[782/804] Compiling NIOSSHClient GlueHandler.swift
[783/804] Compiling NIOSSHPerformanceTester main.swift
[784/804] Compiling NIOSSHClient InteractivePasswordPromptDelegate.swift
[785/804] Compiling NIOSSHPerformanceTester BenchmarkLinearThroughput.swift
[786/804] Compiling NIOSSHPerformanceTester BenchmarkHandshake.swift
[787/805] Compiling NIOSSHClient ExecHandler.swift
[788/805] Emitting module NIOSSHClient
[790/805] Compiling NIOSSHServer RemotePortForwarding.swift
[791/805] Compiling NIOSSHServer main.swift
[792/805] Compiling NIOSSHServer GlueHandler.swift
[793/805] Compiling NIOSSHServer ExecHandler.swift
[794/805] Compiling NIOSSHClient SimpleCLIParser.swift
[795/805] Compiling NIOSSHClient PortForwardingServer.swift
[796/805] Compiling NIOSSHClient main.swift
[796/807] Wrapping AST for NIOSSHPerformanceTester for debugging
[797/807] Write Objects.LinkFileList
[800/807] Wrapping AST for NIOSSHClient for debugging
[801/807] Write Objects.LinkFileList
[802/807] Wrapping AST for NIOSSHServer for debugging
[803/807] Write Objects.LinkFileList
[804/807] Linking NIOSSHPerformanceTester
[805/807] Linking NIOSSHServer
[806/807] Linking NIOSSHClient
Build complete! (228.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-ssh",
"name" : "swift-nio-ssh",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NIOSSH",
"targets" : [
"NIOSSH"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOSSHServer",
"targets" : [
"NIOSSHServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSHPerformanceTester",
"targets" : [
"NIOSSHPerformanceTester"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSHClient",
"targets" : [
"NIOSSHClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOSSHTests",
"module_type" : "SwiftTarget",
"name" : "NIOSSHTests",
"path" : "Tests/NIOSSHTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOFoundationCompat"
],
"sources" : [
"AESGCMTests.swift",
"ByteBuffer+SSHTests.swift",
"CertifiedKeyTests.swift",
"ChildChannelMultiplexerTests.swift",
"ECKeyExchangeTests.swift",
"EndToEndTests.swift",
"FuzzResultTests.swift",
"HostKeyTests.swift",
"SSHConnectionStateMachineTests.swift",
"SSHEncryptedTrafficTests.swift",
"SSHHandlerTests.swift",
"SSHKeyExchangeStateMachineTests.swift",
"SSHMessagesTests.swift",
"SSHPackerSerializerTests.swift",
"SSHPacketParserTests.swift",
"UserAuthenticationStateMachineTests.swift",
"Utilities.swift",
"UtilitiesTests.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "test"
},
{
"c99name" : "NIOSSHServer",
"module_type" : "SwiftTarget",
"name" : "NIOSSHServer",
"path" : "Sources/NIOSSHServer",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOFoundationCompat",
"Crypto"
],
"product_memberships" : [
"NIOSSHServer"
],
"sources" : [
"DataToBufferCodec.swift",
"ExecHandler.swift",
"GlueHandler.swift",
"RemotePortForwarding.swift",
"main.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "executable"
},
{
"c99name" : "NIOSSHPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOSSHPerformanceTester",
"path" : "Sources/NIOSSHPerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Crypto"
],
"product_memberships" : [
"NIOSSHPerformanceTester"
],
"sources" : [
"Benchmark.swift",
"BenchmarkHandshake.swift",
"BenchmarkLinearThroughput.swift",
"main.swift",
"shared.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "executable"
},
{
"c99name" : "NIOSSHClient",
"module_type" : "SwiftTarget",
"name" : "NIOSSHClient",
"path" : "Sources/NIOSSHClient",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"NIOSSHClient"
],
"sources" : [
"ExecHandler.swift",
"GlueHandler.swift",
"InteractivePasswordPromptDelegate.swift",
"PortForwardingServer.swift",
"SimpleCLIParser.swift",
"main.swift"
],
"target_dependencies" : [
"NIOSSH"
],
"type" : "executable"
},
{
"c99name" : "NIOSSH",
"module_type" : "SwiftTarget",
"name" : "NIOSSH",
"path" : "Sources/NIOSSH",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"Crypto",
"Atomics"
],
"product_memberships" : [
"NIOSSH",
"NIOSSHServer",
"NIOSSHPerformanceTester",
"NIOSSHClient"
],
"sources" : [
"ByteBuffer+SSH.swift",
"CSPRNG/CSPRNG.swift",
"Child Channels/ChildChannelOptions.swift",
"Child Channels/ChildChannelStateMachine.swift",
"Child Channels/ChildChannelUserEvents.swift",
"Child Channels/ChildChannelWindowManager.swift",
"Child Channels/ChildChannelWritabilityManager.swift",
"Child Channels/OutboundFlowController.swift",
"Child Channels/SSHChannelData.swift",
"Child Channels/SSHChannelIdentifier.swift",
"Child Channels/SSHChannelMultiplexer.swift",
"Child Channels/SSHChannelType.swift",
"Child Channels/SSHChildChannel.swift",
"Connection State Machine/Operations/AcceptsChannelMessages.swift",
"Connection State Machine/Operations/AcceptsKeyExchangeMessages.swift",
"Connection State Machine/Operations/AcceptsUserAuthMessages.swift",
"Connection State Machine/Operations/AcceptsVersionMessages.swift",
"Connection State Machine/Operations/SendsChannelMessages.swift",
"Connection State Machine/Operations/SendsKeyExchangeMessages.swift",
"Connection State Machine/Operations/SendsUserAuthMessages.swift",
"Connection State Machine/SSHConnectionStateMachine.swift",
"Connection State Machine/States/ActiveState.swift",
"Connection State Machine/States/IdleState.swift",
"Connection State Machine/States/KeyExchangeState.swift",
"Connection State Machine/States/ReceivedKexInitWhenActiveState.swift",
"Connection State Machine/States/ReceivedNewKeysState.swift",
"Connection State Machine/States/RekeyingReceivedNewKeysState.swift",
"Connection State Machine/States/RekeyingSentNewKeysState.swift",
"Connection State Machine/States/RekeyingState.swift",
"Connection State Machine/States/SentKexInitWhenActiveState.swift",
"Connection State Machine/States/SentNewKeysState.swift",
"Connection State Machine/States/SentVersionState.swift",
"Connection State Machine/States/UserAuthenticationState.swift",
"Constants.swift",
"GlobalRequestDelegate.swift",
"Key Exchange/ECDHCompatibleKey.swift",
"Key Exchange/EllipticCurveKeyExchange.swift",
"Key Exchange/SSHKeyExchangeResult.swift",
"Key Exchange/SSHKeyExchangeStateMachine.swift",
"Keys And Signatures/ClientServerAuthenticationDelegate.swift",
"Keys And Signatures/NIOSSHCertifiedPublicKey.swift",
"Keys And Signatures/NIOSSHPrivateKey.swift",
"Keys And Signatures/NIOSSHPublicKey.swift",
"Keys And Signatures/NIOSSHSignature.swift",
"NIOSSHError.swift",
"NIOSSHHandler.swift",
"Role.swift",
"SSHClientConfiguration.swift",
"SSHEncryptablePacketPayload.swift",
"SSHMessages.swift",
"SSHPacketParser.swift",
"SSHPacketSerializer.swift",
"SSHServerConfiguration.swift",
"SSHTerminalModes.swift",
"TransportProtection/AESGCM.swift",
"TransportProtection/SSHTransportProtection.swift",
"User Authentication/ClientUserAuthenticationDelegate.swift",
"User Authentication/DenyAllServerAuthDelegate.swift",
"User Authentication/ServerUserAuthenticationDelegate.swift",
"User Authentication/SimplePasswordDelegate.swift",
"User Authentication/UserAuthDelegate.swift",
"User Authentication/UserAuthSignablePayload.swift",
"User Authentication/UserAuthenticationMethod.swift",
"User Authentication/UserAuthenticationStateMachine.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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
Done.