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 main (80fe4b), with Swift 6.1 for Android on 26 Jun 2025 13:35:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-ssh.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-nio-ssh
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 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 main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-ssh.git
https://github.com/apple/swift-nio-ssh.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "swift-nio-ssh",
  "name" : "swift-nio-ssh",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "NIOSSH",
      "targets" : [
        "NIOSSH"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOSSHServer",
      "targets" : [
        "NIOSSHServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOSSHPerformanceTester",
      "targets" : [
        "NIOSSHPerformanceTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOSSHClient",
      "targets" : [
        "NIOSSHClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOSSHTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHTests",
      "path" : "Tests/NIOSSHTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "AESGCMTests.swift",
        "ByteBuffer+SSHTests.swift",
        "CertifiedKeyTests.swift",
        "ChildChannelMultiplexerTests.swift",
        "ECKeyExchangeTests.swift",
        "EndToEndTests.swift",
        "FuzzResultTests.swift",
        "HostKeyTests.swift",
        "SSHConnectionStateMachineTests.swift",
        "SSHEncryptedTrafficTests.swift",
        "SSHHandlerTests.swift",
        "SSHKeyExchangeStateMachineTests.swift",
        "SSHMessagesTests.swift",
        "SSHPackerSerializerTests.swift",
        "SSHPacketParserTests.swift",
        "UserAuthenticationStateMachineTests.swift",
        "Utilities.swift",
        "UtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOSSHServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHServer",
      "path" : "Sources/NIOSSHServer",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "Crypto"
      ],
      "product_memberships" : [
        "NIOSSHServer"
      ],
      "sources" : [
        "DataToBufferCodec.swift",
        "ExecHandler.swift",
        "GlueHandler.swift",
        "RemotePortForwarding.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSSHPerformanceTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHPerformanceTester",
      "path" : "Sources/NIOSSHPerformanceTester",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "Crypto"
      ],
      "product_memberships" : [
        "NIOSSHPerformanceTester"
      ],
      "sources" : [
        "Benchmark.swift",
        "BenchmarkHandshake.swift",
        "BenchmarkLinearThroughput.swift",
        "main.swift",
        "shared.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSSHClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHClient",
      "path" : "Sources/NIOSSHClient",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "NIOSSHClient"
      ],
      "sources" : [
        "ExecHandler.swift",
        "GlueHandler.swift",
        "InteractivePasswordPromptDelegate.swift",
        "PortForwardingServer.swift",
        "SimpleCLIParser.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSSH",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSH",
      "path" : "Sources/NIOSSH",
      "product_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "Crypto",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOSSH",
        "NIOSSHServer",
        "NIOSSHPerformanceTester",
        "NIOSSHClient"
      ],
      "sources" : [
        "ByteBuffer+SSH.swift",
        "CSPRNG/CSPRNG.swift",
        "Child Channels/ChildChannelOptions.swift",
        "Child Channels/ChildChannelStateMachine.swift",
        "Child Channels/ChildChannelUserEvents.swift",
        "Child Channels/ChildChannelWindowManager.swift",
        "Child Channels/ChildChannelWritabilityManager.swift",
        "Child Channels/OutboundFlowController.swift",
        "Child Channels/SSHChannelData.swift",
        "Child Channels/SSHChannelIdentifier.swift",
        "Child Channels/SSHChannelMultiplexer.swift",
        "Child Channels/SSHChannelType.swift",
        "Child Channels/SSHChildChannel.swift",
        "Connection State Machine/Operations/AcceptsChannelMessages.swift",
        "Connection State Machine/Operations/AcceptsKeyExchangeMessages.swift",
        "Connection State Machine/Operations/AcceptsUserAuthMessages.swift",
        "Connection State Machine/Operations/AcceptsVersionMessages.swift",
        "Connection State Machine/Operations/SendsChannelMessages.swift",
        "Connection State Machine/Operations/SendsKeyExchangeMessages.swift",
        "Connection State Machine/Operations/SendsUserAuthMessages.swift",
        "Connection State Machine/SSHConnectionStateMachine.swift",
        "Connection State Machine/States/ActiveState.swift",
        "Connection State Machine/States/IdleState.swift",
        "Connection State Machine/States/KeyExchangeState.swift",
        "Connection State Machine/States/ReceivedKexInitWhenActiveState.swift",
        "Connection State Machine/States/ReceivedNewKeysState.swift",
        "Connection State Machine/States/RekeyingReceivedNewKeysState.swift",
        "Connection State Machine/States/RekeyingSentNewKeysState.swift",
        "Connection State Machine/States/RekeyingState.swift",
        "Connection State Machine/States/SentKexInitWhenActiveState.swift",
        "Connection State Machine/States/SentNewKeysState.swift",
        "Connection State Machine/States/SentVersionState.swift",
        "Connection State Machine/States/UserAuthenticationState.swift",
        "Constants.swift",
        "GlobalRequestDelegate.swift",
        "Key Exchange/ECDHCompatibleKey.swift",
        "Key Exchange/EllipticCurveKeyExchange.swift",
        "Key Exchange/SSHKeyExchangeResult.swift",
        "Key Exchange/SSHKeyExchangeStateMachine.swift",
        "Keys And Signatures/ClientServerAuthenticationDelegate.swift",
        "Keys And Signatures/NIOSSHCertifiedPublicKey.swift",
        "Keys And Signatures/NIOSSHPrivateKey.swift",
        "Keys And Signatures/NIOSSHPublicKey.swift",
        "Keys And Signatures/NIOSSHSignature.swift",
        "NIOSSHError.swift",
        "NIOSSHHandler.swift",
        "Role.swift",
        "SSHClientConfiguration.swift",
        "SSHEncryptablePacketPayload.swift",
        "SSHMessages.swift",
        "SSHPacketParser.swift",
        "SSHPacketSerializer.swift",
        "SSHServerConfiguration.swift",
        "SSHTerminalModes.swift",
        "TransportProtection/AESGCM.swift",
        "TransportProtection/SSHTransportProtection.swift",
        "User Authentication/ClientUserAuthenticationDelegate.swift",
        "User Authentication/DenyAllServerAuthDelegate.swift",
        "User Authentication/ServerUserAuthenticationDelegate.swift",
        "User Authentication/SimplePasswordDelegate.swift",
        "User Authentication/UserAuthDelegate.swift",
        "User Authentication/UserAuthSignablePayload.swift",
        "User Authentication/UserAuthenticationMethod.swift",
        "User Authentication/UserAuthenticationStateMachine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-crypto.git
[1/1797] Fetching swift-atomics
[1529/17266] Fetching swift-atomics, swift-crypto
[3174/93605] Fetching swift-atomics, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.34s)
Fetched https://github.com/apple/swift-crypto.git from cache (7.44s)
Fetched https://github.com/apple/swift-nio.git from cache (7.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (11.13s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[756/21151] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
[4179/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.11s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.62s)
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.78s)
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-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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/410] Write sources
[10/410] Compiling _AtomicsShims.c
[11/410] Write sources
[17/410] Compiling CNIOWindows shim.c
[18/410] Compiling CNIOWindows WSAStartup.c
[19/410] Compiling CNIOWASI CNIOWASI.c
[20/410] Compiling CNIOLinux shim.c
[21/410] Compiling CNIOLinux liburing_shims.c
[22/410] Compiling CNIODarwin shim.c
[23/410] Write swift-version-24593BA9C3E375BF.txt
[24/410] Compiling a_i2d_fp.cc
[25/410] Compiling a_dup.cc
[26/410] Compiling a_d2i_fp.cc
[27/416] Compiling a_int.cc
[27/416] Compiling a_bool.cc
[29/430] Compiling fiat_p256_adx_sqr.S
[30/430] Compiling a_gentm.cc
[31/430] Compiling fiat_p256_adx_mul.S
[32/430] Compiling fiat_curve25519_adx_square.S
[33/430] Compiling md5-x86_64-linux.S
[34/430] Compiling fiat_curve25519_adx_mul.S
[35/430] Compiling md5-x86_64-apple.S
[36/430] Compiling md5-586-linux.S
[37/430] Compiling md5-586-apple.S
[39/430] Emitting module _NIOBase64
[39/430] Compiling chacha20_poly1305_x86_64-linux.S
[40/430] Compiling chacha20_poly1305_x86_64-apple.S
[41/430] Compiling CCryptoBoringSSLShims shims.c
[42/430] Compiling chacha20_poly1305_armv8-win.S
[43/430] Compiling chacha20_poly1305_armv8-apple.S
[44/430] Compiling chacha20_poly1305_armv8-linux.S
[45/430] Compiling chacha-x86_64-linux.S
[46/430] Compiling chacha-x86_64-apple.S
[47/430] Compiling err_data.cc
[48/430] Compiling chacha-x86-linux.S
[49/430] Compiling chacha-armv8-win.S
[50/430] Compiling chacha-x86-apple.S
[51/430] Compiling chacha-armv8-apple.S
[52/430] Compiling chacha-armv4-linux.S
[53/430] Compiling chacha-armv8-linux.S
[54/430] Compiling aes128gcmsiv-x86_64-apple.S
[55/430] Compiling x86_64-mont5-linux.S
[56/430] Compiling aes128gcmsiv-x86_64-linux.S
[57/430] Compiling x86_64-mont5-apple.S
[58/430] Compiling x86_64-mont-apple.S
[59/430] Compiling x86_64-mont-linux.S
[60/430] Compiling x86-mont-linux.S
[61/430] Compiling x86-mont-apple.S
[62/430] Compiling vpaes-x86_64-linux.S
[63/430] Compiling vpaes-x86_64-apple.S
[64/430] Compiling vpaes-x86-apple.S
[65/430] Compiling vpaes-x86-linux.S
[66/430] Compiling vpaes-armv8-win.S
[67/430] Compiling vpaes-armv8-apple.S
[68/430] Compiling vpaes-armv8-linux.S
[69/430] Compiling vpaes-armv7-linux.S
[70/430] Compiling sha512-x86_64-apple.S
[71/430] Compiling sha512-x86_64-linux.S
[72/430] Compiling sha512-armv8-win.S
[73/430] Compiling sha512-armv8-apple.S
[74/430] Compiling sha512-armv8-linux.S
[75/430] Compiling sha512-armv4-linux.S
[76/430] Compiling sha512-586-linux.S
[77/430] Compiling sha512-586-apple.S
[78/430] Compiling sha256-x86_64-apple.S
[79/430] Compiling sha256-x86_64-linux.S
[80/430] Compiling sha256-armv8-win.S
[81/430] Compiling sha256-armv8-apple.S
[82/430] Compiling sha256-armv4-linux.S
[83/430] Compiling sha256-armv8-linux.S
[84/430] Compiling sha256-586-linux.S
[85/430] Compiling sha256-586-apple.S
[86/430] Compiling sha1-x86_64-linux.S
[87/430] Compiling sha1-armv8-win.S
[88/430] Compiling sha1-x86_64-apple.S
[89/430] Compiling sha1-armv8-linux.S
[90/430] Compiling sha1-armv8-apple.S
[91/430] Compiling sha1-armv4-large-linux.S
[92/430] Compiling sha1-586-linux.S
[93/430] Compiling rsaz-avx2-linux.S
[94/430] Compiling sha1-586-apple.S
[95/430] Compiling rdrand-x86_64-apple.S
[96/430] Compiling rdrand-x86_64-linux.S
[97/430] Compiling rsaz-avx2-apple.S
[98/430] Compiling p256_beeu-armv8-asm-win.S
[99/430] Compiling p256_beeu-x86_64-asm-linux.S
[100/430] Compiling p256_beeu-x86_64-asm-apple.S
[101/430] Compiling p256_beeu-armv8-asm-apple.S
[102/430] Compiling p256-x86_64-asm-linux.S
[103/430] Compiling p256_beeu-armv8-asm-linux.S
[104/430] Compiling p256-armv8-asm-win.S
[105/430] Compiling p256-x86_64-asm-apple.S
[106/430] Compiling p256-armv8-asm-linux.S
[107/430] Compiling ghashv8-armv8-win.S
[108/430] Compiling p256-armv8-asm-apple.S
[109/430] Compiling ghashv8-armv8-linux.S
[110/430] Compiling ghashv8-armv8-apple.S
[111/430] Compiling ghashv8-armv7-linux.S
[112/430] Compiling ghash-x86_64-linux.S
[113/430] Compiling ghash-x86_64-apple.S
[114/430] Compiling ghash-x86-linux.S
[115/430] Compiling ghash-x86-apple.S
[116/430] Compiling ghash-ssse3-x86_64-linux.S
[117/430] Compiling ghash-ssse3-x86_64-apple.S
[118/430] Compiling ghash-ssse3-x86-linux.S
[119/430] Compiling ghash-ssse3-x86-apple.S
[120/430] Compiling ghash-neon-armv8-win.S
[121/430] Compiling ghash-neon-armv8-apple.S
[122/430] Compiling ghash-neon-armv8-linux.S
[123/430] Compiling ghash-armv4-linux.S
[124/430] Compiling co-586-linux.S
[125/430] Compiling co-586-apple.S
[127/430] Compiling InternalCollectionsUtilities Descriptions.swift
[128/430] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[129/431] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[130/431] Compiling InternalCollectionsUtilities Debugging.swift
[131/431] Emitting module InternalCollectionsUtilities
[132/431] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[133/431] Compiling InternalCollectionsUtilities Integer rank.swift
[134/431] Compiling _NIODataStructures _TinyArray.swift
[134/431] Compiling bsaes-armv7-linux.S
[135/431] Compiling bn-armv8-win.S
[137/431] Compiling _NIODataStructures PriorityQueue.swift
[138/431] Compiling _NIOBase64 Base64.swift
[139/431] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[140/431] Compiling InternalCollectionsUtilities _SortedCollection.swift
[140/432] Compiling bn-armv8-linux.S
[142/432] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[142/432] Compiling bn-586-linux.S
[144/432] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[145/432] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[146/432] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[147/432] Compiling InternalCollectionsUtilities UInt+reversed.swift
[147/432] Compiling bn-armv8-apple.S
[149/432] Compiling _NIODataStructures Heap.swift
[150/432] Emitting module _NIODataStructures
[150/433] Compiling bn-586-apple.S
[153/433] Compiling armv8-mont-apple.S
[154/433] Compiling armv8-mont-linux.S
[155/433] Compiling armv8-mont-win.S
[157/433] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[157/434] Compiling armv4-mont-linux.S
[158/434] Compiling aesv8-gcm-armv8-apple.S
[159/434] Compiling aesv8-gcm-armv8-win.S
[160/434] Compiling aesv8-gcm-armv8-linux.S
[161/434] Compiling aesv8-armv8-win.S
[162/434] Wrapping AST for _NIOBase64 for debugging
[163/434] Compiling aesv8-armv8-linux.S
[165/434] Compiling aesv8-armv8-apple.S
[166/434] Wrapping AST for _NIODataStructures for debugging
[167/434] Compiling aesv8-armv7-linux.S
[168/434] Compiling aesni-x86-linux.S
[169/434] Compiling aesni-x86_64-apple.S
[170/434] Compiling aesni-x86_64-linux.S
[171/434] Compiling aesni-x86-apple.S
[172/434] Compiling aesni-gcm-x86_64-linux.S
[173/434] Compiling aesni-gcm-x86_64-apple.S
[174/434] Compiling aes-gcm-avx10-x86_64-linux.S
[175/434] Wrapping AST for InternalCollectionsUtilities for debugging
[176/434] Compiling aes-gcm-avx10-x86_64-apple.S
[178/449] Compiling DequeModule Deque+Equatable.swift
[179/449] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[180/451] Compiling DequeModule _DequeBuffer.swift
[181/451] Compiling DequeModule _DequeBufferHeader.swift
[182/451] Compiling DequeModule Deque+CustomReflectable.swift
[183/451] Compiling DequeModule Deque+Descriptions.swift
[184/451] Compiling DequeModule _DequeSlot.swift
[185/451] Compiling DequeModule _UnsafeWrappedBuffer.swift
[185/451] Compiling x_val.cc
[187/451] Compiling DequeModule Deque+Extras.swift
[188/451] Compiling DequeModule Deque+Hashable.swift
[189/451] Compiling DequeModule Deque+Testing.swift
[190/451] Compiling DequeModule Deque._Storage.swift
[191/451] Compiling DequeModule Deque._UnsafeHandle.swift
[192/451] Compiling DequeModule Deque.swift
[192/451] Compiling c-nioatomics.c
[193/451] Compiling x_x509.cc
[194/451] Compiling x_sig.cc
[195/451] Compiling x_spki.cc
[196/451] Compiling x_x509a.cc
[198/451] Compiling DequeModule Deque+Codable.swift
[199/451] Compiling DequeModule Deque+Collection.swift
[200/451] Emitting module DequeModule
[201/452] Compiling c-atomics.c
[202/452] Wrapping AST for DequeModule for debugging
[203/452] Compiling x_pubkey.cc
[204/452] Compiling x_name.cc
[205/452] Compiling x_req.cc
[206/452] Compiling x_exten.cc
[207/452] Compiling x_crl.cc
[208/452] Compiling x_attrib.cc
[209/458] Compiling x_all.cc
[211/458] Compiling NIOConcurrencyHelpers NIOLock.swift
[212/458] Compiling NIOConcurrencyHelpers lock.swift
[213/458] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[214/458] Emitting module NIOConcurrencyHelpers
[215/458] Compiling NIOConcurrencyHelpers atomics.swift
[216/458] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[216/458] Compiling x509rset.cc
[217/459] Compiling x509spki.cc
[219/459] Compiling x_algor.cc
[220/459] Compiling x509name.cc
[221/459] Compiling x509_vpm.cc
[222/459] Compiling x509cset.cc
[223/459] Wrapping AST for NIOConcurrencyHelpers for debugging
[224/459] Compiling x509_vfy.cc
[225/459] Compiling x509_v3.cc
[226/459] Compiling x509_trs.cc
[227/459] Compiling x509_set.cc
[228/459] Compiling x509_txt.cc
[229/459] Compiling x509_obj.cc
[230/459] Compiling x509_req.cc
[231/459] Compiling x509_lu.cc
[232/459] Compiling x509_ext.cc
[233/459] Compiling x509_def.cc
[234/459] Compiling x509.cc
[235/459] Compiling x509_d2.cc
[236/459] Compiling x509_att.cc
[237/459] Compiling x509_cmp.cc
[238/459] Compiling v3_utl.cc
[239/459] Compiling v3_skey.cc
[240/459] Compiling v3_purp.cc
[241/459] Compiling v3_prn.cc
[242/459] Compiling v3_pmaps.cc
[243/459] Compiling v3_pcons.cc
[244/459] Compiling v3_ocsp.cc
[245/459] Compiling v3_ncons.cc
[246/459] Compiling v3_lib.cc
[247/459] Compiling v3_int.cc
[248/459] Compiling v3_info.cc
[249/459] Compiling v3_ia5.cc
[250/459] Compiling v3_genn.cc
[251/459] Compiling v3_extku.cc
[252/459] Compiling v3_enum.cc
[253/459] Compiling v3_crld.cc
[254/459] Compiling v3_cpols.cc
[255/459] Compiling v3_conf.cc
[256/459] Compiling v3_bitst.cc
[257/459] Compiling v3_bcons.cc
[258/459] Compiling v3_alt.cc
[259/459] Compiling v3_akeya.cc
[260/459] Compiling v3_akey.cc
[261/459] Compiling t_x509a.cc
[262/459] Compiling t_req.cc
[263/459] Compiling t_x509.cc
[264/459] Compiling t_crl.cc
[265/459] Compiling i2d_pr.cc
[266/459] Compiling name_print.cc
[267/459] Compiling rsa_pss.cc
[268/459] Compiling policy.cc
[269/459] Compiling by_file.cc
[270/459] Compiling by_dir.cc
[271/459] Compiling asn1_gen.cc
[272/459] Compiling algorithm.cc
[273/459] Compiling a_verify.cc
[274/459] Compiling a_sign.cc
[275/459] Compiling thread_win.cc
[276/459] Compiling a_digest.cc
[277/459] Compiling voprf.cc
[278/459] Compiling trust_token.cc
[279/459] Compiling thread_pthread.cc
[280/459] Compiling pmbtoken.cc
[281/459] Compiling thread_none.cc
[282/459] Compiling thread.cc
[283/459] Compiling thash.cc
[284/459] Compiling stack.cc
[285/459] Compiling wots.cc
[286/459] Compiling merkle.cc
[287/459] Compiling fors.cc
[288/459] Compiling slhdsa.cc
[289/459] Compiling siphash.cc
[290/459] Compiling sha512.cc
[291/459] Compiling sha1.cc
[292/459] Compiling sha256.cc
[293/459] Compiling rsa_print.cc
[294/459] Compiling rsa_extra.cc
[295/459] Compiling rsa_crypt.cc
[296/459] Compiling refcount.cc
[297/459] Compiling rsa_asn1.cc
[298/459] Compiling rc4.cc
[299/459] Compiling trusty.cc
[300/459] Compiling urandom.cc
[301/459] Compiling windows.cc
[302/459] Compiling rand_extra.cc
[303/459] Compiling passive.cc
[304/459] Compiling ios.cc
[305/459] Compiling poly1305_arm_asm.S
[306/459] Compiling getentropy.cc
[307/459] Compiling deterministic.cc
[308/459] Compiling forkunsafe.cc
[309/459] Compiling fork_detect.cc
[310/459] Compiling poly1305_vec.cc
[311/459] Compiling pool.cc
[312/459] Compiling poly1305_arm.cc
[313/459] Compiling poly1305.cc
[314/459] Compiling pkcs7.cc
[315/459] Compiling pkcs8.cc
[316/459] Compiling p5_pbev2.cc
[317/459] Compiling pkcs8_x509.cc
[318/459] Compiling pem_xaux.cc
[319/459] Compiling pkcs7_x509.cc
[320/459] Compiling pem_x509.cc
[321/459] Compiling pem_pkey.cc
[322/459] Compiling pem_pk8.cc
[323/459] Compiling obj_xref.cc
[324/459] Compiling pem_info.cc
[325/459] Compiling pem_all.cc
[326/459] Compiling pem_oth.cc
[327/459] Compiling pem_lib.cc
[328/459] Compiling obj.cc
[328/459] Compiling mlkem.cc
[330/459] Compiling poly_rq_mul.S
[331/459] Compiling mldsa.cc
[332/459] Compiling fips_shared_support.cc
[333/459] Compiling mem.cc
[334/459] Compiling md5.cc
[335/459] Compiling md4.cc
[336/459] Compiling lhash.cc
[337/459] Compiling kyber.cc
[338/459] Compiling ex_data.cc
[339/459] Compiling hpke.cc
[340/459] Compiling sign.cc
[341/459] Compiling scrypt.cc
[342/459] Compiling print.cc
[343/459] Compiling hrss.cc
[344/459] Compiling pbkdf.cc
[345/459] Compiling p_x25519.cc
[346/459] Compiling p_x25519_asn1.cc
[347/459] Compiling p_rsa.cc
[348/459] Compiling p_rsa_asn1.cc
[349/459] Compiling p_ed25519_asn1.cc
[350/459] Compiling p_hkdf.cc
[351/459] Compiling p_ed25519.cc
[352/459] Compiling p_ec_asn1.cc
[353/459] Compiling p_ec.cc
[354/459] Compiling p_dh_asn1.cc
[355/459] Compiling p_dh.cc
[356/459] Compiling evp_ctx.cc
[357/459] Compiling p_dsa_asn1.cc
[358/459] Compiling evp_asn1.cc
[359/459] Compiling evp.cc
[360/459] Compiling err.cc
[361/459] Compiling engine.cc
[362/459] Compiling ecdh_extra.cc
[363/459] Compiling hash_to_curve.cc
[364/459] Compiling ecdsa_asn1.cc
[365/459] Compiling ec_derive.cc
[366/459] Compiling ec_asn1.cc
[367/459] Compiling dsa.cc
[368/459] Compiling dsa_asn1.cc
[369/459] Compiling digest_extra.cc
[370/459] Compiling params.cc
[371/459] Compiling x25519-asm-arm.S
[372/459] Compiling dh_asn1.cc
[373/459] Compiling bcm.cc
[374/459] Compiling des.cc
[375/459] Compiling curve25519_64_adx.cc
[376/459] Compiling spake25519.cc
[377/459] Compiling crypto.cc
[378/459] Compiling cpu_intel.cc
[379/459] Compiling cpu_arm_linux.cc
[380/459] Compiling cpu_arm_freebsd.cc
[381/459] Compiling cpu_aarch64_win.cc
[382/459] Compiling curve25519.cc
[383/459] Compiling cpu_aarch64_sysreg.cc
[384/459] Compiling cpu_aarch64_openbsd.cc
[385/459] Compiling cpu_aarch64_fuchsia.cc
[386/459] Compiling cpu_aarch64_linux.cc
[387/459] Compiling cpu_aarch64_apple.cc
[388/459] Compiling conf.cc
[389/459] Compiling e_tls.cc
[390/459] Compiling tls_cbc.cc
[391/459] Compiling e_rc4.cc
[392/459] Compiling e_rc2.cc
[393/459] Compiling e_null.cc
[394/459] Compiling e_des.cc
[395/459] Compiling e_chacha20poly1305.cc
[396/459] Compiling derive_key.cc
[397/459] Compiling e_aesctrhmac.cc
[398/459] Compiling e_aesgcmsiv.cc
[399/459] Compiling cipher_extra.cc
[400/459] Compiling chacha.cc
[401/459] Compiling unicode.cc
[402/459] Compiling cbb.cc
[403/459] Compiling cbs.cc
[404/459] Compiling asn1_compat.cc
[405/459] Compiling buf.cc
[406/459] Compiling ber.cc
[407/459] Compiling convert.cc
[408/459] Compiling bn_asn1.cc
[409/459] Compiling blake2.cc
[410/459] Compiling printf.cc
[411/459] Compiling pair.cc
[412/459] Compiling hexdump.cc
[413/459] Compiling file.cc
[414/459] Compiling fd.cc
[415/459] Compiling errno.cc
[416/459] Compiling bio_mem.cc
[417/459] Compiling bio.cc
[418/459] Compiling base64.cc
[419/459] Compiling tasn_fre.cc
[420/459] Compiling tasn_typ.cc
[421/459] Compiling tasn_utl.cc
[422/459] Compiling tasn_new.cc
[423/459] Compiling tasn_enc.cc
[424/459] Compiling posix_time.cc
[425/459] Compiling tasn_dec.cc
[426/459] Compiling f_string.cc
[427/459] Compiling f_int.cc
[428/459] Compiling asn_pack.cc
[429/459] Compiling asn1_par.cc
[430/459] Compiling asn1_lib.cc
[431/459] Compiling a_time.cc
[432/459] Compiling a_utctm.cc
[432/459] Write sources
[434/459] Compiling a_strnid.cc
[435/459] Compiling a_type.cc
[436/459] Compiling a_octet.cc
[437/477] Compiling a_strex.cc
[439/477] Compiling Atomics AtomicStorage.swift
[440/477] Compiling Atomics AtomicValue.swift
[441/477] Compiling Atomics ManagedAtomic.swift
[442/477] Compiling Atomics ManagedAtomicLazyReference.swift
[442/479] Compiling a_object.cc
[444/479] Compiling Atomics UnsafeAtomic.swift
[445/479] Compiling Atomics UnsafeAtomicLazyReference.swift
[446/479] Compiling Atomics AtomicMemoryOrderings.swift
[447/479] Compiling Atomics DoubleWord.swift
[447/479] Compiling a_bitstr.cc
[448/479] Compiling a_mbstr.cc
[450/479] Compiling Atomics IntegerOperations.swift
[451/479] Compiling Atomics Unmanaged extensions.swift
[452/479] Compiling Atomics AtomicInteger.swift
[453/479] Compiling Atomics AtomicOptionalWrappable.swift
[454/479] Compiling Atomics AtomicReference.swift
[455/487] Compiling Atomics OptionalRawRepresentable.swift
[456/487] Compiling Atomics RawRepresentable.swift
[457/487] Compiling Atomics AtomicBool.swift
[458/487] Compiling Atomics IntegerConformances.swift
[459/487] Compiling Atomics PointerConformances.swift
[460/487] Compiling Atomics Primitives.native.swift
[461/487] Emitting module Atomics
[462/488] Wrapping AST for Atomics for debugging
[464/548] Compiling CryptoBoringWrapper RandomBytes.swift
[465/548] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[466/548] Compiling NIOCore MulticastChannel.swift
[467/548] Compiling NIOCore NIOAny.swift
[468/548] Compiling NIOCore NIOCloseOnErrorHandler.swift
[469/548] Compiling NIOCore NIOLoopBound.swift
[470/548] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[471/548] Compiling NIOCore NIOScheduledCallback.swift
[472/548] Compiling NIOCore NIOSendable.swift
[473/548] Compiling NIOCore RecvByteBufferAllocator.swift
[474/556] Compiling NIOCore IO.swift
[475/556] Compiling NIOCore IOData.swift
[476/556] Compiling NIOCore IPProtocol.swift
[477/556] Compiling NIOCore IntegerBitPacking.swift
[478/556] Compiling NIOCore IntegerTypes.swift
[479/556] Compiling NIOCore Interfaces.swift
[480/556] Compiling NIOCore Linux.swift
[481/556] Compiling NIOCore MarkedCircularBuffer.swift
[482/556] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[483/556] Compiling NIOCore EventLoopFuture+Deprecated.swift
[484/556] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[485/556] Compiling NIOCore EventLoopFuture.swift
[486/556] Compiling NIOCore FileDescriptor.swift
[487/556] Compiling NIOCore FileHandle.swift
[488/556] Compiling NIOCore FileRegion.swift
[489/556] Compiling NIOCore GlobalSingletons.swift
[490/556] Compiling NIOCore CircularBuffer.swift
[491/556] Compiling NIOCore Codec.swift
[492/556] Compiling NIOCore ConvenienceOptionSupport.swift
[493/556] Compiling NIOCore DeadChannel.swift
[494/556] Compiling NIOCore DispatchQueue+WithFuture.swift
[495/556] Compiling NIOCore EventLoop+Deprecated.swift
[496/556] Compiling NIOCore EventLoop+SerialExecutor.swift
[497/556] Compiling NIOCore EventLoop.swift
[498/556] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[499/556] Compiling NIOCore SocketAddresses.swift
[500/556] Compiling NIOCore SocketOptionProvider.swift
[501/556] Compiling NIOCore SystemCallHelpers.swift
[502/556] Compiling NIOCore TimeAmount+Duration.swift
[503/556] Compiling NIOCore TypeAssistedChannelHandler.swift
[504/556] Compiling NIOCore UniversalBootstrapSupport.swift
[505/556] Compiling NIOCore Utilities.swift
[506/556] Compiling NIOCore AddressedEnvelope.swift
[507/556] Compiling NIOCore AsyncAwaitSupport.swift
[508/556] Compiling NIOCore AsyncChannel.swift
[509/556] Compiling NIOCore AsyncChannelHandler.swift
[510/556] Compiling NIOCore AsyncChannelInboundStream.swift
[511/556] Compiling NIOCore AsyncChannelOutboundWriter.swift
[512/556] Compiling NIOCore NIOAsyncSequenceProducer.swift
[513/556] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[514/556] Compiling NIOCore NIOAsyncWriter.swift
[515/556] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[516/556] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[517/556] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[518/556] Compiling CryptoBoringWrapper EllipticCurve.swift
[519/556] Emitting module CryptoBoringWrapper
[520/556] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[521/557] Wrapping AST for CryptoBoringWrapper for debugging
[523/628] Emitting module Crypto
[524/637] Compiling Crypto PKCS8PrivateKey.swift
[525/637] Compiling Crypto SEC1PrivateKey.swift
[526/637] Compiling Crypto SubjectPublicKeyInfo.swift
[527/637] Compiling Crypto CryptoKitErrors.swift
[528/637] Compiling Crypto Digest_boring.swift
[529/637] Compiling Crypto Digest.swift
[530/637] Compiling Crypto Digests.swift
[531/637] Compiling Crypto HashFunctions.swift
[532/637] Compiling Crypto HashFunctions_SHA2.swift
[533/637] Compiling Crypto HPKE-AEAD.swift
[534/637] Compiling Crypto HPKE.swift
[535/637] Compiling Crypto HPKE-Context.swift
[536/637] Compiling Crypto HPKE-KeySchedule.swift
[537/637] Compiling Crypto HPKE-Modes.swift
[538/637] Compiling Crypto Insecure.swift
[539/637] Compiling Crypto Insecure_HashFunctions.swift
[540/637] Compiling Crypto KEM.swift
[541/637] Compiling Crypto ECDH_boring.swift
[542/637] Compiling Crypto DH.swift
[543/637] Compiling Crypto ECDH.swift
[544/637] Compiling Crypto HKDF.swift
[545/637] Compiling Crypto AESWrap.swift
[546/637] Compiling Crypto AESWrap_boring.swift
[547/637] Compiling Crypto Ed25519_boring.swift
[548/637] Compiling Crypto NISTCurvesKeys_boring.swift
[549/637] Compiling Crypto X25519Keys_boring.swift
[550/637] Compiling Crypto Curve25519.swift
[551/637] Compiling Crypto Ed25519Keys.swift
[552/637] Compiling Crypto NISTCurvesKeys.swift
[553/637] Compiling Crypto X25519Keys.swift
[554/637] Compiling Crypto SymmetricKeys.swift
[555/637] Compiling Crypto HMAC.swift
[556/637] Compiling Crypto MACFunctions.swift
[557/637] Compiling Crypto MessageAuthenticationCode.swift
[558/637] Compiling Crypto AES.swift
[559/637] Compiling Crypto ECDSASignature_boring.swift
[560/637] Compiling Crypto ECDSA_boring.swift
[561/637] Compiling Crypto EdDSA_boring.swift
[562/637] Compiling Crypto ECDSA.swift
[563/637] Compiling Crypto Ed25519.swift
[564/637] Compiling Crypto HPKE-Ciphersuite.swift
[565/637] Compiling Crypto HPKE-KDF.swift
[566/637] Compiling Crypto HPKE-KexKeyDerivation.swift
[567/637] Compiling Crypto HPKE-LabeledExtract.swift
[568/637] Compiling Crypto HPKE-Utils.swift
[569/637] Compiling Crypto DHKEM.swift
[570/637] Compiling Crypto HPKE-KEM-Curve25519.swift
[571/637] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[572/637] Compiling Crypto HPKE-KEM.swift
[573/637] Compiling Crypto HPKE-Errors.swift
[592/637] Compiling Crypto ASN1Identifier.swift
[593/637] Compiling Crypto ASN1Integer.swift
[594/637] Compiling Crypto ASN1Null.swift
[595/637] Compiling Crypto ASN1OctetString.swift
[596/637] Compiling Crypto ASN1Strings.swift
[597/637] Compiling Crypto ArraySliceBigint.swift
[598/637] Compiling Crypto GeneralizedTime.swift
[599/637] Compiling Crypto ObjectIdentifier.swift
[600/637] Compiling Crypto ECDSASignature.swift
[601/637] Compiling Crypto PEMDocument.swift
[602/637] Compiling Crypto AES-GCM.swift
[603/637] Compiling Crypto AES-GCM_boring.swift
[604/637] Compiling Crypto ChaChaPoly_boring.swift
[605/637] Compiling Crypto ChaChaPoly.swift
[606/637] Compiling Crypto Cipher.swift
[607/637] Compiling Crypto Nonces.swift
[608/637] Compiling Crypto ASN1.swift
[609/637] Compiling Crypto ASN1Any.swift
[610/637] Compiling Crypto ASN1BitString.swift
[611/637] Compiling Crypto ASN1Boolean.swift
[612/637] Compiling Crypto Signature.swift
[613/637] Compiling Crypto CryptoKitErrors_boring.swift
[614/637] Compiling Crypto RNG_boring.swift
[615/637] Compiling Crypto SafeCompare_boring.swift
[616/637] Compiling Crypto Zeroization_boring.swift
[617/637] Compiling Crypto PrettyBytes.swift
[618/637] Compiling Crypto SafeCompare.swift
[619/637] Compiling Crypto SecureBytes.swift
[620/637] Compiling Crypto Zeroization.swift
[622/638] Emitting module NIOCore
[623/639] Wrapping AST for Crypto for debugging
[624/639] Wrapping AST for NIOCore for debugging
[626/689] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[627/689] Emitting module NIOEmbedded
[628/689] Compiling NIOEmbedded Embedded.swift
[629/689] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/690] Wrapping AST for NIOEmbedded for debugging
[632/690] Compiling NIOPosix SelectableChannel.swift
[633/690] Compiling NIOPosix SelectableEventLoop.swift
[634/690] Compiling NIOPosix SelectorEpoll.swift
[635/690] Compiling NIOPosix SelectorGeneric.swift
[636/690] Compiling NIOPosix SelectorKqueue.swift
[637/690] Compiling NIOPosix SelectorUring.swift
[638/696] Emitting module NIOPosix
[639/696] Compiling NIOPosix ThreadPosix.swift
[640/696] Compiling NIOPosix ThreadWindows.swift
[641/696] Compiling NIOPosix UnsafeTransfer.swift
[642/696] Compiling NIOPosix Utilities.swift
[643/696] Compiling NIOPosix VsockAddress.swift
[644/696] Compiling NIOPosix VsockChannelEvents.swift
[645/696] Compiling NIOPosix Pool.swift
[646/696] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[647/696] Compiling NIOPosix PosixSingletons.swift
[648/696] Compiling NIOPosix RawSocketBootstrap.swift
[649/696] Compiling NIOPosix Resolver.swift
[650/696] Compiling NIOPosix Selectable.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] Compiling NIO Exports.swift
[687/699] Emitting module NIO
[688/700] Wrapping AST for NIO for debugging
[690/705] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[691/705] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[692/705] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[693/705] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[694/705] Emitting module NIOFoundationCompat
[695/706] Wrapping AST for NIOFoundationCompat for debugging
[697/763] Compiling NIOSSH ReceivedKexInitWhenActiveState.swift
[698/763] Compiling NIOSSH ReceivedNewKeysState.swift
[699/763] Compiling NIOSSH RekeyingReceivedNewKeysState.swift
[700/763] Compiling NIOSSH RekeyingSentNewKeysState.swift
[701/763] Compiling NIOSSH RekeyingState.swift
[702/763] Compiling NIOSSH SentKexInitWhenActiveState.swift
[703/763] Compiling NIOSSH SentNewKeysState.swift
[704/763] Compiling NIOSSH SentVersionState.swift
[705/771] Compiling NIOSSH ByteBuffer+SSH.swift
[706/771] Compiling NIOSSH CSPRNG.swift
[707/771] Compiling NIOSSH ChildChannelOptions.swift
[708/771] Compiling NIOSSH ChildChannelStateMachine.swift
[709/771] Compiling NIOSSH ChildChannelUserEvents.swift
[710/771] Compiling NIOSSH ChildChannelWindowManager.swift
[711/771] Compiling NIOSSH ChildChannelWritabilityManager.swift
[712/771] Compiling NIOSSH OutboundFlowController.swift
[713/771] Compiling NIOSSH ClientUserAuthenticationDelegate.swift
[714/771] Compiling NIOSSH DenyAllServerAuthDelegate.swift
[715/771] Compiling NIOSSH ServerUserAuthenticationDelegate.swift
[716/771] Compiling NIOSSH SimplePasswordDelegate.swift
[717/771] Compiling NIOSSH UserAuthDelegate.swift
[718/771] Compiling NIOSSH UserAuthSignablePayload.swift
[719/771] Compiling NIOSSH UserAuthenticationMethod.swift
[720/771] Compiling NIOSSH UserAuthenticationStateMachine.swift
[721/771] Compiling NIOSSH AcceptsVersionMessages.swift
[722/771] Compiling NIOSSH SendsChannelMessages.swift
[723/771] Compiling NIOSSH SendsKeyExchangeMessages.swift
[724/771] Compiling NIOSSH SendsUserAuthMessages.swift
[725/771] Compiling NIOSSH SSHConnectionStateMachine.swift
[726/771] Compiling NIOSSH ActiveState.swift
[727/771] Compiling NIOSSH IdleState.swift
[728/771] Compiling NIOSSH KeyExchangeState.swift
[729/771] Compiling NIOSSH SSHChannelData.swift
[730/771] Compiling NIOSSH SSHChannelIdentifier.swift
[731/771] Compiling NIOSSH SSHChannelMultiplexer.swift
[732/771] Compiling NIOSSH SSHChannelType.swift
[733/771] Compiling NIOSSH SSHChildChannel.swift
[734/771] Compiling NIOSSH AcceptsChannelMessages.swift
[735/771] Compiling NIOSSH AcceptsKeyExchangeMessages.swift
[736/771] Compiling NIOSSH AcceptsUserAuthMessages.swift
[737/771] Emitting module NIOSSH
[738/771] Compiling NIOSSH UserAuthenticationState.swift
[739/771] Compiling NIOSSH Constants.swift
[740/771] Compiling NIOSSH GlobalRequestDelegate.swift
[741/771] Compiling NIOSSH ECDHCompatibleKey.swift
[742/771] Compiling NIOSSH EllipticCurveKeyExchange.swift
[743/771] Compiling NIOSSH SSHKeyExchangeResult.swift
[744/771] Compiling NIOSSH SSHKeyExchangeStateMachine.swift
[745/771] Compiling NIOSSH ClientServerAuthenticationDelegate.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 NIOSSHCertifiedPublicKey.swift
[755/771] Compiling NIOSSH NIOSSHPrivateKey.swift
[756/771] Compiling NIOSSH NIOSSHPublicKey.swift
[757/771] Compiling NIOSSH NIOSSHSignature.swift
[758/771] Compiling NIOSSH NIOSSHError.swift
[759/771] Compiling NIOSSH NIOSSHHandler.swift
[760/771] Compiling NIOSSH Role.swift
[761/771] Compiling NIOSSH SSHClientConfiguration.swift
[762/772] Wrapping AST for NIOSSH for debugging
[764/791] Compiling NIOSSHServer RemotePortForwarding.swift
[765/791] Compiling NIOSSHServer main.swift
[766/791] Compiling NIOSSHServer GlueHandler.swift
[767/791] Compiling NIOSSHServer DataToBufferCodec.swift
[768/791] Compiling NIOSSHServer ExecHandler.swift
[769/791] Emitting module NIOSSHServer
[771/792] Compiling NIOSSHPerformanceTester shared.swift
[772/792] Compiling NIOSSHPerformanceTester BenchmarkHandshake.swift
[773/792] Compiling NIOSSHPerformanceTester BenchmarkLinearThroughput.swift
[774/792] Compiling NIOSSHPerformanceTester main.swift
[775/792] Emitting module NIOSSHPerformanceTester
[776/792] Compiling NIOSSHPerformanceTester Benchmark.swift
[777/792] Compiling NIOSSHClient ExecHandler.swift
[778/792] Emitting module NIOSSHClient
[779/792] Compiling NIOSSHClient GlueHandler.swift
[780/793] Wrapping AST for NIOSSHServer for debugging
[781/793] Compiling NIOSSHClient PortForwardingServer.swift
[782/793] Compiling NIOSSHClient InteractivePasswordPromptDelegate.swift
[783/793] Compiling NIOSSHClient main.swift
[784/793] Compiling NIOSSHClient SimpleCLIParser.swift
[785/793] Write Objects.LinkFileList
[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! (254.14s)
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.