The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-nio-ssh, reference 0.12.0 (8f33ca), with Swift 6.1 for Linux on 6 Nov 2025 10:44:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

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