The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-nio-http2, reference main (95c084), with Swift 6.1 for Android on 30 Jul 2025 12:44:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-http2.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-nio-http2
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 95c084a Enable release mode builds (#524)
Cloned https://github.com/apple/swift-nio-http2.git
Revision (git rev-parse @):
95c084ae517fcc036c37c5672e445dda97714c9f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-http2.git at main
========================================
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" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1808] Fetching swift-atomics
[1809/78880] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.62s)
Fetched https://github.com/apple/swift-nio.git from cache (8.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (1.56s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4776] Fetching swift-system
[4777/21692] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
[2876/16916] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.1 (3.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.36s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/50] Write sources
[15/50] Compiling CNIOWASI CNIOWASI.c
[16/50] Compiling CNIOWindows shim.c
[17/50] Compiling CNIOWindows WSAStartup.c
[18/50] Compiling _AtomicsShims.c
[19/50] Compiling CNIOLinux liburing_shims.c
[19/50] Compiling CNIOPosix event_loop_id.c
[21/50] Compiling CNIODarwin shim.c
[21/50] Write sources
[23/50] Compiling CNIOLLHTTP c_nio_http.c
[24/50] Compiling CNIOLinux shim.c
[25/50] Compiling CNIOLLHTTP c_nio_api.c
[26/50] Write swift-version-24593BA9C3E375BF.txt
[27/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/88] Compiling Atomics UnsafeAtomic.swift
[30/88] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/90] Compiling Atomics ManagedAtomic.swift
[32/90] Compiling Atomics ManagedAtomicLazyReference.swift
[33/90] Compiling Atomics AtomicStorage.swift
[34/90] Compiling Atomics AtomicValue.swift
[35/90] Compiling _NIODataStructures _TinyArray.swift
[36/90] Emitting module _NIOBase64
[37/90] Compiling _NIODataStructures PriorityQueue.swift
[38/90] Compiling _NIOBase64 Base64.swift
[39/90] Compiling Atomics AtomicBool.swift
[40/90] Compiling Atomics IntegerConformances.swift
[41/91] Compiling Atomics AtomicMemoryOrderings.swift
[42/91] Compiling Atomics DoubleWord.swift
[43/91] Compiling Atomics AtomicInteger.swift
[44/91] Compiling Atomics AtomicOptionalWrappable.swift
[47/91] Compiling Atomics AtomicReference.swift
[50/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/92] Compiling Atomics OptionalRawRepresentable.swift
[54/92] Compiling Atomics RawRepresentable.swift
[55/92] Compiling Atomics PointerConformances.swift
[56/92] Compiling Atomics Primitives.native.swift
[57/92] Emitting module InternalCollectionsUtilities
[58/92] Emitting module Atomics
[59/92] Compiling _NIODataStructures Heap.swift
[60/92] Emitting module _NIODataStructures
[69/93] Compiling Atomics IntegerOperations.swift
[70/93] Compiling Atomics Unmanaged extensions.swift
[70/94] Wrapping AST for _NIOBase64 for debugging
[72/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/95] Wrapping AST for _NIODataStructures for debugging
[75/95] Wrapping AST for Atomics for debugging
[76/95] Wrapping AST for InternalCollectionsUtilities for debugging
[77/110] Compiling c-nioatomics.c
[79/110] Compiling DequeModule Deque+Equatable.swift
[80/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/112] Compiling DequeModule _DequeBuffer.swift
[82/112] Compiling DequeModule _DequeBufferHeader.swift
[83/112] Compiling DequeModule Deque+CustomReflectable.swift
[84/112] Compiling DequeModule Deque+Descriptions.swift
[85/112] Compiling DequeModule _DequeSlot.swift
[86/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/112] Compiling DequeModule Deque+Extras.swift
[88/112] Compiling DequeModule Deque+Hashable.swift
[89/112] Compiling DequeModule Deque._UnsafeHandle.swift
[90/112] Compiling DequeModule Deque.swift
[91/112] Compiling DequeModule Deque+Testing.swift
[92/112] Compiling DequeModule Deque._Storage.swift
[92/112] Compiling c-atomics.c
[94/112] Compiling DequeModule Deque+Codable.swift
[95/112] Compiling DequeModule Deque+Collection.swift
[96/118] Emitting module DequeModule
[97/119] Wrapping AST for DequeModule for debugging
[99/119] Compiling NIOConcurrencyHelpers lock.swift
[100/119] Emitting module NIOConcurrencyHelpers
[101/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[103/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/119] Compiling NIOConcurrencyHelpers atomics.swift
[105/120] Wrapping AST for NIOConcurrencyHelpers for debugging
[107/181] Compiling NIOCore NIOAny.swift
[108/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/181] Compiling NIOCore NIOCoreSendableMetatype.swift
[110/181] Compiling NIOCore NIOLoopBound.swift
[111/181] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[112/181] Compiling NIOCore NIOScheduledCallback.swift
[113/181] Compiling NIOCore NIOSendable.swift
[114/181] Compiling NIOCore RecvByteBufferAllocator.swift
[115/189] Compiling NIOCore IOData.swift
[116/189] Compiling NIOCore IPProtocol.swift
[117/189] Compiling NIOCore IntegerBitPacking.swift
[118/189] Compiling NIOCore IntegerTypes.swift
[119/189] Compiling NIOCore Interfaces.swift
[120/189] Compiling NIOCore Linux.swift
[121/189] Compiling NIOCore MarkedCircularBuffer.swift
[122/189] Compiling NIOCore MulticastChannel.swift
[123/189] Compiling NIOCore CircularBuffer.swift
[124/189] Compiling NIOCore Codec.swift
[125/189] Compiling NIOCore ConvenienceOptionSupport.swift
[126/189] Compiling NIOCore DeadChannel.swift
[127/189] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/189] Compiling NIOCore EventLoop+Deprecated.swift
[129/189] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/189] Compiling NIOCore EventLoop.swift
[131/189] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[132/189] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/189] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/189] Compiling NIOCore EventLoopFuture.swift
[135/189] Compiling NIOCore FileDescriptor.swift
[136/189] Compiling NIOCore FileHandle.swift
[137/189] Compiling NIOCore FileRegion.swift
[138/189] Compiling NIOCore GlobalSingletons.swift
[139/189] Compiling NIOCore IO.swift
[140/189] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[141/189] Compiling NIOCore SocketAddresses.swift
[142/189] Compiling NIOCore SocketOptionProvider.swift
[143/189] Compiling NIOCore SystemCallHelpers.swift
[144/189] Compiling NIOCore TimeAmount+Duration.swift
[145/189] Compiling NIOCore TypeAssistedChannelHandler.swift
[146/189] Compiling NIOCore UniversalBootstrapSupport.swift
[147/189] Compiling NIOCore Utilities.swift
[148/189] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[149/189] Compiling NIOCore BSDSocketAPI.swift
[150/189] Compiling NIOCore ByteBuffer-aux.swift
[151/189] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/189] Compiling NIOCore ByteBuffer-conversions.swift
[153/189] Compiling NIOCore ByteBuffer-core.swift
[154/189] Compiling NIOCore ByteBuffer-hex.swift
[155/189] Compiling NIOCore ByteBuffer-int.swift
[156/189] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[157/189] Compiling NIOCore AddressedEnvelope.swift
[158/189] Compiling NIOCore AsyncAwaitSupport.swift
[159/189] Compiling NIOCore AsyncChannel.swift
[160/189] Compiling NIOCore AsyncChannelHandler.swift
[161/189] Compiling NIOCore AsyncChannelInboundStream.swift
[162/189] Compiling NIOCore AsyncChannelOutboundWriter.swift
[163/189] Compiling NIOCore NIOAsyncSequenceProducer.swift
[164/189] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[165/189] Compiling NIOCore NIOAsyncWriter.swift
[166/189] Compiling NIOCore ByteBuffer-multi-int.swift
[167/189] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[168/189] Compiling NIOCore ByteBuffer-views.swift
[169/189] Compiling NIOCore Channel.swift
[170/189] Compiling NIOCore ChannelHandler.swift
[171/189] Compiling NIOCore ChannelHandlers.swift
[172/189] Compiling NIOCore ChannelInvoker.swift
[173/189] Compiling NIOCore ChannelOption.swift
[174/189] Compiling NIOCore ChannelPipeline.swift
[175/189] Emitting module NIOCore
[176/190] Wrapping AST for NIOCore for debugging
[178/242] Emitting module NIOEmbedded
[179/242] Compiling NIOEmbedded AsyncTestingChannel.swift
[180/242] Compiling NIOEmbedded Embedded.swift
[181/242] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[182/243] Wrapping AST for NIOEmbedded for debugging
[184/243] Compiling NIOPosix SelectableEventLoop.swift
[185/243] Compiling NIOPosix SelectorEpoll.swift
[186/243] Compiling NIOPosix SelectorGeneric.swift
[187/243] Compiling NIOPosix SelectorKqueue.swift
[188/243] Compiling NIOPosix SelectorUring.swift
[189/243] Compiling NIOPosix ServerSocket.swift
[190/249] Compiling NIOPosix Socket.swift
[191/249] Compiling NIOPosix SocketChannel.swift
[192/249] Compiling NIOPosix SocketProtocols.swift
[193/249] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[194/249] Compiling NIOPosix System.swift
[195/249] Compiling NIOPosix Thread.swift
[196/249] Compiling NIOPosix Pool.swift
[197/249] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[198/249] Compiling NIOPosix PosixSingletons.swift
[199/249] Compiling NIOPosix RawSocketBootstrap.swift
[200/249] Compiling NIOPosix Resolver.swift
[201/249] Compiling NIOPosix Selectable.swift
[202/249] Compiling NIOPosix SelectableChannel.swift
[203/249] Compiling NIOPosix ThreadPosix.swift
[204/249] Compiling NIOPosix ThreadWindows.swift
[205/249] Compiling NIOPosix UnsafeTransfer.swift
[206/249] Compiling NIOPosix Utilities.swift
[207/249] Compiling NIOPosix VsockAddress.swift
[208/249] Compiling NIOPosix VsockChannelEvents.swift
[209/249] Compiling NIOPosix IO.swift
[210/249] Compiling NIOPosix IntegerBitPacking.swift
[211/249] Compiling NIOPosix IntegerTypes.swift
[212/249] Compiling NIOPosix Linux.swift
[213/249] Compiling NIOPosix LinuxCPUSet.swift
[214/249] Compiling NIOPosix LinuxUring.swift
[215/249] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[216/249] Emitting module NIOPosix
[217/249] Compiling NIOPosix NIOPosixSendableMetatype.swift
[218/249] Compiling NIOPosix NIOThreadPool.swift
[219/249] Compiling NIOPosix NonBlockingFileIO.swift
[220/249] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/249] Compiling NIOPosix PendingWritesManager.swift
[222/249] Compiling NIOPosix PipeChannel.swift
[223/249] Compiling NIOPosix PipePair.swift
[224/249] Compiling NIOPosix BSDSocketAPICommon.swift
[225/249] Compiling NIOPosix BSDSocketAPIPosix.swift
[226/249] Compiling NIOPosix BSDSocketAPIWindows.swift
[227/249] Compiling NIOPosix BaseSocket.swift
[228/249] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[229/249] Compiling NIOPosix BaseSocketChannel.swift
[230/249] Compiling NIOPosix BaseStreamSocketChannel.swift
[231/249] Compiling NIOPosix Bootstrap.swift
[232/249] Compiling NIOPosix ControlMessage.swift
[233/249] Compiling NIOPosix DatagramVectorReadManager.swift
[234/249] Compiling NIOPosix Errors+Any.swift
[235/249] Compiling NIOPosix FileDescriptor.swift
[236/249] Compiling NIOPosix GetaddrinfoResolver.swift
[237/249] Compiling NIOPosix HappyEyeballs.swift
[238/250] Wrapping AST for NIOPosix for debugging
[240/252] Emitting module NIO
[241/252] Compiling NIO Exports.swift
[242/253] Wrapping AST for NIO for debugging
[244/275] Compiling NIOTLS TLSEvents.swift
[245/275] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[246/275] Emitting module NIOTLS
[247/275] Compiling NIOTLS SNIHandler.swift
[248/275] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[249/275] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[250/276] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[251/276] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[253/278] Emitting module NIOHTTP1
[254/278] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[255/278] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[255/278] Wrapping AST for NIOTLS for debugging
[257/278] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[258/278] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[259/278] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[260/278] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[261/278] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[262/278] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[263/278] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[264/278] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[265/278] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[266/278] Compiling NIOHTTP1 HTTPTypes.swift
[267/278] Compiling NIOHTTP1 ByteCollectionUtils.swift
[268/278] Compiling NIOHTTP1 HTTPDecoder.swift
[269/278] Compiling NIOHTTP1 HTTPEncoder.swift
[270/279] Wrapping AST for NIOHTTP1 for debugging
[272/290] Compiling NIOHPACK IndexedHeaderTable.swift
[273/291] Compiling NIOHPACK IntegerCoding.swift
[274/291] Compiling NIOHPACK StaticHeaderTable.swift
[275/291] Compiling NIOHPACK HuffmanCoding.swift
[276/291] Compiling NIOHPACK HuffmanTables.swift
[277/291] Emitting module NIOHPACK
[278/291] Compiling NIOHPACK DynamicHeaderTable.swift
[279/291] Compiling NIOHPACK HPACKDecoder.swift
[280/291] Compiling NIOHPACK HPACKEncoder.swift
[281/291] Compiling NIOHPACK HPACKErrors.swift
[282/291] Compiling NIOHPACK HPACKHeader.swift
[283/291] Compiling NIOHPACK HeaderTables.swift
[284/292] Wrapping AST for NIOHPACK for debugging
[286/352] Compiling NIOHTTP2 HasFlowControlWindows.swift
[287/352] Compiling NIOHTTP2 HasLocalSettings.swift
[288/352] Compiling NIOHTTP2 HasRemoteSettings.swift
[289/352] Compiling NIOHTTP2 LocallyQuiescingState.swift
[290/352] Compiling NIOHTTP2 QuiescingState.swift
[291/352] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[292/352] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[293/352] Compiling NIOHTTP2 StateMachineResult.swift
[294/352] Compiling NIOHTTP2 ContentLengthVerifier.swift
[295/360] Compiling NIOHTTP2 MaySendFrames.swift
[296/360] Compiling NIOHTTP2 SendingDataState.swift
[297/360] Compiling NIOHTTP2 SendingGoawayState.swift
[298/360] Compiling NIOHTTP2 SendingHeadersState.swift
[299/360] Compiling NIOHTTP2 SendingPushPromiseState.swift
[300/360] Compiling NIOHTTP2 SendingRstStreamState.swift
[301/360] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[302/360] Compiling NIOHTTP2 HTTP2SettingsState.swift
[303/360] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[304/360] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[305/360] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[306/360] Compiling NIOHTTP2 StreamChannelFlowController.swift
[307/360] Compiling NIOHTTP2 StreamChannelList.swift
[308/360] Compiling NIOHTTP2 StreamMap.swift
[309/360] Compiling NIOHTTP2 StreamStateMachine.swift
[310/360] Compiling NIOHTTP2 UnsafeTransfer.swift
[311/360] Compiling NIOHTTP2 WatermarkedFlowController.swift
[312/360] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[313/360] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[314/360] Compiling NIOHTTP2 HTTP2StreamID.swift
[315/360] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[316/360] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[317/360] Compiling NIOHTTP2 HTTP2UserEvents.swift
[318/360] Compiling NIOHTTP2 InboundEventBuffer.swift
[319/360] Compiling NIOHTTP2 InboundWindowManager.swift
[320/360] Emitting module NIOHTTP2
[321/360] Compiling NIOHTTP2 ConnectionStateMachine.swift
[322/360] Compiling NIOHTTP2 ConnectionStreamsState.swift
[323/360] Compiling NIOHTTP2 MayReceiveFrames.swift
[324/360] Compiling NIOHTTP2 ReceivingDataState.swift
[325/360] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[326/360] Compiling NIOHTTP2 ReceivingHeadersState.swift
[327/360] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[328/360] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[329/360] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[330/360] Compiling NIOHTTP2 HTTP2Frame.swift
[331/360] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[332/360] Compiling NIOHTTP2 HTTP2FrameParser.swift
[333/360] Compiling NIOHTTP2 HTTP2PingData.swift
[334/360] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[335/360] Compiling NIOHTTP2 HTTP2Settings.swift
[336/360] Compiling NIOHTTP2 HTTP2Stream.swift
[337/360] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[338/360] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[339/360] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[340/360] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[341/360] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[342/360] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[343/360] Compiling NIOHTTP2 HTTP2Error.swift
[344/360] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[345/360] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[346/360] Compiling NIOHTTP2 DOSHeuristics.swift
[347/360] Compiling NIOHTTP2 Error+Any.swift
[348/360] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[349/360] Compiling NIOHTTP2 ControlFrameBuffer.swift
[350/360] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[351/360] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[352/360] Compiling NIOHTTP2 GlitchesMonitor.swift
[353/360] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[354/361] Wrapping AST for NIOHTTP2 for debugging
[356/374] Compiling NIOHTTP2PerformanceTester StreamTeardownBenchmark.swift
[357/375] Compiling NIOHTTP2PerformanceTester HPACKHeaderCanonicalFormBenchmark.swift
[358/375] Compiling NIOHTTP2PerformanceTester HPACKHeaderDecodingBenchmark.swift
[359/375] Emitting module NIOHTTP2PerformanceTester
[360/375] Compiling NIOHTTP2PerformanceTester Bench1Conn10kRequests.swift
[361/375] Compiling NIOHTTP2PerformanceTester Benchmark.swift
[362/375] Compiling NIOHTTP2PerformanceTester HuffmanEncodingBenchmark.swift
[363/375] Compiling NIOHTTP2PerformanceTester ServerOnly10KRequestsBenchmark.swift
[364/375] Compiling NIOHTTP2PerformanceTester HPACKHeaderEncodingBenchmark.swift
[365/375] Compiling NIOHTTP2PerformanceTester HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift
[366/375] Compiling NIOHTTP2PerformanceTester HuffmanDecodingBenchmark.swift
[367/375] Compiling NIOHTTP2PerformanceTester main.swift
[368/375] Compiling NIOHTTP2Server main.swift
[369/375] Emitting module NIOHTTP2Server
[371/377] Wrapping AST for NIOHTTP2PerformanceTester for debugging
[372/377] Write Objects.LinkFileList
[373/377] Wrapping AST for NIOHTTP2Server for debugging
[374/377] Write Objects.LinkFileList
[375/377] Linking NIOHTTP2PerformanceTester
[376/377] Linking NIOHTTP2Server
Build complete! (151.96s)
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" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.