Build Information
Successful build of swift-nio-ssh, reference main (8ee81d
), with Swift 6.1 for Android on 30 Jul 2025 15:26:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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: android
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/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
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[637/15910] Fetching swift-crypto
[1115/92983] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.22s)
[54722/77073] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.87s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4776] Fetching swift-system
[4348/21692] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.26s)
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (2.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.13.3 (3.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.91s)
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
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/419] Write sources
[9/419] Compiling posix_time.cc
[10/419] Compiling a_octet.cc
[10/419] Write sources
[19/419] Compiling f_string.cc
[20/419] Compiling _AtomicsShims.c
[21/419] Compiling unicode.cc
[22/419] Compiling CNIOWindows shim.c
[23/419] Compiling CNIOWindows WSAStartup.c
[24/419] Compiling CNIOPosix event_loop_id.c
[24/419] Compiling CNIOLinux liburing_shims.c
[26/419] Compiling CNIOWASI CNIOWASI.c
[27/419] Compiling tasn_dec.cc
[28/419] Compiling CNIODarwin shim.c
[28/419] Write swift-version-24593BA9C3E375BF.txt
[30/419] Compiling a_strnid.cc
[31/419] Compiling a_strex.cc
[32/419] Compiling CNIOLinux shim.c
[33/419] Compiling fiat_p256_adx_sqr.S
[33/419] Compiling fiat_p256_adx_mul.S
[35/425] Compiling fiat_curve25519_adx_square.S
[36/439] Compiling fiat_curve25519_adx_mul.S
[37/439] Compiling md5-x86_64-linux.S
[38/457] Compiling md5-x86_64-apple.S
[39/457] Compiling md5-586-linux.S
[40/457] Compiling md5-586-apple.S
[41/457] Compiling CCryptoBoringSSLShims shims.c
[42/457] Compiling chacha20_poly1305_x86_64-linux.S
[43/457] Compiling chacha20_poly1305_x86_64-apple.S
[44/457] Compiling chacha20_poly1305_armv8-win.S
[45/457] Compiling chacha20_poly1305_armv8-linux.S
[46/457] Compiling chacha20_poly1305_armv8-apple.S
[47/457] Compiling chacha-x86_64-linux.S
[48/457] Compiling chacha-x86_64-apple.S
[49/457] Compiling chacha-x86-linux.S
[50/457] Compiling chacha-x86-apple.S
[51/457] Compiling chacha-armv8-win.S
[52/457] Compiling err_data.cc
[53/457] Compiling chacha-armv8-linux.S
[54/457] Compiling chacha-armv8-apple.S
[55/457] Compiling chacha-armv4-linux.S
[56/457] Compiling aes128gcmsiv-x86_64-apple.S
[57/457] Compiling aes128gcmsiv-x86_64-linux.S
[58/457] Compiling x86_64-mont5-linux.S
[59/457] Compiling x86_64-mont5-apple.S
[60/457] Compiling x86_64-mont-linux.S
[61/457] Compiling x86_64-mont-apple.S
[62/457] Compiling x86-mont-apple.S
[63/457] Compiling x86-mont-linux.S
[64/457] Compiling vpaes-x86_64-apple.S
[65/457] Compiling vpaes-x86_64-linux.S
[66/457] Compiling vpaes-x86-apple.S
[67/457] Compiling vpaes-x86-linux.S
[68/457] Compiling vpaes-armv8-win.S
[69/457] Compiling vpaes-armv8-linux.S
[70/457] Compiling vpaes-armv8-apple.S
[71/457] Compiling vpaes-armv7-linux.S
[72/457] Compiling sha512-x86_64-linux.S
[73/457] Compiling sha512-x86_64-apple.S
[74/457] Compiling sha512-armv8-win.S
[75/457] Compiling sha512-armv8-linux.S
[76/457] Compiling sha512-armv8-apple.S
[77/457] Compiling sha512-armv4-linux.S
[78/457] Compiling sha512-586-linux.S
[79/457] Compiling sha512-586-apple.S
[80/457] Compiling sha256-x86_64-linux.S
[81/457] Compiling sha256-x86_64-apple.S
[82/457] Compiling sha256-armv8-win.S
[83/457] Compiling sha256-armv8-linux.S
[84/457] Compiling sha256-armv8-apple.S
[85/457] Compiling sha256-armv4-linux.S
[86/457] Compiling sha256-586-linux.S
[87/457] Compiling sha256-586-apple.S
[88/457] Compiling sha1-x86_64-linux.S
[89/457] Compiling sha1-armv8-win.S
[90/457] Compiling sha1-x86_64-apple.S
[91/457] Compiling sha1-armv8-apple.S
[92/457] Compiling sha1-armv8-linux.S
[93/457] Compiling sha1-armv4-large-linux.S
[94/457] Compiling sha1-586-apple.S
[95/457] Compiling sha1-586-linux.S
[96/457] Compiling rsaz-avx2-linux.S
[97/457] Compiling rsaz-avx2-apple.S
[98/457] Compiling rdrand-x86_64-apple.S
[99/457] Compiling rdrand-x86_64-linux.S
[100/457] Compiling p256_beeu-x86_64-asm-linux.S
[101/457] Compiling p256_beeu-x86_64-asm-apple.S
[102/457] Compiling p256_beeu-armv8-asm-win.S
[103/457] Compiling p256_beeu-armv8-asm-linux.S
[105/457] Emitting module Atomics
[105/459] Compiling p256_beeu-armv8-asm-apple.S
[106/459] Compiling p256-x86_64-asm-linux.S
[107/459] Compiling p256-x86_64-asm-apple.S
[108/459] Compiling p256-armv8-asm-win.S
[109/459] Compiling p256-armv8-asm-linux.S
[110/459] Compiling p256-armv8-asm-apple.S
[111/459] Compiling ghashv8-armv8-win.S
[112/459] Compiling ghashv8-armv8-linux.S
[113/459] Compiling ghashv8-armv8-apple.S
[114/459] Compiling ghashv8-armv7-linux.S
[115/459] Compiling ghash-x86_64-linux.S
[116/459] Compiling ghash-x86_64-apple.S
[117/459] Compiling ghash-x86-linux.S
[118/459] Compiling ghash-x86-apple.S
[119/459] Compiling ghash-ssse3-x86_64-linux.S
[120/459] Compiling ghash-ssse3-x86-linux.S
[121/459] Compiling ghash-ssse3-x86_64-apple.S
[122/459] Compiling ghash-neon-armv8-win.S
[123/459] Compiling ghash-ssse3-x86-apple.S
[125/459] Compiling Atomics OptionalRawRepresentable.swift
[126/459] Compiling Atomics RawRepresentable.swift
[127/460] Compiling Atomics AtomicInteger.swift
[128/460] Compiling Atomics AtomicOptionalWrappable.swift
[129/460] Compiling Atomics AtomicReference.swift
[130/460] Compiling Atomics IntegerOperations.swift
[131/460] Compiling Atomics Unmanaged extensions.swift
[131/460] Compiling ghash-neon-armv8-linux.S
[132/460] Compiling ghash-neon-armv8-apple.S
[134/460] Emitting module _NIOBase64
[135/460] Compiling _NIOBase64 Base64.swift
[136/460] Compiling Atomics UnsafeAtomic.swift
[137/460] Compiling Atomics UnsafeAtomicLazyReference.swift
[138/461] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[139/461] Compiling _NIODataStructures PriorityQueue.swift
[140/461] Compiling Atomics AtomicBool.swift
[141/461] Compiling Atomics IntegerConformances.swift
[141/461] Compiling co-586-linux.S
[142/461] Compiling Atomics PointerConformances.swift
[143/461] Compiling Atomics Primitives.native.swift
[145/461] Compiling Atomics AtomicMemoryOrderings.swift
[146/461] Compiling Atomics DoubleWord.swift
[147/461] Emitting module InternalCollectionsUtilities
[148/461] Compiling Atomics ManagedAtomic.swift
[149/461] Compiling Atomics ManagedAtomicLazyReference.swift
[149/461] Compiling ghash-armv4-linux.S
[157/461] Compiling Atomics AtomicStorage.swift
[158/461] Compiling Atomics AtomicValue.swift
[159/461] Compiling _NIODataStructures _TinyArray.swift
[160/461] Emitting module _NIODataStructures
[161/461] Compiling _NIODataStructures Heap.swift
[161/461] Compiling co-586-apple.S
[162/462] Compiling bsaes-armv7-linux.S
[163/462] Compiling bn-armv8-win.S
[165/462] Compiling bn-armv8-linux.S
[172/462] Compiling bn-armv8-apple.S
[174/463] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[174/463] Compiling bn-586-linux.S
[175/464] Compiling bn-586-apple.S
[177/464] Compiling armv8-mont-win.S
[178/464] Compiling armv8-mont-linux.S
[179/464] Wrapping AST for _NIOBase64 for debugging
[181/464] Compiling armv8-mont-apple.S
[182/464] Compiling armv4-mont-linux.S
[183/464] Compiling aesv8-gcm-armv8-win.S
[185/464] Compiling aesv8-gcm-armv8-apple.S
[186/464] Compiling aesv8-gcm-armv8-linux.S
[187/464] Compiling aesv8-armv8-win.S
[188/464] Compiling aesv8-armv8-apple.S
[189/464] Compiling aesv8-armv8-linux.S
[190/464] Compiling aesni-x86_64-linux.S
[191/464] Compiling aesv8-armv7-linux.S
[192/464] Wrapping AST for _NIODataStructures for debugging
[193/469] Compiling aesni-x86_64-apple.S
[194/477] Wrapping AST for InternalCollectionsUtilities for debugging
[195/479] Compiling aesni-gcm-x86_64-linux.S
[196/479] Compiling aesni-x86-apple.S
[197/479] Compiling c-nioatomics.c
[198/479] Compiling aesni-x86-linux.S
[199/479] Compiling aesni-gcm-x86_64-apple.S
[200/479] Compiling aes-gcm-avx512-x86_64-apple.S
[201/479] Compiling aes-gcm-avx512-x86_64-linux.S
[202/479] Compiling aes-gcm-avx2-x86_64-apple.S
[203/479] Compiling aes-gcm-avx2-x86_64-linux.S
[205/479] Compiling DequeModule Deque+CustomReflectable.swift
[206/479] Compiling DequeModule Deque+Descriptions.swift
[207/481] Compiling DequeModule _DequeBuffer.swift
[208/481] Compiling DequeModule _DequeBufferHeader.swift
[209/481] Compiling DequeModule Deque+Extras.swift
[210/481] Compiling DequeModule Deque+Hashable.swift
[211/481] Compiling DequeModule Deque+Equatable.swift
[212/481] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[213/481] Compiling DequeModule _DequeSlot.swift
[214/481] Compiling DequeModule _UnsafeWrappedBuffer.swift
[214/481] Compiling c-atomics.c
[216/481] Compiling DequeModule Deque+Testing.swift
[217/481] Compiling DequeModule Deque._Storage.swift
[218/481] Compiling DequeModule Deque._UnsafeHandle.swift
[219/481] Compiling DequeModule Deque.swift
[220/481] Compiling DequeModule Deque+Codable.swift
[221/481] Compiling DequeModule Deque+Collection.swift
[221/481] Compiling xwing.cc
[223/481] Emitting module DequeModule
[223/482] Compiling x_x509.cc
[224/482] Compiling x_val.cc
[226/488] Compiling x_spki.cc
[227/488] Compiling x_x509a.cc
[228/488] Compiling x_sig.cc
[229/488] Wrapping AST for DequeModule for debugging
[230/488] Compiling x_req.cc
[232/488] Compiling NIOConcurrencyHelpers lock.swift
[233/488] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[234/488] Compiling NIOConcurrencyHelpers NIOLock.swift
[235/488] Compiling NIOConcurrencyHelpers atomics.swift
[236/488] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[237/488] Emitting module NIOConcurrencyHelpers
[237/489] Compiling x_name.cc
[239/489] Compiling x_exten.cc
[240/489] Compiling x_pubkey.cc
[241/489] Wrapping AST for NIOConcurrencyHelpers for debugging
[242/550] Compiling x_crl.cc
[243/550] Compiling x_algor.cc
[244/550] Compiling x_attrib.cc
[245/550] Compiling x_all.cc
[246/550] Compiling x509rset.cc
[247/550] Compiling x509spki.cc
[248/550] Compiling x509name.cc
[249/550] Compiling x509_txt.cc
[250/550] Compiling x509_vpm.cc
[251/550] Compiling x509cset.cc
[252/550] Compiling x509_vfy.cc
[253/550] Compiling x509_req.cc
[254/550] Compiling x509_v3.cc
[255/550] Compiling x509_trs.cc
[257/550] Compiling NIOCore NIOAny.swift
[258/550] Compiling NIOCore NIOCloseOnErrorHandler.swift
[259/550] Compiling NIOCore NIOCoreSendableMetatype.swift
[260/550] Compiling NIOCore NIOLoopBound.swift
[261/550] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[262/550] Compiling NIOCore NIOScheduledCallback.swift
[263/550] Compiling NIOCore NIOSendable.swift
[264/550] Compiling NIOCore RecvByteBufferAllocator.swift
[264/558] Compiling x509_set.cc
[265/558] Compiling x509_obj.cc
[266/558] Compiling x509_lu.cc
[267/558] Compiling x509_ext.cc
[268/558] Compiling x509_def.cc
[270/558] Compiling NIOCore IOData.swift
[271/558] Compiling NIOCore IPProtocol.swift
[272/558] Compiling NIOCore IntegerBitPacking.swift
[273/558] Compiling NIOCore IntegerTypes.swift
[274/558] Compiling NIOCore Interfaces.swift
[275/558] Compiling NIOCore Linux.swift
[276/558] Compiling NIOCore MarkedCircularBuffer.swift
[277/558] Compiling NIOCore MulticastChannel.swift
[277/558] Compiling x509_d2.cc
[278/558] Compiling x509_cmp.cc
[279/558] Compiling x509_att.cc
[280/558] Compiling x509.cc
[281/558] Compiling v3_utl.cc
[282/558] Compiling v3_skey.cc
[283/558] Compiling v3_prn.cc
[284/558] Compiling v3_purp.cc
[285/558] Compiling v3_pmaps.cc
[287/558] Compiling NIOCore CircularBuffer.swift
[288/558] Compiling NIOCore Codec.swift
[289/558] Compiling NIOCore ConvenienceOptionSupport.swift
[290/558] Compiling NIOCore DeadChannel.swift
[291/558] Compiling NIOCore DispatchQueue+WithFuture.swift
[292/558] Compiling NIOCore EventLoop+Deprecated.swift
[293/558] Compiling NIOCore EventLoop+SerialExecutor.swift
[294/558] Compiling NIOCore EventLoop.swift
[295/558] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[296/558] Compiling NIOCore EventLoopFuture+Deprecated.swift
[297/558] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[298/558] Compiling NIOCore EventLoopFuture.swift
[299/558] Compiling NIOCore FileDescriptor.swift
[300/558] Compiling NIOCore FileHandle.swift
[301/558] Compiling NIOCore FileRegion.swift
[302/558] Compiling NIOCore GlobalSingletons.swift
[303/558] Compiling NIOCore IO.swift
[304/558] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[305/558] Compiling NIOCore SocketAddresses.swift
[306/558] Compiling NIOCore SocketOptionProvider.swift
[307/558] Compiling NIOCore SystemCallHelpers.swift
[308/558] Compiling NIOCore TimeAmount+Duration.swift
[309/558] Compiling NIOCore TypeAssistedChannelHandler.swift
[310/558] Compiling NIOCore UniversalBootstrapSupport.swift
[311/558] Compiling NIOCore Utilities.swift
[311/558] Compiling v3_pcons.cc
[313/558] Compiling NIOCore AddressedEnvelope.swift
[314/558] Compiling NIOCore AsyncAwaitSupport.swift
[315/558] Compiling NIOCore AsyncChannel.swift
[316/558] Compiling NIOCore AsyncChannelHandler.swift
[317/558] Compiling NIOCore AsyncChannelInboundStream.swift
[318/558] Compiling NIOCore AsyncChannelOutboundWriter.swift
[319/558] Compiling NIOCore NIOAsyncSequenceProducer.swift
[320/558] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[321/558] Compiling NIOCore NIOAsyncWriter.swift
[321/558] Compiling v3_ocsp.cc
[322/558] Compiling v3_ncons.cc
[323/558] Compiling v3_lib.cc
[324/558] Compiling v3_int.cc
[325/558] Compiling v3_info.cc
[326/558] Compiling v3_ia5.cc
[327/558] Compiling v3_genn.cc
[328/558] Compiling v3_extku.cc
[329/558] Compiling v3_enum.cc
[330/558] Compiling v3_crld.cc
[331/558] Compiling v3_cpols.cc
[332/558] Compiling v3_conf.cc
[333/558] Compiling v3_bitst.cc
[334/558] Compiling v3_bcons.cc
[335/558] Compiling v3_alt.cc
[336/558] Compiling v3_akeya.cc
[337/558] Compiling v3_akey.cc
[338/558] Compiling t_x509a.cc
[339/558] Compiling t_x509.cc
[340/558] Compiling t_req.cc
[342/558] Compiling NIOCore ByteBuffer-multi-int.swift
[343/558] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[344/558] Compiling NIOCore ByteBuffer-views.swift
[345/558] Compiling NIOCore Channel.swift
[346/558] Compiling NIOCore ChannelHandler.swift
[347/558] Compiling NIOCore ChannelHandlers.swift
[348/558] Compiling NIOCore ChannelInvoker.swift
[349/558] Compiling NIOCore ChannelOption.swift
[350/558] Compiling NIOCore ChannelPipeline.swift
[351/558] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[352/558] Compiling NIOCore BSDSocketAPI.swift
[353/558] Compiling NIOCore ByteBuffer-aux.swift
[354/558] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[355/558] Compiling NIOCore ByteBuffer-conversions.swift
[356/558] Compiling NIOCore ByteBuffer-core.swift
[357/558] Compiling NIOCore ByteBuffer-hex.swift
[358/558] Compiling NIOCore ByteBuffer-int.swift
[359/558] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[359/558] Compiling t_crl.cc
[361/558] Emitting module NIOCore
[361/559] Compiling i2d_pr.cc
[363/559] Compiling rsa_pss.cc
[364/559] Compiling policy.cc
[365/559] Compiling name_print.cc
[366/611] Compiling by_file.cc
[367/611] Wrapping AST for NIOCore for debugging
[368/611] Compiling by_dir.cc
[369/611] Compiling asn1_gen.cc
[370/611] Compiling algorithm.cc
[371/611] Compiling a_verify.cc
[373/611] Emitting module NIOEmbedded
[374/611] Compiling NIOEmbedded AsyncTestingChannel.swift
[374/611] Compiling a_sign.cc
[376/611] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[377/611] Compiling NIOEmbedded Embedded.swift
[378/612] Compiling voprf.cc
[379/612] Compiling a_digest.cc
[380/612] Compiling thread_win.cc
[382/612] Compiling NIOPosix IO.swift
[383/612] Compiling NIOPosix IntegerBitPacking.swift
[384/612] Compiling NIOPosix IntegerTypes.swift
[385/612] Compiling NIOPosix Linux.swift
[386/612] Compiling NIOPosix LinuxCPUSet.swift
[387/612] Compiling NIOPosix LinuxUring.swift
[388/612] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[388/618] Wrapping AST for NIOEmbedded for debugging
[389/618] Compiling thread_pthread.cc
[390/618] Compiling trust_token.cc
[391/618] Compiling pmbtoken.cc
[392/618] Compiling thread.cc
[393/618] Compiling thread_none.cc
[394/618] Compiling stack.cc
[395/618] Compiling siphash.cc
[397/618] Compiling NIOPosix ThreadPosix.swift
[398/618] Compiling NIOPosix ThreadWindows.swift
[399/618] Compiling NIOPosix UnsafeTransfer.swift
[400/618] Compiling NIOPosix Utilities.swift
[401/618] Compiling NIOPosix VsockAddress.swift
[402/618] Compiling NIOPosix VsockChannelEvents.swift
[402/618] Compiling slhdsa.cc
[403/618] Compiling spake2plus.cc
[404/618] Compiling sha512.cc
[405/618] Compiling sha1.cc
[406/618] Compiling sha256.cc
[407/618] Compiling rsa_print.cc
[409/618] Compiling NIOPosix SelectableEventLoop.swift
[410/618] Compiling NIOPosix SelectorEpoll.swift
[411/618] Compiling NIOPosix SelectorGeneric.swift
[412/618] Compiling NIOPosix SelectorKqueue.swift
[413/618] Compiling NIOPosix SelectorUring.swift
[414/618] Compiling NIOPosix ServerSocket.swift
[415/618] Compiling NIOPosix Socket.swift
[416/618] Compiling NIOPosix SocketChannel.swift
[417/618] Compiling NIOPosix SocketProtocols.swift
[418/618] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[419/618] Compiling NIOPosix System.swift
[420/618] Compiling NIOPosix Thread.swift
[421/618] Compiling NIOPosix Pool.swift
[422/618] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[423/618] Compiling NIOPosix PosixSingletons.swift
[424/618] Compiling NIOPosix RawSocketBootstrap.swift
[425/618] Compiling NIOPosix Resolver.swift
[426/618] Compiling NIOPosix Selectable.swift
[427/618] Compiling NIOPosix SelectableChannel.swift
[427/618] Compiling rsa_extra.cc
[428/618] Compiling refcount.cc
[429/618] Compiling windows.cc
[430/618] Compiling rc4.cc
[431/618] Compiling rsa_crypt.cc
[432/618] Compiling urandom.cc
[433/618] Compiling rsa_asn1.cc
[434/618] Compiling trusty.cc
[436/618] Compiling NIOPosix NIOPosixSendableMetatype.swift
[437/618] Compiling NIOPosix NIOThreadPool.swift
[438/618] Compiling NIOPosix NonBlockingFileIO.swift
[439/618] Compiling NIOPosix PendingDatagramWritesManager.swift
[440/618] Compiling NIOPosix PendingWritesManager.swift
[441/618] Compiling NIOPosix PipeChannel.swift
[442/618] Compiling NIOPosix PipePair.swift
[443/618] Emitting module NIOPosix
[444/618] Compiling NIOPosix BSDSocketAPICommon.swift
[445/618] Compiling NIOPosix BSDSocketAPIPosix.swift
[446/618] Compiling NIOPosix BSDSocketAPIWindows.swift
[447/618] Compiling NIOPosix BaseSocket.swift
[448/618] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[449/618] Compiling NIOPosix BaseSocketChannel.swift
[450/618] Compiling NIOPosix BaseStreamSocketChannel.swift
[451/618] Compiling NIOPosix Bootstrap.swift
[452/618] Compiling NIOPosix ControlMessage.swift
[453/618] Compiling NIOPosix DatagramVectorReadManager.swift
[454/618] Compiling NIOPosix Errors+Any.swift
[455/618] Compiling NIOPosix FileDescriptor.swift
[456/618] Compiling NIOPosix GetaddrinfoResolver.swift
[457/618] Compiling NIOPosix HappyEyeballs.swift
[457/619] Compiling ios.cc
[458/619] Compiling rand.cc
[459/619] Compiling passive.cc
[461/619] Compiling getentropy.cc
[462/619] Compiling poly1305_arm_asm.S
[463/619] Compiling forkunsafe.cc
[464/621] Compiling fork_detect.cc
[465/621] Compiling deterministic.cc
[466/621] Wrapping AST for NIOPosix for debugging
[468/621] Emitting module NIO
[469/621] Compiling NIO Exports.swift
[470/622] Compiling poly1305_vec.cc
[471/622] Compiling poly1305_arm.cc
[472/622] Compiling poly1305.cc
[473/622] Wrapping AST for NIO for debugging
[474/626] Compiling pool.cc
[475/627] Compiling pkcs8.cc
[476/627] Compiling p5_pbev2.cc
[477/627] Compiling pkcs8_x509.cc
[478/627] Compiling pkcs7.cc
[479/627] Compiling pkcs7_x509.cc
[480/627] Compiling pem_xaux.cc
[481/627] Compiling pem_x509.cc
[482/627] Compiling pem_pkey.cc
[483/627] Compiling pem_pk8.cc
[484/627] Compiling pem_oth.cc
[485/627] Compiling pem_lib.cc
[486/627] Compiling pem_info.cc
[487/627] Compiling obj_xref.cc
[488/627] Compiling pem_all.cc
[489/627] Compiling mldsa.cc
[490/627] Compiling mlkem.cc
[491/627] Compiling mem.cc
[493/627] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[494/627] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[495/627] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[495/627] Compiling poly_rq_mul.S
[497/627] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[498/627] Emitting module NIOFoundationCompat
[499/628] Compiling md5.cc
[500/628] Compiling obj.cc
[501/628] Compiling fips_shared_support.cc
[502/628] Compiling lhash.cc
[503/628] Wrapping AST for NIOFoundationCompat for debugging
[504/628] Compiling md4.cc
[505/628] Compiling kyber.cc
[506/628] Compiling fuzzer_mode.cc
[507/628] Compiling ex_data.cc
[508/628] Compiling hpke.cc
[509/628] Compiling sign.cc
[510/628] Compiling hrss.cc
[511/628] Compiling scrypt.cc
[512/628] Compiling pbkdf.cc
[513/628] Compiling print.cc
[514/628] Compiling p_x25519.cc
[515/628] Compiling p_x25519_asn1.cc
[516/628] Compiling p_rsa_asn1.cc
[517/628] Compiling p_hkdf.cc
[518/628] Compiling p_rsa.cc
[519/628] Compiling p_ed25519.cc
[520/628] Compiling p_ed25519_asn1.cc
[521/628] Compiling p_ec.cc
[522/628] Compiling p_dh_asn1.cc
[523/628] Compiling p_ec_asn1.cc
[524/628] Compiling p_dh.cc
[525/628] Compiling p_dsa_asn1.cc
[526/628] Compiling evp_ctx.cc
[527/628] Compiling evp.cc
[528/628] Compiling err.cc
[529/628] Compiling engine.cc
[530/628] Compiling ecdsa_p1363.cc
[531/628] Compiling evp_asn1.cc
[532/628] Compiling ecdh.cc
[533/628] Compiling hash_to_curve.cc
[534/628] Compiling ecdsa_asn1.cc
[535/628] Compiling ec_derive.cc
[536/628] Compiling dsa.cc
[537/628] Compiling ec_asn1.cc
[538/628] Compiling dsa_asn1.cc
[539/628] Compiling bcm.cc
[540/628] Compiling x25519-asm-arm.S
[541/628] Compiling params.cc
[542/628] Compiling digest_extra.cc
[543/628] Compiling des.cc
[544/628] Compiling dh_asn1.cc
[545/628] Compiling curve25519_64_adx.cc
[546/628] Compiling spake25519.cc
[547/628] Compiling cpu_intel.cc
[548/628] Compiling crypto.cc
[549/628] Compiling cpu_arm_linux.cc
[550/628] Compiling curve25519.cc
[551/628] Compiling cpu_arm_freebsd.cc
[552/628] Compiling cpu_aarch64_win.cc
[553/628] Compiling cpu_aarch64_sysreg.cc
[554/628] Compiling cpu_aarch64_openbsd.cc
[555/628] Compiling cpu_aarch64_fuchsia.cc
[556/628] Compiling cpu_aarch64_linux.cc
[557/628] Compiling cpu_aarch64_apple.cc
[558/628] Compiling conf.cc
[559/628] Compiling tls_cbc.cc
[560/628] Compiling e_tls.cc
[561/628] Compiling get_cipher.cc
[562/628] Compiling e_rc4.cc
[563/628] Compiling e_rc2.cc
[564/628] Compiling cms.cc
[565/628] Compiling e_null.cc
[566/628] Compiling e_des.cc
[567/628] Compiling e_chacha20poly1305.cc
[568/628] Compiling e_aesgcmsiv.cc
[569/628] Compiling e_aesctrhmac.cc
[570/628] Compiling e_aeseax.cc
[571/628] Compiling chacha.cc
[572/628] Compiling derive_key.cc
[573/628] Compiling cbs.cc
[574/628] Compiling cbb.cc
[575/628] Compiling ber.cc
[576/628] Compiling sqrt.cc
[577/628] Compiling buf.cc
[578/628] Compiling asn1_compat.cc
[579/628] Compiling div.cc
[580/628] Compiling exponentiation.cc
[581/628] Compiling printf.cc
[582/628] Compiling blake2.cc
[583/628] Compiling pair.cc
[584/628] Compiling bn_asn1.cc
[585/628] Compiling hexdump.cc
[586/628] Compiling convert.cc
[587/628] Compiling file.cc
[588/628] Compiling fd.cc
[589/628] Compiling errno.cc
[590/628] Compiling bio_mem.cc
[591/628] Compiling base64.cc
[592/628] Compiling bio.cc
[593/628] Compiling tasn_typ.cc
[594/628] Compiling tasn_fre.cc
[595/628] Compiling tasn_new.cc
[596/628] Compiling tasn_utl.cc
[597/628] Compiling tasn_enc.cc
[598/628] Compiling f_int.cc
[599/628] Compiling asn_pack.cc
[600/628] Compiling asn1_par.cc
[601/628] Compiling a_utctm.cc
[602/628] Compiling asn1_lib.cc
[603/628] Compiling a_type.cc
[604/628] Compiling a_time.cc
[605/628] Compiling a_i2d_fp.cc
[606/628] Compiling a_object.cc
[607/628] Compiling a_mbstr.cc
[608/628] Compiling a_int.cc
[609/628] Wrapping AST for Atomics for debugging
[610/628] Compiling a_dup.cc
[611/628] Compiling a_d2i_fp.cc
[612/628] Compiling aes.cc
[613/628] Compiling a_bitstr.cc
[614/628] Compiling a_gentm.cc
[615/628] Compiling a_bool.cc
[617/636] Compiling CryptoBoringWrapper RandomBytes.swift
[618/636] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[619/636] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[620/636] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[621/636] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[622/636] Emitting module CryptoBoringWrapper
[623/636] Compiling CryptoBoringWrapper EllipticCurve.swift
[624/636] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[625/637] Wrapping AST for CryptoBoringWrapper for debugging
[627/708] Compiling Crypto PKCS8PrivateKey.swift
[628/708] Compiling Crypto SEC1PrivateKey.swift
[629/708] Compiling Crypto SubjectPublicKeyInfo.swift
[630/708] Compiling Crypto CryptoError_boring.swift
[631/708] Compiling Crypto CryptoKitErrors.swift
[632/708] Compiling Crypto Digest_boring.swift
[633/708] Compiling Crypto Digest.swift
[634/708] Compiling Crypto Digests.swift
[635/708] Compiling Crypto HashFunctions.swift
[636/708] Compiling Crypto HashFunctions_SHA2.swift
[637/718] Compiling Crypto X25519Keys.swift
[638/718] Compiling Crypto SymmetricKeys.swift
[639/718] Compiling Crypto HMAC.swift
[640/718] Compiling Crypto MACFunctions.swift
[641/718] Compiling Crypto MessageAuthenticationCode.swift
[642/718] Compiling Crypto AES.swift
[643/718] Compiling Crypto ECDSASignature_boring.swift
[644/718] Compiling Crypto ECDSA_boring.swift
[645/718] Compiling Crypto EdDSA_boring.swift
[646/718] Compiling Crypto ECDSA.swift
[647/718] Compiling Crypto HPKE-AEAD.swift
[648/718] Compiling Crypto HPKE-Ciphersuite.swift
[649/718] Compiling Crypto HPKE-KDF.swift
[650/718] Compiling Crypto HPKE-KexKeyDerivation.swift
[651/718] Compiling Crypto HPKE-LabeledExtract.swift
[652/718] Compiling Crypto HPKE-Utils.swift
[653/718] Compiling Crypto DHKEM.swift
[654/718] Compiling Crypto HPKE-KEM-Curve25519.swift
[655/718] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[656/718] Compiling Crypto HPKE-KEM.swift
[657/718] Compiling Crypto ECDH.swift
[658/718] Compiling Crypto HKDF.swift
[659/718] Compiling Crypto AESWrap.swift
[660/718] Compiling Crypto AESWrap_boring.swift
[661/718] Compiling Crypto Ed25519_boring.swift
[662/718] Compiling Crypto NISTCurvesKeys_boring.swift
[663/718] Compiling Crypto X25519Keys_boring.swift
[664/718] Compiling Crypto Curve25519.swift
[665/718] Compiling Crypto Ed25519Keys.swift
[666/718] Compiling Crypto NISTCurvesKeys.swift
[667/718] Compiling Crypto HPKE-Errors.swift
[668/718] Compiling Crypto HPKE.swift
[669/718] Compiling Crypto HPKE-Context.swift
[670/718] Compiling Crypto HPKE-KeySchedule.swift
[671/718] Compiling Crypto HPKE-Modes.swift
[672/718] Compiling Crypto Insecure.swift
[673/718] Compiling Crypto Insecure_HashFunctions.swift
[674/718] Compiling Crypto KEM.swift
[675/718] Compiling Crypto ECDH_boring.swift
[676/718] Compiling Crypto DH.swift
[677/718] Compiling Crypto AES-GCM.swift
[678/718] Compiling Crypto AES-GCM_boring.swift
[679/718] Compiling Crypto ChaChaPoly_boring.swift
[680/718] Compiling Crypto ChaChaPoly.swift
[681/718] Compiling Crypto Cipher.swift
[682/718] Compiling Crypto Nonces.swift
[683/718] Compiling Crypto ASN1.swift
[684/718] Compiling Crypto ASN1Any.swift
[685/718] Compiling Crypto ASN1BitString.swift
[686/718] Compiling Crypto ASN1Boolean.swift
[687/718] Emitting module Crypto
[688/718] Compiling Crypto ASN1Identifier.swift
[689/718] Compiling Crypto ASN1Integer.swift
[690/718] Compiling Crypto ASN1Null.swift
[691/718] Compiling Crypto ASN1OctetString.swift
[692/718] Compiling Crypto ASN1Strings.swift
[693/718] Compiling Crypto ArraySliceBigint.swift
[694/718] Compiling Crypto GeneralizedTime.swift
[695/718] Compiling Crypto ObjectIdentifier.swift
[696/718] Compiling Crypto ECDSASignature.swift
[697/718] Compiling Crypto PEMDocument.swift
[698/718] Compiling Crypto Ed25519.swift
[699/718] Compiling Crypto Signature.swift
[700/718] Compiling Crypto CryptoKitErrors_boring.swift
[701/718] Compiling Crypto RNG_boring.swift
[702/718] Compiling Crypto SafeCompare_boring.swift
[703/718] Compiling Crypto Zeroization_boring.swift
[704/718] Compiling Crypto PrettyBytes.swift
[705/718] Compiling Crypto SafeCompare.swift
[706/718] Compiling Crypto SecureBytes.swift
[707/718] Compiling Crypto Zeroization.swift
[708/719] Wrapping AST for Crypto 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 UserAuthenticationState.swift
[736/784] Compiling NIOSSH Constants.swift
[737/784] Compiling NIOSSH GlobalRequestDelegate.swift
[738/784] Compiling NIOSSH ECDHCompatibleKey.swift
[739/784] Compiling NIOSSH EllipticCurveKeyExchange.swift
[740/784] Compiling NIOSSH SSHKeyExchangeResult.swift
[741/784] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
[742/784] Compiling NIOSSH ClientServerAuthenticationDelegate.swift
[743/784] Compiling NIOSSH AcceptsVersionMessages.swift
[744/784] Compiling NIOSSH SendsChannelMessages.swift
[745/784] Compiling NIOSSH SendsKeyExchangeMessages.swift
[746/784] Compiling NIOSSH SendsUserAuthMessages.swift
[747/784] Compiling NIOSSH SSHConnectionStateMachine.swift
[748/784] Compiling NIOSSH ActiveState.swift
[749/784] Compiling NIOSSH IdleState.swift
[750/784] Compiling NIOSSH KeyExchangeState.swift
[751/784] Compiling NIOSSH NIOSSHCertifiedPublicKey.swift
[752/784] Compiling NIOSSH NIOSSHPrivateKey.swift
[753/784] Compiling NIOSSH NIOSSHPublicKey.swift
[754/784] Compiling NIOSSH NIOSSHSignature.swift
[755/784] Compiling NIOSSH NIOSSHError.swift
[756/784] Compiling NIOSSH NIOSSHHandler.swift
[757/784] Compiling NIOSSH Role.swift
[758/784] Compiling NIOSSH SSHClientConfiguration.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 NIOSSHServer DataToBufferCodec.swift
[778/804] Compiling NIOSSHServer ExecHandler.swift
[779/804] Compiling NIOSSHServer RemotePortForwarding.swift
[780/804] Compiling NIOSSHServer GlueHandler.swift
[781/804] Emitting module NIOSSHServer
[782/804] Compiling NIOSSHServer main.swift
[783/805] Compiling NIOSSHPerformanceTester Benchmark.swift
[785/805] Compiling NIOSSHClient SimpleCLIParser.swift
[786/805] Compiling NIOSSHPerformanceTester BenchmarkHandshake.swift
[787/805] Emitting module NIOSSHPerformanceTester
[788/805] Compiling NIOSSHClient PortForwardingServer.swift
[789/805] Compiling NIOSSHPerformanceTester BenchmarkLinearThroughput.swift
[790/805] Compiling NIOSSHClient GlueHandler.swift
[791/805] Compiling NIOSSHPerformanceTester shared.swift
[792/805] Compiling NIOSSHPerformanceTester main.swift
[793/806] Emitting module NIOSSHClient
[794/806] Compiling NIOSSHClient ExecHandler.swift
[794/806] Wrapping AST for NIOSSHServer for debugging
[795/806] Write Objects.LinkFileList
[798/806] Compiling NIOSSHClient InteractivePasswordPromptDelegate.swift
[799/806] Compiling NIOSSHClient main.swift
[800/807] Wrapping AST for NIOSSHPerformanceTester for debugging
[801/807] Write Objects.LinkFileList
[802/807] Wrapping AST for NIOSSHClient for debugging
[803/807] Write Objects.LinkFileList
[804/807] Linking NIOSSHServer
[805/807] Linking NIOSSHPerformanceTester
[806/807] Linking NIOSSHClient
Build complete! (302.85s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.