Build Information
Failed to build swift-nio-http2, reference main (623755
), with Swift 6.1 for Wasm on 30 May 2025 21:47:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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 623755c Enable warnings as errors (#517)
Cloned https://github.com/apple/swift-nio-http2.git
Revision (git rev-parse @):
623755c0cd889568bd035579adb178680e06fb60
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-4606859-1":/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-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 (8.43s)
Fetched https://github.com/apple/swift-nio.git from cache (8.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (11.52s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[968/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.25s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.27s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/49] Write sources
[10/49] Compiling CNIOWindows WSAStartup.c
[10/49] Write sources
[13/49] Compiling CNIOWindows shim.c
[13/49] Write sources
[17/49] Compiling CNIOLinux shim.c
[17/49] Compiling CNIOWASI CNIOWASI.c
[19/49] Compiling CNIOLinux liburing_shims.c
[20/49] Compiling _AtomicsShims.c
[21/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
[27/88] Emitting module _NIOBase64
[28/88] Emitting module InternalCollectionsUtilities
[28/89] Compiling c-nioatomics.c
[29/89] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/89] Compiling _NIOBase64 Base64.swift
[32/90] Compiling Atomics AtomicMemoryOrderings.swift
[33/90] Compiling Atomics DoubleWord.swift
[34/90] Compiling Atomics Primitives.shims.swift
[35/90] Compiling Atomics AtomicInteger.swift
[36/90] Compiling Atomics AtomicOptionalWrappable.swift
[37/92] Compiling Atomics UnsafeAtomic.swift
[38/92] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/92] Compiling Atomics ManagedAtomic.swift
[40/92] Compiling Atomics ManagedAtomicLazyReference.swift
[42/92] Compiling Atomics AtomicReference.swift
[43/92] Compiling _NIODataStructures _TinyArray.swift
[44/92] Compiling _NIODataStructures PriorityQueue.swift
[45/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/92] Compiling Atomics Primitives.native.swift
[47/92] Compiling Atomics OptionalRawRepresentable.swift
[48/92] Compiling Atomics IntegerConformances.swift
[49/92] Compiling Atomics PointerConformances.swift
[50/92] Compiling Atomics RawRepresentable.swift
[51/92] Compiling Atomics AtomicBool.swift
[55/92] Compiling Atomics AtomicStorage.swift
[56/92] Compiling Atomics AtomicValue.swift
[59/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/93] Wrapping AST for _NIOBase64 for debugging
[65/93] Wrapping AST for InternalCollectionsUtilities for debugging
[67/108] Compiling Atomics IntegerOperations.swift
[68/108] Compiling Atomics Unmanaged extensions.swift
[69/108] Compiling DequeModule Deque+CustomReflectable.swift
[70/108] Compiling DequeModule Deque+Descriptions.swift
[71/110] Compiling DequeModule _DequeBuffer.swift
[72/110] Compiling DequeModule _DequeBufferHeader.swift
[73/110] Emitting module _NIODataStructures
[74/110] Compiling _NIODataStructures Heap.swift
[75/111] Compiling c-atomics.c
[77/111] Compiling DequeModule Deque+Equatable.swift
[78/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/111] Compiling DequeModule _DequeSlot.swift
[80/111] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/111] Compiling DequeModule Deque._UnsafeHandle.swift
[82/111] Compiling DequeModule Deque.swift
[83/117] Emitting module Atomics
[84/117] Compiling DequeModule Deque+Testing.swift
[85/117] Compiling DequeModule Deque._Storage.swift
[86/117] Compiling DequeModule Deque+Codable.swift
[87/117] Compiling DequeModule Deque+Collection.swift
[89/117] Compiling DequeModule Deque+Extras.swift
[90/117] Compiling DequeModule Deque+Hashable.swift
[94/118] Emitting module DequeModule
[95/119] Compiling NIOConcurrencyHelpers lock.swift
[97/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/119] Wrapping AST for _NIODataStructures for debugging
[99/119] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/119] Compiling NIOConcurrencyHelpers atomics.swift
[102/119] Emitting module NIOConcurrencyHelpers
[102/120] Wrapping AST for DequeModule for debugging
[103/120] Wrapping AST for Atomics for debugging
[105/120] Wrapping AST for NIOConcurrencyHelpers 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 EventLoopFuture+AssumeIsolated.swift
[116/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/188] Compiling NIOCore EventLoopFuture.swift
[119/188] Compiling NIOCore FileDescriptor.swift
[120/188] Compiling NIOCore FileHandle.swift
[121/188] Compiling NIOCore FileRegion.swift
[122/188] Compiling NIOCore GlobalSingletons.swift
[123/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[124/188] Compiling NIOCore SocketAddresses.swift
[125/188] Compiling NIOCore SocketOptionProvider.swift
[126/188] Compiling NIOCore SystemCallHelpers.swift
[127/188] Compiling NIOCore TimeAmount+Duration.swift
[128/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[129/188] Compiling NIOCore UniversalBootstrapSupport.swift
[130/188] Compiling NIOCore Utilities.swift
[131/188] Compiling NIOCore IO.swift
[132/188] Compiling NIOCore IOData.swift
[133/188] Compiling NIOCore IPProtocol.swift
[134/188] Compiling NIOCore IntegerBitPacking.swift
[135/188] Compiling NIOCore IntegerTypes.swift
[136/188] Compiling NIOCore Interfaces.swift
[137/188] Compiling NIOCore Linux.swift
[138/188] Compiling NIOCore MarkedCircularBuffer.swift
[139/188] Compiling NIOCore CircularBuffer.swift
[140/188] Compiling NIOCore Codec.swift
[141/188] Compiling NIOCore ConvenienceOptionSupport.swift
[142/188] Compiling NIOCore DeadChannel.swift
[143/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[144/188] Compiling NIOCore EventLoop+Deprecated.swift
[145/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[146/188] Compiling NIOCore EventLoop.swift
[147/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:
[148/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:
[149/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:
[150/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:
[151/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:
[152/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:
[153/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:
[154/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:
[155/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:
[156/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/188] Compiling NIOCore BSDSocketAPI.swift
[158/188] Compiling NIOCore ByteBuffer-aux.swift
[159/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[160/188] Compiling NIOCore ByteBuffer-conversions.swift
[161/188] Compiling NIOCore ByteBuffer-core.swift
[162/188] Compiling NIOCore ByteBuffer-hex.swift
[163/188] Compiling NIOCore ByteBuffer-int.swift
[164/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[165/188] Compiling NIOCore AddressedEnvelope.swift
[166/188] Compiling NIOCore AsyncAwaitSupport.swift
[167/188] Compiling NIOCore AsyncChannel.swift
[168/188] Compiling NIOCore AsyncChannelHandler.swift
[169/188] Compiling NIOCore AsyncChannelInboundStream.swift
[170/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[171/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[172/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[173/188] Compiling NIOCore NIOAsyncWriter.swift
[174/188] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/66] Compiling Atomics UnsafeAtomic.swift
[4/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/69] Compiling NIOConcurrencyHelpers lock.swift
[6/69] Compiling Atomics AtomicStorage.swift
[7/69] Compiling Atomics AtomicValue.swift
[8/69] Compiling Atomics Primitives.shims.swift
[9/69] Compiling Atomics AtomicInteger.swift
[10/69] Compiling Atomics AtomicMemoryOrderings.swift
[11/69] Compiling Atomics DoubleWord.swift
[12/69] Compiling Atomics ManagedAtomic.swift
[13/69] Compiling Atomics ManagedAtomicLazyReference.swift
[14/69] Compiling Atomics OptionalRawRepresentable.swift
[15/69] Compiling Atomics RawRepresentable.swift
[16/69] Compiling Atomics AtomicBool.swift
[19/69] Emitting module _NIODataStructures
[20/69] Compiling _NIODataStructures Heap.swift
[21/69] Emitting module _NIOBase64
[22/69] Compiling _NIOBase64 Base64.swift
[23/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/70] Compiling _NIODataStructures PriorityQueue.swift
[25/70] Compiling _NIODataStructures _TinyArray.swift
[26/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/71] Compiling NIOConcurrencyHelpers atomics.swift
[30/71] Emitting module InternalCollectionsUtilities
[33/71] Compiling Atomics AtomicOptionalWrappable.swift
[34/71] Compiling Atomics AtomicReference.swift
[38/71] Compiling Atomics IntegerOperations.swift
[39/71] Compiling Atomics Unmanaged extensions.swift
[40/71] Emitting module NIOConcurrencyHelpers
[41/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/72] Compiling Atomics IntegerConformances.swift
[46/72] Compiling Atomics PointerConformances.swift
[47/72] Compiling Atomics Primitives.native.swift
[49/85] Wrapping AST for InternalCollectionsUtilities for debugging
[51/85] Compiling DequeModule Deque+CustomReflectable.swift
[52/85] Compiling DequeModule Deque+Descriptions.swift
[53/87] Compiling DequeModule Deque+Equatable.swift
[54/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/87] Compiling DequeModule _DequeBuffer.swift
[56/87] Compiling DequeModule _DequeBufferHeader.swift
[57/87] Compiling DequeModule Deque+Extras.swift
[58/87] Compiling DequeModule Deque+Hashable.swift
[59/87] Compiling DequeModule Deque+Testing.swift
[60/87] Compiling DequeModule Deque._Storage.swift
[61/87] Compiling DequeModule _DequeSlot.swift
[62/87] Compiling DequeModule _UnsafeWrappedBuffer.swift
[63/87] Emitting module Atomics
[67/88] Compiling DequeModule Deque._UnsafeHandle.swift
[68/88] Compiling DequeModule Deque.swift
[70/88] Emitting module DequeModule
[71/88] Compiling DequeModule Deque+Codable.swift
[72/88] Compiling DequeModule Deque+Collection.swift
[73/89] Wrapping AST for Atomics for debugging
[74/89] Wrapping AST for DequeModule for debugging
[76/149] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[77/149] Compiling NIOCore EventLoopFuture+Deprecated.swift
[78/149] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[79/149] Compiling NIOCore EventLoopFuture.swift
[80/149] Compiling NIOCore FileDescriptor.swift
[81/149] Compiling NIOCore FileHandle.swift
[82/149] Compiling NIOCore FileRegion.swift
[83/149] Compiling NIOCore GlobalSingletons.swift
[84/149] Compiling NIOCore MulticastChannel.swift
[85/149] Compiling NIOCore NIOAny.swift
[86/149] Compiling NIOCore NIOCloseOnErrorHandler.swift
[87/149] Compiling NIOCore NIOLoopBound.swift
[88/149] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[89/149] Compiling NIOCore NIOScheduledCallback.swift
[90/149] Compiling NIOCore NIOSendable.swift
[91/149] Compiling NIOCore RecvByteBufferAllocator.swift
[92/157] Compiling NIOCore CircularBuffer.swift
[93/157] Compiling NIOCore Codec.swift
[94/157] Compiling NIOCore ConvenienceOptionSupport.swift
[95/157] Compiling NIOCore DeadChannel.swift
[96/157] Compiling NIOCore DispatchQueue+WithFuture.swift
[97/157] Compiling NIOCore EventLoop+Deprecated.swift
[98/157] Compiling NIOCore EventLoop+SerialExecutor.swift
[99/157] Compiling NIOCore EventLoop.swift
[100/157] Compiling NIOCore AddressedEnvelope.swift
[101/157] Compiling NIOCore AsyncAwaitSupport.swift
[102/157] Compiling NIOCore AsyncChannel.swift
[103/157] Compiling NIOCore AsyncChannelHandler.swift
[104/157] Compiling NIOCore AsyncChannelInboundStream.swift
[105/157] Compiling NIOCore AsyncChannelOutboundWriter.swift
[106/157] Compiling NIOCore NIOAsyncSequenceProducer.swift
[107/157] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[108/157] Compiling NIOCore NIOAsyncWriter.swift
[109/157] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[110/157] Compiling NIOCore BSDSocketAPI.swift
[111/157] Compiling NIOCore ByteBuffer-aux.swift
[112/157] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[113/157] Compiling NIOCore ByteBuffer-conversions.swift
[114/157] Compiling NIOCore ByteBuffer-core.swift
[115/157] Compiling NIOCore ByteBuffer-hex.swift
[116/157] Compiling NIOCore ByteBuffer-int.swift
[117/157] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[118/157] Compiling NIOCore IO.swift
[119/157] Compiling NIOCore IOData.swift
[120/157] Compiling NIOCore IPProtocol.swift
[121/157] Compiling NIOCore IntegerBitPacking.swift
[122/157] Compiling NIOCore IntegerTypes.swift
[123/157] Compiling NIOCore Interfaces.swift
[124/157] Compiling NIOCore Linux.swift
[125/157] Compiling NIOCore MarkedCircularBuffer.swift
[126/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:
[127/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:
[128/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:
[129/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:
[130/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:
[131/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:
[132/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:
[133/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:
[134/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:
[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