Build Information
Successful build of async-http-client, reference main (8cfd30), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 00:07:30 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/async-http-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-server/async-http-client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8cfd301 Update test certs (#901)
Cloned https://github.com/swift-server/async-http-client.git
Revision (git rev-parse @):
8cfd301b4163e7009c1b6a2b35feaf6812c2157a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/async-http-client.git at main
========================================
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.7.1",
"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",
"InMemoryLogging",
"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",
"BidirectionalStreamingTests.swift",
"ConnectionPoolSizeConfigValueIsRespectedTests.swift",
"EmbeddedChannel+HTTPConvenience.swift",
"FoundationExtensionTests.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",
"LocalAddressOverrideTests.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",
"SwiftConfigurationTests.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",
"HTTPClientConfiguration+SwiftConfiguration.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/454] Write sources
[8/454] Copying PrivacyInfo.xcprivacy
[10/454] Write sources
[14/454] Copying PrivacyInfo.xcprivacy
[14/454] Write sources
[26/454] Compiling CNIOWASI CNIOWASI.c
[27/454] Compiling CNIOWindows shim.c
[28/454] Compiling CNIOWindows WSAStartup.c
[29/454] Compiling CNIOOpenBSD shim.c
[30/454] Compiling CNIOLinux shim.c
[30/454] Compiling CNIOLinux liburing_shims.c
[32/454] Compiling _NumericsShims _NumericsShims.c
[33/454] Write swift-version-2F0A5646E1D333AE.txt
[34/454] Compiling _AtomicsShims.c
[35/454] Compiling CNIOPosix event_loop_id.c
[36/454] Compiling CNIOLLHTTP c_nio_http.c
[37/463] Compiling CNIOLLHTTP c_nio_api.c
[38/463] Compiling CNIOExtrasZlib inflate.c
[39/463] Compiling CNIOExtrasZlib inffast.c
[39/463] Compiling CNIOExtrasZlib inftrees.c
[41/463] Compiling CNIOExtrasZlib trees.c
[42/474] Compiling CNIOExtrasZlib crc32.c
[43/474] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/474] Compiling CNIOExtrasZlib deflate.c
[45/474] Compiling CNIOExtrasZlib adler32.c
[46/474] Compiling fiat_p256_adx_sqr.S
[47/474] Compiling fiat_p256_adx_mul.S
[48/474] Compiling fiat_curve25519_adx_square.S
[49/480] Compiling fiat_curve25519_adx_mul.S
[50/499] Compiling CNIOExtrasZlib zutil.c
[51/499] Compiling CNIODarwin shim.c
[53/499] Emitting module _NIOBase64
[54/499] Compiling _NIOBase64 Base64.swift
[55/499] Compiling ServiceContextModule ServiceContext.swift
[56/499] Compiling ServiceContextModule ServiceContextKey.swift
[57/499] Emitting module ServiceContextModule
[58/499] Compiling RealModule RealFunctions.swift
[58/500] Compiling CNIOBoringSSLShims shims.c
[60/500] Compiling RealModule RelaxedArithmetic.swift
[61/500] Emitting module RealModule
[62/500] Compiling RealModule Float80+Real.swift
[63/500] Compiling RealModule Real.swift
[64/500] Compiling RealModule Float+Real.swift
[65/500] Compiling RealModule Float16+Real.swift
[66/500] Compiling RealModule ElementaryFunctions.swift
[67/506] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/506] Compiling InternalCollectionsUtilities Integer rank.swift
[69/506] Compiling RealModule AugmentedArithmetic.swift
[70/506] Compiling RealModule Double+Real.swift
[71/506] Compiling _NIODataStructures _TinyArray.swift
[72/506] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/506] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/506] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[75/506] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/506] Compiling InternalCollectionsUtilities Span+Extras.swift
[77/506] Compiling InternalCollectionsUtilities String+Padding.swift
[78/506] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/506] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/506] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/506] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/506] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[83/506] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/506] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/506] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[86/507] Compiling InternalCollectionsUtilities Debugging.swift
[87/507] Compiling InternalCollectionsUtilities Descriptions.swift
[88/507] Emitting module InternalCollectionsUtilities
[91/507] Compiling Instrumentation NoOpInstrument.swift
[92/507] Compiling Instrumentation MultiplexInstrument.swift
[93/507] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/507] Compiling Instrumentation Instrument.swift
[95/507] Compiling Instrumentation InstrumentationSystem.swift
[96/507] Emitting module Instrumentation
[97/507] Compiling Instrumentation Locks.swift
[98/507] Compiling _NIODataStructures PriorityQueue.swift
[99/507] Emitting module _NIODataStructures
[100/507] Compiling _NIODataStructures Heap.swift
[100/507] Compiling tls_method.cc
[100/507] Compiling tls_record.cc
[102/507] Compiling tls13_server.cc
[104/508] Compiling Logging MetadataProvider.swift
[105/508] Compiling Logging LogHandler.swift
[106/508] Compiling Logging LogEvent.swift
[107/508] Compiling Logging Locks.swift
[108/508] Emitting module Logging
[109/508] Compiling Logging Logging.swift
[109/508] Compiling tls13_enc.cc
[111/549] Compiling ContainersPreview ContainerIterator.swift
[112/549] Compiling ContainersPreview DynamicContainer.swift
[113/549] Compiling ContainersPreview MutableContainer.swift
[114/549] Compiling ContainersPreview PermutableContainer.swift
[115/549] Compiling ContainersPreview OutputSpan+Extras.swift
[116/549] Compiling ContainersPreview TemporaryAllocation.swift
[117/549] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[118/549] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[119/552] Compiling ContainersPreview Drain+Reduce.swift
[120/552] Compiling ContainersPreview Drain.swift
[121/552] Compiling ContainersPreview Producer+Collect.swift
[122/552] Emitting module ContainersPreview
[123/552] Compiling ContainersPreview RandomAccessContainer.swift
[124/552] Compiling ContainersPreview RangeExpression2.swift
[125/552] Compiling ContainersPreview RangeReplaceableContainer.swift
[126/552] Compiling ContainersPreview Drain+Map.swift
[127/552] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[128/552] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[129/552] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[130/552] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[131/552] Compiling ContainersPreview Producer+Filter.swift
[132/552] Compiling ContainersPreview Producer+Map.swift
[133/552] Compiling ContainersPreview Producer+Reduce.swift
[134/552] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[135/552] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[136/552] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[137/552] Compiling ContainersPreview BorrowingSequence.swift
[138/552] Compiling ContainersPreview Producer.swift
[139/552] Compiling ContainersPreview Borrow.swift
[140/552] Compiling ContainersPreview Box.swift
[141/552] Compiling ContainersPreview BidirectionalContainer.swift
[142/552] Compiling ContainersPreview Container+Filter.swift
[143/552] Compiling ContainersPreview Container+SpanwiseZip.swift
[144/552] Compiling ContainersPreview Container.swift
[145/552] Compiling ContainersPreview Inout.swift
[146/552] Compiling ContainersPreview InputSpan.swift
[147/552] Compiling ContainersPreview Shared.swift
[147/552] Compiling tls13_client.cc
[148/593] Compiling tls13_both.cc
[150/593] Compiling Tracing TracingTime.swift
[151/593] Compiling Tracing Tracer.swift
[152/593] Compiling Tracing TracerProtocol+Legacy.swift
[153/593] Compiling Tracing TracerProtocol.swift
[153/593] Compiling t1_enc.cc
[155/593] Compiling Tracing NoOpTracer.swift
[156/593] Compiling Tracing SpanProtocol.swift
[157/593] Compiling Tracing InstrumentationSystem+Tracing.swift
[158/593] Emitting module Tracing
[159/593] Compiling DequeModule RigidDeque+Removals.swift
[160/593] Compiling DequeModule RigidDeque+Replacements.swift
[161/593] Compiling DequeModule RigidDeque+Testing.swift
[162/593] Compiling DequeModule RigidDeque.swift
[163/597] Compiling DequeModule UniqueDeque+Equatable.swift
[164/597] Compiling DequeModule UniqueDeque+Experimental.swift
[165/597] Compiling DequeModule UniqueDeque+Hashable.swift
[166/597] Compiling DequeModule UniqueDeque+Initializers.swift
[167/597] Compiling DequeModule Deque._UnsafeHandle.swift
[168/597] Compiling DequeModule Deque.swift
[169/597] Compiling DequeModule _DequeBuffer.swift
[170/597] Compiling DequeModule _DequeBufferHeader.swift
[171/597] Compiling DequeModule RigidDeque+Append.swift
[172/597] Compiling DequeModule RigidDeque+Consumption.swift
[173/597] Compiling DequeModule RigidDeque+Container.swift
[174/597] Compiling DequeModule RigidDeque+Descriptions.swift
[175/597] Compiling DequeModule RigidDeque+Equatable.swift
[176/597] Compiling DequeModule RigidDeque+Experimental.swift
[176/597] Compiling ssl_versions.cc
[177/597] Compiling ssl_transcript.cc
[179/597] Compiling DequeModule UniqueDeque+Append.swift
[180/597] Compiling DequeModule UniqueDeque+Consumption.swift
[181/597] Compiling DequeModule UniqueDeque+Container.swift
[182/597] Compiling DequeModule UniqueDeque+Descriptions.swift
[183/597] Compiling DequeModule UniqueDeque+Insertions.swift
[184/597] Compiling DequeModule UniqueDeque+Prepend.swift
[185/597] Compiling DequeModule UniqueDeque+Removals.swift
[186/597] Compiling DequeModule UniqueDeque+Replacements.swift
[187/597] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[188/597] Compiling DequeModule Deque+Extras.swift
[189/597] Compiling DequeModule Deque+Hashable.swift
[190/597] Compiling DequeModule Deque+Testing.swift
[191/597] Compiling DequeModule Deque._Storage.swift
[192/597] Compiling DequeModule RigidDeque+Hashable.swift
[193/597] Compiling DequeModule RigidDeque+Initializers.swift
[194/597] Compiling DequeModule RigidDeque+Insertions.swift
[195/597] Compiling DequeModule RigidDeque+Prepend.swift
[196/597] Compiling DequeModule Deque+Codable.swift
[197/597] Compiling DequeModule Deque+Collection.swift
[198/597] Compiling DequeModule Deque+CustomReflectable.swift
[199/597] Compiling DequeModule Deque+Descriptions.swift
[200/597] Compiling DequeModule Deque+Equatable.swift
[200/597] Compiling ssl_stat.cc
[201/597] Compiling ssl_x509.cc
[202/597] Compiling ssl_session.cc
[203/597] Compiling ssl_privkey.cc
[204/597] Compiling ssl_key_share.cc
[205/597] Compiling ssl_file.cc
[206/597] Compiling ssl_lib.cc
[208/597] Emitting module DequeModule
[208/597] Compiling ssl_cipher.cc
[209/597] Compiling ssl_credential.cc
[210/597] Compiling ssl_cert.cc
[211/597] Compiling ssl_buffer.cc
[213/597] Compiling DequeModule UniqueDeque.swift
[214/597] Compiling DequeModule _DequeSlot.swift
[215/597] Compiling DequeModule _UnsafeDequeHandle.swift
[216/597] Compiling DequeModule _UnsafeDequeSegments.swift
[216/597] Compiling ssl_aead_ctx.cc
[217/597] Compiling ssl_asn1.cc
[218/597] Compiling s3_pkt.cc
[219/597] Compiling s3_lib.cc
[220/597] Compiling s3_both.cc
[221/597] Compiling handshake_server.cc
[222/597] Compiling handshake.cc
[223/597] Compiling handoff.cc
[224/597] Compiling handshake_client.cc
[225/597] Compiling dtls_record.cc
[226/597] Compiling md5-x86_64-linux.S
[227/597] Compiling encrypted_client_hello.cc
[228/597] Compiling md5-x86_64-apple.S
[229/597] Compiling md5-586-linux.S
[230/597] Compiling md5-586-apple.S
[231/597] Compiling chacha20_poly1305_x86_64-linux.S
[232/597] Compiling extensions.cc
[233/597] Compiling chacha20_poly1305_x86_64-apple.S
[234/597] Compiling chacha20_poly1305_armv8-win.S
[235/597] Compiling chacha20_poly1305_armv8-linux.S
[236/597] Compiling chacha-x86_64-linux.S
[237/597] Compiling chacha-x86_64-apple.S
[238/597] Compiling chacha20_poly1305_armv8-apple.S
[239/597] Compiling dtls_method.cc
[240/597] Compiling chacha-x86-linux.S
[241/597] Compiling d1_srtp.cc
[241/597] Compiling chacha-x86-apple.S
[243/597] Compiling chacha-armv8-win.S
[244/597] Compiling chacha-armv8-linux.S
[245/597] Compiling chacha-armv4-linux.S
[246/597] Compiling aes128gcmsiv-x86_64-linux.S
[247/597] Compiling aes128gcmsiv-x86_64-apple.S
[248/597] Compiling chacha-armv8-apple.S
[249/597] Compiling x86_64-mont5-linux.S
[250/597] Compiling d1_pkt.cc
[251/597] Compiling x86_64-mont5-apple.S
[252/597] Compiling x86_64-mont-linux.S
[253/597] Compiling err_data.cc
[254/597] Compiling x86_64-mont-apple.S
[255/597] Compiling x86-mont-linux.S
[256/597] Compiling x86-mont-apple.S
[257/597] Compiling vpaes-x86_64-linux.S
[258/597] Compiling vpaes-x86_64-apple.S
[259/597] Compiling vpaes-x86-linux.S
[260/597] Compiling vpaes-x86-apple.S
[261/597] Compiling vpaes-armv8-win.S
[262/597] Compiling vpaes-armv8-linux.S
[263/597] Compiling vpaes-armv8-apple.S
[264/597] Compiling vpaes-armv7-linux.S
[265/597] Compiling sha512-x86_64-linux.S
[266/597] Compiling sha512-x86_64-apple.S
[267/597] Compiling sha512-armv8-win.S
[268/597] Compiling sha512-armv8-linux.S
[269/597] Compiling sha512-armv8-apple.S
[270/597] Compiling sha512-armv4-linux.S
[271/597] Compiling sha512-586-apple.S
[272/597] Compiling sha512-586-linux.S
[273/597] Compiling bio_ssl.cc
[274/597] Compiling sha256-x86_64-linux.S
[275/597] Compiling sha256-x86_64-apple.S
[276/597] Compiling sha256-armv8-win.S
[277/597] Compiling sha256-armv8-linux.S
[278/597] Compiling sha256-armv4-linux.S
[279/597] Compiling sha256-586-linux.S
[280/597] Compiling sha256-armv8-apple.S
[281/597] Compiling sha256-586-apple.S
[282/597] Compiling sha1-x86_64-apple.S
[283/597] Compiling sha1-x86_64-linux.S
[284/597] Compiling sha1-armv8-win.S
[285/597] Compiling sha1-armv8-linux.S
[286/597] Compiling sha1-586-linux.S
[287/597] Compiling sha1-586-apple.S
[287/597] Compiling sha1-armv4-large-linux.S
[289/597] Compiling rsaz-avx2-linux.S
[290/597] Compiling rsaz-avx2-apple.S
[291/597] Compiling sha1-armv8-apple.S
[292/597] Compiling rdrand-x86_64-linux.S
[293/597] Compiling d1_lib.cc
[294/597] Compiling rdrand-x86_64-apple.S
[295/597] Compiling p256_beeu-x86_64-asm-linux.S
[296/597] Compiling p256_beeu-armv8-asm-win.S
[297/597] Compiling p256_beeu-x86_64-asm-apple.S
[298/597] Compiling p256_beeu-armv8-asm-linux.S
[299/597] Compiling p256_beeu-armv8-asm-apple.S
[300/597] Compiling p256-x86_64-asm-apple.S
[301/597] Compiling p256-x86_64-asm-linux.S
[302/597] Compiling p256-armv8-asm-win.S
[303/597] Compiling p256-armv8-asm-linux.S
[304/597] Compiling d1_both.cc
[305/597] Compiling ghashv8-armv8-win.S
[306/597] Compiling ghashv8-armv8-linux.S
[307/597] Compiling ghashv8-armv8-apple.S
[308/597] Compiling p256-armv8-asm-apple.S
[309/597] Compiling ghash-x86_64-linux.S
[309/597] Compiling ghash-x86-linux.S
[311/597] Compiling ghash-x86_64-apple.S
[311/597] Compiling ghashv8-armv7-linux.S
[313/597] Compiling ghash-x86-apple.S
[314/597] Compiling ghash-ssse3-x86_64-linux.S
[315/597] Compiling ghash-ssse3-x86-linux.S
[316/597] Compiling ghash-ssse3-x86-apple.S
[317/597] Compiling ghash-ssse3-x86_64-apple.S
[318/597] Compiling ghash-neon-armv8-win.S
[319/597] Compiling ghash-neon-armv8-linux.S
[320/597] Compiling co-586-linux.S
[320/597] Compiling ghash-armv4-linux.S
[322/597] Compiling ghash-neon-armv8-apple.S
[323/597] Compiling co-586-apple.S
[324/597] Compiling bsaes-armv7-linux.S
[325/597] Compiling bn-armv8-linux.S
[326/597] Compiling bn-586-linux.S
[327/597] Compiling bn-armv8-win.S
[328/597] Compiling bn-armv8-apple.S
[329/597] Compiling bn-586-apple.S
[330/597] Compiling armv8-mont-linux.S
[331/597] Compiling armv8-mont-win.S
[332/597] Compiling armv8-mont-apple.S
[333/597] Compiling armv4-mont-linux.S
[334/597] Compiling aesv8-gcm-armv8-win.S
[335/597] Compiling aesv8-gcm-armv8-linux.S
[336/597] Compiling aesv8-armv8-linux.S
[337/597] Compiling aesv8-armv8-win.S
[338/597] Compiling aesv8-armv7-linux.S
[339/597] Compiling aesv8-gcm-armv8-apple.S
[340/597] Compiling aesni-x86_64-linux.S
[341/597] Compiling aesv8-armv8-apple.S
[342/597] Compiling aesni-x86-linux.S
[343/597] Compiling aesni-x86_64-apple.S
[344/597] Compiling aesni-x86-apple.S
[345/597] Compiling aesni-gcm-x86_64-linux.S
[346/597] Compiling aesni-gcm-x86_64-apple.S
[347/597] Compiling aes-gcm-avx2-x86_64-linux.S
[348/597] Compiling aes-gcm-avx10-x86_64-linux.S
[349/597] Compiling aes-gcm-avx10-x86_64-apple.S
[350/597] Compiling aes-gcm-avx2-x86_64-apple.S
[351/597] Compiling x_x509a.cc
[352/597] Compiling x_sig.cc
[353/597] Compiling x_x509.cc
[353/597] Compiling x_val.cc
[355/597] Compiling x_spki.cc
[356/597] Compiling x_req.cc
[357/597] Compiling x_pubkey.cc
[358/597] Compiling x_exten.cc
[359/597] Compiling x_crl.cc
[359/597] Compiling x_name.cc
[361/597] Compiling x_attrib.cc
[362/597] Compiling x_algor.cc
[363/597] Compiling x509spki.cc
[364/597] Compiling x509rset.cc
[365/597] Compiling x_all.cc
[366/597] Compiling x509name.cc
[367/597] Compiling x509_v3.cc
[368/597] Compiling x509cset.cc
[369/597] Compiling x509_vpm.cc
[370/597] Compiling x509_vfy.cc
[371/597] Compiling x509_txt.cc
[372/597] Compiling x509_trs.cc
[373/597] Compiling x509_set.cc
[374/597] Compiling x509_def.cc
[375/597] Compiling x509_d2.cc
[376/597] Compiling x509_obj.cc
[376/597] Compiling x509_req.cc
[378/597] Compiling x509_ext.cc
[379/597] Compiling x509_lu.cc
[380/597] Compiling x509_cmp.cc
[381/597] Compiling x509_att.cc
[382/597] Compiling x509.cc
[383/597] Compiling v3_skey.cc
[384/597] Compiling v3_prn.cc
[385/597] Compiling v3_utl.cc
[386/597] Compiling v3_purp.cc
[387/597] Compiling v3_pcons.cc
[388/597] Compiling v3_ocsp.cc
[389/597] Compiling v3_pmaps.cc
[390/597] Compiling v3_ncons.cc
[391/597] Compiling v3_lib.cc
[392/597] Compiling v3_int.cc
[393/597] Compiling v3_info.cc
[394/597] Compiling v3_ia5.cc
[395/597] Compiling v3_genn.cc
[396/597] Compiling v3_enum.cc
[397/597] Compiling v3_extku.cc
[398/597] Compiling v3_cpols.cc
[399/597] Compiling v3_crld.cc
[400/597] Compiling v3_conf.cc
[401/597] Compiling v3_bcons.cc
[402/597] Compiling v3_bitst.cc
[403/597] Compiling v3_akeya.cc
[404/597] Compiling v3_akey.cc
[405/597] Compiling v3_alt.cc
[406/597] Compiling t_x509a.cc
[407/597] Compiling t_crl.cc
[408/597] Compiling t_x509.cc
[409/597] Compiling t_req.cc
[410/597] Compiling rsa_pss.cc
[411/597] Compiling i2d_pr.cc
[412/597] Compiling name_print.cc
[413/597] Compiling policy.cc
[414/597] Compiling by_file.cc
[415/597] Compiling by_dir.cc
[416/597] Compiling asn1_gen.cc
[417/597] Compiling algorithm.cc
[418/597] Compiling a_verify.cc
[419/597] Compiling a_sign.cc
[420/597] Compiling a_digest.cc
[421/597] Compiling voprf.cc
[422/597] Compiling thread_win.cc
[423/597] Compiling thread_pthread.cc
[424/597] Compiling thread.cc
[425/597] Compiling thread_none.cc
[426/597] Compiling trust_token.cc
[427/597] Compiling stack.cc
[428/597] Compiling pmbtoken.cc
[429/597] Compiling slhdsa.cc
[430/597] Compiling spake2plus.cc
[431/597] Compiling siphash.cc
[432/597] Compiling sha512.cc
[433/597] Compiling sha256.cc
[434/597] Compiling sha1.cc
[435/597] Compiling rsa_print.cc
[436/597] Compiling rsa_extra.cc
[437/597] Compiling rsa_crypt.cc
[438/597] Compiling refcount.cc
[439/597] Compiling rc4.cc
[440/597] Compiling rsa_asn1.cc
[441/597] Compiling windows.cc
[442/597] Compiling urandom.cc
[442/597] Compiling trusty.cc
[444/597] Compiling rand.cc
[445/597] Compiling ios.cc
[446/597] Compiling poly1305_arm_asm.S
[447/597] Compiling passive.cc
[448/597] Compiling getentropy.cc
[449/597] Compiling forkunsafe.cc
[450/597] Compiling deterministic.cc
[451/597] Compiling fork_detect.cc
[452/597] Compiling poly1305_vec.cc
[453/597] Compiling poly1305_arm.cc
[454/597] Compiling poly1305.cc
[455/597] Compiling pool.cc
[456/597] Compiling pkcs8.cc
[457/597] Compiling pkcs8_x509.cc
[458/597] Compiling p5_pbev2.cc
[459/597] Compiling pkcs7.cc
[460/597] Compiling pkcs7_x509.cc
[461/597] Compiling pem_xaux.cc
[462/597] Compiling pem_x509.cc
[463/597] Compiling pem_pkey.cc
[464/597] Compiling pem_pk8.cc
[465/597] Compiling pem_oth.cc
[466/597] Compiling mlkem.cc
[467/597] Compiling obj_xref.cc
[468/597] Compiling pem_info.cc
[469/597] Compiling pem_all.cc
[470/597] Compiling pem_lib.cc
[471/597] Compiling obj.cc
[472/597] Compiling mldsa.cc
[473/597] Compiling poly_rq_mul.S
[474/597] Compiling mem.cc
[475/597] Compiling fips_shared_support.cc
[476/597] Compiling md5.cc
[477/597] Compiling md4.cc
[478/597] Compiling lhash.cc
[479/597] Compiling kyber.cc
[480/597] Compiling ex_data.cc
[481/597] Compiling sign.cc
[482/597] Compiling scrypt.cc
[483/597] Compiling pbkdf.cc
[484/597] Compiling print.cc
[485/597] Compiling hrss.cc
[485/597] Compiling hpke.cc
[487/597] Compiling p_x25519_asn1.cc
[488/597] Compiling p_x25519.cc
[489/597] Compiling p_ed25519.cc
[490/597] Compiling p_rsa_asn1.cc
[491/597] Compiling p_rsa.cc
[492/597] Compiling p_hkdf.cc
[493/597] Compiling p_ec.cc
[494/597] Compiling p_ed25519_asn1.cc
[495/597] Compiling p_ec_asn1.cc
[496/597] Compiling p_dh_asn1.cc
[497/597] Compiling p_dsa_asn1.cc
[498/597] Compiling p_dh.cc
[499/597] Compiling evp_ctx.cc
[500/597] Compiling err.cc
[501/597] Compiling evp.cc
[502/597] Compiling engine.cc
[503/597] Compiling evp_asn1.cc
[504/597] Compiling ecdh.cc
[505/597] Compiling ecdsa_asn1.cc
[506/597] Compiling hash_to_curve.cc
[507/597] Compiling ec_derive.cc
[508/597] Compiling dsa.cc
[509/597] Compiling ec_asn1.cc
[510/597] Compiling dsa_asn1.cc
[511/597] Compiling params.cc
[512/597] Compiling x25519-asm-arm.S
[513/597] Compiling bcm.cc
[514/597] Compiling digest_extra.cc
[515/597] Compiling des.cc
[516/597] Compiling dh_asn1.cc
[517/597] Compiling curve25519_64_adx.cc
[518/597] Compiling spake25519.cc
[519/597] Compiling cpu_intel.cc
[520/597] Compiling crypto.cc
[521/597] Compiling cpu_arm_linux.cc
[521/597] Compiling cpu_arm_freebsd.cc
[523/597] Compiling cpu_aarch64_win.cc
[524/597] Compiling curve25519.cc
[525/597] Compiling cpu_aarch64_sysreg.cc
[526/597] Compiling cpu_aarch64_openbsd.cc
[527/597] Compiling cpu_aarch64_linux.cc
[528/597] Compiling cpu_aarch64_fuchsia.cc
[529/597] Compiling cpu_aarch64_apple.cc
[530/597] Compiling get_cipher.cc
[531/597] Compiling conf.cc
[532/597] Compiling tls_cbc.cc
[533/597] Compiling e_tls.cc
[534/597] Compiling e_rc4.cc
[535/597] Compiling e_rc2.cc
[536/597] Compiling e_null.cc
[537/597] Compiling e_des.cc
[538/597] Compiling e_chacha20poly1305.cc
[539/597] Compiling derive_key.cc
[540/597] Compiling e_aesgcmsiv.cc
[541/597] Compiling e_aesctrhmac.cc
[542/597] Compiling chacha.cc
[543/597] Compiling unicode.cc
[544/597] Compiling cbs.cc
[545/597] Compiling ber.cc
[546/597] Compiling cbb.cc
[547/597] Compiling buf.cc
[548/597] Compiling asn1_compat.cc
[549/597] Compiling blake2.cc
[550/597] Compiling socket_helper.cc
[551/597] Compiling bn_asn1.cc
[552/597] Compiling convert.cc
[553/597] Compiling socket.cc
[554/597] Compiling printf.cc
[555/597] Compiling pair.cc
[556/597] Compiling hexdump.cc
[557/597] Compiling file.cc
[558/597] Compiling fd.cc
[559/597] Compiling errno.cc
[560/597] Compiling connect.cc
[561/597] Compiling bio_mem.cc
[562/597] Compiling base64.cc
[563/597] Compiling bio.cc
[564/597] Compiling tasn_typ.cc
[565/597] Compiling tasn_fre.cc
[566/597] Compiling tasn_enc.cc
[567/597] Compiling tasn_utl.cc
[568/597] Compiling tasn_new.cc
[569/597] Compiling posix_time.cc
[570/597] Compiling f_string.cc
[571/597] Compiling f_int.cc
[572/597] Compiling tasn_dec.cc
[573/597] Compiling asn_pack.cc
[574/597] Compiling asn1_par.cc
[575/597] Compiling asn1_lib.cc
[576/597] Compiling a_utctm.cc
[577/597] Compiling a_type.cc
[578/597] Compiling a_time.cc
[579/597] Compiling a_octet.cc
[580/597] Compiling a_strnid.cc
[581/597] Compiling a_strex.cc
[582/597] Compiling a_object.cc
[583/597] Compiling a_mbstr.cc
[584/597] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[584/597] Write sources
[587/597] Compiling a_int.cc
[587/597] Write sources
[589/597] Compiling a_i2d_fp.cc
[590/597] Compiling a_dup.cc
[591/597] Compiling a_d2i_fp.cc
[592/597] Compiling a_gentm.cc
[593/611] Compiling a_bitstr.cc
[594/642] Compiling a_bool.cc
[596/642] Compiling Algorithms Suffix.swift
[597/642] Compiling Algorithms Trim.swift
[598/644] Compiling Algorithms FlattenCollection.swift
[599/644] Compiling Algorithms Grouped.swift
[600/644] Compiling Algorithms Compacted.swift
[601/644] Compiling Algorithms Cycle.swift
[602/644] Compiling Algorithms Chunked.swift
[603/644] Compiling Algorithms Combinations.swift
[604/644] Compiling Algorithms AdjacentPairs.swift
[605/644] Compiling Algorithms Chain.swift
[606/644] Compiling Algorithms MinMax.swift
[607/644] Compiling Algorithms RandomSample.swift
[608/645] Compiling Atomics Unmanaged extensions.swift
[609/645] Compiling Algorithms Unique.swift
[610/645] Compiling Algorithms Windows.swift
[614/645] Compiling Algorithms Split.swift
[615/645] Compiling Algorithms Stride.swift
[617/645] Compiling Algorithms Reductions.swift
[618/645] Compiling Algorithms Rotate.swift
[619/645] Compiling Algorithms Joined.swift
[620/645] Compiling Algorithms Keyed.swift
[623/645] Compiling Algorithms Indexed.swift
[624/645] Compiling Algorithms Intersperse.swift
[625/645] Compiling Algorithms EitherSequence.swift
[626/645] Compiling Algorithms FirstNonNil.swift
[628/645] Compiling Algorithms Partition.swift
[629/645] Compiling Algorithms Permutations.swift
[630/645] Compiling Algorithms Product.swift
[642/645] Emitting module Atomics
[642/645] Compiling c-nioatomics.c
[644/645] Emitting module Algorithms
[644/645] Compiling c-atomics.c
[646/652] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[647/652] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[648/652] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[649/652] Emitting module NIOConcurrencyHelpers
[650/652] Compiling NIOConcurrencyHelpers atomics.swift
[651/652] Compiling NIOConcurrencyHelpers lock.swift
[652/652] Compiling NIOConcurrencyHelpers NIOLock.swift
[653/717] Compiling NIOCore IO.swift
[654/717] Compiling NIOCore IOData.swift
[655/717] Compiling NIOCore IPProtocol.swift
[656/717] Compiling NIOCore IntegerBitPacking.swift
[657/717] Compiling NIOCore IntegerTypes.swift
[658/717] Compiling NIOCore Interfaces.swift
[659/717] Compiling NIOCore Linux.swift
[660/724] Compiling NIOCore AddressedEnvelope.swift
[661/724] Compiling NIOCore AsyncAwaitSupport.swift
[662/724] Compiling NIOCore AsyncChannel.swift
[663/724] Compiling NIOCore AsyncChannelHandler.swift
[664/724] Compiling NIOCore AsyncChannelInboundStream.swift
[665/724] Compiling NIOCore AsyncChannelOutboundWriter.swift
[666/724] Compiling NIOCore NIOAsyncSequenceProducer.swift
[667/724] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[668/724] Compiling NIOCore EventLoopFuture+Deprecated.swift
[669/724] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[670/724] Compiling NIOCore EventLoopFuture.swift
[671/724] Compiling NIOCore FileDescriptor.swift
[672/724] Compiling NIOCore FileHandle.swift
[673/724] Compiling NIOCore FileRegion.swift
[674/724] Compiling NIOCore GlobalSingletons.swift
[675/724] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[676/724] Compiling NIOCore NIOScheduledCallback.swift
[677/724] Compiling NIOCore NIOSendable.swift
[678/724] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[679/724] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[680/724] Compiling NIOCore RecvByteBufferAllocator.swift
[681/724] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[682/724] Compiling NIOCore ConvenienceOptionSupport.swift
[683/724] Compiling NIOCore DeadChannel.swift
[684/724] Compiling NIOCore DispatchQueue+WithFuture.swift
[685/724] Compiling NIOCore EventLoop+Deprecated.swift
[686/724] Compiling NIOCore EventLoop+SerialExecutor.swift
[687/724] Compiling NIOCore EventLoop.swift
[688/724] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[689/724] Compiling NIOCore SocketAddresses.swift
[690/724] Compiling NIOCore SocketOptionProvider.swift
[691/724] Compiling NIOCore SystemCallHelpers.swift
[692/724] Compiling NIOCore TimeAmount+Duration.swift
[693/724] Compiling NIOCore TypeAssistedChannelHandler.swift
[694/724] Compiling NIOCore UniversalBootstrapSupport.swift
[695/724] Compiling NIOCore Utilities.swift
[696/724] Compiling NIOCore NIOAsyncWriter.swift
[697/724] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[698/724] Compiling NIOCore BSDSocketAPI.swift
[699/724] Compiling NIOCore ByteBuffer-aux.swift
[700/724] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[701/724] Compiling NIOCore ByteBuffer-conversions.swift
[702/724] Compiling NIOCore ByteBuffer-core.swift
[703/724] Compiling NIOCore ChannelHandler.swift
[704/724] Compiling NIOCore ChannelHandlers.swift
[705/724] Compiling NIOCore ChannelInvoker.swift
[706/724] Compiling NIOCore ChannelOption.swift
[707/724] Compiling NIOCore ChannelPipeline.swift
[708/724] Compiling NIOCore CircularBuffer.swift
[709/724] Compiling NIOCore Codec.swift
[710/724] Compiling NIOCore MarkedCircularBuffer.swift
[711/724] Compiling NIOCore MulticastChannel.swift
[712/724] Compiling NIOCore NIOAny.swift
[713/724] Compiling NIOCore NIOCloseOnErrorHandler.swift
[714/724] Compiling NIOCore NIOCoreSendableMetatype.swift
[715/724] Compiling NIOCore NIODecodedAsyncSequence.swift
[716/724] Compiling NIOCore NIOLoopBound.swift
[717/724] Compiling NIOCore ByteBuffer-hex.swift
[718/724] Compiling NIOCore ByteBuffer-int.swift
[719/724] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[720/724] Compiling NIOCore ByteBuffer-multi-int.swift
[721/724] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[722/724] Compiling NIOCore ByteBuffer-views.swift
[723/724] Compiling NIOCore Channel.swift
[724/724] Emitting module NIOCore
[725/780] Compiling NIOEmbedded AsyncTestingChannel.swift
[726/780] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[727/780] Emitting module NIOEmbedded
[728/780] Compiling NIOEmbedded Embedded.swift
[729/780] Compiling NIOPosix BSDSocketAPICommon.swift
[730/780] Compiling NIOPosix BSDSocketAPIPosix.swift
[731/780] Compiling NIOPosix BSDSocketAPIWindows.swift
[732/780] Compiling NIOPosix BaseSocket.swift
[733/780] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[734/780] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[735/785] Compiling NIOPosix FileDescriptor.swift
[736/785] Compiling NIOPosix GetaddrinfoResolver.swift
[737/785] Compiling NIOPosix HappyEyeballs.swift
[738/785] Compiling NIOPosix IO.swift
[739/785] Compiling NIOPosix IntegerBitPacking.swift
[740/785] Compiling NIOPosix IntegerTypes.swift
[741/785] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[742/785] Compiling NIOPosix PosixSingletons.swift
[743/785] Compiling NIOPosix RawSocketBootstrap.swift
[744/785] Compiling NIOPosix Resolver.swift
[745/785] Compiling NIOPosix Selectable.swift
[746/785] Compiling NIOPosix SelectableChannel.swift
[747/785] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[748/785] Compiling NIOPosix System.swift
[749/785] Compiling NIOPosix Thread.swift
[750/785] Compiling NIOPosix ThreadPosix.swift
[751/785] Compiling NIOPosix ThreadWindows.swift
[752/785] Emitting module NIOPosix
[753/785] Compiling NIOPosix SelectorWSAPoll.swift
[754/785] Compiling NIOPosix ServerSocket.swift
[755/785] Compiling NIOPosix Socket.swift
[756/785] Compiling NIOPosix SocketChannel.swift
[757/785] Compiling NIOPosix SocketProtocols.swift
[758/785] Compiling NIOPosix SelectableEventLoop.swift
[759/785] Compiling NIOPosix SelectorEpoll.swift
[760/785] Compiling NIOPosix SelectorGeneric.swift
[761/785] Compiling NIOPosix SelectorKqueue.swift
[762/785] Compiling NIOPosix SelectorUring.swift
[763/785] Compiling NIOPosix BaseSocketChannel.swift
[764/785] Compiling NIOPosix BaseStreamSocketChannel.swift
[765/785] Compiling NIOPosix Bootstrap.swift
[766/785] Compiling NIOPosix ControlMessage.swift
[767/785] Compiling NIOPosix DatagramVectorReadManager.swift
[768/785] Compiling NIOPosix Errors+Any.swift
[769/785] Compiling NIOPosix Linux.swift
[770/785] Compiling NIOPosix LinuxCPUSet.swift
[771/785] Compiling NIOPosix LinuxUring.swift
[772/785] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[773/785] Compiling NIOPosix NIOPosixSendableMetatype.swift
[774/785] Compiling NIOPosix NIOThreadPool.swift
[775/785] Compiling NIOPosix NonBlockingFileIO.swift
[776/785] Compiling NIOPosix PendingDatagramWritesManager.swift
[777/785] Compiling NIOPosix PendingWritesManager.swift
[778/785] Compiling NIOPosix PipeChannel.swift
[779/785] Compiling NIOPosix PipePair.swift
[780/785] Compiling NIOPosix Pool.swift
[781/785] Compiling NIOPosix Utilities.swift
[782/785] Compiling NIOPosix VsockAddress.swift
[783/785] Compiling NIOPosix VsockChannelEvents.swift
[784/785] Compiling NIOPosix Windows.swift
[785/785] Compiling NIOPosix resource_bundle_accessor.swift
[786/787] Emitting module NIO
[787/787] Compiling NIO Exports.swift
[788/827] Compiling NIOTLS TLSEvents.swift
[789/827] Compiling NIOSOCKS Errors.swift
[790/828] Compiling NIOSOCKS Helpers.swift
[791/828] Compiling NIOHTTP1 HTTPEncoder.swift
[792/828] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[793/828] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[794/828] Compiling NIOSOCKS SOCKSResponse.swift
[795/828] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[796/828] Compiling NIOSOCKS ClientStateMachine.swift
[797/828] Compiling NIOHTTP1 ByteCollectionUtils.swift
[798/828] Compiling NIOHTTP1 HTTPDecoder.swift
[799/828] Emitting module NIOSOCKS
[800/828] Compiling NIOSOCKS Messages.swift
[801/828] Compiling NIOSOCKS SOCKSRequest.swift
[802/828] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[803/828] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[804/828] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[805/828] Emitting module NIOTLS
[806/828] Compiling NIOTLS SNIHandler.swift
[807/828] Compiling NIOSOCKS ServerStateMachine.swift
[808/828] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[809/828] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[810/829] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[811/829] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[812/829] Emitting module NIOFoundationCompat
[813/829] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[816/829] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[817/829] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[818/829] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[819/829] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[820/829] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[821/829] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[822/882] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[823/882] Emitting module NIOHTTP1
[824/882] Compiling NIOTransportServices AcceptHandler.swift
[825/882] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[826/882] Compiling NIOTransportServices NIOTSErrors.swift
[827/882] Compiling NIOTransportServices NIOTSEventLoop.swift
[828/882] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[829/882] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[830/900] Emitting module NIOTransportServices
[831/902] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[832/902] Compiling NIOHPACK IndexedHeaderTable.swift
[833/902] Compiling NIOHPACK IntegerCoding.swift
[834/903] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[835/903] Compiling NIOTransportServices NIOTSSingletons.swift
[836/903] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[837/903] Compiling NIOHTTPCompression HTTPDecompression.swift
[838/903] Compiling NIOHPACK DynamicHeaderTable.swift
[839/903] Compiling NIOHPACK HPACKDecoder.swift
[840/903] Compiling NIOTransportServices NIOTSBootstraps.swift
[841/903] Compiling NIOTransportServices NIOTSChannelOptions.swift
[843/903] Compiling NIOHPACK HuffmanTables.swift
[846/903] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[847/903] Compiling NIOTransportServices NIOTSListenerChannel.swift
[849/903] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[850/903] Emitting module NIOHTTPCompression
[851/903] Compiling NIOHTTPCompression HTTPCompression.swift
[852/903] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[853/903] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[854/903] Compiling NIOHPACK HuffmanCoding.swift
[855/903] Compiling NIOHPACK HeaderTables.swift
[856/903] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[857/903] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[860/903] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[861/903] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[862/903] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[863/903] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[864/903] Emitting module NIOSSL
[865/906] Emitting module NIOHPACK
[866/906] Compiling NIOHPACK StaticHeaderTable.swift
[867/906] Compiling NIOHPACK HPACKErrors.swift
[868/906] Compiling NIOHPACK HPACKEncoder.swift
[869/906] Compiling NIOHPACK HPACKHeader.swift
[870/906] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[871/906] Compiling NIOTransportServices StateManagedChannel.swift
[872/906] Compiling NIOTransportServices StateManagedListenerChannel.swift
[873/906] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[874/906] Compiling NIOSSL SSLPublicKey.swift
[875/906] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[876/906] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[877/906] Compiling NIOSSL LinuxCABundle.swift
[878/906] Compiling NIOSSL NIOSSLClientHandler.swift
[879/906] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[880/906] Compiling NIOSSL NIOSSLHandler.swift
[881/928] Compiling NIOSSL UniversalBootstrapSupport.swift
[882/928] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[883/928] Compiling NIOSSL resource_bundle_accessor.swift
[884/970] Compiling NIOHTTP2 ConnectionStateMachine.swift
[885/970] Compiling NIOHTTP2 ConnectionStreamsState.swift
[886/970] Compiling NIOHTTP2 MayReceiveFrames.swift
[887/970] Compiling NIOHTTP2 ReceivingDataState.swift
[888/970] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[889/970] Compiling NIOHTTP2 ReceivingHeadersState.swift
[890/970] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[891/970] Compiling NIOHTTP2 LocallyQuiescingState.swift
[892/970] Compiling NIOHTTP2 QuiescingState.swift
[893/970] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[894/970] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[895/970] Compiling NIOHTTP2 StateMachineResult.swift
[896/970] Compiling NIOHTTP2 ContentLengthVerifier.swift
[897/970] Compiling NIOHTTP2 HTTP2FrameParser.swift
[898/970] Compiling NIOHTTP2 HTTP2PingData.swift
[899/970] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[900/970] Compiling NIOHTTP2 HTTP2Settings.swift
[901/970] Compiling NIOHTTP2 DOSHeuristics.swift
[902/970] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[903/970] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[904/970] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[905/970] Compiling NIOHTTP2 HTTP2Frame.swift
[906/970] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[907/970] Emitting module NIOHTTP2
[915/977] Compiling NIOHTTP2 HTTP2Stream.swift
[916/977] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[917/977] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[918/977] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[919/977] Compiling NIOHTTP2 HTTP2StreamID.swift
[920/977] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[921/977] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[922/977] Compiling NIOHTTP2 StreamChannelFlowController.swift
[923/977] Compiling NIOHTTP2 StreamChannelList.swift
[924/977] Compiling NIOHTTP2 StreamMap.swift
[925/977] Compiling NIOHTTP2 StreamStateMachine.swift
[926/977] Compiling NIOHTTP2 Timer.swift
[927/977] Compiling NIOHTTP2 UnsafeTransfer.swift
[928/977] Compiling NIOHTTP2 WatermarkedFlowController.swift
[943/977] Compiling NIOHTTP2 HTTP2UserEvents.swift
[944/977] Compiling NIOHTTP2 InboundEventBuffer.swift
[945/977] Compiling NIOHTTP2 InboundWindowManager.swift
[946/977] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[947/977] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[948/977] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[949/977] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[950/977] Compiling NIOHTTP2 SendingRstStreamState.swift
[951/977] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[952/977] Compiling NIOHTTP2 HTTP2SettingsState.swift
[953/977] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[954/977] Compiling NIOHTTP2 HasFlowControlWindows.swift
[955/977] Compiling NIOHTTP2 HasLocalSettings.swift
[956/977] Compiling NIOHTTP2 HasRemoteSettings.swift
[959/977] Compiling NIOHTTP2 MaySendFrames.swift
[960/977] Compiling NIOHTTP2 SendingDataState.swift
[961/977] Compiling NIOHTTP2 SendingGoawayState.swift
[962/977] Compiling NIOHTTP2 SendingHeadersState.swift
[963/977] Compiling NIOHTTP2 SendingPushPromiseState.swift
[964/977] Compiling NIOHTTP2 Error+Any.swift
[965/977] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[966/977] Compiling NIOHTTP2 ControlFrameBuffer.swift
[967/977] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[968/977] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[969/977] Compiling NIOHTTP2 GlitchesMonitor.swift
[970/977] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[971/977] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[972/977] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[973/977] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[974/977] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[975/977] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[976/977] Compiling NIOHTTP2 HTTP2Error.swift
[977/977] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[978/1042] Emitting module AsyncHTTPClient
[979/1049] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[980/1049] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[981/1049] Compiling AsyncHTTPClient ConnectionPool.swift
[982/1049] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[983/1049] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[984/1049] Compiling AsyncHTTPClient TLSEventsHandler.swift
[985/1049] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[986/1049] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[987/1049] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[988/1049] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[989/1049] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[990/1049] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[991/1049] Compiling AsyncHTTPClient RequestBodyLength.swift
[992/1049] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[993/1049] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[994/1049] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[995/1049] Compiling AsyncHTTPClient AsyncLazySequence.swift
[996/1049] Compiling AsyncHTTPClient HTTPClient+execute.swift
[997/1049] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[998/1049] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[999/1049] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1000/1049] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1001/1049] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1002/1049] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1003/1049] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1004/1049] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1005/1049] Compiling AsyncHTTPClient Transaction.swift
[1006/1049] Compiling AsyncHTTPClient Base64.swift
[1007/1049] Compiling AsyncHTTPClient BasicAuth.swift
[1008/1049] Compiling AsyncHTTPClient SSLContextCache.swift
[1009/1049] Compiling AsyncHTTPClient Scheme.swift
[1010/1049] Compiling AsyncHTTPClient Singleton.swift
[1011/1049] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1012/1049] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1013/1049] Compiling AsyncHTTPClient TracingSupport.swift
[1014/1049] Compiling AsyncHTTPClient Utils.swift
[1015/1049] Compiling AsyncHTTPClient RequestOptions.swift
[1016/1049] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1017/1049] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1018/1049] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1019/1049] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1020/1049] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1021/1049] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1022/1049] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1023/1049] Compiling AsyncHTTPClient TLSConfiguration.swift
[1024/1049] Compiling AsyncHTTPClient RedirectState.swift
[1025/1049] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1026/1049] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1027/1049] Compiling AsyncHTTPClient RequestBag.swift
[1028/1049] Compiling AsyncHTTPClient RequestValidation.swift
[1029/1049] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1030/1049] Compiling AsyncHTTPClient ConnectionTarget.swift
[1031/1049] Compiling AsyncHTTPClient DeconstructedURL.swift
[1032/1049] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1033/1049] Compiling AsyncHTTPClient FoundationExtensions.swift
[1034/1049] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1035/1049] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1036/1049] Compiling AsyncHTTPClient HTTP1Connection.swift
[1037/1049] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1038/1049] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1039/1049] Compiling AsyncHTTPClient HTTP2Connection.swift
[1040/1049] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1041/1049] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1042/1049] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1043/1049] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1044/1049] Compiling AsyncHTTPClient HTTPClient.swift
[1045/1049] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1046/1049] Compiling AsyncHTTPClient HTTPHandler.swift
[1047/1049] Compiling AsyncHTTPClient LRUCache.swift
[1048/1049] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1049/1049] Compiling AsyncHTTPClient NWErrorHandler.swift
Build complete! (67.58s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
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/5720] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.02s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.02s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.05s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.13s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.99s)
Fetched https://github.com/apple/swift-nio.git from cache (2.31s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (3.85s)
Fetching https://github.com/apple/swift-service-context.git
[1/1230] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (2.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.45s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.28s)
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-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.51s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/2713] Fetching swift-service-lifecycle
[707/9858] Fetching swift-service-lifecycle, swift-certificates
[708/16082] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (1.05s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.05s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.11s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.11s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.12s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.60s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (1.98s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.44s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
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 (2.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.03s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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.4.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
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-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.18.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.11.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.3.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.4
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.42.0
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.3
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
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.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
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.7.1",
"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",
"InMemoryLogging",
"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",
"BidirectionalStreamingTests.swift",
"ConnectionPoolSizeConfigValueIsRespectedTests.swift",
"EmbeddedChannel+HTTPConvenience.swift",
"FoundationExtensionTests.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",
"LocalAddressOverrideTests.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",
"SwiftConfigurationTests.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",
"HTTPClientConfiguration+SwiftConfiguration.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.