The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-nio-http2, reference 1.36.0 (428146), with Swift 6.1 for Linux on 1 May 2025 13:04:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-http2.git
Reference: 1.36.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-nio-http2
 * tag               1.36.0     -> FETCH_HEAD
HEAD is now at 4281466 Remove temporary shims (#514)
Cloned https://github.com/apple/swift-nio-http2.git
Revision (git rev-parse @):
4281466512f63d1bd530e33f4aa6993ee7864be0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-http2.git at 1.36.0
========================================
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",
        "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",
        "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",
        "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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/77300] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
[1512/75595] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (7.76s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4367] Fetching swift-system
[4368/20673] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[1794/16306] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (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.82.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.1.4
Building for debugging...
[0/49] Write sources
[15/49] Compiling CNIOWindows WSAStartup.c
[16/49] Compiling CNIOWASI CNIOWASI.c
[17/49] Compiling CNIOWindows shim.c
[18/49] Compiling CNIOLinux liburing_shims.c
[19/49] Compiling _AtomicsShims.c
[20/49] Compiling CNIODarwin shim.c
[21/49] Write sources
[22/49] Compiling CNIOLLHTTP c_nio_http.c
[23/49] Compiling CNIOLinux shim.c
[24/49] Compiling CNIOLLHTTP c_nio_api.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[26/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/91] Emitting module InternalCollectionsUtilities
[28/93] Compiling c-nioatomics.c
[30/93] Compiling Atomics IntegerConformances.swift
[31/93] Compiling Atomics PointerConformances.swift
[32/93] Compiling Atomics OptionalRawRepresentable.swift
[33/93] Compiling Atomics RawRepresentable.swift
[34/93] Compiling Atomics AtomicBool.swift
[35/93] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/93] Compiling Atomics Primitives.native.swift
[38/93] Compiling Atomics Primitives.shims.swift
[40/93] Compiling Atomics AtomicInteger.swift
[41/93] Compiling Atomics AtomicOptionalWrappable.swift
[42/93] Compiling Atomics AtomicMemoryOrderings.swift
[43/93] Compiling Atomics DoubleWord.swift
[46/93] Compiling Atomics AtomicReference.swift
[47/93] Compiling Atomics AtomicStorage.swift
[48/93] Compiling Atomics AtomicValue.swift
[49/93] Compiling Atomics ManagedAtomic.swift
[52/93] Compiling Atomics ManagedAtomicLazyReference.swift
[60/96] Emitting module _NIOBase64
[61/96] Compiling _NIOBase64 Base64.swift
[62/97] Compiling _NIODataStructures PriorityQueue.swift
[65/97] Compiling _NIODataStructures _TinyArray.swift
[70/97] Emitting module Atomics
[72/97] Compiling c-atomics.c
[73/97] Wrapping AST for InternalCollectionsUtilities for debugging
[74/97] Wrapping AST for _NIOBase64 for debugging
[76/97] Compiling Atomics IntegerOperations.swift
[77/97] Compiling Atomics Unmanaged extensions.swift
[79/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[80/119] Compiling DequeModule _DequeBuffer.swift
[81/119] Compiling DequeModule _DequeBufferHeader.swift
[81/121] Wrapping AST for Atomics for debugging
[83/121] Compiling DequeModule Deque+CustomReflectable.swift
[84/121] Compiling DequeModule Deque+Descriptions.swift
[85/121] Compiling DequeModule Deque+Equatable.swift
[86/121] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/121] Emitting module _NIODataStructures
[88/121] Compiling _NIODataStructures Heap.swift
[90/122] Compiling NIOConcurrencyHelpers lock.swift
[91/122] Compiling NIOConcurrencyHelpers atomics.swift
[92/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/122] Emitting module NIOConcurrencyHelpers
[94/122] Wrapping AST for _NIODataStructures for debugging
[96/123] Compiling DequeModule _DequeSlot.swift
[97/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/123] Compiling DequeModule Deque+Extras.swift
[100/123] Compiling DequeModule Deque+Hashable.swift
[101/123] Compiling DequeModule Deque+Testing.swift
[102/123] Compiling DequeModule Deque._Storage.swift
[103/123] Compiling DequeModule Deque._UnsafeHandle.swift
[104/123] Compiling DequeModule Deque.swift
[104/123] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/123] Compiling DequeModule Deque+Codable.swift
[107/123] Compiling DequeModule Deque+Collection.swift
[108/123] Emitting module DequeModule
[109/124] Wrapping AST for DequeModule for debugging
[111/183] Compiling NIOCore MarkedCircularBuffer.swift
[112/183] Compiling NIOCore MulticastChannel.swift
[113/183] Compiling NIOCore NIOAny.swift
[114/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[115/183] Compiling NIOCore NIOLoopBound.swift
[116/183] Compiling NIOCore NIOScheduledCallback.swift
[117/183] Compiling NIOCore NIOSendable.swift
[118/183] Compiling NIOCore RecvByteBufferAllocator.swift
[119/191] Compiling NIOCore GlobalSingletons.swift
[120/191] Compiling NIOCore IO.swift
[121/191] Compiling NIOCore IOData.swift
[122/191] Compiling NIOCore IPProtocol.swift
[123/191] Compiling NIOCore IntegerBitPacking.swift
[124/191] Compiling NIOCore IntegerTypes.swift
[125/191] Compiling NIOCore Interfaces.swift
[126/191] Compiling NIOCore Linux.swift
[127/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[128/191] Compiling NIOCore SocketAddresses.swift
[129/191] Compiling NIOCore SocketOptionProvider.swift
[130/191] Compiling NIOCore SystemCallHelpers.swift
[131/191] Compiling NIOCore TimeAmount+Duration.swift
[132/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[133/191] Compiling NIOCore UniversalBootstrapSupport.swift
[134/191] Compiling NIOCore Utilities.swift
[135/191] Compiling NIOCore ChannelPipeline.swift
[136/191] Compiling NIOCore CircularBuffer.swift
[137/191] Compiling NIOCore Codec.swift
[138/191] Compiling NIOCore ConvenienceOptionSupport.swift
[139/191] Compiling NIOCore DeadChannel.swift
[140/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/191] Compiling NIOCore EventLoop+Deprecated.swift
[142/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/191] Compiling NIOCore BSDSocketAPI.swift
[145/191] Compiling NIOCore ByteBuffer-aux.swift
[146/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/191] Compiling NIOCore ByteBuffer-conversions.swift
[148/191] Compiling NIOCore ByteBuffer-core.swift
[149/191] Compiling NIOCore ByteBuffer-hex.swift
[150/191] Compiling NIOCore ByteBuffer-int.swift
[151/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/191] Compiling NIOCore EventLoop.swift
[153/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[154/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[155/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[156/191] Compiling NIOCore EventLoopFuture.swift
[157/191] Compiling NIOCore FileDescriptor.swift
[158/191] Compiling NIOCore FileHandle.swift
[159/191] Compiling NIOCore FileRegion.swift
[160/191] Compiling NIOCore AddressedEnvelope.swift
[161/191] Compiling NIOCore AsyncAwaitSupport.swift
[162/191] Compiling NIOCore AsyncChannel.swift
[163/191] Compiling NIOCore AsyncChannelHandler.swift
[164/191] Compiling NIOCore AsyncChannelInboundStream.swift
[165/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/191] Compiling NIOCore NIOAsyncWriter.swift
[169/191] Compiling NIOCore ByteBuffer-multi-int.swift
[170/191] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[171/191] Compiling NIOCore ByteBuffer-views.swift
[172/191] Compiling NIOCore Channel.swift
[173/191] Compiling NIOCore ChannelHandler.swift
[174/191] Compiling NIOCore ChannelHandlers.swift
[175/191] Compiling NIOCore ChannelInvoker.swift
[176/191] Compiling NIOCore ChannelOption.swift
[177/191] Emitting module NIOCore
[178/192] Wrapping AST for NIOCore for debugging
[180/243] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[181/243] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/243] Emitting module NIOEmbedded
[183/243] Compiling NIOEmbedded Embedded.swift
[184/244] Wrapping AST for NIOEmbedded for debugging
[186/244] Emitting module NIOPosix
[187/250] Compiling NIOPosix PooledRecvBufferAllocator.swift
[188/250] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[189/250] Compiling NIOPosix PosixSingletons.swift
[190/250] Compiling NIOPosix RawSocketBootstrap.swift
[191/250] Compiling NIOPosix Resolver.swift
[192/250] Compiling NIOPosix Selectable.swift
[193/250] Compiling NIOPosix SelectableChannel.swift
[194/250] Compiling NIOPosix SelectableEventLoop.swift
[195/250] Compiling NIOPosix SelectorEpoll.swift
[196/250] Compiling NIOPosix SelectorGeneric.swift
[197/250] Compiling NIOPosix SelectorKqueue.swift
[198/250] Compiling NIOPosix SelectorUring.swift
[199/250] Compiling NIOPosix ServerSocket.swift
[200/250] Compiling NIOPosix Socket.swift
[201/250] Compiling NIOPosix SocketChannel.swift
[202/250] Compiling NIOPosix SocketProtocols.swift
[203/250] Compiling NIOPosix System.swift
[204/250] Compiling NIOPosix Thread.swift
[205/250] Compiling NIOPosix BSDSocketAPICommon.swift
[206/250] Compiling NIOPosix BSDSocketAPIPosix.swift
[207/250] Compiling NIOPosix BSDSocketAPIWindows.swift
[208/250] Compiling NIOPosix BaseSocket.swift
[209/250] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[210/250] Compiling NIOPosix BaseSocketChannel.swift
[211/250] Compiling NIOPosix BaseStreamSocketChannel.swift
[212/250] Compiling NIOPosix ThreadPosix.swift
[213/250] Compiling NIOPosix ThreadWindows.swift
[214/250] Compiling NIOPosix UnsafeTransfer.swift
[215/250] Compiling NIOPosix Utilities.swift
[216/250] Compiling NIOPosix VsockAddress.swift
[217/250] Compiling NIOPosix VsockChannelEvents.swift
[218/250] Compiling NIOPosix IO.swift
[219/250] Compiling NIOPosix IntegerBitPacking.swift
[220/250] Compiling NIOPosix IntegerTypes.swift
[221/250] Compiling NIOPosix Linux.swift
[222/250] Compiling NIOPosix LinuxCPUSet.swift
[223/250] Compiling NIOPosix LinuxUring.swift
[224/250] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[225/250] Compiling NIOPosix Bootstrap.swift
[226/250] Compiling NIOPosix ControlMessage.swift
[227/250] Compiling NIOPosix DatagramVectorReadManager.swift
[228/250] Compiling NIOPosix Errors+Any.swift
[229/250] Compiling NIOPosix FileDescriptor.swift
[230/250] Compiling NIOPosix GetaddrinfoResolver.swift
[231/250] Compiling NIOPosix HappyEyeballs.swift
[232/250] Compiling NIOPosix NIOThreadPool.swift
[233/250] Compiling NIOPosix NonBlockingFileIO.swift
[234/250] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/250] Compiling NIOPosix PendingWritesManager.swift
[236/250] Compiling NIOPosix PipeChannel.swift
[237/250] Compiling NIOPosix PipePair.swift
[238/250] Compiling NIOPosix Pool.swift
[239/251] Wrapping AST for NIOPosix for debugging
[241/253] Emitting module NIO
[242/253] Compiling NIO Exports.swift
[243/254] Wrapping AST for NIO for debugging
[245/276] Emitting module NIOTLS
[246/276] Compiling NIOTLS TLSEvents.swift
[247/276] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[248/276] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[249/276] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[250/276] Compiling NIOTLS SNIHandler.swift
[251/277] Emitting module NIOHTTP1
[252/279] Wrapping AST for NIOTLS for debugging
[254/279] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[255/279] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[256/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[257/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[258/279] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[259/279] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[260/279] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[261/279] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[262/279] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[263/279] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[264/279] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[265/279] Compiling NIOHTTP1 HTTPTypes.swift
[266/279] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[267/279] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[268/279] Compiling NIOHTTP1 ByteCollectionUtils.swift
[269/279] Compiling NIOHTTP1 HTTPDecoder.swift
[270/279] Compiling NIOHTTP1 HTTPEncoder.swift
[271/280] Wrapping AST for NIOHTTP1 for debugging
[273/291] Compiling NIOHPACK IndexedHeaderTable.swift
[274/292] Compiling NIOHPACK StaticHeaderTable.swift
[275/292] Compiling NIOHPACK IntegerCoding.swift
[276/292] Compiling NIOHPACK HuffmanCoding.swift
[277/292] Compiling NIOHPACK HuffmanTables.swift
[278/292] Emitting module NIOHPACK
[279/292] Compiling NIOHPACK DynamicHeaderTable.swift
[280/292] Compiling NIOHPACK HPACKDecoder.swift
[281/292] Compiling NIOHPACK HPACKEncoder.swift
[282/292] Compiling NIOHPACK HPACKErrors.swift
[283/292] Compiling NIOHPACK HPACKHeader.swift
[284/292] Compiling NIOHPACK HeaderTables.swift
[285/293] Wrapping AST for NIOHPACK for debugging
[287/351] Emitting module NIOHTTP2
[288/351] Compiling NIOHTTP2 ConnectionStateMachine.swift
[289/351] Compiling NIOHTTP2 ConnectionStreamsState.swift
[290/351] Compiling NIOHTTP2 MayReceiveFrames.swift
[291/351] Compiling NIOHTTP2 ReceivingDataState.swift
[292/351] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[293/351] Compiling NIOHTTP2 ReceivingHeadersState.swift
[294/351] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[295/351] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[296/351] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[297/359] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[298/359] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[299/359] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[300/359] Compiling NIOHTTP2 HTTP2StreamID.swift
[301/359] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[302/359] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[303/359] Compiling NIOHTTP2 HTTP2UserEvents.swift
[304/359] Compiling NIOHTTP2 InboundEventBuffer.swift
[305/359] Compiling NIOHTTP2 InboundWindowManager.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[306/359] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[307/359] Compiling NIOHTTP2 StreamChannelFlowController.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[308/359] Compiling NIOHTTP2 StreamChannelList.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[309/359] Compiling NIOHTTP2 StreamMap.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[310/359] Compiling NIOHTTP2 StreamStateMachine.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[311/359] Compiling NIOHTTP2 UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[312/359] Compiling NIOHTTP2 WatermarkedFlowController.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:529:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 527 |                 )
 528 |             }
 529 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 530 |             return .init(
 531 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
/host/spi-builder-workspace/Sources/NIOHTTP2/StreamStateMachine.swift:758:42: warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 756 |                 )
 757 |             }
 758 |         } catch let error where error is InvalidContentLengthError {
     |                                          `- warning: use of protocol 'InvalidContentLengthError' as a type must be written 'any InvalidContentLengthError'; this will be an error in a future Swift language mode
 759 |             return .init(
 760 |                 result: .streamError(streamID: self.streamID, underlyingError: error, type: .protocolError),
[313/359] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[314/359] Compiling NIOHTTP2 HTTP2Frame.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[315/359] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[316/359] Compiling NIOHTTP2 HTTP2FrameParser.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[317/359] Compiling NIOHTTP2 HTTP2PingData.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[318/359] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[319/359] Compiling NIOHTTP2 HTTP2Settings.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[320/359] Compiling NIOHTTP2 HTTP2Stream.swift
/host/spi-builder-workspace/Sources/NIOHTTP2/HTTP2FrameParser.swift:1158:22: warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1156 |         } catch is IgnoredFrame {
1157 |             return nil
1158 |         } catch _ as NIOHPACKError {
     |                      `- warning: use of protocol 'NIOHPACKError' as a type must be written 'any NIOHPACKError'; this will be an error in a future Swift language mode
1159 |             // convert into a connection error of type COMPRESSION_ERROR
1160 |             throw InternalError.codecError(code: .compressionError)
[321/359] Compiling NIOHTTP2 MaySendFrames.swift
[322/359] Compiling NIOHTTP2 SendingDataState.swift
[323/359] Compiling NIOHTTP2 SendingGoawayState.swift
[324/359] Compiling NIOHTTP2 SendingHeadersState.swift
[325/359] Compiling NIOHTTP2 SendingPushPromiseState.swift
[326/359] Compiling NIOHTTP2 SendingRstStreamState.swift
[327/359] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[328/359] Compiling NIOHTTP2 HTTP2SettingsState.swift
[329/359] Compiling NIOHTTP2 StateMachineResult.swift
[330/359] Compiling NIOHTTP2 ContentLengthVerifier.swift
[331/359] Compiling NIOHTTP2 DOSHeuristics.swift
[332/359] Compiling NIOHTTP2 Error+Any.swift
[333/359] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[334/359] Compiling NIOHTTP2 ControlFrameBuffer.swift
[335/359] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[336/359] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[337/359] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[338/359] Compiling NIOHTTP2 HasFlowControlWindows.swift
[339/359] Compiling NIOHTTP2 HasLocalSettings.swift
[340/359] Compiling NIOHTTP2 HasRemoteSettings.swift
[341/359] Compiling NIOHTTP2 LocallyQuiescingState.swift
[342/359] Compiling NIOHTTP2 QuiescingState.swift
[343/359] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[344/359] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[345/359] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[346/359] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[347/359] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[348/359] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[349/359] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[350/359] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[351/359] Compiling NIOHTTP2 HTTP2Error.swift
[352/359] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[353/360] Wrapping AST for NIOHTTP2 for debugging
[355/373] Compiling NIOHTTP2PerformanceTester StreamTeardownBenchmark.swift
[356/374] Compiling NIOHTTP2PerformanceTester HPACKHeaderCanonicalFormBenchmark.swift
[357/374] Compiling NIOHTTP2PerformanceTester HPACKHeaderDecodingBenchmark.swift
[358/374] Emitting module NIOHTTP2PerformanceTester
[359/374] Compiling NIOHTTP2PerformanceTester ServerOnly10KRequestsBenchmark.swift
[360/374] Compiling NIOHTTP2PerformanceTester HuffmanEncodingBenchmark.swift
[361/374] Compiling NIOHTTP2PerformanceTester HPACKHeaderEncodingBenchmark.swift
[362/374] Compiling NIOHTTP2PerformanceTester HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift
[363/374] Compiling NIOHTTP2PerformanceTester Bench1Conn10kRequests.swift
[364/374] Compiling NIOHTTP2PerformanceTester Benchmark.swift
[365/374] Compiling NIOHTTP2PerformanceTester HuffmanDecodingBenchmark.swift
[366/374] Emitting module NIOHTTP2Server
[367/374] Compiling NIOHTTP2Server main.swift
[368/375] Compiling NIOHTTP2PerformanceTester main.swift
[370/376] Wrapping AST for NIOHTTP2Server for debugging
[371/376] Write Objects.LinkFileList
[372/376] Wrapping AST for NIOHTTP2PerformanceTester for debugging
[373/376] Write Objects.LinkFileList
[374/376] Linking NIOHTTP2PerformanceTester
[375/376] Linking NIOHTTP2Server
Build complete! (78.23s)
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",
        "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",
        "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",
        "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.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.