Build Information
Failed to build swift-nio-http2, reference main (5ca52e
), with Swift 6.1 for Wasm on 26 Jun 2025 10:23:58 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-http2.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-nio-http2
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5ca52e2 Add static SDK CI workflow (#500)
Cloned https://github.com/apple/swift-nio-http2.git
Revision (git rev-parse @):
5ca52e2f076c6a24451175f575f390569381d6a1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-http2.git at main
========================================
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.10"
}
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/78136] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
[2291/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (12.15s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
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.3.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
[16/49] Compiling _AtomicsShims.c
[17/49] Compiling CNIOWASI CNIOWASI.c
[17/49] Compiling CNIOWindows shim.c
[19/49] Compiling CNIOWindows WSAStartup.c
[20/49] Compiling CNIOLinux shim.c
[21/49] Compiling CNIOLinux liburing_shims.c
[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
[27/87] Emitting module _NIODataStructures
[27/87] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/87] Emitting module Atomics
[30/89] Compiling Atomics UnsafeAtomic.swift
[31/89] Compiling Atomics UnsafeAtomicLazyReference.swift
[32/89] Compiling Atomics AtomicStorage.swift
[33/89] Compiling Atomics AtomicValue.swift
[34/89] Compiling Atomics ManagedAtomic.swift
[35/89] Compiling Atomics ManagedAtomicLazyReference.swift
[38/90] Compiling Atomics AtomicBool.swift
[40/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/90] Compiling Atomics OptionalRawRepresentable.swift
[42/90] Compiling Atomics RawRepresentable.swift
[43/90] Emitting module InternalCollectionsUtilities
[44/90] Compiling Atomics IntegerOperations.swift
[45/90] Compiling Atomics Unmanaged extensions.swift
[46/90] Compiling Atomics AtomicOptionalWrappable.swift
[47/90] Compiling Atomics AtomicReference.swift
[48/90] Compiling Atomics DoubleWord.swift
[49/90] Compiling Atomics AtomicInteger.swift
[51/90] Compiling Atomics AtomicMemoryOrderings.swift
[57/90] Emitting module _NIOBase64
[58/90] Compiling _NIOBase64 Base64.swift
[59/91] Compiling _NIODataStructures PriorityQueue.swift
[60/91] Compiling _NIODataStructures _TinyArray.swift
[61/91] Compiling Atomics IntegerConformances.swift
[62/91] Compiling Atomics PointerConformances.swift
[63/91] Compiling Atomics Primitives.native.swift
[68/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/93] Compiling c-nioatomics.c
[70/93] Wrapping AST for _NIOBase64 for debugging
[72/93] Wrapping AST for Atomics for debugging
[73/93] Wrapping AST for InternalCollectionsUtilities for debugging
[75/93] Compiling _NIODataStructures Heap.swift
[75/94] Compiling c-atomics.c
[77/114] Wrapping AST for _NIODataStructures for debugging
[79/115] Compiling DequeModule Deque+CustomReflectable.swift
[80/115] Compiling DequeModule Deque+Descriptions.swift
[81/117] Compiling DequeModule _DequeBuffer.swift
[82/117] Compiling DequeModule _DequeBufferHeader.swift
[83/117] Compiling NIOConcurrencyHelpers lock.swift
[84/117] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/117] Compiling NIOConcurrencyHelpers NIOLock.swift
[86/117] Compiling DequeModule _DequeSlot.swift
[87/117] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/117] Compiling DequeModule Deque+Equatable.swift
[89/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/117] Compiling DequeModule Deque+Testing.swift
[91/117] Compiling DequeModule Deque._Storage.swift
[92/117] Compiling DequeModule Deque+Extras.swift
[93/117] Compiling DequeModule Deque+Hashable.swift
[94/117] Compiling DequeModule Deque._UnsafeHandle.swift
[95/117] Compiling DequeModule Deque.swift
[96/117] Compiling DequeModule Deque+Codable.swift
[97/117] Compiling DequeModule Deque+Collection.swift
[98/117] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/117] Emitting module NIOConcurrencyHelpers
[100/117] Compiling NIOConcurrencyHelpers atomics.swift
[102/118] Emitting module DequeModule
[103/119] Wrapping AST for NIOConcurrencyHelpers for debugging
[104/119] Wrapping AST for DequeModule for debugging
[106/179] Compiling NIOCore MulticastChannel.swift
[107/179] Compiling NIOCore NIOAny.swift
[108/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/179] Compiling NIOCore NIOLoopBound.swift
[110/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[111/179] Compiling NIOCore NIOScheduledCallback.swift
[112/179] Compiling NIOCore NIOSendable.swift
[113/179] Compiling NIOCore RecvByteBufferAllocator.swift
[114/187] Compiling NIOCore IO.swift
[115/187] Compiling NIOCore IOData.swift
[116/187] Compiling NIOCore IPProtocol.swift
[117/187] Compiling NIOCore IntegerBitPacking.swift
[118/187] Compiling NIOCore IntegerTypes.swift
[119/187] Compiling NIOCore Interfaces.swift
[120/187] Compiling NIOCore Linux.swift
[121/187] Compiling NIOCore MarkedCircularBuffer.swift
[122/187] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/187] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/187] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/187] Compiling NIOCore EventLoopFuture.swift
[126/187] Compiling NIOCore FileDescriptor.swift
[127/187] Compiling NIOCore FileHandle.swift
[128/187] Compiling NIOCore FileRegion.swift
[129/187] Compiling NIOCore GlobalSingletons.swift
[130/187] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/187] Compiling NIOCore SocketAddresses.swift
[132/187] Compiling NIOCore SocketOptionProvider.swift
[133/187] Compiling NIOCore SystemCallHelpers.swift
[134/187] Compiling NIOCore TimeAmount+Duration.swift
[135/187] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/187] Compiling NIOCore UniversalBootstrapSupport.swift
[137/187] Compiling NIOCore Utilities.swift
[138/187] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/187] Compiling NIOCore BSDSocketAPI.swift
[140/187] Compiling NIOCore ByteBuffer-aux.swift
[141/187] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/187] Compiling NIOCore ByteBuffer-conversions.swift
[143/187] Compiling NIOCore ByteBuffer-core.swift
[144/187] Compiling NIOCore ByteBuffer-hex.swift
[145/187] Compiling NIOCore ByteBuffer-int.swift
[146/187] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/187] Compiling NIOCore CircularBuffer.swift
[148/187] Compiling NIOCore Codec.swift
[149/187] Compiling NIOCore ConvenienceOptionSupport.swift
[150/187] Compiling NIOCore DeadChannel.swift
[151/187] Compiling NIOCore DispatchQueue+WithFuture.swift
[152/187] Compiling NIOCore EventLoop+Deprecated.swift
[153/187] Compiling NIOCore EventLoop+SerialExecutor.swift
[154/187] Compiling NIOCore EventLoop.swift
[155/187] Compiling NIOCore AddressedEnvelope.swift
[156/187] Compiling NIOCore AsyncAwaitSupport.swift
[157/187] Compiling NIOCore AsyncChannel.swift
[158/187] Compiling NIOCore AsyncChannelHandler.swift
[159/187] Compiling NIOCore AsyncChannelInboundStream.swift
[160/187] Compiling NIOCore AsyncChannelOutboundWriter.swift
[161/187] Compiling NIOCore NIOAsyncSequenceProducer.swift
[162/187] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[163/187] Compiling NIOCore NIOAsyncWriter.swift
[164/187] 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:
[165/187] 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:
[166/187] 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:
[167/187] 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:
[168/187] 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:
[169/187] 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:
[170/187] 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:
[171/187] 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:
[172/187] 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:
[173/187] 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/66] Compiling Atomics DoubleWord.swift
[4/66] Compiling Atomics AtomicStorage.swift
[5/66] Compiling Atomics IntegerConformances.swift
[6/66] Compiling Atomics PointerConformances.swift
[7/66] Compiling NIOConcurrencyHelpers lock.swift
[8/66] Compiling _NIODataStructures Heap.swift
[9/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/66] Compiling Atomics ManagedAtomic.swift
[11/66] Compiling Atomics ManagedAtomicLazyReference.swift
[12/66] Compiling Atomics UnsafeAtomic.swift
[13/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/66] Compiling Atomics OptionalRawRepresentable.swift
[15/66] Compiling Atomics RawRepresentable.swift
[17/68] Compiling Atomics AtomicValue.swift
[18/68] Compiling Atomics AtomicMemoryOrderings.swift
[20/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[22/68] Compiling Atomics AtomicOptionalWrappable.swift
[23/68] Compiling Atomics AtomicReference.swift
[24/68] Compiling _NIODataStructures PriorityQueue.swift
[25/68] Compiling _NIODataStructures _TinyArray.swift
[26/68] Compiling _NIOBase64 Base64.swift
[27/68] Emitting module _NIOBase64
[28/68] Compiling Atomics AtomicBool.swift
[29/68] Compiling Atomics AtomicInteger.swift
[30/68] Emitting module InternalCollectionsUtilities
[34/69] Emitting module _NIODataStructures
[37/70] Emitting module NIOConcurrencyHelpers
[38/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/70] Compiling NIOConcurrencyHelpers atomics.swift
[40/71] Compiling Atomics Primitives.native.swift
[42/72] Compiling Atomics IntegerOperations.swift
[43/72] Compiling Atomics Unmanaged extensions.swift
[45/69] Wrapping AST for InternalCollectionsUtilities for debugging
[47/84] Compiling DequeModule _DequeBuffer.swift
[48/84] Compiling DequeModule _DequeBufferHeader.swift
[49/86] Compiling DequeModule Deque+Equatable.swift
[50/86] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[51/86] Compiling DequeModule Deque+Testing.swift
[52/86] Compiling DequeModule Deque._Storage.swift
[53/86] Compiling DequeModule Deque._UnsafeHandle.swift
[54/86] Compiling DequeModule Deque.swift
[55/86] Compiling DequeModule Deque+Extras.swift
[56/86] Compiling DequeModule Deque+Hashable.swift
[57/86] Compiling DequeModule Deque+Codable.swift
[58/86] Compiling DequeModule Deque+Collection.swift
[60/86] Compiling DequeModule Deque+CustomReflectable.swift
[61/86] Compiling DequeModule Deque+Descriptions.swift
[63/86] Emitting module Atomics
[64/86] Compiling DequeModule _DequeSlot.swift
[65/86] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/87] Emitting module DequeModule
[72/88] Wrapping AST for Atomics for debugging
[73/88] Wrapping AST for DequeModule for debugging
[75/148] Compiling NIOCore IO.swift
[76/148] Compiling NIOCore IOData.swift
[77/148] Compiling NIOCore IPProtocol.swift
[78/148] Compiling NIOCore IntegerBitPacking.swift
[79/148] Compiling NIOCore IntegerTypes.swift
[80/148] Compiling NIOCore Interfaces.swift
[81/148] Compiling NIOCore Linux.swift
[82/148] Compiling NIOCore MarkedCircularBuffer.swift
[83/148] 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:
[84/148] 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:
[85/148] 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:
[86/148] 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:
[87/148] 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:
[88/148] 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:
[89/148] 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:
[90/148] 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:
[91/148] 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:
[92/148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[93/148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/148] Compiling NIOCore EventLoopFuture.swift
[96/148] Compiling NIOCore FileDescriptor.swift
[97/148] Compiling NIOCore FileHandle.swift
[98/148] Compiling NIOCore FileRegion.swift
[99/148] Compiling NIOCore GlobalSingletons.swift
[100/156] Compiling NIOCore CircularBuffer.swift
[101/156] Compiling NIOCore Codec.swift
[102/156] Compiling NIOCore ConvenienceOptionSupport.swift
[103/156] Compiling NIOCore DeadChannel.swift
[104/156] Compiling NIOCore DispatchQueue+WithFuture.swift
[105/156] Compiling NIOCore EventLoop+Deprecated.swift
[106/156] Compiling NIOCore EventLoop+SerialExecutor.swift
[107/156] Compiling NIOCore EventLoop.swift
[108/156] Compiling NIOCore MulticastChannel.swift
[109/156] Compiling NIOCore NIOAny.swift
[110/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[111/156] Compiling NIOCore NIOLoopBound.swift
[112/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[113/156] Compiling NIOCore NIOScheduledCallback.swift
[114/156] Compiling NIOCore NIOSendable.swift
[115/156] Compiling NIOCore RecvByteBufferAllocator.swift
[116/156] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[117/156] Compiling NIOCore BSDSocketAPI.swift
[118/156] Compiling NIOCore ByteBuffer-aux.swift
[119/156] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[120/156] Compiling NIOCore ByteBuffer-conversions.swift
[121/156] Compiling NIOCore ByteBuffer-core.swift
[122/156] Compiling NIOCore ByteBuffer-hex.swift
[123/156] Compiling NIOCore ByteBuffer-int.swift
[124/156] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[125/156] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/156] Compiling NIOCore SocketAddresses.swift
[127/156] Compiling NIOCore SocketOptionProvider.swift
[128/156] Compiling NIOCore SystemCallHelpers.swift
[129/156] Compiling NIOCore TimeAmount+Duration.swift
[130/156] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/156] Compiling NIOCore UniversalBootstrapSupport.swift
[132/156] Compiling NIOCore Utilities.swift
[133/156] Emitting module NIOCore
[134/156] Compiling NIOCore AddressedEnvelope.swift
[135/156] Compiling NIOCore AsyncAwaitSupport.swift
[136/156] Compiling NIOCore AsyncChannel.swift
[137/156] Compiling NIOCore AsyncChannelHandler.swift
[138/156] Compiling NIOCore AsyncChannelInboundStream.swift
[139/156] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/156] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/156] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/156] Compiling NIOCore NIOAsyncWriter.swift
BUILD FAILURE 6.1 wasm