Build Information
Failed to build swift-nio-irc-server, reference 0.7.0 (9d26c4
), with Swift 6.1 for Wasm on 27 May 2025 10:22:23 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/NozeIO/swift-nio-irc-server.git
Reference: 0.7.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/NozeIO/swift-nio-irc-server
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 9d26c41 Merge branch 'develop'
Cloned https://github.com/NozeIO/swift-nio-irc-server.git
Revision (git rev-parse @):
9d26c41e28edaff06a73ef5d7d523c79c97a1c80
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-server.git at 0.7.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/swift-nio-irc-server.git
https://github.com/NozeIO/swift-nio-irc-server.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
},
{
"identity" : "swift-nio-irc-eliza",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-eliza.git"
},
{
"identity" : "swift-nio-irc-webclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-webclient.git"
}
],
"manifest_display_name" : "swift-nio-irc-server",
"name" : "swift-nio-irc-server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRCServer",
"targets" : [
"IRCServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "miniircd",
"targets" : [
"miniircd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "miniircd",
"module_type" : "SwiftTarget",
"name" : "miniircd",
"path" : "Sources/miniircd",
"product_dependencies" : [
"IRCWebClient",
"IRCElizaBot"
],
"product_memberships" : [
"miniircd"
],
"sources" : [
"Config.swift",
"main.swift"
],
"target_dependencies" : [
"IRCServer"
],
"type" : "executable"
},
{
"c99name" : "IRCServer",
"module_type" : "SwiftTarget",
"name" : "IRCServer",
"path" : "Sources/IRCServer",
"product_dependencies" : [
"NIO",
"NIOIRC"
],
"product_memberships" : [
"IRCServer",
"miniircd"
],
"sources" : [
"IRCChannel.swift",
"IRCLogger.swift",
"IRCServer.swift",
"IRCServerContext.swift",
"IRCServerError.swift",
"IRCServerMessageTarget.swift",
"IRCSessionDispatcher.swift",
"IRCSessionHandler.swift",
"ReExports.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/NozeIO/swift-nio-irc-eliza.git
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/NozeIO/swift-nio-irc-webclient.git
[1/94] Fetching swift-nio-irc-eliza
[91/408] Fetching swift-nio-irc-eliza, swift-nio-irc
[98/632] Fetching swift-nio-irc-eliza, swift-nio-irc, swift-nio-irc-webclient
Fetched https://github.com/NozeIO/swift-nio-irc-eliza.git from cache (0.87s)
Fetched https://github.com/NozeIO/swift-nio-irc-webclient.git from cache (0.87s)
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.87s)
[1/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.24s)
Computing version for https://github.com/NozeIO/swift-nio-irc-webclient.git
Computed https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.8.0 (6.80s)
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/212] Fetching swift-nio-irc-client
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.31s)
Computing version for https://github.com/NozeIO/swift-nio-irc-client.git
Computed https://github.com/NozeIO/swift-nio-irc-client.git at 0.8.1 (1.96s)
Fetching https://github.com/apple/swift-nio-transport-services
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services from cache (1.19s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (1.96s)
Computing version for https://github.com/NozeIO/swift-nio-irc-eliza.git
Computed https://github.com/NozeIO/swift-nio-irc-eliza.git at 0.7.1 (0.98s)
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
[1/159] Fetching swifteliza
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.28s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (0.86s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (0.51s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.28s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[45/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.73s)
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/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.8.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/NozeIO/swift-nio-irc-eliza.git
Working copy of https://github.com/NozeIO/swift-nio-irc-eliza.git resolved at 0.7.1
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/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.8.2
Creating working copy for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.24.0
Creating working copy for https://github.com/NozeIO/swift-nio-irc-webclient.git
Working copy of https://github.com/NozeIO/swift-nio-irc-webclient.git resolved at 0.8.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/60] Write sources
[21/60] Compiling CNIOWindows shim.c
[22/60] Compiling CNIOWindows WSAStartup.c
[23/60] Compiling CNIOWASI CNIOWASI.c
[24/60] Compiling _AtomicsShims.c
[25/60] Compiling CNIOLinux liburing_shims.c
[26/60] Compiling CNIODarwin shim.c
[27/60] Compiling CNIOLLHTTP c_nio_http.c
[27/60] Compiling CNIOSHA1 c_nio_sha1.c
[29/60] Write sources
[30/60] Compiling CNIOLLHTTP c_nio_api.c
[31/60] Compiling CNIOLinux shim.c
[32/60] Write swift-version-24593BA9C3E375BF.txt
[33/101] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/101] Compiling c-nioatomics.c
[36/101] Emitting module Atomics
[37/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/103] Compiling Atomics UnsafeAtomic.swift
[39/103] Compiling Atomics AtomicOptionalWrappable.swift
[40/103] Compiling Atomics AtomicMemoryOrderings.swift
[41/103] Compiling _NIODataStructures _TinyArray.swift
[42/103] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/104] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/104] Compiling _NIODataStructures PriorityQueue.swift
[46/104] Emitting module _NIOBase64
[47/104] Emitting module InternalCollectionsUtilities
[49/104] Compiling Atomics ManagedAtomic.swift
[50/104] Compiling _NIOBase64 Base64.swift
[51/105] Compiling Atomics Primitives.shims.swift
[52/105] Compiling Atomics AtomicInteger.swift
[53/105] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/105] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/105] Compiling Atomics AtomicReference.swift
[61/105] Compiling Atomics AtomicStorage.swift
[62/105] Compiling Atomics AtomicValue.swift
[63/105] Compiling Atomics OptionalRawRepresentable.swift
[64/105] Compiling Atomics RawRepresentable.swift
[65/105] Compiling Atomics AtomicBool.swift
[74/105] Compiling Atomics IntegerOperations.swift
[75/105] Compiling Atomics Unmanaged extensions.swift
[75/106] Wrapping AST for _NIOBase64 for debugging
[77/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/107] Emitting module _NIODataStructures
[79/107] Compiling _NIODataStructures Heap.swift
[82/108] Wrapping AST for Atomics for debugging
[83/108] Wrapping AST for InternalCollectionsUtilities for debugging
[84/108] Wrapping AST for _NIODataStructures for debugging
[86/123] Compiling DequeModule Deque+Equatable.swift
[87/123] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/125] Compiling DequeModule Deque+Extras.swift
[89/125] Compiling DequeModule Deque+Hashable.swift
[90/125] Compiling DequeModule Deque+CustomReflectable.swift
[91/125] Compiling DequeModule Deque+Descriptions.swift
[91/125] Compiling c-atomics.c
[93/125] Emitting module Eliza
[94/125] Compiling Eliza Eliza.swift
[95/126] Compiling DequeModule _DequeBuffer.swift
[96/126] Compiling DequeModule _DequeBufferHeader.swift
[97/132] Wrapping AST for Eliza for debugging
[99/132] Compiling DequeModule Deque+Testing.swift
[100/132] Compiling DequeModule Deque._Storage.swift
[101/132] Compiling DequeModule _DequeSlot.swift
[102/132] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/132] Compiling NIOConcurrencyHelpers lock.swift
[104/132] Compiling DequeModule Deque._UnsafeHandle.swift
[105/132] Compiling DequeModule Deque.swift
[106/132] Compiling DequeModule Deque+Codable.swift
[107/132] Compiling DequeModule Deque+Collection.swift
[108/132] Emitting module NIOConcurrencyHelpers
[109/132] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[110/132] Compiling NIOConcurrencyHelpers atomics.swift
[111/132] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/132] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[113/132] Emitting module DequeModule
[115/134] Wrapping AST for NIOConcurrencyHelpers for debugging
[116/134] Wrapping AST for DequeModule for debugging
[118/194] Compiling NIOCore MulticastChannel.swift
[119/194] Compiling NIOCore NIOAny.swift
[120/194] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/194] Compiling NIOCore NIOLoopBound.swift
[122/194] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[123/194] Compiling NIOCore NIOScheduledCallback.swift
[124/194] Compiling NIOCore NIOSendable.swift
[125/194] Compiling NIOCore RecvByteBufferAllocator.swift
[126/202] Compiling NIOCore IO.swift
[127/202] Compiling NIOCore IOData.swift
[128/202] Compiling NIOCore IPProtocol.swift
[129/202] Compiling NIOCore IntegerBitPacking.swift
[130/202] Compiling NIOCore IntegerTypes.swift
[131/202] Compiling NIOCore Interfaces.swift
[132/202] Compiling NIOCore Linux.swift
[133/202] Compiling NIOCore MarkedCircularBuffer.swift
[134/202] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[135/202] Compiling NIOCore EventLoopFuture+Deprecated.swift
[136/202] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[137/202] Compiling NIOCore EventLoopFuture.swift
[138/202] Compiling NIOCore FileDescriptor.swift
[139/202] Compiling NIOCore FileHandle.swift
[140/202] Compiling NIOCore FileRegion.swift
[141/202] Compiling NIOCore GlobalSingletons.swift
[142/202] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[143/202] Compiling NIOCore SocketAddresses.swift
[144/202] Compiling NIOCore SocketOptionProvider.swift
[145/202] Compiling NIOCore SystemCallHelpers.swift
[146/202] Compiling NIOCore TimeAmount+Duration.swift
[147/202] Compiling NIOCore TypeAssistedChannelHandler.swift
[148/202] Compiling NIOCore UniversalBootstrapSupport.swift
[149/202] Compiling NIOCore Utilities.swift
[150/202] Compiling NIOCore CircularBuffer.swift
[151/202] Compiling NIOCore Codec.swift
[152/202] Compiling NIOCore ConvenienceOptionSupport.swift
[153/202] Compiling NIOCore DeadChannel.swift
[154/202] Compiling NIOCore DispatchQueue+WithFuture.swift
[155/202] Compiling NIOCore EventLoop+Deprecated.swift
[156/202] Compiling NIOCore EventLoop+SerialExecutor.swift
[157/202] Compiling NIOCore EventLoop.swift
[158/202] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[159/202] Compiling NIOCore BSDSocketAPI.swift
[160/202] Compiling NIOCore ByteBuffer-aux.swift
[161/202] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[162/202] Compiling NIOCore ByteBuffer-conversions.swift
[163/202] Compiling NIOCore ByteBuffer-core.swift
[164/202] Compiling NIOCore ByteBuffer-hex.swift
[165/202] Compiling NIOCore ByteBuffer-int.swift
[166/202] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[167/202] 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:
[168/202] 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:
[169/202] 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:
[170/202] 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:
[171/202] 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:
[172/202] 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:
[173/202] 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:
[174/202] 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:
[175/202] 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:
[176/202] Compiling NIOCore AddressedEnvelope.swift
[177/202] Compiling NIOCore AsyncAwaitSupport.swift
[178/202] Compiling NIOCore AsyncChannel.swift
[179/202] Compiling NIOCore AsyncChannelHandler.swift
[180/202] Compiling NIOCore AsyncChannelInboundStream.swift
[181/202] Compiling NIOCore AsyncChannelOutboundWriter.swift
[182/202] Compiling NIOCore NIOAsyncSequenceProducer.swift
[183/202] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[184/202] Compiling NIOCore NIOAsyncWriter.swift
[185/202] 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/25] Write swift-version-24593BA9C3E375BF.txt
[2/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/73] Compiling Atomics Primitives.shims.swift
[4/73] Compiling Atomics AtomicInteger.swift
[5/73] Compiling Atomics AtomicOptionalWrappable.swift
[6/75] Compiling NIOConcurrencyHelpers lock.swift
[9/75] Compiling Atomics Primitives.native.swift
[10/75] Compiling Atomics AtomicReference.swift
[11/75] Compiling NIOConcurrencyHelpers NIOLock.swift
[12/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/75] Compiling Atomics ManagedAtomic.swift
[14/75] Compiling Atomics ManagedAtomicLazyReference.swift
[15/75] Compiling Atomics UnsafeAtomic.swift
[16/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/75] Compiling Atomics AtomicMemoryOrderings.swift
[18/75] Compiling Atomics DoubleWord.swift
[19/75] Compiling _NIODataStructures PriorityQueue.swift
[20/75] Compiling _NIODataStructures _TinyArray.swift
[21/75] Compiling _NIODataStructures Heap.swift
[22/75] Emitting module _NIODataStructures
[23/76] Compiling _NIOBase64 Base64.swift
[24/76] Emitting module _NIOBase64
[25/76] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/77] Emitting module NIOConcurrencyHelpers
[28/77] Compiling Atomics OptionalRawRepresentable.swift
[29/77] Compiling Atomics RawRepresentable.swift
[30/77] Compiling Atomics AtomicBool.swift
[31/77] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[32/77] Compiling NIOConcurrencyHelpers atomics.swift
[34/78] Compiling Atomics IntegerOperations.swift
[35/78] Compiling Atomics Unmanaged extensions.swift
[36/78] Compiling Atomics IntegerConformances.swift
[37/78] Compiling Atomics PointerConformances.swift
[39/78] Compiling Atomics AtomicStorage.swift
[40/78] Compiling Atomics AtomicValue.swift
[48/78] Emitting module InternalCollectionsUtilities
[49/76] Wrapping AST for InternalCollectionsUtilities for debugging
[51/91] Emitting module Eliza
[52/91] Compiling Eliza Eliza.swift
[53/92] Compiling DequeModule Deque+Extras.swift
[54/92] Compiling DequeModule Deque+Hashable.swift
[55/92] Compiling DequeModule Deque+Testing.swift
[56/92] Compiling DequeModule Deque+Equatable.swift
[57/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/94] Compiling DequeModule Deque+CustomReflectable.swift
[59/94] Compiling DequeModule Deque+Descriptions.swift
[60/94] Emitting module Atomics
[62/95] Compiling DequeModule _DequeBuffer.swift
[63/95] Compiling DequeModule _DequeBufferHeader.swift
[66/94] Wrapping AST for Atomics for debugging
[68/94] Compiling DequeModule _DequeSlot.swift
[69/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/94] Compiling DequeModule Deque._Storage.swift
[72/94] Compiling DequeModule Deque._UnsafeHandle.swift
[73/94] Compiling DequeModule Deque.swift
[74/94] Emitting module DequeModule
[75/94] Compiling DequeModule Deque+Codable.swift
[76/94] Compiling DequeModule Deque+Collection.swift
[77/95] Wrapping AST for DequeModule for debugging
[79/155] Compiling NIOCore IO.swift
[80/155] Compiling NIOCore IOData.swift
[81/155] Compiling NIOCore IPProtocol.swift
[82/155] Compiling NIOCore IntegerBitPacking.swift
[83/155] Compiling NIOCore IntegerTypes.swift
[84/155] Compiling NIOCore Interfaces.swift
[85/155] Compiling NIOCore Linux.swift
[86/155] Compiling NIOCore MarkedCircularBuffer.swift
[87/163] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[88/163] Compiling NIOCore EventLoopFuture+Deprecated.swift
[89/163] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[90/163] Compiling NIOCore EventLoopFuture.swift
[91/163] Compiling NIOCore FileDescriptor.swift
[92/163] Compiling NIOCore FileHandle.swift
[93/163] Compiling NIOCore FileRegion.swift
[94/163] Compiling NIOCore GlobalSingletons.swift
[95/163] Compiling NIOCore CircularBuffer.swift
[96/163] Compiling NIOCore Codec.swift
[97/163] Compiling NIOCore ConvenienceOptionSupport.swift
[98/163] Compiling NIOCore DeadChannel.swift
[99/163] Compiling NIOCore DispatchQueue+WithFuture.swift
[100/163] Compiling NIOCore EventLoop+Deprecated.swift
[101/163] Compiling NIOCore EventLoop+SerialExecutor.swift
[102/163] Compiling NIOCore EventLoop.swift
[103/163] Compiling NIOCore MulticastChannel.swift
[104/163] Compiling NIOCore NIOAny.swift
[105/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/163] Compiling NIOCore NIOLoopBound.swift
[107/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[108/163] Compiling NIOCore NIOScheduledCallback.swift
[109/163] Compiling NIOCore NIOSendable.swift
[110/163] Compiling NIOCore RecvByteBufferAllocator.swift
[111/163] Compiling NIOCore AddressedEnvelope.swift
[112/163] Compiling NIOCore AsyncAwaitSupport.swift
[113/163] Compiling NIOCore AsyncChannel.swift
[114/163] Compiling NIOCore AsyncChannelHandler.swift
[115/163] Compiling NIOCore AsyncChannelInboundStream.swift
[116/163] Compiling NIOCore AsyncChannelOutboundWriter.swift
[117/163] Compiling NIOCore NIOAsyncSequenceProducer.swift
[118/163] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[119/163] Compiling NIOCore NIOAsyncWriter.swift
[120/163] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[121/163] Compiling NIOCore SocketAddresses.swift
[122/163] Compiling NIOCore SocketOptionProvider.swift
[123/163] Compiling NIOCore SystemCallHelpers.swift
[124/163] Compiling NIOCore TimeAmount+Duration.swift
[125/163] Compiling NIOCore TypeAssistedChannelHandler.swift
[126/163] Compiling NIOCore UniversalBootstrapSupport.swift
[127/163] Compiling NIOCore Utilities.swift
[128/163] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/163] Compiling NIOCore BSDSocketAPI.swift
[130/163] Compiling NIOCore ByteBuffer-aux.swift
[131/163] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/163] Compiling NIOCore ByteBuffer-conversions.swift
[133/163] Compiling NIOCore ByteBuffer-core.swift
[134/163] Compiling NIOCore ByteBuffer-hex.swift
[135/163] Compiling NIOCore ByteBuffer-int.swift
[136/163] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/163] 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:
[138/163] 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:
[139/163] 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:
[140/163] 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:
[141/163] 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:
[142/163] 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:
[143/163] 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:
[144/163] 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:
[145/163] 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:
[146/163] Emitting module NIOCore
BUILD FAILURE 6.1 wasm