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 (c2ba4c), with Swift 6.1 for Linux on 11 Nov 2025 20:48:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 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 main
========================================
Build
========================================
Selected platform:         linux
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-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/82036] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.80s)
Fetched https://github.com/apple/swift-nio.git from cache (6.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5182] Fetching swift-system
[5183/23496] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.29s)
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.77s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/50] Write sources
[15/50] Compiling CNIOWindows shim.c
[16/50] Compiling CNIOWindows WSAStartup.c
[17/50] Compiling CNIOPosix event_loop_id.c
[18/50] Compiling CNIOWASI CNIOWASI.c
[19/50] Compiling CNIOLinux liburing_shims.c
[20/50] Compiling CNIODarwin shim.c
[21/50] Compiling CNIOLLHTTP c_nio_http.c
[21/50] Write sources
[23/50] Compiling CNIOLinux shim.c
[24/50] Compiling CNIOLLHTTP c_nio_api.c
[25/50] Compiling _AtomicsShims.c
[26/50] Write swift-version-24593BA9C3E375BF.txt
[27/50] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/90] Emitting module _NIOBase64
[30/90] Emitting module InternalCollectionsUtilities
[31/92] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[32/92] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/94] Compiling _NIOBase64 Base64.swift
[36/95] Compiling Atomics ManagedAtomic.swift
[37/95] Compiling Atomics ManagedAtomicLazyReference.swift
[38/95] Compiling Atomics AtomicReference.swift
[39/95] Compiling Atomics IntegerConformances.swift
[40/95] Compiling Atomics AtomicMemoryOrderings.swift
[41/95] Compiling Atomics DoubleWord.swift
[42/95] Compiling _NIODataStructures PriorityQueue.swift
[43/95] Compiling _NIODataStructures _TinyArray.swift
[44/95] Compiling Atomics PointerConformances.swift
[45/95] Compiling Atomics Primitives.native.swift
[46/95] Compiling Atomics AtomicStorage.swift
[47/95] Compiling Atomics AtomicValue.swift
[50/95] Emitting module Atomics
[51/95] Compiling Atomics OptionalRawRepresentable.swift
[52/95] Compiling Atomics RawRepresentable.swift
[53/95] Compiling Atomics AtomicBool.swift
[57/95] Compiling Atomics AtomicInteger.swift
[58/95] Compiling Atomics AtomicOptionalWrappable.swift
[70/96] Wrapping AST for InternalCollectionsUtilities for debugging
[71/96] Wrapping AST for _NIOBase64 for debugging
[73/96] Compiling Atomics IntegerOperations.swift
[74/96] Compiling Atomics Unmanaged extensions.swift
[75/112] Compiling c-nioatomics.c
[76/112] Wrapping AST for Atomics for debugging
[78/112] Compiling DequeModule Deque+CustomReflectable.swift
[79/112] Compiling DequeModule Deque+Descriptions.swift
[80/114] Compiling DequeModule _DequeBuffer.swift
[81/114] Compiling DequeModule _DequeBufferHeader.swift
[82/114] Compiling DequeModule Deque+Equatable.swift
[83/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/114] Compiling c-atomics.c
[85/114] Compiling _NIODataStructures Heap.swift
[86/114] Emitting module _NIODataStructures
[88/115] Compiling DequeModule _DequeSlot.swift
[89/115] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/121] Compiling DequeModule Deque._UnsafeHandle.swift
[91/121] Compiling DequeModule Deque.swift
[92/121] Compiling DequeModule Deque+Testing.swift
[93/121] Compiling DequeModule Deque._Storage.swift
[94/121] Compiling DequeModule Deque+Extras.swift
[95/121] Compiling DequeModule Deque+Hashable.swift
[95/121] Wrapping AST for _NIODataStructures for debugging
[97/121] Compiling DequeModule Deque+Codable.swift
[98/121] Compiling DequeModule Deque+Collection.swift
[99/121] Emitting module NIOConcurrencyHelpers
[100/121] Compiling NIOConcurrencyHelpers lock.swift
[101/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/121] Compiling NIOConcurrencyHelpers atomics.swift
[103/121] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/121] Emitting module DequeModule
[105/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/123] Wrapping AST for DequeModule for debugging
[108/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[110/186] Compiling NIOCore NIOCoreSendableMetatype.swift
[111/186] Compiling NIOCore NIODecodedAsyncSequence.swift
[112/186] Compiling NIOCore NIOLoopBound.swift
[113/186] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[114/186] Compiling NIOCore NIOScheduledCallback.swift
[115/186] Compiling NIOCore NIOSendable.swift
[116/186] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[117/186] Compiling NIOCore RecvByteBufferAllocator.swift
[118/194] Compiling NIOCore IPProtocol.swift
[119/194] Compiling NIOCore IntegerBitPacking.swift
[120/194] Compiling NIOCore IntegerTypes.swift
[121/194] Compiling NIOCore Interfaces.swift
[122/194] Compiling NIOCore Linux.swift
[123/194] Compiling NIOCore MarkedCircularBuffer.swift
[124/194] Compiling NIOCore MulticastChannel.swift
[125/194] Compiling NIOCore NIOAny.swift
[126/194] Compiling NIOCore NIOCloseOnErrorHandler.swift
[127/194] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/194] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/194] Compiling NIOCore EventLoopFuture.swift
[130/194] Compiling NIOCore FileDescriptor.swift
[131/194] Compiling NIOCore FileHandle.swift
[132/194] Compiling NIOCore FileRegion.swift
[133/194] Compiling NIOCore GlobalSingletons.swift
[134/194] Compiling NIOCore IO.swift
[135/194] Compiling NIOCore IOData.swift
[136/194] Compiling NIOCore AddressedEnvelope.swift
[137/194] Compiling NIOCore AsyncAwaitSupport.swift
[138/194] Compiling NIOCore AsyncChannel.swift
[139/194] Compiling NIOCore AsyncChannelHandler.swift
[140/194] Compiling NIOCore AsyncChannelInboundStream.swift
[141/194] Compiling NIOCore AsyncChannelOutboundWriter.swift
[142/194] Compiling NIOCore NIOAsyncSequenceProducer.swift
[143/194] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[144/194] Compiling NIOCore NIOAsyncWriter.swift
[145/194] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[146/194] Compiling NIOCore SocketAddresses.swift
[147/194] Compiling NIOCore SocketOptionProvider.swift
[148/194] Compiling NIOCore SystemCallHelpers.swift
[149/194] Compiling NIOCore TimeAmount+Duration.swift
[150/194] Compiling NIOCore TypeAssistedChannelHandler.swift
[151/194] Compiling NIOCore UniversalBootstrapSupport.swift
[152/194] Compiling NIOCore Utilities.swift
[153/194] Compiling NIOCore CircularBuffer.swift
[154/194] Compiling NIOCore Codec.swift
[155/194] Compiling NIOCore ConvenienceOptionSupport.swift
[156/194] Compiling NIOCore DeadChannel.swift
[157/194] Compiling NIOCore DispatchQueue+WithFuture.swift
[158/194] Compiling NIOCore EventLoop+Deprecated.swift
[159/194] Compiling NIOCore EventLoop+SerialExecutor.swift
[160/194] Compiling NIOCore EventLoop.swift
[161/194] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[162/194] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[163/194] Compiling NIOCore BSDSocketAPI.swift
[164/194] Compiling NIOCore ByteBuffer-aux.swift
[165/194] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[166/194] Compiling NIOCore ByteBuffer-conversions.swift
[167/194] Compiling NIOCore ByteBuffer-core.swift
[168/194] Compiling NIOCore ByteBuffer-hex.swift
[169/194] Compiling NIOCore ByteBuffer-int.swift
[170/194] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[171/194] Compiling NIOCore ByteBuffer-multi-int.swift
[172/194] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[173/194] Compiling NIOCore ByteBuffer-views.swift
[174/194] Compiling NIOCore Channel.swift
[175/194] Compiling NIOCore ChannelHandler.swift
[176/194] Compiling NIOCore ChannelHandlers.swift
[177/194] Compiling NIOCore ChannelInvoker.swift
[178/194] Compiling NIOCore ChannelOption.swift
[179/194] Compiling NIOCore ChannelPipeline.swift
[180/194] Emitting module NIOCore
[181/195] Wrapping AST for NIOCore for debugging
[183/249] Compiling NIOEmbedded AsyncTestingChannel.swift
[184/249] Emitting module NIOEmbedded
[185/249] Compiling NIOEmbedded Embedded.swift
[186/249] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[187/250] Wrapping AST for NIOEmbedded for debugging
[189/250] Emitting module NIOPosix
[190/256] Compiling NIOPosix SelectableEventLoop.swift
[191/256] Compiling NIOPosix SelectorEpoll.swift
[192/256] Compiling NIOPosix SelectorGeneric.swift
[193/256] Compiling NIOPosix SelectorKqueue.swift
[194/256] Compiling NIOPosix SelectorUring.swift
[195/256] Compiling NIOPosix SelectorWSAPoll.swift
[196/256] Compiling NIOPosix ServerSocket.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 Socket.swift
[205/256] Compiling NIOPosix SocketChannel.swift
[206/256] Compiling NIOPosix SocketProtocols.swift
[207/256] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[208/256] Compiling NIOPosix System.swift
[209/256] Compiling NIOPosix Thread.swift
[210/256] Compiling NIOPosix ThreadPosix.swift
[211/256] Compiling NIOPosix ThreadWindows.swift
[212/256] Compiling NIOPosix UnsafeTransfer.swift
[213/256] Compiling NIOPosix Utilities.swift
[214/256] Compiling NIOPosix VsockAddress.swift
[215/256] Compiling NIOPosix VsockChannelEvents.swift
[216/256] Compiling NIOPosix Windows.swift
[217/256] Compiling NIOPosix BSDSocketAPICommon.swift
[218/256] Compiling NIOPosix BSDSocketAPIPosix.swift
[219/256] Compiling NIOPosix BSDSocketAPIWindows.swift
[220/256] Compiling NIOPosix BaseSocket.swift
[221/256] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[222/256] Compiling NIOPosix BaseSocketChannel.swift
[223/256] Compiling NIOPosix BaseStreamSocketChannel.swift
[224/256] Compiling NIOPosix Bootstrap.swift
[225/256] Compiling NIOPosix ControlMessage.swift
[226/256] Compiling NIOPosix DatagramVectorReadManager.swift
[227/256] Compiling NIOPosix Errors+Any.swift
[228/256] Compiling NIOPosix FileDescriptor.swift
[229/256] Compiling NIOPosix GetaddrinfoResolver.swift
[230/256] Compiling NIOPosix HappyEyeballs.swift
[231/256] Compiling NIOPosix IO.swift
[232/256] Compiling NIOPosix IntegerBitPacking.swift
[233/256] Compiling NIOPosix IntegerTypes.swift
[234/256] Compiling NIOPosix Linux.swift
[235/256] Compiling NIOPosix LinuxCPUSet.swift
[236/256] Compiling NIOPosix LinuxUring.swift
[237/256] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[238/256] Compiling NIOPosix NIOPosixSendableMetatype.swift
[239/256] Compiling NIOPosix NIOThreadPool.swift
[240/256] Compiling NIOPosix NonBlockingFileIO.swift
[241/256] Compiling NIOPosix PendingDatagramWritesManager.swift
[242/256] Compiling NIOPosix PendingWritesManager.swift
[243/256] Compiling NIOPosix PipeChannel.swift
[244/256] Compiling NIOPosix PipePair.swift
[245/257] Wrapping AST for NIOPosix for debugging
[247/259] Emitting module NIO
[248/259] Compiling NIO Exports.swift
[249/260] Wrapping AST for NIO for debugging
[251/282] Compiling NIOTLS TLSEvents.swift
[252/282] Emitting module NIOTLS
[253/282] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[254/282] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[255/282] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[256/282] Compiling NIOTLS SNIHandler.swift
[257/283] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[258/283] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[260/285] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[261/285] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[262/285] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[263/285] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[263/285] Wrapping AST for NIOTLS for debugging
[265/285] Emitting module NIOHTTP1
[266/285] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[267/285] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[268/285] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[269/285] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[270/285] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[271/285] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[272/285] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[273/285] Compiling NIOHTTP1 HTTPTypes.swift
[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 IndexedHeaderTable.swift
[280/297] Compiling NIOHPACK IntegerCoding.swift
[281/298] Compiling NIOHPACK HuffmanTables.swift
[282/298] Compiling NIOHPACK HuffmanCoding.swift
[283/298] Emitting module NIOHPACK
[284/298] Compiling NIOHPACK StaticHeaderTable.swift
[285/298] Compiling NIOHPACK HPACKEncoder.swift
[286/298] Compiling NIOHPACK HPACKErrors.swift
[287/298] Compiling NIOHPACK DynamicHeaderTable.swift
[288/298] Compiling NIOHPACK HPACKDecoder.swift
[289/298] Compiling NIOHPACK HPACKHeader.swift
[290/298] Compiling NIOHPACK HeaderTables.swift
[291/299] Wrapping AST for NIOHPACK for debugging
[293/359] Compiling NIOHTTP2 MaySendFrames.swift
[294/359] Compiling NIOHTTP2 SendingDataState.swift
[295/359] Compiling NIOHTTP2 SendingGoawayState.swift
[296/359] Compiling NIOHTTP2 SendingHeadersState.swift
[297/359] Compiling NIOHTTP2 SendingPushPromiseState.swift
[298/359] Compiling NIOHTTP2 SendingRstStreamState.swift
[299/359] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[300/359] Compiling NIOHTTP2 HTTP2SettingsState.swift
[301/359] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[302/359] Compiling NIOHTTP2 HasFlowControlWindows.swift
[303/359] Compiling NIOHTTP2 HasLocalSettings.swift
[304/359] Compiling NIOHTTP2 HasRemoteSettings.swift
[305/359] Compiling NIOHTTP2 LocallyQuiescingState.swift
[306/359] Compiling NIOHTTP2 QuiescingState.swift
[307/359] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[308/359] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[309/359] Compiling NIOHTTP2 StateMachineResult.swift
[310/359] Compiling NIOHTTP2 ContentLengthVerifier.swift
[311/367] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[312/367] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[313/367] Compiling NIOHTTP2 StreamChannelFlowController.swift
[314/367] Compiling NIOHTTP2 StreamChannelList.swift
[315/367] Compiling NIOHTTP2 StreamMap.swift
[316/367] Compiling NIOHTTP2 StreamStateMachine.swift
[317/367] Compiling NIOHTTP2 UnsafeTransfer.swift
[318/367] Compiling NIOHTTP2 WatermarkedFlowController.swift
[319/367] Emitting module NIOHTTP2
[320/367] Compiling NIOHTTP2 ConnectionStateMachine.swift
[321/367] Compiling NIOHTTP2 ConnectionStreamsState.swift
[322/367] Compiling NIOHTTP2 MayReceiveFrames.swift
[323/367] Compiling NIOHTTP2 ReceivingDataState.swift
[324/367] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[325/367] Compiling NIOHTTP2 ReceivingHeadersState.swift
[326/367] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[327/367] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[328/367] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[329/367] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[330/367] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[331/367] Compiling NIOHTTP2 HTTP2StreamID.swift
[332/367] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[333/367] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[334/367] Compiling NIOHTTP2 HTTP2UserEvents.swift
[335/367] Compiling NIOHTTP2 InboundEventBuffer.swift
[336/367] Compiling NIOHTTP2 InboundWindowManager.swift
[337/367] Compiling NIOHTTP2 HTTP2Frame.swift
[338/367] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[339/367] Compiling NIOHTTP2 HTTP2FrameParser.swift
[340/367] Compiling NIOHTTP2 HTTP2PingData.swift
[341/367] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[342/367] Compiling NIOHTTP2 HTTP2Settings.swift
[343/367] Compiling NIOHTTP2 HTTP2Stream.swift
[344/367] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[345/367] Compiling NIOHTTP2 DOSHeuristics.swift
[346/367] Compiling NIOHTTP2 Error+Any.swift
[347/367] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[348/367] Compiling NIOHTTP2 ControlFrameBuffer.swift
[349/367] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[350/367] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[351/367] Compiling NIOHTTP2 GlitchesMonitor.swift
[352/367] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[353/367] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[354/367] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[355/367] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[356/367] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[357/367] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[358/367] Compiling NIOHTTP2 HTTP2Error.swift
[359/367] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[360/367] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[361/368] Wrapping AST for NIOHTTP2 for debugging
[363/381] Compiling NIOHTTP2PerformanceTester HuffmanEncodingBenchmark.swift
[364/382] Compiling NIOHTTP2PerformanceTester ServerOnly10KRequestsBenchmark.swift
[365/382] Compiling NIOHTTP2PerformanceTester StreamTeardownBenchmark.swift
[366/382] Compiling NIOHTTP2PerformanceTester Bench1Conn10kRequests.swift
[367/382] Compiling NIOHTTP2PerformanceTester Benchmark.swift
[368/382] Compiling NIOHTTP2PerformanceTester HPACKHeaderCanonicalFormBenchmark.swift
[369/382] Compiling NIOHTTP2PerformanceTester HPACKHeaderDecodingBenchmark.swift
[370/382] Emitting module NIOHTTP2PerformanceTester
[371/382] Compiling NIOHTTP2PerformanceTester HPACKHeaderEncodingBenchmark.swift
[372/382] Compiling NIOHTTP2PerformanceTester HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift
[373/382] Compiling NIOHTTP2PerformanceTester HuffmanDecodingBenchmark.swift
[374/382] Emitting module NIOHTTP2Server
[375/382] Compiling NIOHTTP2Server main.swift
[376/383] Compiling NIOHTTP2PerformanceTester main.swift
[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! (108.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" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.