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