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