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 macOS (SPM) on 11 Nov 2025 20:48:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-http2.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
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
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/NIOHPACKTests/Fixtures/large_complex_huffman_b64.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/39] Write sources
[0/39] Copying PrivacyInfo.xcprivacy
[2/39] Write sources
[13/39] Write NIOHTTP2Server-entitlement.plist
[14/39] Write sources
[15/39] Write NIOHTTP2PerformanceTester-entitlement.plist
[18/39] Compiling CNIOWindows shim.c
[19/39] Compiling CNIOWindows WSAStartup.c
[20/39] Write swift-version-2F0A5646E1D333AE.txt
[21/39] Compiling CNIOWASI CNIOWASI.c
[22/39] Compiling CNIOLinux shim.c
[23/39] Compiling CNIOLinux liburing_shims.c
[24/62] Compiling _AtomicsShims.c
[24/62] Compiling CNIOPosix event_loop_id.c
[24/62] Write sources
[27/62] Compiling CNIOLLHTTP c_nio_http.c
[28/62] Compiling CNIOLLHTTP c_nio_api.c
[29/81] Compiling CNIOLLHTTP c_nio_llhttp.c
[30/81] Compiling CNIODarwin shim.c
[32/81] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[33/82] Compiling Atomics AtomicReference.swift
[34/82] Compiling Atomics AtomicStorage.swift
[35/82] Compiling Atomics PointerConformances.swift
[36/82] Compiling Atomics Primitives.native.swift
[37/82] Compiling Atomics ManagedAtomicLazyReference.swift
[38/82] Compiling Atomics UnsafeAtomic.swift
[39/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/82] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[41/82] Emitting module _NIOBase64
[42/82] Compiling _NIOBase64 Base64.swift
[43/82] Compiling Atomics AtomicBool.swift
[44/82] Compiling Atomics IntegerConformances.swift
[45/82] Compiling Atomics DoubleWord.swift
[46/82] Compiling Atomics ManagedAtomic.swift
[47/82] Compiling Atomics UnsafeAtomicLazyReference.swift
[48/82] Compiling Atomics IntegerOperations.swift
[49/82] Compiling Atomics OptionalRawRepresentable.swift
[50/82] Compiling Atomics RawRepresentable.swift
[53/82] Emitting module InternalCollectionsUtilities
[54/82] Compiling Atomics AtomicInteger.swift
[55/82] Compiling Atomics AtomicOptionalWrappable.swift
[58/83] Compiling Atomics AtomicValue.swift
[59/83] Compiling Atomics AtomicMemoryOrderings.swift
[66/83] Compiling Atomics Unmanaged extensions.swift
[67/99] Compiling DequeModule _DequeBufferHeader.swift
[68/99] Compiling DequeModule _DequeBuffer.swift
[69/99] Compiling DequeModule _DequeSlot.swift
[70/100] Compiling DequeModule Deque+Codable.swift
[71/100] Compiling DequeModule Deque+Collection.swift
[72/100] Compiling DequeModule Deque+CustomReflectable.swift
[73/100] Compiling DequeModule Deque+Descriptions.swift
[74/100] Emitting module Atomics
[75/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/100] Compiling DequeModule Deque+Extras.swift
[77/100] Compiling DequeModule Deque+Hashable.swift
[78/100] Compiling DequeModule Deque+Equatable.swift
[79/100] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/100] Compiling DequeModule Deque+Testing.swift
[83/100] Compiling DequeModule Deque._Storage.swift
[84/100] Compiling DequeModule Deque._UnsafeHandle.swift
[85/100] Compiling DequeModule Deque.swift
[86/100] Compiling _NIODataStructures PriorityQueue.swift
[87/100] Compiling _NIODataStructures _TinyArray.swift
[88/100] Emitting module _NIODataStructures
[89/100] Compiling _NIODataStructures Heap.swift
[92/100] Emitting module DequeModule
[92/100] Compiling c-nioatomics.c
[93/100] Compiling c-atomics.c
[95/106] Compiling NIOConcurrencyHelpers lock.swift
[96/106] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/106] Emitting module NIOConcurrencyHelpers
[98/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/106] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[100/106] Compiling NIOConcurrencyHelpers atomics.swift
[101/170] Compiling NIOCore GlobalSingletons.swift
[102/170] Compiling NIOCore IO.swift
[103/170] Compiling NIOCore IOData.swift
[104/170] Compiling NIOCore IPProtocol.swift
[105/170] Compiling NIOCore IntegerBitPacking.swift
[106/170] Compiling NIOCore IntegerTypes.swift
[107/170] Compiling NIOCore Interfaces.swift
[108/177] Compiling NIOCore AddressedEnvelope.swift
[109/177] Compiling NIOCore AsyncAwaitSupport.swift
[110/177] Compiling NIOCore AsyncChannel.swift
[111/177] Compiling NIOCore AsyncChannelHandler.swift
[112/177] Compiling NIOCore AsyncChannelInboundStream.swift
[113/177] Compiling NIOCore AsyncChannelOutboundWriter.swift
[114/177] Compiling NIOCore NIOAsyncSequenceProducer.swift
[115/177] Compiling NIOCore Codec.swift
[116/177] Compiling NIOCore ConvenienceOptionSupport.swift
[117/177] Compiling NIOCore DeadChannel.swift
[118/177] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/177] Compiling NIOCore EventLoop+Deprecated.swift
[120/177] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/177] Compiling NIOCore EventLoop.swift
[122/177] Compiling NIOCore SocketAddresses.swift
[123/177] Compiling NIOCore SocketOptionProvider.swift
[124/177] Compiling NIOCore SystemCallHelpers.swift
[125/177] Compiling NIOCore TimeAmount+Duration.swift
[126/177] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/177] Compiling NIOCore UniversalBootstrapSupport.swift
[128/177] Compiling NIOCore Utilities.swift
[129/177] Compiling NIOCore NIOLoopBound.swift
[130/177] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[131/177] Compiling NIOCore NIOScheduledCallback.swift
[132/177] Compiling NIOCore NIOSendable.swift
[133/177] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[134/177] Compiling NIOCore RecvByteBufferAllocator.swift
[135/177] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/177] Compiling NIOCore Channel.swift
[137/177] Compiling NIOCore ChannelHandler.swift
[138/177] Compiling NIOCore ChannelHandlers.swift
[139/177] Compiling NIOCore ChannelInvoker.swift
[140/177] Compiling NIOCore ChannelOption.swift
[141/177] Compiling NIOCore ChannelPipeline.swift
[142/177] Compiling NIOCore CircularBuffer.swift
[143/177] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[144/177] Compiling NIOCore NIOAsyncWriter.swift
[145/177] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/177] Compiling NIOCore BSDSocketAPI.swift
[147/177] Compiling NIOCore ByteBuffer-aux.swift
[148/177] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/177] Compiling NIOCore ByteBuffer-conversions.swift
[150/177] Compiling NIOCore Linux.swift
[151/177] Compiling NIOCore MarkedCircularBuffer.swift
[152/177] Compiling NIOCore MulticastChannel.swift
[153/177] Compiling NIOCore NIOAny.swift
[154/177] Compiling NIOCore NIOCloseOnErrorHandler.swift
[155/177] Compiling NIOCore NIOCoreSendableMetatype.swift
[156/177] Compiling NIOCore NIODecodedAsyncSequence.swift
[157/177] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[158/177] Compiling NIOCore EventLoopFuture+Deprecated.swift
[159/177] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[160/177] Compiling NIOCore EventLoopFuture.swift
[161/177] Compiling NIOCore FileDescriptor.swift
[162/177] Compiling NIOCore FileHandle.swift
[163/177] Compiling NIOCore FileRegion.swift
[164/177] Compiling NIOCore ByteBuffer-core.swift
[165/177] Compiling NIOCore ByteBuffer-hex.swift
[166/177] Compiling NIOCore ByteBuffer-int.swift
[167/177] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/177] Compiling NIOCore ByteBuffer-multi-int.swift
[169/177] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[170/177] Compiling NIOCore ByteBuffer-views.swift
[171/177] Emitting module NIOCore
[172/233] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/233] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/233] Compiling NIOEmbedded Embedded.swift
[175/233] Emitting module NIOEmbedded
[176/233] Compiling NIOPosix SelectorEpoll.swift
[177/233] Compiling NIOPosix SelectorGeneric.swift
[178/233] Compiling NIOPosix SelectorKqueue.swift
[179/233] Compiling NIOPosix SelectorUring.swift
[180/233] Compiling NIOPosix SelectorWSAPoll.swift
[181/238] Compiling NIOPosix GetaddrinfoResolver.swift
[182/238] Compiling NIOPosix HappyEyeballs.swift
[183/238] Compiling NIOPosix IO.swift
[184/238] Compiling NIOPosix IntegerBitPacking.swift
[185/238] Compiling NIOPosix IntegerTypes.swift
[186/238] Compiling NIOPosix Linux.swift
[187/238] Compiling NIOPosix BSDSocketAPICommon.swift
[188/238] Compiling NIOPosix BSDSocketAPIPosix.swift
[189/238] Compiling NIOPosix BSDSocketAPIWindows.swift
[190/238] Compiling NIOPosix BaseSocket.swift
[191/238] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[192/238] Compiling NIOPosix BaseSocketChannel.swift
[193/238] Emitting module NIOPosix
[194/238] Compiling NIOPosix System.swift
[195/238] Compiling NIOPosix Thread.swift
[196/238] Compiling NIOPosix ThreadPosix.swift
[197/238] Compiling NIOPosix ThreadWindows.swift
[198/238] Compiling NIOPosix UnsafeTransfer.swift
[199/238] Compiling NIOPosix LinuxCPUSet.swift
[200/238] Compiling NIOPosix LinuxUring.swift
[201/238] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[202/238] Compiling NIOPosix NIOPosixSendableMetatype.swift
[203/238] Compiling NIOPosix NIOThreadPool.swift
[204/238] Compiling NIOPosix NonBlockingFileIO.swift
[205/238] Compiling NIOPosix PosixSingletons.swift
[206/238] Compiling NIOPosix RawSocketBootstrap.swift
[207/238] Compiling NIOPosix Resolver.swift
[208/238] Compiling NIOPosix Selectable.swift
[209/238] Compiling NIOPosix SelectableChannel.swift
[210/238] Compiling NIOPosix SelectableEventLoop.swift
[211/238] Compiling NIOPosix PendingDatagramWritesManager.swift
[212/238] Compiling NIOPosix PendingWritesManager.swift
[213/238] Compiling NIOPosix PipeChannel.swift
[214/238] Compiling NIOPosix PipePair.swift
[215/238] Compiling NIOPosix Pool.swift
[216/238] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[217/238] Compiling NIOPosix ServerSocket.swift
[218/238] Compiling NIOPosix Socket.swift
[219/238] Compiling NIOPosix SocketChannel.swift
[220/238] Compiling NIOPosix SocketProtocols.swift
[221/238] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[222/238] Compiling NIOPosix BaseStreamSocketChannel.swift
[223/238] Compiling NIOPosix Bootstrap.swift
[224/238] Compiling NIOPosix ControlMessage.swift
[225/238] Compiling NIOPosix DatagramVectorReadManager.swift
[226/238] Compiling NIOPosix Errors+Any.swift
[227/238] Compiling NIOPosix FileDescriptor.swift
[228/238] Compiling NIOPosix Utilities.swift
[229/238] Compiling NIOPosix VsockAddress.swift
[230/238] Compiling NIOPosix VsockChannelEvents.swift
[231/238] Compiling NIOPosix Windows.swift
[232/238] Compiling NIOPosix resource_bundle_accessor.swift
[233/240] Emitting module NIO
[234/240] Compiling NIO Exports.swift
[235/263] Emitting module NIOTLS
[236/263] Compiling NIOTLS TLSEvents.swift
[237/263] Compiling NIOTLS SNIHandler.swift
[238/263] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[239/263] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[240/263] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[241/263] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[242/264] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[243/264] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[244/264] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[245/264] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[246/264] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[247/264] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[248/264] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[249/264] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[250/264] Compiling NIOHTTP1 HTTPEncoder.swift
[251/264] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[252/264] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[253/264] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[254/264] Compiling NIOHTTP1 ByteCollectionUtils.swift
[255/264] Compiling NIOHTTP1 HTTPDecoder.swift
[256/264] Emitting module NIOHTTP1
[257/264] Compiling NIOHTTP1 HTTPTypes.swift
[258/264] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[259/275] Compiling NIOHPACK IntegerCoding.swift
[260/275] Compiling NIOHPACK IndexedHeaderTable.swift
[261/276] Compiling NIOHPACK StaticHeaderTable.swift
[262/276] Compiling NIOHPACK HuffmanTables.swift
[263/276] Compiling NIOHPACK HeaderTables.swift
[264/276] Compiling NIOHPACK HuffmanCoding.swift
[265/276] Compiling NIOHPACK HPACKEncoder.swift
[266/276] Compiling NIOHPACK HPACKErrors.swift
[267/276] Compiling NIOHPACK DynamicHeaderTable.swift
[268/276] Compiling NIOHPACK HPACKDecoder.swift
[269/276] Emitting module NIOHPACK
[270/276] Compiling NIOHPACK HPACKHeader.swift
[271/338] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[272/338] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[273/338] Compiling NIOHTTP2 MaySendFrames.swift
[274/338] Compiling NIOHTTP2 SendingDataState.swift
[275/338] Compiling NIOHTTP2 SendingGoawayState.swift
[276/338] Compiling NIOHTTP2 SendingHeadersState.swift
[277/338] Compiling NIOHTTP2 SendingPushPromiseState.swift
[278/344] Compiling NIOHTTP2 LocallyQuiescingState.swift
[279/344] Compiling NIOHTTP2 QuiescingState.swift
[280/344] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[281/344] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[282/344] Compiling NIOHTTP2 StateMachineResult.swift
[283/344] Compiling NIOHTTP2 ContentLengthVerifier.swift
[284/344] Compiling NIOHTTP2 DOSHeuristics.swift
[285/344] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[286/344] Compiling NIOHTTP2 HTTP2UserEvents.swift
[287/344] Compiling NIOHTTP2 InboundEventBuffer.swift
[288/344] Compiling NIOHTTP2 InboundWindowManager.swift
[289/344] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[290/344] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[291/344] Compiling NIOHTTP2 SendingRstStreamState.swift
[292/344] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[293/344] Compiling NIOHTTP2 HTTP2SettingsState.swift
[294/344] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[295/344] Compiling NIOHTTP2 HasFlowControlWindows.swift
[296/344] Compiling NIOHTTP2 HasLocalSettings.swift
[297/344] Compiling NIOHTTP2 HasRemoteSettings.swift
[298/344] Emitting module NIOHTTP2
[299/344] Compiling NIOHTTP2 StreamChannelFlowController.swift
[300/344] Compiling NIOHTTP2 StreamChannelList.swift
[301/344] Compiling NIOHTTP2 StreamMap.swift
[302/344] Compiling NIOHTTP2 StreamStateMachine.swift
[303/344] Compiling NIOHTTP2 UnsafeTransfer.swift
[304/344] Compiling NIOHTTP2 WatermarkedFlowController.swift
[305/344] Compiling NIOHTTP2 ConnectionStateMachine.swift
[306/344] Compiling NIOHTTP2 ConnectionStreamsState.swift
[307/344] Compiling NIOHTTP2 MayReceiveFrames.swift
[308/344] Compiling NIOHTTP2 ReceivingDataState.swift
[309/344] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[310/344] Compiling NIOHTTP2 ReceivingHeadersState.swift
[311/344] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[312/344] Compiling NIOHTTP2 HTTP2Stream.swift
[313/344] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[314/344] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[315/344] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[316/344] Compiling NIOHTTP2 HTTP2StreamID.swift
[317/344] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[318/344] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[319/344] Compiling NIOHTTP2 HTTP2Frame.swift
[320/344] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[321/344] Compiling NIOHTTP2 HTTP2FrameParser.swift
[322/344] Compiling NIOHTTP2 HTTP2PingData.swift
[323/344] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[324/344] Compiling NIOHTTP2 HTTP2Settings.swift
[325/344] Compiling NIOHTTP2 Error+Any.swift
[326/344] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[327/344] Compiling NIOHTTP2 ControlFrameBuffer.swift
[328/344] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[329/344] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[330/344] Compiling NIOHTTP2 GlitchesMonitor.swift
[331/344] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[332/344] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[333/344] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[334/344] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[335/344] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[336/344] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[337/344] Compiling NIOHTTP2 HTTP2Error.swift
[338/344] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[339/357] Emitting module NIOHTTP2Server
[340/357] Compiling NIOHTTP2Server main.swift
[341/357] Compiling NIOHTTP2PerformanceTester StreamTeardownBenchmark.swift
[342/358] Compiling NIOHTTP2PerformanceTester HPACKHeaderCanonicalFormBenchmark.swift
[343/358] Compiling NIOHTTP2PerformanceTester HPACKHeaderDecodingBenchmark.swift
[344/358] Compiling NIOHTTP2PerformanceTester HPACKHeaderEncodingBenchmark.swift
[345/358] Compiling NIOHTTP2PerformanceTester HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift
[346/358] Compiling NIOHTTP2PerformanceTester HuffmanDecodingBenchmark.swift
[347/358] Compiling NIOHTTP2PerformanceTester ServerOnly10KRequestsBenchmark.swift
[348/358] Compiling NIOHTTP2PerformanceTester HuffmanEncodingBenchmark.swift
[349/358] Emitting module NIOHTTP2PerformanceTester
[350/358] Compiling NIOHTTP2PerformanceTester Bench1Conn10kRequests.swift
[351/358] Compiling NIOHTTP2PerformanceTester Benchmark.swift
[351/358] Write Objects.LinkFileList
[353/358] Compiling NIOHTTP2PerformanceTester main.swift
[353/358] Write Objects.LinkFileList
[354/358] Linking NIOHTTP2Server
[355/358] Applying NIOHTTP2Server
[356/358] Linking NIOHTTP2PerformanceTester
[357/358] Applying NIOHTTP2PerformanceTester
Build complete! (26.36s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (2.07s)
Fetched https://github.com/apple/swift-nio.git from cache (2.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (0.66s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.64s)
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-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-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
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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/NIOHPACKTests/Fixtures/large_complex_huffman_b64.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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"
}
Done.