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 async-http-client, reference 1.30.1 (c464bf), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 12:58:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: 1.30.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server/async-http-client
 * tag               1.30.1     -> FETCH_HEAD
HEAD is now at c464bf9 Don't hold a lock over a continuation in test helpers (#872)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
c464bf94eac4273cad7424307a5dc7e44e361905
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at 1.30.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/async-http-client.git
https://github.com/swift-server/async-http-client.git
{
  "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-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.36.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.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"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    }
  ],
  "manifest_display_name" : "async-http-client",
  "name" : "async-http-client",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncHTTPClient",
      "targets" : [
        "AsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAsyncHTTPClient",
      "module_type" : "ClangTarget",
      "name" : "CAsyncHTTPClient",
      "path" : "Sources/CAsyncHTTPClient",
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CAsyncHTTPClient.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClientTests",
      "path" : "Tests/AsyncHTTPClientTests",
      "product_dependencies" : [
        "NIOTLS",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOSSL",
        "NIOHTTP2",
        "NIOSOCKS",
        "Atomics",
        "Algorithms",
        "Logging",
        "Tracing",
        "InMemoryTracing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncAwaitEndToEndTests.swift",
        "AsyncTestHelpers.swift",
        "ConnectionPoolSizeConfigValueIsRespectedTests.swift",
        "EmbeddedChannel+HTTPConvenience.swift",
        "HTTP1ClientChannelHandlerTests.swift",
        "HTTP1ConnectionStateMachineTests.swift",
        "HTTP1ConnectionTests.swift",
        "HTTP1ProxyConnectHandlerTests.swift",
        "HTTP2ClientRequestHandlerTests.swift",
        "HTTP2ClientTests.swift",
        "HTTP2ConnectionTests.swift",
        "HTTP2IdleHandlerTests.swift",
        "HTTPClient+SOCKSTests.swift",
        "HTTPClient+StructuredConcurrencyTests.swift",
        "HTTPClientBase.swift",
        "HTTPClientCookieTests.swift",
        "HTTPClientInformationalResponsesTests.swift",
        "HTTPClientInternalTests.swift",
        "HTTPClientNIOTSTests.swift",
        "HTTPClientRequestTests.swift",
        "HTTPClientResponseTests.swift",
        "HTTPClientTestUtils.swift",
        "HTTPClientTests.swift",
        "HTTPClientTracingInternalTests.swift",
        "HTTPClientTracingTests.swift",
        "HTTPClientUncleanSSLConnectionShutdownTests.swift",
        "HTTPConnectionPool+FactoryTests.swift",
        "HTTPConnectionPool+HTTP1ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP1StateTests.swift",
        "HTTPConnectionPool+HTTP2ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP2StateMachineTests.swift",
        "HTTPConnectionPool+ManagerTests.swift",
        "HTTPConnectionPool+RequestQueueTests.swift",
        "HTTPConnectionPool+StateTestUtils.swift",
        "HTTPConnectionPoolTests.swift",
        "HTTPRequestStateMachineTests.swift",
        "IdleTimeoutNoReuseTests.swift",
        "LRUCacheTests.swift",
        "Mocks/MockConnectionPool.swift",
        "Mocks/MockHTTPExecutableRequest.swift",
        "Mocks/MockRequestExecutor.swift",
        "Mocks/MockRequestQueuer.swift",
        "NWWaitingHandlerTests.swift",
        "NoBytesSentOverBodyLimitTests.swift",
        "RacePoolIdleConnectionsAndGetTests.swift",
        "RequestBagTests.swift",
        "RequestValidationTests.swift",
        "ResponseDelayGetTests.swift",
        "SOCKSEventsHandlerTests.swift",
        "SOCKSTestUtils.swift",
        "SSLContextCacheTests.swift",
        "StressGetHttpsTests.swift",
        "TLSEventsHandlerTests.swift",
        "Transaction+StateMachineTests.swift",
        "TransactionTests.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "AsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClient",
      "path" : "Sources/AsyncHTTPClient",
      "product_dependencies" : [
        "NIO",
        "NIOTLS",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOHTTP2",
        "NIOSSL",
        "NIOHTTPCompression",
        "NIOSOCKS",
        "NIOTransportServices",
        "Atomics",
        "Algorithms",
        "Logging",
        "Tracing"
      ],
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "AsyncAwait/AnyAsyncSequence.swift",
        "AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
        "AsyncAwait/AsyncLazySequence.swift",
        "AsyncAwait/HTTPClient+execute.swift",
        "AsyncAwait/HTTPClient+shutdown.swift",
        "AsyncAwait/HTTPClient+tracing.swift",
        "AsyncAwait/HTTPClientRequest+Prepared.swift",
        "AsyncAwait/HTTPClientRequest+auth.swift",
        "AsyncAwait/HTTPClientRequest.swift",
        "AsyncAwait/HTTPClientResponse.swift",
        "AsyncAwait/SingleIteratorPrecondition.swift",
        "AsyncAwait/Transaction+StateMachine.swift",
        "AsyncAwait/Transaction.swift",
        "Base64.swift",
        "BasicAuth.swift",
        "BestEffortHashableTLSConfiguration.swift",
        "Configuration+BrowserLike.swift",
        "ConnectionPool.swift",
        "ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
        "ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
        "ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
        "ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
        "ConnectionPool/HTTP1/HTTP1Connection.swift",
        "ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
        "ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
        "ConnectionPool/HTTP2/HTTP2Connection.swift",
        "ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
        "ConnectionPool/HTTPConnectionEvent.swift",
        "ConnectionPool/HTTPConnectionPool+Factory.swift",
        "ConnectionPool/HTTPConnectionPool+Manager.swift",
        "ConnectionPool/HTTPConnectionPool.swift",
        "ConnectionPool/HTTPExecutableRequest.swift",
        "ConnectionPool/HTTPRequestStateMachine+Demand.swift",
        "ConnectionPool/HTTPRequestStateMachine.swift",
        "ConnectionPool/RequestBodyLength.swift",
        "ConnectionPool/RequestFramingMetadata.swift",
        "ConnectionPool/RequestOptions.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
        "ConnectionTarget.swift",
        "DeconstructedURL.swift",
        "FileDownloadDelegate.swift",
        "FoundationExtensions.swift",
        "HTTPClient+HTTPCookie.swift",
        "HTTPClient+Proxy.swift",
        "HTTPClient+StructuredConcurrency.swift",
        "HTTPClient.swift",
        "HTTPHandler.swift",
        "LRUCache.swift",
        "NIOLoopBound+Execute.swift",
        "NIOTransportServices/NWErrorHandler.swift",
        "NIOTransportServices/NWWaitingHandler.swift",
        "NIOTransportServices/TLSConfiguration.swift",
        "RedirectState.swift",
        "RequestBag+StateMachine.swift",
        "RequestBag+Tracing.swift",
        "RequestBag.swift",
        "RequestValidation.swift",
        "SSLContextCache.swift",
        "Scheme.swift",
        "Singleton.swift",
        "StringConvertibleInstances.swift",
        "StructuredConcurrencyHelpers.swift",
        "TracingSupport.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CAsyncHTTPClient"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/446] Write sources
[4/446] Copying PrivacyInfo.xcprivacy
[4/446] Write sources
[7/446] Copying PrivacyInfo.xcprivacy
[7/446] Write sources
[25/446] Compiling CNIOWASI CNIOWASI.c
[25/446] Compiling CNIOWindows WSAStartup.c
[25/446] Compiling CNIOWindows shim.c
[28/446] Compiling CNIOLinux shim.c
[29/446] Compiling CNIOLinux liburing_shims.c
[29/446] Compiling CNIOOpenBSD shim.c
[31/446] Compiling _NumericsShims _NumericsShims.c
[32/446] Write swift-version-2F0A5646E1D333AE.txt
[33/446] Compiling fiat_p256_adx_sqr.S
[34/446] Compiling fiat_p256_adx_mul.S
[35/446] Compiling CNIOExtrasZlib empty.c
[36/446] Compiling _AtomicsShims.c
[37/446] Compiling CNIOPosix event_loop_id.c
[38/455] Compiling CNIOLLHTTP c_nio_http.c
[39/471] Compiling CNIOLLHTTP c_nio_api.c
[40/471] Compiling fiat_curve25519_adx_square.S
[41/482] Compiling fiat_curve25519_adx_mul.S
[42/488] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/488] Compiling CNIODarwin shim.c
[44/488] Compiling CNIOBoringSSLShims shims.c
[46/488] Compiling ServiceContextModule ServiceContextKey.swift
[47/488] Compiling ServiceContextModule ServiceContext.swift
[48/488] Emitting module ServiceContextModule
[49/488] Emitting module _NIOBase64
[50/488] Compiling _NIOBase64 Base64.swift
[51/488] Compiling RealModule RealFunctions.swift
[52/489] Compiling RealModule Float80+Real.swift
[53/489] Compiling RealModule Real.swift
[54/489] Compiling RealModule RelaxedArithmetic.swift
[55/489] Compiling RealModule Float+Real.swift
[56/489] Compiling RealModule ElementaryFunctions.swift
[57/489] Compiling RealModule Double+Real.swift
[58/489] Compiling RealModule Float16+Real.swift
[59/489] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/489] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/489] Emitting module RealModule
[62/489] Compiling RealModule AugmentedArithmetic.swift
[63/495] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/495] Compiling InternalCollectionsUtilities Debugging.swift
[65/495] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[66/495] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/495] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/495] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/496] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[70/496] Compiling _NIODataStructures _TinyArray.swift
[71/496] Compiling Instrumentation Instrument.swift
[72/496] Compiling InternalCollectionsUtilities Descriptions.swift
[73/496] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[74/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/496] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/496] Emitting module InternalCollectionsUtilities
[79/496] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/496] Compiling InternalCollectionsUtilities Integer rank.swift
[81/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/496] Compiling tls_method.cc
[82/496] Compiling tls_record.cc
[85/496] Compiling _NIODataStructures PriorityQueue.swift
[86/496] Emitting module _NIODataStructures
[87/496] Compiling _NIODataStructures Heap.swift
[88/496] Compiling Instrumentation MultiplexInstrument.swift
[89/496] Emitting module Instrumentation
[90/496] Compiling Instrumentation NoOpInstrument.swift
[91/496] Compiling Instrumentation InstrumentationSystem.swift
[92/496] Compiling Instrumentation Locks.swift
[93/496] Compiling Logging MetadataProvider.swift
[93/512] Compiling tls13_server.cc
[95/512] Compiling DequeModule _DequeSlot.swift
[96/512] Compiling DequeModule _DequeBuffer.swift
[96/521] Compiling tls13_enc.cc
[97/521] Compiling tls13_client.cc
[99/521] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/521] Compiling Logging LogHandler.swift
[101/521] Compiling Logging Locks.swift
[102/521] Emitting module Logging
[103/521] Compiling Logging Logging.swift
[103/521] Compiling tls13_both.cc
[105/521] Compiling Tracing TracingTime.swift
[106/521] Compiling DequeModule _DequeBufferHeader.swift
[107/521] Compiling DequeModule Deque._UnsafeHandle.swift
[108/521] Compiling DequeModule Deque.swift
[109/521] Compiling Tracing Tracer.swift
[110/521] Compiling Tracing TracerProtocol.swift
[111/521] Compiling DequeModule Deque+Testing.swift
[112/521] Compiling DequeModule Deque._Storage.swift
[113/521] Compiling DequeModule Deque+Extras.swift
[114/521] Compiling DequeModule Deque+Hashable.swift
[115/521] Compiling DequeModule Deque+Codable.swift
[116/521] Compiling DequeModule Deque+Collection.swift
[117/521] Compiling DequeModule Deque+Equatable.swift
[118/521] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/521] Compiling t1_enc.cc
[120/521] Compiling Tracing NoOpTracer.swift
[121/521] Compiling Tracing InstrumentationSystem+Tracing.swift
[122/521] Emitting module Tracing
[123/521] Compiling Tracing TracerProtocol+Legacy.swift
[124/521] Compiling Tracing SpanProtocol.swift
[125/521] Emitting module DequeModule
[126/521] Compiling DequeModule Deque+CustomReflectable.swift
[127/521] Compiling DequeModule Deque+Descriptions.swift
[127/521] Compiling ssl_versions.cc
[128/521] Compiling ssl_transcript.cc
[129/521] Compiling ssl_x509.cc
[130/521] Compiling ssl_stat.cc
[131/521] Compiling ssl_session.cc
[132/521] Compiling ssl_privkey.cc
[133/521] Compiling ssl_lib.cc
[134/521] Compiling ssl_key_share.cc
[135/521] Compiling ssl_file.cc
[136/521] Compiling ssl_credential.cc
[137/521] Compiling ssl_cipher.cc
[138/521] Compiling ssl_buffer.cc
[139/521] Compiling ssl_cert.cc
[140/521] Compiling ssl_asn1.cc
[141/521] Compiling ssl_aead_ctx.cc
[142/521] Compiling s3_pkt.cc
[143/521] Compiling s3_lib.cc
[144/521] Compiling s3_both.cc
[145/521] Compiling handshake_server.cc
[146/521] Compiling handshake.cc
[147/521] Compiling handshake_client.cc
[148/521] Compiling handoff.cc
[149/521] Compiling md5-x86_64-linux.S
[150/521] Compiling md5-x86_64-apple.S
[151/521] Compiling extensions.cc
[152/521] Compiling md5-586-linux.S
[153/521] Compiling md5-586-apple.S
[154/521] Compiling encrypted_client_hello.cc
[155/521] Compiling dtls_method.cc
[156/521] Compiling chacha20_poly1305_x86_64-linux.S
[157/521] Compiling chacha20_poly1305_x86_64-apple.S
[158/521] Compiling dtls_record.cc
[159/521] Compiling chacha20_poly1305_armv8-win.S
[160/521] Compiling chacha20_poly1305_armv8-linux.S
[161/521] Compiling chacha-x86_64-linux.S
[162/521] Compiling chacha-x86_64-apple.S
[163/521] Compiling chacha20_poly1305_armv8-apple.S
[164/521] Compiling chacha-x86-apple.S
[165/521] Compiling chacha-x86-linux.S
[166/521] Compiling d1_srtp.cc
[167/521] Compiling chacha-armv8-win.S
[168/521] Compiling chacha-armv8-linux.S
[169/521] Compiling chacha-armv4-linux.S
[170/521] Compiling aes128gcmsiv-x86_64-linux.S
[171/521] Compiling chacha-armv8-apple.S
[172/521] Compiling aes128gcmsiv-x86_64-apple.S
[173/521] Compiling x86_64-mont5-linux.S
[174/521] Compiling x86_64-mont5-apple.S
[175/521] Compiling x86_64-mont-linux.S
[176/521] Compiling x86_64-mont-apple.S
[177/521] Compiling x86-mont-apple.S
[178/521] Compiling x86-mont-linux.S
[179/521] Compiling err_data.cc
[180/521] Compiling vpaes-x86_64-linux.S
[181/521] Compiling vpaes-x86_64-apple.S
[182/521] Compiling vpaes-x86-linux.S
[183/521] Compiling d1_pkt.cc
[184/521] Compiling vpaes-x86-apple.S
[185/521] Compiling vpaes-armv8-linux.S
[185/521] Compiling vpaes-armv8-win.S
[187/521] Compiling bio_ssl.cc
[188/521] Compiling vpaes-armv8-apple.S
[189/521] Compiling vpaes-armv7-linux.S
[190/521] Compiling sha512-x86_64-linux.S
[191/521] Compiling sha512-x86_64-apple.S
[192/521] Compiling sha512-armv8-win.S
[193/521] Compiling sha512-armv4-linux.S
[194/521] Compiling sha512-armv8-linux.S
[195/521] Compiling sha512-armv8-apple.S
[196/521] Compiling sha512-586-linux.S
[197/521] Compiling sha512-586-apple.S
[198/521] Compiling sha256-x86_64-linux.S
[199/521] Compiling sha256-x86_64-apple.S
[200/521] Compiling sha256-armv8-win.S
[201/521] Compiling sha256-armv8-linux.S
[202/521] Compiling sha256-armv8-apple.S
[203/521] Compiling sha256-armv4-linux.S
[204/521] Compiling sha256-586-linux.S
[205/521] Compiling sha256-586-apple.S
[206/521] Compiling d1_lib.cc
[207/521] Compiling sha1-x86_64-linux.S
[208/521] Compiling sha1-armv8-win.S
[209/521] Compiling sha1-x86_64-apple.S
[210/521] Compiling sha1-armv8-linux.S
[211/521] Compiling sha1-armv4-large-linux.S
[212/521] Compiling sha1-586-linux.S
[213/521] Compiling sha1-armv8-apple.S
[214/521] Compiling sha1-586-apple.S
[215/521] Compiling rsaz-avx2-linux.S
[216/521] Compiling rsaz-avx2-apple.S
[217/521] Compiling rdrand-x86_64-apple.S
[218/521] Compiling rdrand-x86_64-linux.S
[219/521] Compiling p256_beeu-x86_64-asm-linux.S
[220/521] Compiling d1_both.cc
[221/521] Compiling p256_beeu-x86_64-asm-apple.S
[222/521] Compiling p256_beeu-armv8-asm-win.S
[223/521] Compiling p256_beeu-armv8-asm-linux.S
[224/521] Compiling p256_beeu-armv8-asm-apple.S
[225/521] Compiling p256-x86_64-asm-apple.S
[226/521] Compiling p256-x86_64-asm-linux.S
[227/521] Compiling p256-armv8-asm-win.S
[228/521] Compiling p256-armv8-asm-linux.S
[229/521] Compiling ghashv8-armv8-win.S
[230/521] Compiling p256-armv8-asm-apple.S
[231/521] Compiling ghashv8-armv8-linux.S
[232/521] Compiling ghashv8-armv8-apple.S
[233/521] Compiling ghash-x86_64-linux.S
[234/521] Compiling ghashv8-armv7-linux.S
[235/521] Compiling ghash-x86_64-apple.S
[236/521] Compiling ghash-x86-linux.S
[237/521] Compiling ghash-x86-apple.S
[238/521] Compiling ghash-ssse3-x86_64-apple.S
[239/521] Compiling ghash-ssse3-x86-linux.S
[240/521] Compiling ghash-ssse3-x86_64-linux.S
[241/521] Compiling ghash-ssse3-x86-apple.S
[242/521] Compiling ghash-neon-armv8-win.S
[243/521] Compiling ghash-neon-armv8-linux.S
[244/521] Compiling ghash-neon-armv8-apple.S
[245/521] Compiling co-586-linux.S
[246/521] Compiling co-586-apple.S
[247/521] Compiling ghash-armv4-linux.S
[248/521] Compiling bsaes-armv7-linux.S
[249/521] Compiling bn-armv8-win.S
[250/521] Compiling bn-armv8-linux.S
[251/521] Compiling bn-armv8-apple.S
[252/521] Compiling bn-586-linux.S
[253/521] Compiling bn-586-apple.S
[254/521] Compiling armv8-mont-win.S
[255/521] Compiling armv8-mont-linux.S
[256/521] Compiling armv4-mont-linux.S
[257/521] Compiling armv8-mont-apple.S
[258/521] Compiling aesv8-gcm-armv8-win.S
[259/521] Compiling aesv8-gcm-armv8-linux.S
[260/521] Compiling aesv8-armv8-win.S
[261/521] Compiling aesv8-gcm-armv8-apple.S
[262/521] Compiling aesv8-armv8-linux.S
[263/521] Compiling aesv8-armv7-linux.S
[264/521] Compiling aesv8-armv8-apple.S
[265/521] Compiling aesni-x86_64-apple.S
[266/521] Compiling aesni-x86_64-linux.S
[267/521] Compiling aesni-x86-linux.S
[268/521] Compiling aesni-x86-apple.S
[269/521] Compiling aesni-gcm-x86_64-linux.S
[270/521] Compiling aesni-gcm-x86_64-apple.S
[271/521] Compiling aes-gcm-avx2-x86_64-linux.S
[272/521] Compiling aes-gcm-avx2-x86_64-apple.S
[273/521] Compiling aes-gcm-avx10-x86_64-linux.S
[274/521] Compiling aes-gcm-avx10-x86_64-apple.S
[275/521] Compiling x_x509a.cc
[276/521] Compiling x_sig.cc
[277/521] Compiling x_x509.cc
[278/521] Compiling x_val.cc
[279/521] Compiling x_spki.cc
[280/521] Compiling x_req.cc
[281/521] Compiling x_crl.cc
[282/521] Compiling x_pubkey.cc
[283/521] Compiling x_exten.cc
[284/521] Compiling x_name.cc
[285/521] Compiling x_attrib.cc
[286/521] Compiling x_algor.cc
[287/521] Compiling x_all.cc
[288/521] Compiling x509spki.cc
[289/521] Compiling x509rset.cc
[290/521] Compiling x509cset.cc
[291/521] Compiling x509_v3.cc
[292/521] Compiling x509name.cc
[293/521] Compiling x509_vpm.cc
[294/521] Compiling x509_vfy.cc
[295/521] Compiling x509_set.cc
[296/521] Compiling x509_obj.cc
[297/521] Compiling x509_def.cc
[298/521] Compiling x509_trs.cc
[299/521] Compiling x509_txt.cc
[300/521] Compiling x509_req.cc
[301/521] Compiling x509_ext.cc
[302/521] Compiling x509_d2.cc
[303/521] Compiling x509_lu.cc
[304/521] Compiling x509_cmp.cc
[305/521] Compiling x509.cc
[306/521] Compiling x509_att.cc
[307/521] Compiling v3_skey.cc
[308/521] Compiling v3_ocsp.cc
[309/521] Compiling v3_purp.cc
[310/521] Compiling v3_pmaps.cc
[311/521] Compiling v3_prn.cc
[312/521] Compiling v3_pcons.cc
[313/521] Compiling v3_utl.cc
[314/521] Compiling v3_ncons.cc
[315/521] Compiling v3_int.cc
[316/521] Compiling v3_ia5.cc
[317/521] Compiling v3_lib.cc
[318/521] Compiling v3_extku.cc
[319/521] Compiling v3_genn.cc
[320/521] Compiling v3_enum.cc
[321/521] Compiling v3_info.cc
[322/521] Compiling v3_cpols.cc
[323/521] Compiling v3_crld.cc
[324/521] Compiling v3_conf.cc
[325/521] Compiling v3_bitst.cc
[326/521] Compiling v3_bcons.cc
[327/521] Compiling v3_alt.cc
[328/521] Compiling v3_akeya.cc
[329/521] Compiling t_x509a.cc
[330/521] Compiling v3_akey.cc
[331/521] Compiling t_req.cc
[332/521] Compiling t_crl.cc
[333/521] Compiling t_x509.cc
[334/521] Compiling rsa_pss.cc
[335/521] Compiling i2d_pr.cc
[336/521] Compiling policy.cc
[337/521] Compiling name_print.cc
[338/521] Compiling by_file.cc
[339/521] Compiling by_dir.cc
[340/521] Compiling asn1_gen.cc
[341/521] Compiling algorithm.cc
[342/521] Compiling a_sign.cc
[343/521] Compiling a_digest.cc
[344/521] Compiling a_verify.cc
[345/521] Compiling thread_win.cc
[346/521] Compiling voprf.cc
[347/521] Compiling thread.cc
[348/521] Compiling trust_token.cc
[349/521] Compiling thread_pthread.cc
[350/521] Compiling thread_none.cc
[351/521] Compiling stack.cc
[352/521] Compiling pmbtoken.cc
[353/521] Compiling slhdsa.cc
[354/521] Compiling spake2plus.cc
[355/521] Compiling sha512.cc
[356/521] Compiling siphash.cc
[357/521] Compiling sha1.cc
[358/521] Compiling rsa_print.cc
[359/521] Compiling sha256.cc
[360/521] Compiling rsa_extra.cc
[361/521] Compiling rsa_crypt.cc
[362/521] Compiling refcount.cc
[363/521] Compiling rc4.cc
[364/521] Compiling rsa_asn1.cc
[365/521] Compiling windows.cc
[366/521] Compiling trusty.cc
[367/521] Compiling urandom.cc
[368/521] Compiling rand.cc
[369/521] Compiling ios.cc
[370/521] Compiling passive.cc
[371/521] Compiling poly1305_arm_asm.S
[372/521] Compiling getentropy.cc
[373/521] Compiling forkunsafe.cc
[374/521] Compiling deterministic.cc
[375/521] Compiling fork_detect.cc
[376/521] Compiling poly1305_arm.cc
[377/521] Compiling poly1305_vec.cc
[378/521] Compiling poly1305.cc
[379/521] Compiling pool.cc
[380/521] Compiling pkcs8.cc
[381/521] Compiling pkcs7.cc
[382/521] Compiling pkcs8_x509.cc
[383/521] Compiling p5_pbev2.cc
[384/521] Compiling pkcs7_x509.cc
[385/521] Compiling pem_xaux.cc
[386/521] Compiling pem_pkey.cc
[387/521] Compiling pem_x509.cc
[388/521] Compiling pem_pk8.cc
[389/521] Compiling pem_oth.cc
[390/521] Compiling mlkem.cc
[391/521] Compiling obj_xref.cc
[392/521] Compiling pem_info.cc
[393/521] Compiling pem_lib.cc
[394/521] Compiling mldsa.cc
[395/521] Compiling pem_all.cc
[396/521] Compiling obj.cc
[397/521] Compiling poly_rq_mul.S
[398/521] Compiling mem.cc
[399/521] Compiling fips_shared_support.cc
[400/521] Compiling md4.cc
[401/521] Compiling md5.cc
[402/521] Compiling lhash.cc
[403/521] Compiling sign.cc
[404/521] Compiling kyber.cc
[405/521] Compiling ex_data.cc
[406/521] Compiling scrypt.cc
[407/521] Compiling pbkdf.cc
[408/521] Compiling hpke.cc
[409/521] Compiling print.cc
[410/521] Compiling hrss.cc
[411/521] Compiling p_x25519_asn1.cc
[412/521] Compiling p_x25519.cc
[413/521] Compiling p_ed25519.cc
[414/521] Compiling p_rsa_asn1.cc
[415/521] Compiling p_hkdf.cc
[416/521] Compiling p_rsa.cc
[417/521] Compiling p_ec.cc
[418/521] Compiling p_ed25519_asn1.cc
[419/521] Compiling p_ec_asn1.cc
[420/521] Compiling p_dsa_asn1.cc
[421/521] Compiling p_dh_asn1.cc
[422/521] Compiling p_dh.cc
[423/521] Compiling evp_ctx.cc
[424/521] Compiling err.cc
[425/521] Compiling evp.cc
[426/521] Compiling engine.cc
[427/521] Compiling evp_asn1.cc
[428/521] Compiling ecdsa_asn1.cc
[429/521] Compiling ecdh.cc
[430/521] Compiling hash_to_curve.cc
[431/521] Compiling ec_derive.cc
[432/521] Compiling dsa.cc
[433/521] Compiling bcm.cc
[434/521] Compiling dsa_asn1.cc
[435/521] Compiling x25519-asm-arm.S
[436/521] Compiling ec_asn1.cc
[437/521] Compiling params.cc
[438/521] Compiling digest_extra.cc
[439/521] Compiling des.cc
[440/521] Compiling dh_asn1.cc
[441/521] Compiling curve25519_64_adx.cc
[442/521] Compiling spake25519.cc
[443/521] Compiling cpu_intel.cc
[444/521] Compiling crypto.cc
[445/521] Compiling cpu_arm_linux.cc
[446/521] Compiling cpu_arm_freebsd.cc
[447/521] Compiling curve25519.cc
[448/521] Compiling cpu_aarch64_win.cc
[449/521] Compiling cpu_aarch64_sysreg.cc
[450/521] Compiling cpu_aarch64_openbsd.cc
[451/521] Compiling cpu_aarch64_linux.cc
[452/521] Compiling cpu_aarch64_fuchsia.cc
[453/521] Compiling cpu_aarch64_apple.cc
[454/521] Compiling conf.cc
[455/521] Compiling tls_cbc.cc
[456/521] Compiling get_cipher.cc
[457/521] Compiling e_tls.cc
[458/521] Compiling e_rc4.cc
[459/521] Compiling e_rc2.cc
[460/521] Compiling e_null.cc
[461/521] Compiling e_des.cc
[462/521] Compiling e_chacha20poly1305.cc
[463/521] Compiling e_aesgcmsiv.cc
[464/521] Compiling e_aesctrhmac.cc
[465/521] Compiling derive_key.cc
[466/521] Compiling chacha.cc
[467/521] Compiling unicode.cc
[468/521] Compiling cbs.cc
[469/521] Compiling ber.cc
[470/521] Compiling cbb.cc
[471/521] Compiling buf.cc
[472/521] Compiling asn1_compat.cc
[473/521] Compiling blake2.cc
[474/521] Compiling bn_asn1.cc
[475/521] Compiling socket_helper.cc
[476/521] Compiling convert.cc
[477/521] Compiling socket.cc
[478/521] Compiling printf.cc
[479/521] Compiling hexdump.cc
[480/521] Compiling pair.cc
[481/521] Compiling file.cc
[482/521] Compiling fd.cc
[483/521] Compiling errno.cc
[484/521] Compiling connect.cc
[485/521] Compiling bio_mem.cc
[486/521] Compiling bio.cc
[487/521] Compiling base64.cc
[488/521] Compiling tasn_typ.cc
[489/521] Compiling tasn_fre.cc
[490/521] Compiling tasn_utl.cc
[491/521] Compiling tasn_enc.cc
[492/521] Compiling tasn_new.cc
[493/521] Compiling posix_time.cc
[494/521] Compiling f_string.cc
[495/521] Compiling f_int.cc
[496/521] Compiling tasn_dec.cc
[497/521] Compiling asn_pack.cc
[498/521] Compiling asn1_par.cc
[499/521] Compiling asn1_lib.cc
[500/521] Compiling a_utctm.cc
[501/521] Compiling a_octet.cc
[502/521] Compiling a_type.cc
[503/521] Compiling a_time.cc
[504/521] Compiling a_strnid.cc
[505/521] Compiling a_strex.cc
[506/521] Compiling a_object.cc
[507/521] Compiling a_mbstr.cc
[508/521] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[508/521] Write sources
[512/521] Compiling a_int.cc
[513/521] Compiling a_i2d_fp.cc
[514/521] Compiling a_d2i_fp.cc
[515/521] Compiling a_dup.cc
[516/540] Compiling a_gentm.cc
[517/566] Compiling a_bitstr.cc
[518/566] Compiling a_bool.cc
[520/566] Compiling Algorithms Trim.swift
[521/566] Compiling Algorithms Partition.swift
[522/566] Compiling Algorithms MinMax.swift
[523/566] Compiling Algorithms Suffix.swift
[524/566] Compiling Algorithms RandomSample.swift
[525/566] Compiling Algorithms Reductions.swift
[526/566] Compiling Algorithms Joined.swift
[527/566] Compiling Algorithms Keyed.swift
[528/566] Compiling Algorithms Permutations.swift
[529/566] Compiling Algorithms Product.swift
[530/567] Compiling Atomics Unmanaged extensions.swift
[531/567] Compiling Algorithms FirstNonNil.swift
[532/567] Compiling Algorithms FlattenCollection.swift
[533/567] Compiling Algorithms Grouped.swift
[534/567] Compiling Algorithms Indexed.swift
[535/567] Compiling Algorithms Intersperse.swift
[538/567] Compiling Algorithms Rotate.swift
[539/567] Compiling Algorithms Combinations.swift
[540/567] Compiling Algorithms Compacted.swift
[541/567] Compiling Algorithms Cycle.swift
[542/569] Compiling Algorithms EitherSequence.swift
[545/569] Compiling Algorithms Split.swift
[546/569] Compiling Algorithms Stride.swift
[555/569] Compiling Algorithms Chunked.swift
[557/569] Compiling Algorithms AdjacentPairs.swift
[558/569] Compiling Algorithms Chain.swift
[564/569] Compiling Algorithms Unique.swift
[565/569] Compiling Algorithms Windows.swift
[566/569] Emitting module Atomics
[566/569] Compiling c-nioatomics.c
[568/569] Emitting module Algorithms
[568/569] Compiling c-atomics.c
[570/575] Compiling NIOConcurrencyHelpers lock.swift
[571/575] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[572/575] Emitting module NIOConcurrencyHelpers
[573/575] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[574/575] Compiling NIOConcurrencyHelpers NIOLock.swift
[575/575] Compiling NIOConcurrencyHelpers atomics.swift
[576/639] Compiling NIOCore Linux.swift
[577/639] Compiling NIOCore MarkedCircularBuffer.swift
[578/639] Compiling NIOCore MulticastChannel.swift
[579/639] Compiling NIOCore NIOAny.swift
[580/639] Compiling NIOCore NIOCloseOnErrorHandler.swift
[581/639] Compiling NIOCore NIOCoreSendableMetatype.swift
[582/639] Compiling NIOCore NIODecodedAsyncSequence.swift
[583/646] Compiling NIOCore GlobalSingletons.swift
[584/646] Compiling NIOCore IO.swift
[585/646] Compiling NIOCore IOData.swift
[586/646] Compiling NIOCore IPProtocol.swift
[587/646] Compiling NIOCore IntegerBitPacking.swift
[588/646] Compiling NIOCore IntegerTypes.swift
[589/646] Compiling NIOCore Interfaces.swift
[590/646] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[591/646] Compiling NIOCore EventLoopFuture+Deprecated.swift
[592/646] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[593/646] Compiling NIOCore EventLoopFuture.swift
[594/646] Compiling NIOCore FileDescriptor.swift
[595/646] Compiling NIOCore FileHandle.swift
[596/646] Compiling NIOCore FileRegion.swift
[597/646] Compiling NIOCore SocketAddresses.swift
[598/646] Compiling NIOCore SocketOptionProvider.swift
[599/646] Compiling NIOCore SystemCallHelpers.swift
[600/646] Compiling NIOCore TimeAmount+Duration.swift
[601/646] Compiling NIOCore TypeAssistedChannelHandler.swift
[602/646] Compiling NIOCore UniversalBootstrapSupport.swift
[603/646] Compiling NIOCore Utilities.swift
[604/646] Compiling NIOCore Codec.swift
[605/646] Compiling NIOCore ConvenienceOptionSupport.swift
[606/646] Compiling NIOCore DeadChannel.swift
[607/646] Compiling NIOCore DispatchQueue+WithFuture.swift
[608/646] Compiling NIOCore EventLoop+Deprecated.swift
[609/646] Compiling NIOCore EventLoop+SerialExecutor.swift
[610/646] Compiling NIOCore EventLoop.swift
[611/646] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[612/646] Compiling NIOCore NIOAsyncWriter.swift
[613/646] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[614/646] Compiling NIOCore BSDSocketAPI.swift
[615/646] Compiling NIOCore ByteBuffer-aux.swift
[616/646] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[617/646] Compiling NIOCore ByteBuffer-conversions.swift
[618/646] Compiling NIOCore Channel.swift
[619/646] Compiling NIOCore ChannelHandler.swift
[620/646] Compiling NIOCore ChannelHandlers.swift
[621/646] Compiling NIOCore ChannelInvoker.swift
[622/646] Compiling NIOCore ChannelOption.swift
[623/646] Compiling NIOCore ChannelPipeline.swift
[624/646] Compiling NIOCore CircularBuffer.swift
[625/646] Compiling NIOCore AddressedEnvelope.swift
[626/646] Compiling NIOCore AsyncAwaitSupport.swift
[627/646] Compiling NIOCore AsyncChannel.swift
[628/646] Compiling NIOCore AsyncChannelHandler.swift
[629/646] Compiling NIOCore AsyncChannelInboundStream.swift
[630/646] Compiling NIOCore AsyncChannelOutboundWriter.swift
[631/646] Compiling NIOCore NIOAsyncSequenceProducer.swift
[632/646] Compiling NIOCore NIOLoopBound.swift
[633/646] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[634/646] Compiling NIOCore NIOScheduledCallback.swift
[635/646] Compiling NIOCore NIOSendable.swift
[636/646] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[637/646] Compiling NIOCore RecvByteBufferAllocator.swift
[638/646] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[639/646] Compiling NIOCore ByteBuffer-core.swift
[640/646] Compiling NIOCore ByteBuffer-hex.swift
[641/646] Compiling NIOCore ByteBuffer-int.swift
[642/646] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[643/646] Compiling NIOCore ByteBuffer-multi-int.swift
[644/646] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[645/646] Compiling NIOCore ByteBuffer-views.swift
[646/646] Emitting module NIOCore
[647/702] Compiling NIOEmbedded AsyncTestingChannel.swift
[648/702] Compiling NIOEmbedded Embedded.swift
[649/702] Emitting module NIOEmbedded
[650/702] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[651/702] Compiling NIOPosix PosixSingletons.swift
[652/702] Compiling NIOPosix RawSocketBootstrap.swift
[653/702] Compiling NIOPosix Resolver.swift
[654/702] Compiling NIOPosix Selectable.swift
[655/702] Compiling NIOPosix SelectableChannel.swift
[656/702] Compiling NIOPosix SelectableEventLoop.swift
[657/707] Compiling NIOPosix SelectorEpoll.swift
[658/707] Compiling NIOPosix SelectorGeneric.swift
[659/707] Compiling NIOPosix SelectorKqueue.swift
[660/707] Compiling NIOPosix SelectorUring.swift
[661/707] Compiling NIOPosix SelectorWSAPoll.swift
[662/707] Compiling NIOPosix BSDSocketAPICommon.swift
[663/707] Compiling NIOPosix BSDSocketAPIPosix.swift
[664/707] Compiling NIOPosix BSDSocketAPIWindows.swift
[665/707] Compiling NIOPosix BaseSocket.swift
[666/707] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[667/707] Compiling NIOPosix BaseSocketChannel.swift
[668/707] Emitting module NIOPosix
[669/707] Compiling NIOPosix ServerSocket.swift
[670/707] Compiling NIOPosix Socket.swift
[671/707] Compiling NIOPosix SocketChannel.swift
[672/707] Compiling NIOPosix SocketProtocols.swift
[673/707] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[674/707] Compiling NIOPosix System.swift
[675/707] Compiling NIOPosix Thread.swift
[676/707] Compiling NIOPosix ThreadPosix.swift
[677/707] Compiling NIOPosix ThreadWindows.swift
[678/707] Compiling NIOPosix UnsafeTransfer.swift
[679/707] Compiling NIOPosix LinuxCPUSet.swift
[680/707] Compiling NIOPosix LinuxUring.swift
[681/707] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[682/707] Compiling NIOPosix NIOPosixSendableMetatype.swift
[683/707] Compiling NIOPosix NIOThreadPool.swift
[684/707] Compiling NIOPosix NonBlockingFileIO.swift
[685/707] Compiling NIOPosix GetaddrinfoResolver.swift
[686/707] Compiling NIOPosix HappyEyeballs.swift
[687/707] Compiling NIOPosix IO.swift
[688/707] Compiling NIOPosix IntegerBitPacking.swift
[689/707] Compiling NIOPosix IntegerTypes.swift
[690/707] Compiling NIOPosix Linux.swift
[691/707] Compiling NIOPosix PendingDatagramWritesManager.swift
[692/707] Compiling NIOPosix PendingWritesManager.swift
[693/707] Compiling NIOPosix PipeChannel.swift
[694/707] Compiling NIOPosix PipePair.swift
[695/707] Compiling NIOPosix Pool.swift
[696/707] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[697/707] Compiling NIOPosix BaseStreamSocketChannel.swift
[698/707] Compiling NIOPosix Bootstrap.swift
[699/707] Compiling NIOPosix ControlMessage.swift
[700/707] Compiling NIOPosix DatagramVectorReadManager.swift
[701/707] Compiling NIOPosix Errors+Any.swift
[702/707] Compiling NIOPosix FileDescriptor.swift
[703/707] Compiling NIOPosix Utilities.swift
[704/707] Compiling NIOPosix VsockAddress.swift
[705/707] Compiling NIOPosix VsockChannelEvents.swift
[706/707] Compiling NIOPosix Windows.swift
[707/707] Compiling NIOPosix resource_bundle_accessor.swift
[708/709] Compiling NIO Exports.swift
[709/709] Emitting module NIO
[710/749] Compiling NIOSOCKS Errors.swift
[711/750] Compiling NIOSOCKS Helpers.swift
[712/750] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[713/750] Compiling NIOSOCKS SOCKSResponse.swift
[714/750] Compiling NIOSOCKS ClientStateMachine.swift
[715/750] Compiling NIOSOCKS AuthenticationMethod.swift
[716/750] Compiling NIOSOCKS ClientGreeting.swift
[717/750] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[718/750] Compiling NIOSOCKS SOCKSRequest.swift
[719/750] Compiling NIOSOCKS Messages.swift
[720/751] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[721/751] Emitting module NIOSOCKS
[722/751] Compiling NIOSOCKS SOCKSClientHandler.swift
[723/751] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[724/751] Compiling NIOTLS TLSEvents.swift
[725/751] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[726/751] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[727/751] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[728/751] Emitting module NIOTLS
[729/751] Compiling NIOTLS SNIHandler.swift
[730/751] Compiling NIOSOCKS ServerStateMachine.swift
[733/751] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[734/751] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[735/751] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[736/751] Emitting module NIOFoundationCompat
[737/751] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[738/751] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[739/751] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[740/782] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[741/782] Emitting module NIOHTTP1
[742/782] Compiling NIOSSL SSLCertificate.swift
[743/782] Compiling NIOSSL SSLCertificateExtensions.swift
[744/804] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[745/804] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[746/804] Compiling NIOTransportServices NIOTSErrors.swift
[747/804] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[748/804] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[749/804] Compiling NIOTransportServices AcceptHandler.swift
[750/804] Compiling NIOTransportServices NIOTSListenerChannel.swift
[751/804] Compiling NIOTransportServices NIOTSEventLoop.swift
[752/822] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[753/822] Compiling NIOHPACK HPACKEncoder.swift
[754/823] Compiling NIOHPACK DynamicHeaderTable.swift
[755/823] Compiling NIOHPACK HPACKDecoder.swift
[756/823] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[757/823] Compiling NIOHPACK IndexedHeaderTable.swift
[758/823] Compiling NIOHPACK IntegerCoding.swift
[759/823] Emitting module NIOTransportServices
[760/825] Compiling NIOHPACK StaticHeaderTable.swift
[761/825] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[762/825] Compiling NIOHTTPCompression HTTPDecompression.swift
[763/825] Compiling NIOHTTPCompression HTTPCompression.swift
[764/825] Emitting module NIOHTTPCompression
[765/825] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[766/825] Compiling NIOTransportServices NIOTSBootstraps.swift
[767/825] Compiling NIOTransportServices NIOTSChannelOptions.swift
[768/825] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[769/825] Compiling NIOHPACK HuffmanTables.swift
[770/825] Compiling NIOHPACK HeaderTables.swift
[771/825] Compiling NIOHPACK HuffmanCoding.swift
[772/825] Emitting module NIOHPACK
[773/825] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[774/825] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[776/825] Emitting module NIOSSL
[779/828] Compiling NIOHPACK HPACKErrors.swift
[780/828] Compiling NIOHPACK HPACKHeader.swift
[781/828] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[782/828] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[783/828] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[784/828] Compiling NIOTransportServices NIOTSSingletons.swift
[790/828] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[791/828] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[794/828] Compiling NIOTransportServices StateManagedListenerChannel.swift
[795/828] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[796/890] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[797/890] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[798/890] Compiling NIOHTTP2 HTTP2Error.swift
[799/890] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[800/890] Compiling NIOHTTP2 HasFlowControlWindows.swift
[801/890] Compiling NIOHTTP2 HasLocalSettings.swift
[802/890] Compiling NIOHTTP2 HasRemoteSettings.swift
[803/890] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[804/890] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[805/890] Compiling NIOHTTP2 MaySendFrames.swift
[806/890] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[807/890] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[808/890] Compiling NIOHTTP2 HTTP2StreamID.swift
[809/890] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[810/890] Compiling NIOHTTP2 SendingDataState.swift
[811/890] Compiling NIOHTTP2 SendingGoawayState.swift
[812/890] Compiling NIOHTTP2 SendingHeadersState.swift
[813/890] Compiling NIOHTTP2 SendingPushPromiseState.swift
[814/890] Compiling NIOHTTP2 HTTP2Stream.swift
[815/890] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[816/890] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[817/890] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[818/890] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[819/890] Compiling NIOHTTP2 LocallyQuiescingState.swift
[820/890] Compiling NIOHTTP2 QuiescingState.swift
[821/890] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[822/890] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[823/890] Compiling NIOHTTP2 StateMachineResult.swift
[824/890] Compiling NIOHTTP2 ContentLengthVerifier.swift
[825/890] Compiling NIOHTTP2 DOSHeuristics.swift
[826/890] Compiling NIOHTTP2 SendingRstStreamState.swift
[827/890] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[828/890] Compiling NIOHTTP2 HTTP2SettingsState.swift
[856/896] Compiling NIOHTTP2 StreamChannelFlowController.swift
[857/896] Compiling NIOHTTP2 StreamChannelList.swift
[858/896] Compiling NIOHTTP2 StreamMap.swift
[859/896] Compiling NIOHTTP2 StreamStateMachine.swift
[860/896] Compiling NIOHTTP2 UnsafeTransfer.swift
[861/896] Compiling NIOHTTP2 WatermarkedFlowController.swift
[862/896] Compiling NIOHTTP2 Error+Any.swift
[863/896] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[864/896] Compiling NIOHTTP2 ControlFrameBuffer.swift
[865/896] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[866/896] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[867/896] Compiling NIOHTTP2 GlitchesMonitor.swift
[868/896] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[869/896] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[870/896] Compiling NIOHTTP2 HTTP2UserEvents.swift
[871/896] Compiling NIOHTTP2 InboundEventBuffer.swift
[872/896] Compiling NIOHTTP2 InboundWindowManager.swift
[873/896] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[874/896] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[875/896] Emitting module NIOHTTP2
[876/896] Compiling NIOHTTP2 ConnectionStateMachine.swift
[877/896] Compiling NIOHTTP2 ConnectionStreamsState.swift
[878/896] Compiling NIOHTTP2 MayReceiveFrames.swift
[879/896] Compiling NIOHTTP2 ReceivingDataState.swift
[880/896] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[881/896] Compiling NIOHTTP2 ReceivingHeadersState.swift
[882/896] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[883/896] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[884/896] Compiling NIOHTTP2 HTTP2Frame.swift
[885/896] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[886/896] Compiling NIOHTTP2 HTTP2FrameParser.swift
[887/896] Compiling NIOHTTP2 HTTP2PingData.swift
[888/896] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[889/896] Compiling NIOHTTP2 HTTP2Settings.swift
[896/896] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[897/960] Emitting module AsyncHTTPClient
[898/967] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[899/967] Compiling AsyncHTTPClient HTTPClientRequest.swift
[900/967] Compiling AsyncHTTPClient HTTPClientResponse.swift
[901/967] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[902/967] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[903/967] Compiling AsyncHTTPClient Transaction.swift
[904/967] Compiling AsyncHTTPClient Base64.swift
[905/967] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[906/967] Compiling AsyncHTTPClient HTTP1Connection.swift
[907/967] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[908/967] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[909/967] Compiling AsyncHTTPClient HTTP2Connection.swift
[910/967] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[911/967] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[912/967] Compiling AsyncHTTPClient SSLContextCache.swift
[913/967] Compiling AsyncHTTPClient Scheme.swift
[914/967] Compiling AsyncHTTPClient Singleton.swift
[915/967] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[916/967] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[917/967] Compiling AsyncHTTPClient TracingSupport.swift
[918/967] Compiling AsyncHTTPClient Utils.swift
[919/967] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[920/967] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[921/967] Compiling AsyncHTTPClient ConnectionTarget.swift
[922/967] Compiling AsyncHTTPClient DeconstructedURL.swift
[923/967] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[924/967] Compiling AsyncHTTPClient FoundationExtensions.swift
[925/967] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[926/967] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[927/967] Compiling AsyncHTTPClient RequestOptions.swift
[928/967] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[929/967] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[930/967] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[931/967] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[932/967] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[933/967] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[934/967] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[935/967] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[936/967] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[937/967] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[938/967] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[939/967] Compiling AsyncHTTPClient RequestBodyLength.swift
[940/967] Compiling AsyncHTTPClient NWWaitingHandler.swift
[941/967] Compiling AsyncHTTPClient TLSConfiguration.swift
[942/967] Compiling AsyncHTTPClient RedirectState.swift
[943/967] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[944/967] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[945/967] Compiling AsyncHTTPClient RequestBag.swift
[946/967] Compiling AsyncHTTPClient RequestValidation.swift
[947/967] Compiling AsyncHTTPClient BasicAuth.swift
[948/967] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[949/967] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[950/967] Compiling AsyncHTTPClient ConnectionPool.swift
[951/967] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[952/967] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[953/967] Compiling AsyncHTTPClient TLSEventsHandler.swift
[954/967] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[955/967] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[956/967] Compiling AsyncHTTPClient AsyncLazySequence.swift
[957/967] Compiling AsyncHTTPClient HTTPClient+execute.swift
[958/967] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[959/967] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[960/967] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[961/967] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[962/967] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[963/967] Compiling AsyncHTTPClient HTTPClient.swift
[964/967] Compiling AsyncHTTPClient HTTPHandler.swift
[965/967] Compiling AsyncHTTPClient LRUCache.swift
[966/967] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[967/967] Compiling AsyncHTTPClient NWErrorHandler.swift
Build complete! (69.71s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.98s)
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.66s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.67s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.67s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.68s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.96s)
Fetched https://github.com/apple/swift-nio.git from cache (2.27s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (3.78s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.97s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.05s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.50s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2568] Fetching swift-service-lifecycle
[181/9594] Fetching swift-service-lifecycle, swift-certificates
[836/15384] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.26s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.26s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.30s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.31s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.31s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.49s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.83s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.60s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.03s)
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.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
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-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.30.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.36.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.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"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    }
  ],
  "manifest_display_name" : "async-http-client",
  "name" : "async-http-client",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncHTTPClient",
      "targets" : [
        "AsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CAsyncHTTPClient",
      "module_type" : "ClangTarget",
      "name" : "CAsyncHTTPClient",
      "path" : "Sources/CAsyncHTTPClient",
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CAsyncHTTPClient.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClientTests",
      "path" : "Tests/AsyncHTTPClientTests",
      "product_dependencies" : [
        "NIOTLS",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOSSL",
        "NIOHTTP2",
        "NIOSOCKS",
        "Atomics",
        "Algorithms",
        "Logging",
        "Tracing",
        "InMemoryTracing"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/example.com.private-key.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_cert.pem",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AsyncHTTPClientTests/Resources/self_signed_key.pem",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AsyncAwaitEndToEndTests.swift",
        "AsyncTestHelpers.swift",
        "ConnectionPoolSizeConfigValueIsRespectedTests.swift",
        "EmbeddedChannel+HTTPConvenience.swift",
        "HTTP1ClientChannelHandlerTests.swift",
        "HTTP1ConnectionStateMachineTests.swift",
        "HTTP1ConnectionTests.swift",
        "HTTP1ProxyConnectHandlerTests.swift",
        "HTTP2ClientRequestHandlerTests.swift",
        "HTTP2ClientTests.swift",
        "HTTP2ConnectionTests.swift",
        "HTTP2IdleHandlerTests.swift",
        "HTTPClient+SOCKSTests.swift",
        "HTTPClient+StructuredConcurrencyTests.swift",
        "HTTPClientBase.swift",
        "HTTPClientCookieTests.swift",
        "HTTPClientInformationalResponsesTests.swift",
        "HTTPClientInternalTests.swift",
        "HTTPClientNIOTSTests.swift",
        "HTTPClientRequestTests.swift",
        "HTTPClientResponseTests.swift",
        "HTTPClientTestUtils.swift",
        "HTTPClientTests.swift",
        "HTTPClientTracingInternalTests.swift",
        "HTTPClientTracingTests.swift",
        "HTTPClientUncleanSSLConnectionShutdownTests.swift",
        "HTTPConnectionPool+FactoryTests.swift",
        "HTTPConnectionPool+HTTP1ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP1StateTests.swift",
        "HTTPConnectionPool+HTTP2ConnectionsTest.swift",
        "HTTPConnectionPool+HTTP2StateMachineTests.swift",
        "HTTPConnectionPool+ManagerTests.swift",
        "HTTPConnectionPool+RequestQueueTests.swift",
        "HTTPConnectionPool+StateTestUtils.swift",
        "HTTPConnectionPoolTests.swift",
        "HTTPRequestStateMachineTests.swift",
        "IdleTimeoutNoReuseTests.swift",
        "LRUCacheTests.swift",
        "Mocks/MockConnectionPool.swift",
        "Mocks/MockHTTPExecutableRequest.swift",
        "Mocks/MockRequestExecutor.swift",
        "Mocks/MockRequestQueuer.swift",
        "NWWaitingHandlerTests.swift",
        "NoBytesSentOverBodyLimitTests.swift",
        "RacePoolIdleConnectionsAndGetTests.swift",
        "RequestBagTests.swift",
        "RequestValidationTests.swift",
        "ResponseDelayGetTests.swift",
        "SOCKSEventsHandlerTests.swift",
        "SOCKSTestUtils.swift",
        "SSLContextCacheTests.swift",
        "StressGetHttpsTests.swift",
        "TLSEventsHandlerTests.swift",
        "Transaction+StateMachineTests.swift",
        "TransactionTests.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "AsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "AsyncHTTPClient",
      "path" : "Sources/AsyncHTTPClient",
      "product_dependencies" : [
        "NIO",
        "NIOTLS",
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOHTTP2",
        "NIOSSL",
        "NIOHTTPCompression",
        "NIOSOCKS",
        "NIOTransportServices",
        "Atomics",
        "Algorithms",
        "Logging",
        "Tracing"
      ],
      "product_memberships" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "AsyncAwait/AnyAsyncSequence.swift",
        "AsyncAwait/AnyAsyncSequenceProucerDelete.swift",
        "AsyncAwait/AsyncLazySequence.swift",
        "AsyncAwait/HTTPClient+execute.swift",
        "AsyncAwait/HTTPClient+shutdown.swift",
        "AsyncAwait/HTTPClient+tracing.swift",
        "AsyncAwait/HTTPClientRequest+Prepared.swift",
        "AsyncAwait/HTTPClientRequest+auth.swift",
        "AsyncAwait/HTTPClientRequest.swift",
        "AsyncAwait/HTTPClientResponse.swift",
        "AsyncAwait/SingleIteratorPrecondition.swift",
        "AsyncAwait/Transaction+StateMachine.swift",
        "AsyncAwait/Transaction.swift",
        "Base64.swift",
        "BasicAuth.swift",
        "BestEffortHashableTLSConfiguration.swift",
        "Configuration+BrowserLike.swift",
        "ConnectionPool.swift",
        "ConnectionPool/ChannelHandler/HTTP1ProxyConnectHandler.swift",
        "ConnectionPool/ChannelHandler/SOCKSEventsHandler.swift",
        "ConnectionPool/ChannelHandler/TLSEventsHandler.swift",
        "ConnectionPool/HTTP1/HTTP1ClientChannelHandler.swift",
        "ConnectionPool/HTTP1/HTTP1Connection.swift",
        "ConnectionPool/HTTP1/HTTP1ConnectionStateMachine.swift",
        "ConnectionPool/HTTP2/HTTP2ClientRequestHandler.swift",
        "ConnectionPool/HTTP2/HTTP2Connection.swift",
        "ConnectionPool/HTTP2/HTTP2IdleHandler.swift",
        "ConnectionPool/HTTPConnectionEvent.swift",
        "ConnectionPool/HTTPConnectionPool+Factory.swift",
        "ConnectionPool/HTTPConnectionPool+Manager.swift",
        "ConnectionPool/HTTPConnectionPool.swift",
        "ConnectionPool/HTTPExecutableRequest.swift",
        "ConnectionPool/HTTPRequestStateMachine+Demand.swift",
        "ConnectionPool/HTTPRequestStateMachine.swift",
        "ConnectionPool/RequestBodyLength.swift",
        "ConnectionPool/RequestFramingMetadata.swift",
        "ConnectionPool/RequestOptions.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+Backoff.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP1StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2Connections.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+HTTP2StateMachine.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+RequestQueue.swift",
        "ConnectionPool/State Machine/HTTPConnectionPool+StateMachine.swift",
        "ConnectionTarget.swift",
        "DeconstructedURL.swift",
        "FileDownloadDelegate.swift",
        "FoundationExtensions.swift",
        "HTTPClient+HTTPCookie.swift",
        "HTTPClient+Proxy.swift",
        "HTTPClient+StructuredConcurrency.swift",
        "HTTPClient.swift",
        "HTTPHandler.swift",
        "LRUCache.swift",
        "NIOLoopBound+Execute.swift",
        "NIOTransportServices/NWErrorHandler.swift",
        "NIOTransportServices/NWWaitingHandler.swift",
        "NIOTransportServices/TLSConfiguration.swift",
        "RedirectState.swift",
        "RequestBag+StateMachine.swift",
        "RequestBag+Tracing.swift",
        "RequestBag.swift",
        "RequestValidation.swift",
        "SSLContextCache.swift",
        "Scheme.swift",
        "Singleton.swift",
        "StringConvertibleInstances.swift",
        "StructuredConcurrencyHelpers.swift",
        "TracingSupport.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CAsyncHTTPClient"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.