Build Information
Failed to build mqtt-nio, reference 2.12.1 (493ca8
), with Swift 6.1 for Wasm on 31 May 2025 02:46:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swift-server-community/mqtt-nio.git
Reference: 2.12.1
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/swift-server-community/mqtt-nio
* tag 2.12.1 -> FETCH_HEAD
HEAD is now at 493ca8b End publish listener on connection close if clean session is set to true (#171)
Cloned https://github.com/swift-server-community/mqtt-nio.git
Revision (git rev-parse @):
493ca8bae5b3e93f9246a1a182a87efe25b5e6ba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/mqtt-nio.git at 2.12.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server-community/mqtt-nio.git
https://github.com/swift-server-community/mqtt-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.80.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "mqtt-nio",
"name" : "mqtt-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MQTTNIO",
"targets" : [
"MQTTNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MQTTNIOTests",
"module_type" : "SwiftTarget",
"name" : "MQTTNIOTests",
"path" : "Tests/MQTTNIOTests",
"sources" : [
"CoreMQTTTests.swift",
"MQTTNIOTests+async.swift",
"MQTTNIOTests.swift",
"MQTTNIOv5Tests.swift"
],
"target_dependencies" : [
"MQTTNIO"
],
"type" : "test"
},
{
"c99name" : "MQTTNIO",
"module_type" : "SwiftTarget",
"name" : "MQTTNIO",
"path" : "Sources/MQTTNIO",
"product_dependencies" : [
"Atomics",
"Logging",
"NIO",
"NIOConcurrencyHelpers",
"NIOHTTP1",
"NIOWebSocket",
"NIOSSL",
"NIOTransportServices"
],
"product_memberships" : [
"MQTTNIO"
],
"sources" : [
"AsyncAwaitSupport/MQTTClient+async.swift",
"AsyncAwaitSupport/MQTTClientV5+async.swift",
"AsyncAwaitSupport/Sendable.swift",
"ChannelHandlers/MQTTMessageDecoder.swift",
"ChannelHandlers/MQTTMessageHandler.swift",
"ChannelHandlers/MQTTTaskHandler.swift",
"ChannelHandlers/PingreqHandler.swift",
"ChannelHandlers/WebSocketHandler.swift",
"ChannelHandlers/WebSocketInitialRequest.swift",
"MQTTClient.swift",
"MQTTClientV5.swift",
"MQTTConfiguration.swift",
"MQTTConnection.swift",
"MQTTCoreTypes.swift",
"MQTTCoreTypesV5.swift",
"MQTTError.swift",
"MQTTInflight.swift",
"MQTTListeners.swift",
"MQTTPacket.swift",
"MQTTProperties.swift",
"MQTTReason.swift",
"MQTTSerializer.swift",
"MQTTTask.swift",
"TSTLSConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-transport-services.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/2049] Fetching swift-docc-plugin
[227/4716] Fetching swift-docc-plugin, swift-nio-transport-services
[494/6433] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics
[3497/10269] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics, swift-log
[10270/25112] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics, swift-log, swift-nio-ssl
[10567/101235] Fetching swift-docc-plugin, swift-nio-transport-services, swift-atomics, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.12s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.12s)
[74776/96851] Fetching swift-docc-plugin, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.76s)
Fetched https://github.com/apple/swift-docc-plugin from cache (5.78s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.81s)
Fetched https://github.com/apple/swift-nio.git from cache (5.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.98s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[4978/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.71s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.55s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[18/33] Compiling CNIOWindows WSAStartup.c
[19/33] Compiling CNIOWindows shim.c
[20/33] Compiling CNIOLinux liburing_shims.c
[21/33] Compiling CNIOLinux shim.c
[21/33] Compiling CNIOWASI CNIOWASI.c
[23/33] Compiling CNIODarwin shim.c
[24/33] Compiling CNIOSHA1 c_nio_sha1.c
[25/33] Write sources
[26/33] Compiling CNIOLLHTTP c_nio_http.c
[27/33] Compiling CNIOLLHTTP c_nio_api.c
[28/33] Write swift-version-24593BA9C3E375BF.txt
[29/33] Compiling _AtomicsShims.c
[31/77] Emitting module _NIOBase64
[32/77] Emitting module InternalCollectionsUtilities
[32/78] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/78] Compiling c-nioatomics.c
[35/78] Emitting module Atomics
[35/80] Compiling c-atomics.c
[37/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/86] Emitting module Logging
[39/86] Compiling Logging Locks.swift
[40/86] Compiling Atomics AtomicInteger.swift
[41/86] Compiling Atomics AtomicOptionalWrappable.swift
[42/86] Compiling Atomics IntegerOperations.swift
[43/86] Compiling Atomics Unmanaged extensions.swift
[44/86] Compiling Atomics AtomicMemoryOrderings.swift
[45/86] Compiling Atomics DoubleWord.swift
[46/86] Compiling _NIOBase64 Base64.swift
[47/86] Compiling Atomics AtomicReference.swift
[48/86] Compiling Atomics AtomicStorage.swift
[49/86] Compiling Atomics AtomicValue.swift
[50/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/87] Compiling Atomics AtomicBool.swift
[55/87] Compiling Atomics OptionalRawRepresentable.swift
[56/87] Compiling Atomics RawRepresentable.swift
[57/87] Compiling _NIODataStructures _TinyArray.swift
[58/87] Compiling Atomics UnsafeAtomic.swift
[59/87] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/87] Compiling _NIODataStructures PriorityQueue.swift
[61/87] Compiling Atomics ManagedAtomic.swift
[62/87] Compiling Atomics ManagedAtomicLazyReference.swift
[63/87] Compiling Atomics Primitives.shims.swift
[66/87] Compiling Atomics IntegerConformances.swift
[67/87] Compiling Atomics PointerConformances.swift
[68/87] Compiling Atomics Primitives.native.swift
[79/89] Compiling Logging MetadataProvider.swift
[80/89] Compiling NIOConcurrencyHelpers lock.swift
[81/89] Emitting module _NIODataStructures
[82/89] Compiling _NIODataStructures Heap.swift
[83/90] Compiling Logging LogHandler.swift
[84/90] Compiling Logging Logging.swift
[87/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[88/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[89/91] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/91] Emitting module NIOConcurrencyHelpers
[91/91] Compiling NIOConcurrencyHelpers atomics.swift
[93/107] Compiling DequeModule Deque+CustomReflectable.swift
[94/107] Compiling DequeModule Deque+Descriptions.swift
[95/107] Compiling DequeModule Deque+Equatable.swift
[96/107] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/107] Compiling DequeModule Deque+Extras.swift
[98/107] Compiling DequeModule Deque+Hashable.swift
[99/109] Compiling DequeModule _DequeSlot.swift
[100/109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/109] Compiling DequeModule Deque+Testing.swift
[102/109] Compiling DequeModule Deque._Storage.swift
[103/109] Compiling DequeModule _DequeBuffer.swift
[104/109] Compiling DequeModule _DequeBufferHeader.swift
[105/109] Compiling DequeModule Deque._UnsafeHandle.swift
[106/109] Compiling DequeModule Deque.swift
[107/109] Compiling DequeModule Deque+Codable.swift
[108/109] Compiling DequeModule Deque+Collection.swift
[109/109] Emitting module DequeModule
[111/170] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[112/170] Compiling NIOCore EventLoopFuture+Deprecated.swift
[113/170] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[114/170] Compiling NIOCore EventLoopFuture.swift
[115/170] Compiling NIOCore FileDescriptor.swift
[116/170] Compiling NIOCore FileHandle.swift
[117/170] Compiling NIOCore FileRegion.swift
[118/170] Compiling NIOCore GlobalSingletons.swift
[119/178] Compiling NIOCore AddressedEnvelope.swift
[120/178] Compiling NIOCore AsyncAwaitSupport.swift
[121/178] Compiling NIOCore AsyncChannel.swift
[122/178] Compiling NIOCore AsyncChannelHandler.swift
[123/178] Compiling NIOCore AsyncChannelInboundStream.swift
[124/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[125/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[126/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[127/178] Compiling NIOCore NIOAsyncWriter.swift
[128/178] 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:
[129/178] 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:
[130/178] 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:
[131/178] 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:
[132/178] 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:
[133/178] 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:
[134/178] 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:
[135/178] 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:
[136/178] 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:
[137/178] Compiling NIOCore IO.swift
[138/178] Compiling NIOCore IOData.swift
[139/178] Compiling NIOCore IPProtocol.swift
[140/178] Compiling NIOCore IntegerBitPacking.swift
[141/178] Compiling NIOCore IntegerTypes.swift
[142/178] Compiling NIOCore Interfaces.swift
[143/178] Compiling NIOCore Linux.swift
[144/178] Compiling NIOCore MarkedCircularBuffer.swift
[145/178] Compiling NIOCore MulticastChannel.swift
[146/178] Compiling NIOCore NIOAny.swift
[147/178] Compiling NIOCore NIOCloseOnErrorHandler.swift
[148/178] Compiling NIOCore NIOLoopBound.swift
[149/178] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[150/178] Compiling NIOCore NIOScheduledCallback.swift
[151/178] Compiling NIOCore NIOSendable.swift
[152/178] Compiling NIOCore RecvByteBufferAllocator.swift
[153/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[154/178] Compiling NIOCore BSDSocketAPI.swift
[155/178] Compiling NIOCore ByteBuffer-aux.swift
[156/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[157/178] Compiling NIOCore ByteBuffer-conversions.swift
[158/178] Compiling NIOCore ByteBuffer-core.swift
[159/178] Compiling NIOCore ByteBuffer-hex.swift
[160/178] Compiling NIOCore ByteBuffer-int.swift
[161/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[162/178] Compiling NIOCore CircularBuffer.swift
[163/178] Compiling NIOCore Codec.swift
[164/178] Compiling NIOCore ConvenienceOptionSupport.swift
[165/178] Compiling NIOCore DeadChannel.swift
[166/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[167/178] Compiling NIOCore EventLoop+Deprecated.swift
[168/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[169/178] Compiling NIOCore EventLoop.swift
[170/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[171/178] Compiling NIOCore SocketAddresses.swift
[172/178] Compiling NIOCore SocketOptionProvider.swift
[173/178] Compiling NIOCore SystemCallHelpers.swift
[174/178] Compiling NIOCore TimeAmount+Duration.swift
[175/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[176/178] Compiling NIOCore UniversalBootstrapSupport.swift
[177/178] Compiling NIOCore Utilities.swift
[178/178] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/54] Compiling Logging MetadataProvider.swift
[6/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/54] Compiling InternalCollectionsUtilities Debugging.swift
[8/54] Compiling InternalCollectionsUtilities Descriptions.swift
[9/54] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/54] Compiling Atomics ManagedAtomic.swift
[11/54] Compiling Atomics ManagedAtomicLazyReference.swift
[12/54] Compiling Atomics UnsafeAtomic.swift
[13/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/56] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/56] Compiling Atomics AtomicMemoryOrderings.swift
[16/56] Compiling Atomics DoubleWord.swift
[17/56] Compiling NIOConcurrencyHelpers lock.swift
[18/56] Compiling _NIODataStructures Heap.swift
[19/56] Compiling _NIODataStructures PriorityQueue.swift
[20/56] Compiling _NIODataStructures _TinyArray.swift
[21/56] Emitting module _NIODataStructures
[22/57] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/57] Emitting module InternalCollectionsUtilities
[26/57] Emitting module _NIOBase64
[27/57] Compiling _NIOBase64 Base64.swift
[28/58] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/58] Compiling Atomics Primitives.shims.swift
[33/58] Compiling Atomics AtomicReference.swift
[34/58] Compiling Atomics AtomicStorage.swift
[35/58] Compiling Atomics AtomicValue.swift
[38/58] Compiling Atomics IntegerOperations.swift
[39/58] Compiling Atomics Unmanaged extensions.swift
[43/58] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[44/58] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/59] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[46/59] Emitting module NIOConcurrencyHelpers
[47/59] Compiling NIOConcurrencyHelpers atomics.swift
[50/75] Compiling Logging LogHandler.swift
[51/75] Compiling Logging Logging.swift
[52/75] Compiling Logging Locks.swift
[53/75] Emitting module Logging
[55/76] Compiling DequeModule Deque+Extras.swift
[56/76] Compiling DequeModule Deque+Hashable.swift
[57/76] Compiling DequeModule _DequeBuffer.swift
[58/76] Compiling DequeModule _DequeBufferHeader.swift
[59/78] Emitting module Atomics
[60/78] Compiling DequeModule Deque+Testing.swift
[61/78] Compiling DequeModule Deque._Storage.swift
[62/78] Compiling DequeModule Deque._UnsafeHandle.swift
[63/78] Compiling DequeModule Deque.swift
[64/78] Emitting module DequeModule
[65/78] Compiling DequeModule Deque+Equatable.swift
[66/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/78] Compiling DequeModule Deque+Codable.swift
[68/78] Compiling DequeModule Deque+Collection.swift
[69/78] Compiling DequeModule Deque+CustomReflectable.swift
[70/78] Compiling DequeModule Deque+Descriptions.swift
[71/78] Compiling DequeModule _DequeSlot.swift
[72/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/140] Compiling NIOCore MulticastChannel.swift
[82/140] Compiling NIOCore NIOAny.swift
[83/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[84/140] Compiling NIOCore NIOLoopBound.swift
[85/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[86/140] Compiling NIOCore NIOScheduledCallback.swift
[87/140] Compiling NIOCore NIOSendable.swift
[88/140] Compiling NIOCore RecvByteBufferAllocator.swift
[89/148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[90/148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/148] Compiling NIOCore EventLoopFuture.swift
[93/148] Compiling NIOCore FileDescriptor.swift
[94/148] Compiling NIOCore FileHandle.swift
[95/148] Compiling NIOCore FileRegion.swift
[96/148] Compiling NIOCore GlobalSingletons.swift
[97/148] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[98/148] Compiling NIOCore SocketAddresses.swift
[99/148] Compiling NIOCore SocketOptionProvider.swift
[100/148] Compiling NIOCore SystemCallHelpers.swift
[101/148] Compiling NIOCore TimeAmount+Duration.swift
[102/148] Compiling NIOCore TypeAssistedChannelHandler.swift
[103/148] Compiling NIOCore UniversalBootstrapSupport.swift
[104/148] Compiling NIOCore Utilities.swift
[105/148] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[106/148] Compiling NIOCore BSDSocketAPI.swift
[107/148] Compiling NIOCore ByteBuffer-aux.swift
[108/148] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[109/148] Compiling NIOCore ByteBuffer-conversions.swift
[110/148] Compiling NIOCore ByteBuffer-core.swift
[111/148] Compiling NIOCore ByteBuffer-hex.swift
[112/148] Compiling NIOCore ByteBuffer-int.swift
[113/148] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[114/148] Compiling NIOCore AddressedEnvelope.swift
[115/148] Compiling NIOCore AsyncAwaitSupport.swift
[116/148] Compiling NIOCore AsyncChannel.swift
[117/148] Compiling NIOCore AsyncChannelHandler.swift
[118/148] Compiling NIOCore AsyncChannelInboundStream.swift
[119/148] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/148] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/148] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/148] Compiling NIOCore NIOAsyncWriter.swift
[123/148] Compiling NIOCore IO.swift
[124/148] Compiling NIOCore IOData.swift
[125/148] Compiling NIOCore IPProtocol.swift
[126/148] Compiling NIOCore IntegerBitPacking.swift
[127/148] Compiling NIOCore IntegerTypes.swift
[128/148] Compiling NIOCore Interfaces.swift
[129/148] Compiling NIOCore Linux.swift
[130/148] Compiling NIOCore MarkedCircularBuffer.swift
[131/148] Compiling NIOCore CircularBuffer.swift
[132/148] Compiling NIOCore Codec.swift
[133/148] Compiling NIOCore ConvenienceOptionSupport.swift
[134/148] Compiling NIOCore DeadChannel.swift
[135/148] Compiling NIOCore DispatchQueue+WithFuture.swift
[136/148] Compiling NIOCore EventLoop+Deprecated.swift
[137/148] Compiling NIOCore EventLoop+SerialExecutor.swift
[138/148] Compiling NIOCore EventLoop.swift
[139/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:
[140/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:
[141/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:
[142/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:
[143/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:
[144/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:
[145/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:
[146/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:
[147/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:
[148/148] Emitting module NIOCore
BUILD FAILURE 6.1 wasm