Build Information
Successful build of swift-nio-http2, reference 1.39.0 (c2ba4c), with Swift 6.1 for Android on 12 Nov 2025 16:47:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-http2.git
Reference: 1.39.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-nio-http2
* tag 1.39.0 -> FETCH_HEAD
HEAD is now at c2ba4cf Drop Swift 5.10, Use Swift 6 language mode (#525)
Cloned https://github.com/apple/swift-nio-http2.git
Revision (git rev-parse @):
c2ba4cfbb83f307c66f5a6df6bb43e3c88dfbf80
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-http2.git at 1.39.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-http2.git
https://github.com/apple/swift-nio-http2.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.82.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-http2",
"name" : "swift-nio-http2",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOHTTP2",
"targets" : [
"NIOHTTP2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTP2Server",
"targets" : [
"NIOHTTP2Server"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOHTTP2PerformanceTester",
"targets" : [
"NIOHTTP2PerformanceTester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOHTTP2Tests",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2Tests",
"path" : "Tests/NIOHTTP2Tests",
"product_dependencies" : [
"NIOConcurrencyHelpers",
"NIOCore",
"NIOEmbedded",
"NIOHTTP1",
"NIOFoundationCompat",
"Atomics"
],
"sources" : [
"CircularBufferExtensionsTests.swift",
"CompoundOutboundBufferTest.swift",
"ConcurrentStreamBufferTest.swift",
"ConfiguringPipelineAsyncMultiplexerTests.swift",
"ConfiguringPipelineInlineMultiplexerTests.swift",
"ConfiguringPipelineTests.swift",
"ConfiguringPipelineWithFramePayloadStreamsTests.swift",
"ConnectionStateMachineTests.swift",
"ContentLengthVerifierTests.swift",
"ControlFrameBufferTests.swift",
"DOSHeuristicsTests.swift",
"GlitchesMonitorTests.swift",
"HTTP2ErrorTests.swift",
"HTTP2FrameParserTests.swift",
"HTTP2FramePayloadStreamMultiplexerTests.swift",
"HTTP2FramePayloadToHTTP1CodecTests.swift",
"HTTP2InlineStreamMultiplexerTests.swift",
"HTTP2StreamMultiplexerTests.swift",
"HTTP2ToHTTP1CodecTests.swift",
"InboundWindowManagerTests.swift",
"OutboundFlowControlBufferTests.swift",
"ReentrancyTests.swift",
"SimpleClientServerFramePayloadStreamTests.swift",
"SimpleClientServerInlineStreamMultiplexerTests.swift",
"SimpleClientServerTests.swift",
"StreamChannelFlowControllerTests.swift",
"StreamIDTests.swift",
"StreamMapTests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"NIOHTTP2"
],
"type" : "test"
},
{
"c99name" : "NIOHTTP2Server",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2Server",
"path" : "Sources/NIOHTTP2Server",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1"
],
"product_memberships" : [
"NIOHTTP2Server"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOHTTP2"
],
"type" : "executable"
},
{
"c99name" : "NIOHTTP2PerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2PerformanceTester",
"path" : "Sources/NIOHTTP2PerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOEmbedded"
],
"product_memberships" : [
"NIOHTTP2PerformanceTester"
],
"sources" : [
"Bench1Conn10kRequests.swift",
"Benchmark.swift",
"HPACKHeaderCanonicalFormBenchmark.swift",
"HPACKHeaderDecodingBenchmark.swift",
"HPACKHeaderEncodingBenchmark.swift",
"HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift",
"HuffmanDecodingBenchmark.swift",
"HuffmanEncodingBenchmark.swift",
"ServerOnly10KRequestsBenchmark.swift",
"StreamTeardownBenchmark.swift",
"main.swift"
],
"target_dependencies" : [
"NIOHTTP2"
],
"type" : "executable"
},
{
"c99name" : "NIOHTTP2",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2",
"path" : "Sources/NIOHTTP2",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOHTTP1",
"NIOTLS",
"NIOConcurrencyHelpers",
"Atomics"
],
"product_memberships" : [
"NIOHTTP2",
"NIOHTTP2Server",
"NIOHTTP2PerformanceTester"
],
"sources" : [
"ConnectionStateMachine/ConnectionStateMachine.swift",
"ConnectionStateMachine/ConnectionStreamsState.swift",
"ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift",
"ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift",
"ConnectionStateMachine/FrameSendingStates/SendingDataState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift",
"ConnectionStateMachine/HTTP2SettingsState.swift",
"ConnectionStateMachine/HasExtendedConnectSettings.swift",
"ConnectionStateMachine/HasFlowControlWindows.swift",
"ConnectionStateMachine/HasLocalSettings.swift",
"ConnectionStateMachine/HasRemoteSettings.swift",
"ConnectionStateMachine/LocallyQuiescingState.swift",
"ConnectionStateMachine/QuiescingState.swift",
"ConnectionStateMachine/RemotelyQuiescingState.swift",
"ConnectionStateMachine/SendAndReceiveGoawayState.swift",
"ConnectionStateMachine/StateMachineResult.swift",
"ContentLengthVerifier.swift",
"DOSHeuristics.swift",
"Error+Any.swift",
"Frame Buffers/ConcurrentStreamBuffer.swift",
"Frame Buffers/ControlFrameBuffer.swift",
"Frame Buffers/OutboundFlowControlBuffer.swift",
"Frame Buffers/OutboundFrameBuffer.swift",
"GlitchesMonitor.swift",
"HPACKHeaders+Validation.swift",
"HTTP2ChannelHandler+InboundStreamMultiplexer.swift",
"HTTP2ChannelHandler+InlineStreamMultiplexer.swift",
"HTTP2ChannelHandler.swift",
"HTTP2CommonInboundStreamMultiplexer.swift",
"HTTP2ConnectionStateChange.swift",
"HTTP2Error.swift",
"HTTP2ErrorCode.swift",
"HTTP2FlowControlWindow.swift",
"HTTP2Frame.swift",
"HTTP2FrameEncoder.swift",
"HTTP2FrameParser.swift",
"HTTP2PingData.swift",
"HTTP2PipelineHelpers.swift",
"HTTP2Settings.swift",
"HTTP2Stream.swift",
"HTTP2StreamChannel+OutboundStreamMultiplexer.swift",
"HTTP2StreamChannel.swift",
"HTTP2StreamDelegate.swift",
"HTTP2StreamID.swift",
"HTTP2StreamMultiplexer.swift",
"HTTP2ToHTTP1Codec.swift",
"HTTP2UserEvents.swift",
"InboundEventBuffer.swift",
"InboundWindowManager.swift",
"MultiplexerAbstractChannel.swift",
"NIOHTTP2FrameDelegate.swift",
"StreamChannelFlowController.swift",
"StreamChannelList.swift",
"StreamMap.swift",
"StreamStateMachine.swift",
"UnsafeTransfer.swift",
"WatermarkedFlowController.swift"
],
"target_dependencies" : [
"NIOHPACK"
],
"type" : "library"
},
{
"c99name" : "NIOHPACKTests",
"module_type" : "SwiftTarget",
"name" : "NIOHPACKTests",
"path" : "Tests/NIOHPACKTests",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/NIOHPACKTests/Fixtures/large_complex_huffman_b64.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/NIOHPACKTests/Fixtures/large_huffman_b64.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HPACKCodingTests.swift",
"HPACKHeadersTests.swift",
"HPACKIntegrationTests.swift",
"HPACKRegressionTests.swift",
"HeaderTableTests.swift",
"HuffmanCodingTests.swift",
"IntegerCodingTests.swift"
],
"target_dependencies" : [
"NIOHPACK"
],
"type" : "test"
},
{
"c99name" : "NIOHPACK",
"module_type" : "SwiftTarget",
"name" : "NIOHPACK",
"path" : "Sources/NIOHPACK",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOHTTP1"
],
"product_memberships" : [
"NIOHTTP2",
"NIOHTTP2Server",
"NIOHTTP2PerformanceTester"
],
"sources" : [
"DynamicHeaderTable.swift",
"HPACKDecoder.swift",
"HPACKEncoder.swift",
"HPACKErrors.swift",
"HPACKHeader.swift",
"HeaderTables.swift",
"HuffmanCoding.swift",
"HuffmanTables.swift",
"IndexedHeaderTable.swift",
"IntegerCoding.swift",
"StaticHeaderTable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1820] Fetching swift-atomics
[1821/82043] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (9.23s)
Fetched https://github.com/apple/swift-nio.git from cache (9.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (10.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.89.0 (1.68s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5182] Fetching swift-system
[4406/23496] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.00s)
Fetched https://github.com/apple/swift-collections.git from cache (2.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (3.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.37s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.89.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/50] Write sources
[11/50] Compiling CNIODarwin shim.c
[12/50] Write sources
[16/50] Compiling CNIOLLHTTP c_nio_http.c
[17/50] Compiling _AtomicsShims.c
[18/50] Compiling CNIOWindows shim.c
[19/50] Compiling CNIOWindows WSAStartup.c
[20/50] Compiling CNIOWASI CNIOWASI.c
[21/50] Compiling CNIOPosix event_loop_id.c
[22/50] Write sources
[23/50] Compiling CNIOLLHTTP c_nio_api.c
[24/50] Compiling CNIOLinux liburing_shims.c
[25/50] Compiling CNIOLinux shim.c
[26/50] Write swift-version-24593BA9C3E375BF.txt
[27/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/90] Emitting module InternalCollectionsUtilities
[30/92] Emitting module _NIODataStructures
[31/92] Compiling _NIOBase64 Base64.swift
[32/92] Emitting module _NIOBase64
[33/92] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/92] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/93] Compiling _NIODataStructures PriorityQueue.swift
[36/93] Compiling _NIODataStructures _TinyArray.swift
[37/93] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[38/93] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[39/93] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/93] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/93] Compiling InternalCollectionsUtilities Integer rank.swift
[45/93] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/93] Compiling InternalCollectionsUtilities _SortedCollection.swift
[47/93] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/93] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/93] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[50/93] Compiling InternalCollectionsUtilities Debugging.swift
[51/93] Compiling InternalCollectionsUtilities Descriptions.swift
[63/96] Compiling _NIODataStructures Heap.swift
[67/97] Emitting module Atomics
[73/97] Wrapping AST for _NIOBase64 for debugging
[74/97] Wrapping AST for _NIODataStructures for debugging
[75/97] Wrapping AST for InternalCollectionsUtilities for debugging
[77/112] Compiling Atomics IntegerOperations.swift
[78/112] Compiling Atomics Unmanaged extensions.swift
[80/113] Compiling DequeModule _DequeBuffer.swift
[81/113] Compiling DequeModule _DequeBufferHeader.swift
[81/115] Wrapping AST for Atomics for debugging
[83/115] Compiling DequeModule Deque+CustomReflectable.swift
[84/115] Compiling DequeModule Deque+Descriptions.swift
[85/115] Compiling DequeModule Deque+Extras.swift
[86/115] Compiling DequeModule Deque+Hashable.swift
[87/115] Compiling DequeModule Deque+Testing.swift
[88/115] Compiling DequeModule Deque._Storage.swift
[89/115] Compiling DequeModule Deque+Equatable.swift
[90/115] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/115] Compiling DequeModule _DequeSlot.swift
[92/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/115] Compiling c-nioatomics.c
[94/115] Compiling DequeModule Deque._UnsafeHandle.swift
[95/115] Compiling DequeModule Deque.swift
[96/115] Compiling DequeModule Deque+Codable.swift
[97/115] Compiling DequeModule Deque+Collection.swift
[98/115] Emitting module DequeModule
[99/116] Compiling c-atomics.c
[100/116] Wrapping AST for DequeModule for debugging
[102/122] Compiling NIOConcurrencyHelpers lock.swift
[103/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/122] Emitting module NIOConcurrencyHelpers
[105/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/122] Compiling NIOConcurrencyHelpers atomics.swift
[108/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[110/186] Compiling NIOCore CircularBuffer.swift
[111/186] Compiling NIOCore Codec.swift
[112/186] Compiling NIOCore ConvenienceOptionSupport.swift
[113/186] Compiling NIOCore DeadChannel.swift
[114/186] Compiling NIOCore DispatchQueue+WithFuture.swift
[115/186] Compiling NIOCore EventLoop+Deprecated.swift
[116/186] Compiling NIOCore EventLoop+SerialExecutor.swift
[117/186] Compiling NIOCore EventLoop.swift
[118/186] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[119/186] Compiling NIOCore IPProtocol.swift
[120/186] Compiling NIOCore IntegerBitPacking.swift
[121/186] Compiling NIOCore IntegerTypes.swift
[122/186] Compiling NIOCore Interfaces.swift
[123/186] Compiling NIOCore Linux.swift
[124/186] Compiling NIOCore MarkedCircularBuffer.swift
[125/186] Compiling NIOCore MulticastChannel.swift
[126/186] Compiling NIOCore NIOAny.swift
[127/186] Compiling NIOCore NIOCloseOnErrorHandler.swift
[128/194] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/194] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/194] Compiling NIOCore EventLoopFuture.swift
[131/194] Compiling NIOCore FileDescriptor.swift
[132/194] Compiling NIOCore FileHandle.swift
[133/194] Compiling NIOCore FileRegion.swift
[134/194] Compiling NIOCore GlobalSingletons.swift
[135/194] Compiling NIOCore IO.swift
[136/194] Compiling NIOCore IOData.swift
[137/194] Compiling NIOCore NIOCoreSendableMetatype.swift
[138/194] Compiling NIOCore NIODecodedAsyncSequence.swift
[139/194] Compiling NIOCore NIOLoopBound.swift
[140/194] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[141/194] Compiling NIOCore NIOScheduledCallback.swift
[142/194] Compiling NIOCore NIOSendable.swift
[143/194] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[144/194] Compiling NIOCore RecvByteBufferAllocator.swift
[145/194] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/194] Compiling NIOCore BSDSocketAPI.swift
[147/194] Compiling NIOCore ByteBuffer-aux.swift
[148/194] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/194] Compiling NIOCore ByteBuffer-conversions.swift
[150/194] Compiling NIOCore ByteBuffer-core.swift
[151/194] Compiling NIOCore ByteBuffer-hex.swift
[152/194] Compiling NIOCore ByteBuffer-int.swift
[153/194] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/194] Compiling NIOCore AddressedEnvelope.swift
[155/194] Compiling NIOCore AsyncAwaitSupport.swift
[156/194] Compiling NIOCore AsyncChannel.swift
[157/194] Compiling NIOCore AsyncChannelHandler.swift
[158/194] Compiling NIOCore AsyncChannelInboundStream.swift
[159/194] Compiling NIOCore AsyncChannelOutboundWriter.swift
[160/194] Compiling NIOCore NIOAsyncSequenceProducer.swift
[161/194] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[162/194] Compiling NIOCore NIOAsyncWriter.swift
[163/194] Compiling NIOCore ByteBuffer-multi-int.swift
[164/194] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/194] Compiling NIOCore ByteBuffer-views.swift
[166/194] Compiling NIOCore Channel.swift
[167/194] Compiling NIOCore ChannelHandler.swift
[168/194] Compiling NIOCore ChannelHandlers.swift
[169/194] Compiling NIOCore ChannelInvoker.swift
[170/194] Compiling NIOCore ChannelOption.swift
[171/194] Compiling NIOCore ChannelPipeline.swift
[172/194] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[173/194] Compiling NIOCore SocketAddresses.swift
[174/194] Compiling NIOCore SocketOptionProvider.swift
[175/194] Compiling NIOCore SystemCallHelpers.swift
[176/194] Compiling NIOCore TimeAmount+Duration.swift
[177/194] Compiling NIOCore TypeAssistedChannelHandler.swift
[178/194] Compiling NIOCore UniversalBootstrapSupport.swift
[179/194] Compiling NIOCore Utilities.swift
[180/194] Emitting module NIOCore
[181/195] Wrapping AST for NIOCore for debugging
[183/249] Emitting module NIOEmbedded
[184/249] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[185/249] Compiling NIOEmbedded AsyncTestingChannel.swift
[186/249] Compiling NIOEmbedded Embedded.swift
[187/250] Wrapping AST for NIOEmbedded for debugging
[189/250] Emitting module NIOPosix
[190/250] Compiling NIOPosix IO.swift
[191/250] Compiling NIOPosix IntegerBitPacking.swift
[192/250] Compiling NIOPosix IntegerTypes.swift
[193/250] Compiling NIOPosix Linux.swift
[194/250] Compiling NIOPosix LinuxCPUSet.swift
[195/250] Compiling NIOPosix LinuxUring.swift
[196/250] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[197/256] Compiling NIOPosix Pool.swift
[198/256] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[199/256] Compiling NIOPosix PosixSingletons.swift
[200/256] Compiling NIOPosix RawSocketBootstrap.swift
[201/256] Compiling NIOPosix Resolver.swift
[202/256] Compiling NIOPosix Selectable.swift
[203/256] Compiling NIOPosix SelectableChannel.swift
[204/256] Compiling NIOPosix SelectableEventLoop.swift
[205/256] Compiling NIOPosix SelectorEpoll.swift
[206/256] Compiling NIOPosix SelectorGeneric.swift
[207/256] Compiling NIOPosix SelectorKqueue.swift
[208/256] Compiling NIOPosix SelectorUring.swift
[209/256] Compiling NIOPosix SelectorWSAPoll.swift
[210/256] Compiling NIOPosix ServerSocket.swift
[211/256] Compiling NIOPosix Socket.swift
[212/256] Compiling NIOPosix SocketChannel.swift
[213/256] Compiling NIOPosix SocketProtocols.swift
[214/256] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[215/256] Compiling NIOPosix System.swift
[216/256] Compiling NIOPosix Thread.swift
[217/256] Compiling NIOPosix ThreadPosix.swift
[218/256] Compiling NIOPosix ThreadWindows.swift
[219/256] Compiling NIOPosix UnsafeTransfer.swift
[220/256] Compiling NIOPosix Utilities.swift
[221/256] Compiling NIOPosix VsockAddress.swift
[222/256] Compiling NIOPosix VsockChannelEvents.swift
[223/256] Compiling NIOPosix Windows.swift
[224/256] Compiling NIOPosix NIOPosixSendableMetatype.swift
[225/256] Compiling NIOPosix NIOThreadPool.swift
[226/256] Compiling NIOPosix NonBlockingFileIO.swift
[227/256] Compiling NIOPosix PendingDatagramWritesManager.swift
[228/256] Compiling NIOPosix PendingWritesManager.swift
[229/256] Compiling NIOPosix PipeChannel.swift
[230/256] Compiling NIOPosix PipePair.swift
[231/256] Compiling NIOPosix Bootstrap.swift
[232/256] Compiling NIOPosix ControlMessage.swift
[233/256] Compiling NIOPosix DatagramVectorReadManager.swift
[234/256] Compiling NIOPosix Errors+Any.swift
[235/256] Compiling NIOPosix FileDescriptor.swift
[236/256] Compiling NIOPosix GetaddrinfoResolver.swift
[237/256] Compiling NIOPosix HappyEyeballs.swift
[238/256] Compiling NIOPosix BSDSocketAPICommon.swift
[239/256] Compiling NIOPosix BSDSocketAPIPosix.swift
[240/256] Compiling NIOPosix BSDSocketAPIWindows.swift
[241/256] Compiling NIOPosix BaseSocket.swift
[242/256] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[243/256] Compiling NIOPosix BaseSocketChannel.swift
[244/256] Compiling NIOPosix BaseStreamSocketChannel.swift
[245/257] Wrapping AST for NIOPosix for debugging
[247/259] Compiling NIO Exports.swift
[248/259] Emitting module NIO
[249/260] Wrapping AST for NIO for debugging
[251/282] Compiling NIOTLS TLSEvents.swift
[252/282] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[253/282] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[254/282] Emitting module NIOTLS
[255/282] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[256/282] Compiling NIOTLS SNIHandler.swift
[257/283] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[258/283] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[259/285] Wrapping AST for NIOTLS for debugging
[261/285] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[262/285] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[263/285] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[264/285] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[265/285] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[266/285] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[267/285] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[268/285] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[269/285] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[270/285] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[271/285] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[272/285] Compiling NIOHTTP1 HTTPTypes.swift
[273/285] Emitting module NIOHTTP1
[274/285] Compiling NIOHTTP1 ByteCollectionUtils.swift
[275/285] Compiling NIOHTTP1 HTTPDecoder.swift
[276/285] Compiling NIOHTTP1 HTTPEncoder.swift
[277/286] Wrapping AST for NIOHTTP1 for debugging
[279/297] Compiling NIOHPACK IntegerCoding.swift
[280/298] Compiling NIOHPACK IndexedHeaderTable.swift
[281/298] Compiling NIOHPACK DynamicHeaderTable.swift
[282/298] Compiling NIOHPACK HPACKDecoder.swift
[283/298] Compiling NIOHPACK HuffmanTables.swift
[284/298] Compiling NIOHPACK StaticHeaderTable.swift
[285/298] Compiling NIOHPACK HuffmanCoding.swift
[286/298] Emitting module NIOHPACK
[287/298] Compiling NIOHPACK HPACKEncoder.swift
[288/298] Compiling NIOHPACK HPACKErrors.swift
[289/298] Compiling NIOHPACK HPACKHeader.swift
[290/298] Compiling NIOHPACK HeaderTables.swift
[291/299] Wrapping AST for NIOHPACK for debugging
[293/359] Emitting module NIOHTTP2
[294/367] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[295/367] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[296/367] Compiling NIOHTTP2 StreamChannelFlowController.swift
[297/367] Compiling NIOHTTP2 StreamChannelList.swift
[298/367] Compiling NIOHTTP2 StreamMap.swift
[299/367] Compiling NIOHTTP2 StreamStateMachine.swift
[300/367] Compiling NIOHTTP2 UnsafeTransfer.swift
[301/367] Compiling NIOHTTP2 WatermarkedFlowController.swift
[302/367] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[303/367] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[304/367] Compiling NIOHTTP2 HTTP2StreamID.swift
[305/367] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[306/367] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[307/367] Compiling NIOHTTP2 HTTP2UserEvents.swift
[308/367] Compiling NIOHTTP2 InboundEventBuffer.swift
[309/367] Compiling NIOHTTP2 InboundWindowManager.swift
[310/367] Compiling NIOHTTP2 HTTP2Frame.swift
[311/367] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[312/367] Compiling NIOHTTP2 HTTP2FrameParser.swift
[313/367] Compiling NIOHTTP2 HTTP2PingData.swift
[314/367] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[315/367] Compiling NIOHTTP2 HTTP2Settings.swift
[316/367] Compiling NIOHTTP2 HTTP2Stream.swift
[317/367] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[318/367] Compiling NIOHTTP2 DOSHeuristics.swift
[319/367] Compiling NIOHTTP2 Error+Any.swift
[320/367] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[321/367] Compiling NIOHTTP2 ControlFrameBuffer.swift
[322/367] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[323/367] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[324/367] Compiling NIOHTTP2 GlitchesMonitor.swift
[325/367] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[326/367] Compiling NIOHTTP2 ConnectionStateMachine.swift
[327/367] Compiling NIOHTTP2 ConnectionStreamsState.swift
[328/367] Compiling NIOHTTP2 MayReceiveFrames.swift
[329/367] Compiling NIOHTTP2 ReceivingDataState.swift
[330/367] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[331/367] Compiling NIOHTTP2 ReceivingHeadersState.swift
[332/367] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[333/367] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[334/367] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[335/367] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[336/367] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[337/367] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[338/367] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[339/367] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[340/367] Compiling NIOHTTP2 HTTP2Error.swift
[341/367] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[342/367] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[343/367] Compiling NIOHTTP2 HasFlowControlWindows.swift
[344/367] Compiling NIOHTTP2 HasLocalSettings.swift
[345/367] Compiling NIOHTTP2 HasRemoteSettings.swift
[346/367] Compiling NIOHTTP2 LocallyQuiescingState.swift
[347/367] Compiling NIOHTTP2 QuiescingState.swift
[348/367] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[349/367] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[350/367] Compiling NIOHTTP2 StateMachineResult.swift
[351/367] Compiling NIOHTTP2 ContentLengthVerifier.swift
[352/367] Compiling NIOHTTP2 MaySendFrames.swift
[353/367] Compiling NIOHTTP2 SendingDataState.swift
[354/367] Compiling NIOHTTP2 SendingGoawayState.swift
[355/367] Compiling NIOHTTP2 SendingHeadersState.swift
[356/367] Compiling NIOHTTP2 SendingPushPromiseState.swift
[357/367] Compiling NIOHTTP2 SendingRstStreamState.swift
[358/367] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[359/367] Compiling NIOHTTP2 HTTP2SettingsState.swift
[360/367] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[361/368] Wrapping AST for NIOHTTP2 for debugging
[363/381] Compiling NIOHTTP2PerformanceTester StreamTeardownBenchmark.swift
[364/382] Compiling NIOHTTP2PerformanceTester ServerOnly10KRequestsBenchmark.swift
[365/382] Compiling NIOHTTP2PerformanceTester HuffmanEncodingBenchmark.swift
[366/382] Compiling NIOHTTP2PerformanceTester main.swift
[367/382] Compiling NIOHTTP2PerformanceTester HPACKHeaderEncodingBenchmark.swift
[368/382] Compiling NIOHTTP2PerformanceTester HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift
[369/382] Compiling NIOHTTP2PerformanceTester HPACKHeaderCanonicalFormBenchmark.swift
[370/382] Compiling NIOHTTP2PerformanceTester HPACKHeaderDecodingBenchmark.swift
[371/382] Compiling NIOHTTP2PerformanceTester Bench1Conn10kRequests.swift
[372/382] Compiling NIOHTTP2PerformanceTester Benchmark.swift
[373/382] Emitting module NIOHTTP2PerformanceTester
[374/382] Compiling NIOHTTP2PerformanceTester HuffmanDecodingBenchmark.swift
[375/383] Compiling NIOHTTP2Server main.swift
[376/383] Emitting module NIOHTTP2Server
[378/384] Wrapping AST for NIOHTTP2Server for debugging
[379/384] Write Objects.LinkFileList
[380/384] Wrapping AST for NIOHTTP2PerformanceTester for debugging
[381/384] Write Objects.LinkFileList
[382/384] Linking NIOHTTP2Server
[383/384] Linking NIOHTTP2PerformanceTester
Build complete! (124.69s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.82.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-http2",
"name" : "swift-nio-http2",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOHTTP2",
"targets" : [
"NIOHTTP2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOHTTP2Server",
"targets" : [
"NIOHTTP2Server"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOHTTP2PerformanceTester",
"targets" : [
"NIOHTTP2PerformanceTester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOHTTP2Tests",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2Tests",
"path" : "Tests/NIOHTTP2Tests",
"product_dependencies" : [
"NIOConcurrencyHelpers",
"NIOCore",
"NIOEmbedded",
"NIOHTTP1",
"NIOFoundationCompat",
"Atomics"
],
"sources" : [
"CircularBufferExtensionsTests.swift",
"CompoundOutboundBufferTest.swift",
"ConcurrentStreamBufferTest.swift",
"ConfiguringPipelineAsyncMultiplexerTests.swift",
"ConfiguringPipelineInlineMultiplexerTests.swift",
"ConfiguringPipelineTests.swift",
"ConfiguringPipelineWithFramePayloadStreamsTests.swift",
"ConnectionStateMachineTests.swift",
"ContentLengthVerifierTests.swift",
"ControlFrameBufferTests.swift",
"DOSHeuristicsTests.swift",
"GlitchesMonitorTests.swift",
"HTTP2ErrorTests.swift",
"HTTP2FrameParserTests.swift",
"HTTP2FramePayloadStreamMultiplexerTests.swift",
"HTTP2FramePayloadToHTTP1CodecTests.swift",
"HTTP2InlineStreamMultiplexerTests.swift",
"HTTP2StreamMultiplexerTests.swift",
"HTTP2ToHTTP1CodecTests.swift",
"InboundWindowManagerTests.swift",
"OutboundFlowControlBufferTests.swift",
"ReentrancyTests.swift",
"SimpleClientServerFramePayloadStreamTests.swift",
"SimpleClientServerInlineStreamMultiplexerTests.swift",
"SimpleClientServerTests.swift",
"StreamChannelFlowControllerTests.swift",
"StreamIDTests.swift",
"StreamMapTests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"NIOHTTP2"
],
"type" : "test"
},
{
"c99name" : "NIOHTTP2Server",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2Server",
"path" : "Sources/NIOHTTP2Server",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1"
],
"product_memberships" : [
"NIOHTTP2Server"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOHTTP2"
],
"type" : "executable"
},
{
"c99name" : "NIOHTTP2PerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2PerformanceTester",
"path" : "Sources/NIOHTTP2PerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOEmbedded"
],
"product_memberships" : [
"NIOHTTP2PerformanceTester"
],
"sources" : [
"Bench1Conn10kRequests.swift",
"Benchmark.swift",
"HPACKHeaderCanonicalFormBenchmark.swift",
"HPACKHeaderDecodingBenchmark.swift",
"HPACKHeaderEncodingBenchmark.swift",
"HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift",
"HuffmanDecodingBenchmark.swift",
"HuffmanEncodingBenchmark.swift",
"ServerOnly10KRequestsBenchmark.swift",
"StreamTeardownBenchmark.swift",
"main.swift"
],
"target_dependencies" : [
"NIOHTTP2"
],
"type" : "executable"
},
{
"c99name" : "NIOHTTP2",
"module_type" : "SwiftTarget",
"name" : "NIOHTTP2",
"path" : "Sources/NIOHTTP2",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOHTTP1",
"NIOTLS",
"NIOConcurrencyHelpers",
"Atomics"
],
"product_memberships" : [
"NIOHTTP2",
"NIOHTTP2Server",
"NIOHTTP2PerformanceTester"
],
"sources" : [
"ConnectionStateMachine/ConnectionStateMachine.swift",
"ConnectionStateMachine/ConnectionStreamsState.swift",
"ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift",
"ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift",
"ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift",
"ConnectionStateMachine/FrameSendingStates/SendingDataState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift",
"ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift",
"ConnectionStateMachine/HTTP2SettingsState.swift",
"ConnectionStateMachine/HasExtendedConnectSettings.swift",
"ConnectionStateMachine/HasFlowControlWindows.swift",
"ConnectionStateMachine/HasLocalSettings.swift",
"ConnectionStateMachine/HasRemoteSettings.swift",
"ConnectionStateMachine/LocallyQuiescingState.swift",
"ConnectionStateMachine/QuiescingState.swift",
"ConnectionStateMachine/RemotelyQuiescingState.swift",
"ConnectionStateMachine/SendAndReceiveGoawayState.swift",
"ConnectionStateMachine/StateMachineResult.swift",
"ContentLengthVerifier.swift",
"DOSHeuristics.swift",
"Error+Any.swift",
"Frame Buffers/ConcurrentStreamBuffer.swift",
"Frame Buffers/ControlFrameBuffer.swift",
"Frame Buffers/OutboundFlowControlBuffer.swift",
"Frame Buffers/OutboundFrameBuffer.swift",
"GlitchesMonitor.swift",
"HPACKHeaders+Validation.swift",
"HTTP2ChannelHandler+InboundStreamMultiplexer.swift",
"HTTP2ChannelHandler+InlineStreamMultiplexer.swift",
"HTTP2ChannelHandler.swift",
"HTTP2CommonInboundStreamMultiplexer.swift",
"HTTP2ConnectionStateChange.swift",
"HTTP2Error.swift",
"HTTP2ErrorCode.swift",
"HTTP2FlowControlWindow.swift",
"HTTP2Frame.swift",
"HTTP2FrameEncoder.swift",
"HTTP2FrameParser.swift",
"HTTP2PingData.swift",
"HTTP2PipelineHelpers.swift",
"HTTP2Settings.swift",
"HTTP2Stream.swift",
"HTTP2StreamChannel+OutboundStreamMultiplexer.swift",
"HTTP2StreamChannel.swift",
"HTTP2StreamDelegate.swift",
"HTTP2StreamID.swift",
"HTTP2StreamMultiplexer.swift",
"HTTP2ToHTTP1Codec.swift",
"HTTP2UserEvents.swift",
"InboundEventBuffer.swift",
"InboundWindowManager.swift",
"MultiplexerAbstractChannel.swift",
"NIOHTTP2FrameDelegate.swift",
"StreamChannelFlowController.swift",
"StreamChannelList.swift",
"StreamMap.swift",
"StreamStateMachine.swift",
"UnsafeTransfer.swift",
"WatermarkedFlowController.swift"
],
"target_dependencies" : [
"NIOHPACK"
],
"type" : "library"
},
{
"c99name" : "NIOHPACKTests",
"module_type" : "SwiftTarget",
"name" : "NIOHPACKTests",
"path" : "Tests/NIOHPACKTests",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/NIOHPACKTests/Fixtures/large_complex_huffman_b64.txt",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/NIOHPACKTests/Fixtures/large_huffman_b64.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HPACKCodingTests.swift",
"HPACKHeadersTests.swift",
"HPACKIntegrationTests.swift",
"HPACKRegressionTests.swift",
"HeaderTableTests.swift",
"HuffmanCodingTests.swift",
"IntegerCodingTests.swift"
],
"target_dependencies" : [
"NIOHPACK"
],
"type" : "test"
},
{
"c99name" : "NIOHPACK",
"module_type" : "SwiftTarget",
"name" : "NIOHPACK",
"path" : "Sources/NIOHPACK",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOHTTP1"
],
"product_memberships" : [
"NIOHTTP2",
"NIOHTTP2Server",
"NIOHTTP2PerformanceTester"
],
"sources" : [
"DynamicHeaderTable.swift",
"HPACKDecoder.swift",
"HPACKEncoder.swift",
"HPACKErrors.swift",
"HPACKHeader.swift",
"HeaderTables.swift",
"HuffmanCoding.swift",
"HuffmanTables.swift",
"IndexedHeaderTable.swift",
"IntegerCoding.swift",
"StaticHeaderTable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.