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 1.36.0 (428146), with Swift 6.1 for Android on 30 May 2025 21:47:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-http2.git
https://github.com/apple/swift-nio-http2.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.82.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "swift-nio-http2",
  "name" : "swift-nio-http2",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOHTTP2",
      "targets" : [
        "NIOHTTP2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOHTTP2Server",
      "targets" : [
        "NIOHTTP2Server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOHTTP2PerformanceTester",
      "targets" : [
        "NIOHTTP2PerformanceTester"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOHTTP2Tests",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP2Tests",
      "path" : "Tests/NIOHTTP2Tests",
      "product_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "Atomics"
      ],
      "sources" : [
        "CircularBufferExtensionsTests.swift",
        "CompoundOutboundBufferTest.swift",
        "ConcurrentStreamBufferTest.swift",
        "ConfiguringPipelineAsyncMultiplexerTests.swift",
        "ConfiguringPipelineInlineMultiplexerTests.swift",
        "ConfiguringPipelineTests.swift",
        "ConfiguringPipelineWithFramePayloadStreamsTests.swift",
        "ConnectionStateMachineTests.swift",
        "ContentLengthVerifierTests.swift",
        "ControlFrameBufferTests.swift",
        "DOSHeuristicsTests.swift",
        "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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[1718/77840] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
[3807/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.18s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[167/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.5.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.2.0
Building for debugging...
[0/49] Write sources
[15/49] Compiling CNIOWindows WSAStartup.c
[16/49] Compiling _AtomicsShims.c
[17/49] Compiling CNIOWASI CNIOWASI.c
[18/49] Compiling CNIOLinux liburing_shims.c
[19/49] Compiling CNIOWindows shim.c
[20/49] Compiling CNIODarwin shim.c
[21/49] Compiling CNIOLLHTTP c_nio_http.c
[22/49] Write sources
[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/88] Emitting module Atomics
[28/90] Compiling c-nioatomics.c
[30/90] Compiling Atomics Primitives.shims.swift
[31/90] Compiling Atomics AtomicInteger.swift
[32/90] Compiling Atomics AtomicOptionalWrappable.swift
[33/90] Compiling Atomics AtomicReference.swift
[34/90] Compiling Atomics AtomicStorage.swift
[35/90] Compiling Atomics AtomicValue.swift
[36/90] Compiling Atomics IntegerConformances.swift
[37/90] Compiling Atomics PointerConformances.swift
[38/90] Compiling Atomics Primitives.native.swift
[39/90] Compiling Atomics RawRepresentable.swift
[40/90] Compiling Atomics AtomicBool.swift
[42/90] Compiling Atomics OptionalRawRepresentable.swift
[43/90] Compiling _NIODataStructures _TinyArray.swift
[44/91] Compiling _NIODataStructures PriorityQueue.swift
[45/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/91] Compiling Atomics UnsafeAtomic.swift
[47/91] Compiling Atomics UnsafeAtomicLazyReference.swift
[50/91] Emitting module InternalCollectionsUtilities
[57/91] Emitting module _NIOBase64
[58/91] Compiling _NIOBase64 Base64.swift
[59/91] Compiling Atomics IntegerOperations.swift
[60/91] Compiling Atomics Unmanaged extensions.swift
[61/92] Compiling _NIODataStructures Heap.swift
[62/92] Emitting module _NIODataStructures
[63/92] Compiling Atomics AtomicMemoryOrderings.swift
[64/92] Compiling Atomics DoubleWord.swift
[65/92] Compiling Atomics ManagedAtomic.swift
[66/92] Compiling Atomics ManagedAtomicLazyReference.swift
[73/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/95] Compiling c-atomics.c
[75/95] Wrapping AST for _NIODataStructures for debugging
[76/95] Wrapping AST for Atomics for debugging
[77/95] Wrapping AST for _NIOBase64 for debugging
[78/95] Wrapping AST for InternalCollectionsUtilities for debugging
[80/116] Compiling DequeModule Deque+Equatable.swift
[81/116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/116] Compiling DequeModule Deque+CustomReflectable.swift
[83/116] Compiling DequeModule Deque+Descriptions.swift
[84/118] Compiling NIOConcurrencyHelpers lock.swift
[85/118] Compiling DequeModule _DequeBuffer.swift
[86/118] Compiling DequeModule _DequeBufferHeader.swift
[87/118] Compiling DequeModule Deque+Extras.swift
[88/118] Compiling DequeModule Deque+Hashable.swift
[89/118] Compiling DequeModule Deque+Testing.swift
[90/118] Compiling DequeModule Deque._Storage.swift
[91/118] Compiling DequeModule _DequeSlot.swift
[92/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/118] Emitting module NIOConcurrencyHelpers
[94/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[95/118] Compiling DequeModule Deque._UnsafeHandle.swift
[96/118] Compiling DequeModule Deque.swift
[97/118] Compiling DequeModule Deque+Codable.swift
[98/118] Compiling DequeModule Deque+Collection.swift
[99/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/118] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/118] Compiling NIOConcurrencyHelpers atomics.swift
[102/119] Wrapping AST for NIOConcurrencyHelpers for debugging
[104/119] Emitting module DequeModule
[105/120] Wrapping AST for DequeModule for debugging
[107/180] Compiling NIOCore AddressedEnvelope.swift
[108/180] Compiling NIOCore AsyncAwaitSupport.swift
[109/180] Compiling NIOCore AsyncChannel.swift
[110/180] Compiling NIOCore AsyncChannelHandler.swift
[111/180] Compiling NIOCore AsyncChannelInboundStream.swift
[112/180] Compiling NIOCore AsyncChannelOutboundWriter.swift
[113/180] Compiling NIOCore NIOAsyncSequenceProducer.swift
[114/180] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[115/180] Compiling NIOCore NIOAsyncWriter.swift
[116/188] Compiling NIOCore CircularBuffer.swift
[117/188] Compiling NIOCore Codec.swift
[118/188] Compiling NIOCore ConvenienceOptionSupport.swift
[119/188] Compiling NIOCore DeadChannel.swift
[120/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[121/188] Compiling NIOCore EventLoop+Deprecated.swift
[122/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[123/188] Compiling NIOCore EventLoop.swift
[124/188] Compiling NIOCore IO.swift
[125/188] Compiling NIOCore IOData.swift
[126/188] Compiling NIOCore IPProtocol.swift
[127/188] Compiling NIOCore IntegerBitPacking.swift
[128/188] Compiling NIOCore IntegerTypes.swift
[129/188] Compiling NIOCore Interfaces.swift
[130/188] Compiling NIOCore Linux.swift
[131/188] Compiling NIOCore MarkedCircularBuffer.swift
[132/188] Compiling NIOCore MulticastChannel.swift
[133/188] Compiling NIOCore NIOAny.swift
[134/188] Compiling NIOCore NIOCloseOnErrorHandler.swift
[135/188] Compiling NIOCore NIOLoopBound.swift
[136/188] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[137/188] Compiling NIOCore NIOScheduledCallback.swift
[138/188] Compiling NIOCore NIOSendable.swift
[139/188] Compiling NIOCore RecvByteBufferAllocator.swift
[140/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[141/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[142/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[143/188] Compiling NIOCore EventLoopFuture.swift
[144/188] Compiling NIOCore FileDescriptor.swift
[145/188] Compiling NIOCore FileHandle.swift
[146/188] Compiling NIOCore FileRegion.swift
[147/188] Compiling NIOCore GlobalSingletons.swift
[148/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[149/188] Compiling NIOCore SocketAddresses.swift
[150/188] Compiling NIOCore SocketOptionProvider.swift
[151/188] Compiling NIOCore SystemCallHelpers.swift
[152/188] Compiling NIOCore TimeAmount+Duration.swift
[153/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[154/188] Compiling NIOCore UniversalBootstrapSupport.swift
[155/188] Compiling NIOCore Utilities.swift
[156/188] Compiling NIOCore ByteBuffer-multi-int.swift
[157/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[158/188] Compiling NIOCore ByteBuffer-views.swift
[159/188] Compiling NIOCore Channel.swift
[160/188] Compiling NIOCore ChannelHandler.swift
[161/188] Compiling NIOCore ChannelHandlers.swift
[162/188] Compiling NIOCore ChannelInvoker.swift
[163/188] Compiling NIOCore ChannelOption.swift
[164/188] Compiling NIOCore ChannelPipeline.swift
[165/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[166/188] Compiling NIOCore BSDSocketAPI.swift
[167/188] Compiling NIOCore ByteBuffer-aux.swift
[168/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[169/188] Compiling NIOCore ByteBuffer-conversions.swift
[170/188] Compiling NIOCore ByteBuffer-core.swift
[171/188] Compiling NIOCore ByteBuffer-hex.swift
[172/188] Compiling NIOCore ByteBuffer-int.swift
[173/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[174/188] Emitting module NIOCore
[175/202] Wrapping AST for NIOCore for debugging
[177/239] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[178/239] Compiling NIOEmbedded AsyncTestingChannel.swift
[179/239] Emitting module NIOEmbedded
[180/239] Compiling NIOEmbedded Embedded.swift
[181/240] Wrapping AST for NIOEmbedded for debugging
[183/240] Emitting module NIOPosix
[184/246] Compiling NIOPosix BSDSocketAPICommon.swift
[185/246] Compiling NIOPosix BSDSocketAPIPosix.swift
[186/246] Compiling NIOPosix BSDSocketAPIWindows.swift
[187/246] Compiling NIOPosix BaseSocket.swift
[188/246] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[189/246] Compiling NIOPosix BaseSocketChannel.swift
[190/246] Compiling NIOPosix BaseStreamSocketChannel.swift
[191/246] Compiling NIOPosix ThreadPosix.swift
[192/246] Compiling NIOPosix ThreadWindows.swift
[193/246] Compiling NIOPosix UnsafeTransfer.swift
[194/246] Compiling NIOPosix Utilities.swift
[195/246] Compiling NIOPosix VsockAddress.swift
[196/246] Compiling NIOPosix VsockChannelEvents.swift
[197/246] Compiling NIOPosix Bootstrap.swift
[198/246] Compiling NIOPosix ControlMessage.swift
[199/246] Compiling NIOPosix DatagramVectorReadManager.swift
[200/246] Compiling NIOPosix Errors+Any.swift
[201/246] Compiling NIOPosix FileDescriptor.swift
[202/246] Compiling NIOPosix GetaddrinfoResolver.swift
[203/246] Compiling NIOPosix HappyEyeballs.swift
[204/246] Compiling NIOPosix SelectableChannel.swift
[205/246] Compiling NIOPosix SelectableEventLoop.swift
[206/246] Compiling NIOPosix SelectorEpoll.swift
[207/246] Compiling NIOPosix SelectorGeneric.swift
[208/246] Compiling NIOPosix SelectorKqueue.swift
[209/246] Compiling NIOPosix SelectorUring.swift
[210/246] Compiling NIOPosix ServerSocket.swift
[211/246] Compiling NIOPosix Socket.swift
[212/246] Compiling NIOPosix SocketChannel.swift
[213/246] Compiling NIOPosix SocketProtocols.swift
[214/246] Compiling NIOPosix System.swift
[215/246] Compiling NIOPosix Thread.swift
[216/246] Compiling NIOPosix Pool.swift
[217/246] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[218/246] Compiling NIOPosix PosixSingletons.swift
[219/246] Compiling NIOPosix RawSocketBootstrap.swift
[220/246] Compiling NIOPosix Resolver.swift
[221/246] Compiling NIOPosix Selectable.swift
[222/246] Compiling NIOPosix NIOThreadPool.swift
[223/246] Compiling NIOPosix NonBlockingFileIO.swift
[224/246] Compiling NIOPosix PendingDatagramWritesManager.swift
[225/246] Compiling NIOPosix PendingWritesManager.swift
[226/246] Compiling NIOPosix PipeChannel.swift
[227/246] Compiling NIOPosix PipePair.swift
[228/246] Compiling NIOPosix IO.swift
[229/246] Compiling NIOPosix IntegerBitPacking.swift
[230/246] Compiling NIOPosix IntegerTypes.swift
[231/246] Compiling NIOPosix Linux.swift
[232/246] Compiling NIOPosix LinuxCPUSet.swift
[233/246] Compiling NIOPosix LinuxUring.swift
[234/246] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[235/247] Wrapping AST for NIOPosix for debugging
[237/249] Compiling NIO Exports.swift
[238/249] Emitting module NIO
[239/250] Wrapping AST for NIO for debugging
[241/272] Compiling NIOTLS TLSEvents.swift
[242/272] Emitting module NIOTLS
[243/272] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[244/272] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[245/272] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[246/272] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[247/274] Compiling NIOTLS SNIHandler.swift
[248/274] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[250/275] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[251/275] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[252/275] Emitting module NIOHTTP1
[253/275] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[254/275] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[255/275] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[256/275] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[257/275] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[258/275] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[259/275] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[260/275] Compiling NIOHTTP1 HTTPTypes.swift
[261/275] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[262/275] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[263/275] Compiling NIOHTTP1 ByteCollectionUtils.swift
[264/275] Compiling NIOHTTP1 HTTPDecoder.swift
[265/275] Compiling NIOHTTP1 HTTPEncoder.swift
[265/276] Wrapping AST for NIOTLS for debugging
[267/276] Wrapping AST for NIOHTTP1 for debugging
[269/287] Compiling NIOHPACK IntegerCoding.swift
[270/288] Compiling NIOHPACK IndexedHeaderTable.swift
[271/288] Compiling NIOHPACK HuffmanTables.swift
[272/288] Compiling NIOHPACK HuffmanCoding.swift
[273/288] Emitting module NIOHPACK
[274/288] Compiling NIOHPACK StaticHeaderTable.swift
[275/288] Compiling NIOHPACK HPACKEncoder.swift
[276/288] Compiling NIOHPACK HPACKErrors.swift
[277/288] Compiling NIOHPACK DynamicHeaderTable.swift
[278/288] Compiling NIOHPACK HPACKDecoder.swift
[279/288] Compiling NIOHPACK HPACKHeader.swift
[280/288] Compiling NIOHPACK HeaderTables.swift
[281/289] Wrapping AST for NIOHPACK for debugging
[283/347] Compiling NIOHTTP2 StateMachineResult.swift
[284/347] Compiling NIOHTTP2 ContentLengthVerifier.swift
[285/347] Compiling NIOHTTP2 DOSHeuristics.swift
[286/347] Compiling NIOHTTP2 Error+Any.swift
[287/347] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[288/347] Compiling NIOHTTP2 ControlFrameBuffer.swift
[289/347] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[290/347] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[291/355] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[292/355] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[293/355] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[294/355] Compiling NIOHTTP2 HTTP2StreamID.swift
[295/355] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[296/355] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[297/355] Compiling NIOHTTP2 HTTP2UserEvents.swift
[298/355] Compiling NIOHTTP2 InboundEventBuffer.swift
[299/355] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[300/355] Compiling NIOHTTP2 HasFlowControlWindows.swift
[301/355] Compiling NIOHTTP2 HasLocalSettings.swift
[302/355] Compiling NIOHTTP2 HasRemoteSettings.swift
[303/355] Compiling NIOHTTP2 LocallyQuiescingState.swift
[304/355] Compiling NIOHTTP2 QuiescingState.swift
[305/355] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[306/355] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[307/355] Emitting module NIOHTTP2
[308/355] Compiling NIOHTTP2 MaySendFrames.swift
[309/355] Compiling NIOHTTP2 SendingDataState.swift
[310/355] Compiling NIOHTTP2 SendingGoawayState.swift
[311/355] Compiling NIOHTTP2 SendingHeadersState.swift
[312/355] Compiling NIOHTTP2 SendingPushPromiseState.swift
[313/355] Compiling NIOHTTP2 SendingRstStreamState.swift
[314/355] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[315/355] Compiling NIOHTTP2 HTTP2SettingsState.swift
[316/355] Compiling NIOHTTP2 ConnectionStateMachine.swift
[317/355] Compiling NIOHTTP2 ConnectionStreamsState.swift
[318/355] Compiling NIOHTTP2 MayReceiveFrames.swift
[319/355] Compiling NIOHTTP2 ReceivingDataState.swift
[320/355] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[321/355] Compiling NIOHTTP2 ReceivingHeadersState.swift
[322/355] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[323/355] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[324/355] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[325/355] 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),
[326/355] 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),
[327/355] 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),
[328/355] 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),
[329/355] 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),
[330/355] 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),
[331/355] 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),
[332/355] 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),
[333/355] 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)
[334/355] 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)
[335/355] 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)
[336/355] 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)
[337/355] 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)
[338/355] 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)
[339/355] 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)
[340/355] 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)
[341/355] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[342/355] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[343/355] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[344/355] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[345/355] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[346/355] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[347/355] Compiling NIOHTTP2 HTTP2Error.swift
[348/355] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[349/357] Wrapping AST for NIOHTTP2 for debugging
[351/369] Emitting module NIOHTTP2Server
[352/369] Compiling NIOHTTP2PerformanceTester HuffmanEncodingBenchmark.swift
[353/370] Compiling NIOHTTP2PerformanceTester StreamTeardownBenchmark.swift
[354/370] Emitting module NIOHTTP2PerformanceTester
[355/370] Compiling NIOHTTP2PerformanceTester Bench1Conn10kRequests.swift
[356/370] Compiling NIOHTTP2PerformanceTester Benchmark.swift
[357/370] Compiling NIOHTTP2PerformanceTester ServerOnly10KRequestsBenchmark.swift
[358/370] Compiling NIOHTTP2PerformanceTester main.swift
[359/370] Compiling NIOHTTP2PerformanceTester HPACKHeaderEncodingBenchmark.swift
[360/370] Compiling NIOHTTP2PerformanceTester HPACKHeadersNormalizationOfHTTPHeadersBenchmark.swift
[361/370] Compiling NIOHTTP2PerformanceTester HuffmanDecodingBenchmark.swift
[362/370] Compiling NIOHTTP2PerformanceTester HPACKHeaderCanonicalFormBenchmark.swift
[363/370] Compiling NIOHTTP2PerformanceTester HPACKHeaderDecodingBenchmark.swift
[365/371] Compiling NIOHTTP2Server main.swift
[365/372] Wrapping AST for NIOHTTP2PerformanceTester for debugging
[366/372] Write Objects.LinkFileList
[368/372] Wrapping AST for NIOHTTP2Server for debugging
[369/372] Write Objects.LinkFileList
[370/372] Linking NIOHTTP2PerformanceTester
[371/372] Linking NIOHTTP2Server
Build complete! (79.24s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.