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

Failed to build swift-nio-http2, reference 1.36.0 (428146), with Swift 6.1 for Wasm on 30 May 2025 21:47:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1717] Fetching swift-atomics
[1718/77840] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.77s)
Fetched https://github.com/apple/swift-nio.git from cache (3.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.08s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.24s)
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.68s)
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/49] Write sources
[15/49] Compiling CNIOWindows WSAStartup.c
[16/49] Compiling CNIOWASI CNIOWASI.c
[16/49] Compiling CNIOLinux liburing_shims.c
[18/49] Compiling _AtomicsShims.c
[19/49] Compiling CNIOLinux shim.c
[19/49] Compiling CNIOWindows shim.c
[19/49] Write sources
[22/49] Compiling CNIODarwin shim.c
[23/49] Compiling CNIOLLHTTP c_nio_http.c
[24/49] Compiling CNIOLLHTTP c_nio_api.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[26/88] Compiling CNIOLLHTTP c_nio_llhttp.c
[27/88] Compiling c-nioatomics.c
[28/88] Compiling c-atomics.c
[30/88] Emitting module Atomics
[31/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/97] Compiling _NIODataStructures PriorityQueue.swift
[33/97] Compiling _NIODataStructures _TinyArray.swift
[34/97] Compiling Atomics Primitives.shims.swift
[35/97] Compiling Atomics AtomicInteger.swift
[36/97] Compiling Atomics AtomicOptionalWrappable.swift
[37/97] Compiling Atomics RawRepresentable.swift
[38/97] Compiling Atomics AtomicBool.swift
[40/97] Compiling Atomics OptionalRawRepresentable.swift
[41/97] Compiling InternalCollectionsUtilities Descriptions.swift
[42/97] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/97] Compiling Atomics UnsafeAtomic.swift
[44/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/97] Compiling Atomics IntegerConformances.swift
[46/97] Compiling Atomics PointerConformances.swift
[47/97] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/97] Compiling Atomics AtomicReference.swift
[49/97] Compiling Atomics ManagedAtomic.swift
[50/97] Compiling Atomics ManagedAtomicLazyReference.swift
[51/97] Compiling Atomics AtomicMemoryOrderings.swift
[52/97] Compiling Atomics DoubleWord.swift
[56/97] Emitting module _NIOBase64
[57/97] Compiling _NIOBase64 Base64.swift
[58/97] Emitting module InternalCollectionsUtilities
[67/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[69/98] Compiling Atomics IntegerOperations.swift
[70/98] Compiling Atomics Unmanaged extensions.swift
[71/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/100] Wrapping AST for _NIOBase64 for debugging
[74/100] Wrapping AST for Atomics for debugging
[75/100] Wrapping AST for InternalCollectionsUtilities for debugging
[77/100] Compiling NIOConcurrencyHelpers lock.swift
[78/113] Compiling _NIODataStructures Heap.swift
[79/113] Emitting module _NIODataStructures
[80/116] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/116] Compiling NIOConcurrencyHelpers atomics.swift
[83/116] Emitting module NIOConcurrencyHelpers
[84/116] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/117] Compiling DequeModule _DequeBuffer.swift
[86/117] Compiling DequeModule _DequeBufferHeader.swift
[86/119] Wrapping AST for _NIODataStructures for debugging
[88/119] Wrapping AST for NIOConcurrencyHelpers for debugging
[90/119] Compiling DequeModule _DequeSlot.swift
[91/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/119] Compiling DequeModule Deque+Equatable.swift
[93/119] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/119] Compiling DequeModule Deque+Extras.swift
[95/119] Compiling DequeModule Deque+Hashable.swift
[96/119] Compiling DequeModule Deque+Testing.swift
[97/119] Compiling DequeModule Deque._Storage.swift
[98/119] Compiling DequeModule Deque+CustomReflectable.swift
[99/119] Compiling DequeModule Deque+Descriptions.swift
[100/119] Compiling DequeModule Deque._UnsafeHandle.swift
[101/119] Compiling DequeModule Deque.swift
[102/119] Compiling DequeModule Deque+Codable.swift
[103/119] Compiling DequeModule Deque+Collection.swift
[104/119] Emitting module DequeModule
[105/120] Wrapping AST for DequeModule for debugging
[107/180] Compiling NIOCore MulticastChannel.swift
[108/180] Compiling NIOCore NIOAny.swift
[109/180] Compiling NIOCore NIOCloseOnErrorHandler.swift
[110/180] Compiling NIOCore NIOLoopBound.swift
[111/180] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[112/180] Compiling NIOCore NIOScheduledCallback.swift
[113/180] Compiling NIOCore NIOSendable.swift
[114/180] Compiling NIOCore RecvByteBufferAllocator.swift
[115/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[116/188] Compiling NIOCore SocketAddresses.swift
[117/188] Compiling NIOCore SocketOptionProvider.swift
[118/188] Compiling NIOCore SystemCallHelpers.swift
[119/188] Compiling NIOCore TimeAmount+Duration.swift
[120/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[121/188] Compiling NIOCore UniversalBootstrapSupport.swift
[122/188] Compiling NIOCore Utilities.swift
[123/188] Compiling NIOCore IO.swift
[124/188] Compiling NIOCore IOData.swift
[125/188] Compiling NIOCore IPProtocol.swift
[126/188] Compiling NIOCore IntegerBitPacking.swift
[127/188] Compiling NIOCore IntegerTypes.swift
[128/188] Compiling NIOCore Interfaces.swift
[129/188] Compiling NIOCore Linux.swift
[130/188] Compiling NIOCore MarkedCircularBuffer.swift
[131/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/188] Compiling NIOCore BSDSocketAPI.swift
[133/188] Compiling NIOCore ByteBuffer-aux.swift
[134/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/188] Compiling NIOCore ByteBuffer-conversions.swift
[136/188] Compiling NIOCore ByteBuffer-core.swift
[137/188] Compiling NIOCore ByteBuffer-hex.swift
[138/188] Compiling NIOCore ByteBuffer-int.swift
[139/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/188] Compiling NIOCore AddressedEnvelope.swift
[141/188] Compiling NIOCore AsyncAwaitSupport.swift
[142/188] Compiling NIOCore AsyncChannel.swift
[143/188] Compiling NIOCore AsyncChannelHandler.swift
[144/188] Compiling NIOCore AsyncChannelInboundStream.swift
[145/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[147/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[148/188] Compiling NIOCore NIOAsyncWriter.swift
[149/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[150/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[151/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[152/188] Compiling NIOCore EventLoopFuture.swift
[153/188] Compiling NIOCore FileDescriptor.swift
[154/188] Compiling NIOCore FileHandle.swift
[155/188] Compiling NIOCore FileRegion.swift
[156/188] Compiling NIOCore GlobalSingletons.swift
[157/188] Compiling NIOCore CircularBuffer.swift
[158/188] Compiling NIOCore Codec.swift
[159/188] Compiling NIOCore ConvenienceOptionSupport.swift
[160/188] Compiling NIOCore DeadChannel.swift
[161/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[162/188] Compiling NIOCore EventLoop+Deprecated.swift
[163/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/188] Compiling NIOCore EventLoop.swift
[165/188] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[166/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[167/188] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[168/188] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[169/188] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[170/188] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[171/188] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[172/188] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[173/188] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[174/188] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/66] Compiling Atomics AtomicReference.swift
[3/66] Compiling Atomics AtomicStorage.swift
[4/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/67] Compiling InternalCollectionsUtilities Descriptions.swift
[6/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/67] Compiling NIOConcurrencyHelpers lock.swift
[8/67] Compiling Atomics AtomicMemoryOrderings.swift
[9/67] Compiling Atomics DoubleWord.swift
[10/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/69] Compiling _NIODataStructures _TinyArray.swift
[12/69] Compiling _NIODataStructures PriorityQueue.swift
[13/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[14/69] Emitting module _NIOBase64
[15/69] Compiling NIOConcurrencyHelpers atomics.swift
[16/69] Compiling _NIOBase64 Base64.swift
[17/70] Emitting module _NIODataStructures
[18/70] Compiling _NIODataStructures Heap.swift
[21/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/71] Compiling Atomics UnsafeAtomic.swift
[23/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/71] Compiling Atomics ManagedAtomic.swift
[25/71] Compiling Atomics ManagedAtomicLazyReference.swift
[26/71] Compiling Atomics AtomicValue.swift
[27/71] Compiling Atomics OptionalRawRepresentable.swift
[28/71] Emitting module NIOConcurrencyHelpers
[29/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/72] Compiling Atomics IntegerOperations.swift
[31/72] Compiling Atomics Unmanaged extensions.swift
[32/72] Compiling Atomics Primitives.shims.swift
[33/72] Compiling Atomics AtomicInteger.swift
[34/72] Compiling Atomics AtomicOptionalWrappable.swift
[41/72] Compiling Atomics IntegerConformances.swift
[42/72] Emitting module InternalCollectionsUtilities
[43/72] Compiling Atomics RawRepresentable.swift
[44/72] Compiling Atomics AtomicBool.swift
[46/85] Wrapping AST for InternalCollectionsUtilities for debugging
[48/85] Compiling DequeModule Deque.swift
[49/85] Compiling DequeModule Deque+Testing.swift
[50/85] Compiling DequeModule Deque._Storage.swift
[51/85] Emitting module Atomics
[52/85] Compiling DequeModule _DequeBufferHeader.swift
[53/85] Compiling DequeModule Deque+Equatable.swift
[54/85] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/85] Compiling DequeModule _DequeBuffer.swift
[57/88] Wrapping AST for Atomics for debugging
[59/88] Compiling DequeModule Deque._UnsafeHandle.swift
[61/88] Compiling DequeModule _DequeSlot.swift
[62/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/88] Compiling DequeModule Deque+Extras.swift
[66/88] Compiling DequeModule Deque+Hashable.swift
[69/88] Compiling DequeModule Deque+CustomReflectable.swift
[70/88] Compiling DequeModule Deque+Descriptions.swift
[71/88] Emitting module DequeModule
[72/88] Compiling DequeModule Deque+Codable.swift
[73/88] Compiling DequeModule Deque+Collection.swift
[74/89] Wrapping AST for DequeModule for debugging
[76/149] Compiling NIOCore AddressedEnvelope.swift
[77/149] Compiling NIOCore AsyncAwaitSupport.swift
[78/149] Compiling NIOCore AsyncChannel.swift
[79/149] Compiling NIOCore AsyncChannelHandler.swift
[80/149] Compiling NIOCore AsyncChannelInboundStream.swift
[81/149] Compiling NIOCore AsyncChannelOutboundWriter.swift
[82/149] Compiling NIOCore NIOAsyncSequenceProducer.swift
[83/149] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[84/149] Compiling NIOCore NIOAsyncWriter.swift
[85/157] Compiling NIOCore IO.swift
[86/157] Compiling NIOCore IOData.swift
[87/157] Compiling NIOCore IPProtocol.swift
[88/157] Compiling NIOCore IntegerBitPacking.swift
[89/157] Compiling NIOCore IntegerTypes.swift
[90/157] Compiling NIOCore Interfaces.swift
[91/157] Compiling NIOCore Linux.swift
[92/157] Compiling NIOCore MarkedCircularBuffer.swift
[93/157] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[94/157] Compiling NIOCore EventLoopFuture+Deprecated.swift
[95/157] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[96/157] Compiling NIOCore EventLoopFuture.swift
[97/157] Compiling NIOCore FileDescriptor.swift
[98/157] Compiling NIOCore FileHandle.swift
[99/157] Compiling NIOCore FileRegion.swift
[100/157] Compiling NIOCore GlobalSingletons.swift
[101/157] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[102/157] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[103/157] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[104/157] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[105/157] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[106/157] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[107/157] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[108/157] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[109/157] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[110/157] Compiling NIOCore MulticastChannel.swift
[111/157] Compiling NIOCore NIOAny.swift
[112/157] Compiling NIOCore NIOCloseOnErrorHandler.swift
[113/157] Compiling NIOCore NIOLoopBound.swift
[114/157] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[115/157] Compiling NIOCore NIOScheduledCallback.swift
[116/157] Compiling NIOCore NIOSendable.swift
[117/157] Compiling NIOCore RecvByteBufferAllocator.swift
[118/157] Compiling NIOCore CircularBuffer.swift
[119/157] Compiling NIOCore Codec.swift
[120/157] Compiling NIOCore ConvenienceOptionSupport.swift
[121/157] Compiling NIOCore DeadChannel.swift
[122/157] Compiling NIOCore DispatchQueue+WithFuture.swift
[123/157] Compiling NIOCore EventLoop+Deprecated.swift
[124/157] Compiling NIOCore EventLoop+SerialExecutor.swift
[125/157] Compiling NIOCore EventLoop.swift
[126/157] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[127/157] Compiling NIOCore BSDSocketAPI.swift
[128/157] Compiling NIOCore ByteBuffer-aux.swift
[129/157] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[130/157] Compiling NIOCore ByteBuffer-conversions.swift
[131/157] Compiling NIOCore ByteBuffer-core.swift
[132/157] Compiling NIOCore ByteBuffer-hex.swift
[133/157] Compiling NIOCore ByteBuffer-int.swift
[134/157] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[135/157] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/157] Compiling NIOCore SocketAddresses.swift
[137/157] Compiling NIOCore SocketOptionProvider.swift
[138/157] Compiling NIOCore SystemCallHelpers.swift
[139/157] Compiling NIOCore TimeAmount+Duration.swift
[140/157] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/157] Compiling NIOCore UniversalBootstrapSupport.swift
[142/157] Compiling NIOCore Utilities.swift
[143/157] Emitting module NIOCore
BUILD FAILURE 6.1 wasm