Build Information
Failed to build swift-nio-irc-eliza, reference develop (e19a13
), with Swift 6.1 for Wasm on 27 May 2025 11:23:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-eliza.git
Reference: develop
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-eliza
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at e19a13b Travis: Forgot a line
Cloned https://github.com/NozeIO/swift-nio-irc-eliza.git
Revision (git rev-parse @):
e19a13bb630e63f54e197b53cfe44129e76ca355
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-eliza.git at develop
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/swift-nio-irc-eliza.git
https://github.com/NozeIO/swift-nio-irc-eliza.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swifteliza",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AlwaysRightInstitute/SwiftEliza.git"
},
{
"identity" : "swift-nio-irc-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
}
],
"manifest_display_name" : "swift-nio-irc-eliza",
"name" : "swift-nio-irc-eliza",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRCElizaBot",
"targets" : [
"IRCElizaBot"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "elizabot",
"targets" : [
"elizabot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "elizabot",
"module_type" : "SwiftTarget",
"name" : "elizabot",
"path" : "Sources/elizabot",
"product_memberships" : [
"elizabot"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IRCElizaBot"
],
"type" : "executable"
},
{
"c99name" : "IRCElizaBot",
"module_type" : "SwiftTarget",
"name" : "IRCElizaBot",
"path" : "Sources/IRCElizaBot",
"product_dependencies" : [
"IRC",
"Eliza"
],
"product_memberships" : [
"IRCElizaBot",
"elizabot"
],
"sources" : [
"IRCElizaBot.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/AlwaysRightInstitute/SwiftEliza.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/159] Fetching swifteliza
[46/371] Fetching swifteliza, swift-nio-irc-client
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.61s)
Fetched https://github.com/AlwaysRightInstitute/SwiftEliza.git from cache (0.61s)
Computing version for https://github.com/AlwaysRightInstitute/SwiftEliza.git
Computed https://github.com/AlwaysRightInstitute/SwiftEliza.git at 1.0.1 (1.81s)
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 (0.64s)
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services
[1/314] Fetching swift-nio-irc
[315/2981] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.40s)
[1/76042] Fetching swift-nio
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (5.57s)
Fetched https://github.com/apple/swift-nio.git from cache (5.67s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (6.39s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (1.43s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.30s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[397/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.17s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.56s)
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/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/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/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
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/AlwaysRightInstitute/SwiftEliza.git
Working copy of https://github.com/AlwaysRightInstitute/SwiftEliza.git resolved at 1.0.1
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
Building for debugging...
[0/48] Write sources
[17/48] Compiling CNIOWindows WSAStartup.c
[18/48] Compiling CNIOWindows shim.c
[18/48] Compiling CNIOLinux shim.c
[20/48] Write sources
[21/48] Compiling _AtomicsShims.c
[22/48] Compiling CNIOWASI CNIOWASI.c
[23/48] Compiling CNIOLinux liburing_shims.c
[24/48] Compiling CNIODarwin shim.c
[25/48] Compiling c-nioatomics.c
[26/48] Write swift-version-24593BA9C3E375BF.txt
[27/89] Compiling c-atomics.c
[29/95] Emitting module Atomics
[30/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[32/98] Compiling Atomics IntegerOperations.swift
[33/98] Compiling Atomics Unmanaged extensions.swift
[34/98] Compiling _NIODataStructures _TinyArray.swift
[35/98] Emitting module _NIOBase64
[36/98] Compiling _NIOBase64 Base64.swift
[37/98] Compiling Atomics ManagedAtomic.swift
[38/98] Compiling Atomics ManagedAtomicLazyReference.swift
[39/98] Emitting module InternalCollectionsUtilities
[40/98] Compiling Atomics OptionalRawRepresentable.swift
[41/98] Compiling Atomics RawRepresentable.swift
[44/98] Compiling Atomics Primitives.shims.swift
[45/98] Compiling Atomics AtomicInteger.swift
[46/98] Compiling Atomics AtomicBool.swift
[47/98] Compiling _NIODataStructures PriorityQueue.swift
[48/99] Emitting module NIOConcurrencyHelpers
[49/99] Compiling Atomics AtomicMemoryOrderings.swift
[50/99] Compiling Atomics DoubleWord.swift
[51/99] Compiling Atomics UnsafeAtomic.swift
[52/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[55/99] Compiling Atomics AtomicOptionalWrappable.swift
[58/99] Compiling Atomics IntegerConformances.swift
[59/99] Compiling Atomics PointerConformances.swift
[60/99] Compiling Atomics Primitives.native.swift
[61/99] Compiling Atomics AtomicReference.swift
[62/99] Compiling Atomics AtomicStorage.swift
[63/99] Compiling Atomics AtomicValue.swift
[71/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/101] Compiling NIOConcurrencyHelpers lock.swift
[75/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[76/101] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/101] Compiling _NIODataStructures Heap.swift
[78/101] Emitting module _NIODataStructures
[78/102] Wrapping AST for Atomics for debugging
[79/102] Wrapping AST for _NIOBase64 for debugging
[81/102] Compiling NIOConcurrencyHelpers atomics.swift
[82/103] Wrapping AST for InternalCollectionsUtilities for debugging
[84/118] Wrapping AST for _NIODataStructures for debugging
[85/118] Wrapping AST for NIOConcurrencyHelpers for debugging
[87/118] Compiling DequeModule _DequeBuffer.swift
[88/118] Compiling DequeModule _DequeBufferHeader.swift
[89/120] Compiling DequeModule Deque+Equatable.swift
[90/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/120] Compiling DequeModule Deque+CustomReflectable.swift
[92/120] Compiling DequeModule Deque+Descriptions.swift
[93/120] Compiling DequeModule Deque+Extras.swift
[94/120] Compiling DequeModule Deque+Hashable.swift
[95/120] Compiling DequeModule Deque+Testing.swift
[96/120] Compiling DequeModule Deque._Storage.swift
[97/120] Compiling DequeModule Deque._UnsafeHandle.swift
[98/120] Compiling DequeModule Deque.swift
[99/120] Compiling DequeModule _DequeSlot.swift
[100/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/120] Compiling Eliza Eliza.swift
[102/120] Emitting module Eliza
[104/121] Compiling DequeModule Deque+Codable.swift
[105/121] Compiling DequeModule Deque+Collection.swift
[106/121] Emitting module DequeModule
[107/122] Wrapping AST for Eliza for debugging
[108/122] Wrapping AST for DequeModule for debugging
[110/182] Compiling NIOCore IO.swift
[111/182] Compiling NIOCore IOData.swift
[112/182] Compiling NIOCore IPProtocol.swift
[113/182] Compiling NIOCore IntegerBitPacking.swift
[114/182] Compiling NIOCore IntegerTypes.swift
[115/182] Compiling NIOCore Interfaces.swift
[116/182] Compiling NIOCore Linux.swift
[117/182] Compiling NIOCore MarkedCircularBuffer.swift
[118/182] Compiling NIOCore MulticastChannel.swift
[119/182] Compiling NIOCore NIOAny.swift
[120/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/182] Compiling NIOCore NIOLoopBound.swift
[122/182] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[123/182] Compiling NIOCore NIOScheduledCallback.swift
[124/182] Compiling NIOCore NIOSendable.swift
[125/182] Compiling NIOCore RecvByteBufferAllocator.swift
[126/190] Compiling NIOCore AddressedEnvelope.swift
[127/190] Compiling NIOCore AsyncAwaitSupport.swift
[128/190] Compiling NIOCore AsyncChannel.swift
[129/190] Compiling NIOCore AsyncChannelHandler.swift
[130/190] Compiling NIOCore AsyncChannelInboundStream.swift
[131/190] Compiling NIOCore AsyncChannelOutboundWriter.swift
[132/190] Compiling NIOCore NIOAsyncSequenceProducer.swift
[133/190] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[134/190] Compiling NIOCore NIOAsyncWriter.swift
[135/190] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/190] Compiling NIOCore SocketAddresses.swift
[137/190] Compiling NIOCore SocketOptionProvider.swift
[138/190] Compiling NIOCore SystemCallHelpers.swift
[139/190] Compiling NIOCore TimeAmount+Duration.swift
[140/190] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/190] Compiling NIOCore UniversalBootstrapSupport.swift
[142/190] Compiling NIOCore Utilities.swift
[143/190] Compiling NIOCore CircularBuffer.swift
[144/190] Compiling NIOCore Codec.swift
[145/190] Compiling NIOCore ConvenienceOptionSupport.swift
[146/190] Compiling NIOCore DeadChannel.swift
[147/190] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/190] Compiling NIOCore EventLoop+Deprecated.swift
[149/190] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/190] Compiling NIOCore EventLoop.swift
[151/190] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/190] Compiling NIOCore BSDSocketAPI.swift
[153/190] Compiling NIOCore ByteBuffer-aux.swift
[154/190] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/190] Compiling NIOCore ByteBuffer-conversions.swift
[156/190] Compiling NIOCore ByteBuffer-core.swift
[157/190] Compiling NIOCore ByteBuffer-hex.swift
[158/190] Compiling NIOCore ByteBuffer-int.swift
[159/190] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[160/190] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[161/190] Compiling NIOCore EventLoopFuture+Deprecated.swift
[162/190] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[163/190] Compiling NIOCore EventLoopFuture.swift
[164/190] Compiling NIOCore FileDescriptor.swift
[165/190] Compiling NIOCore FileHandle.swift
[166/190] Compiling NIOCore FileRegion.swift
[167/190] Compiling NIOCore GlobalSingletons.swift
[168/190] 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:
[169/190] 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:
[170/190] 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:
[171/190] 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:
[172/190] 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:
[173/190] 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:
[174/190] 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:
[175/190] 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:
[176/190] 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:
[177/190] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/21] Write swift-version-24593BA9C3E375BF.txt
[2/68] Compiling Atomics AtomicMemoryOrderings.swift
[3/68] Compiling Atomics DoubleWord.swift
[4/70] Compiling NIOConcurrencyHelpers lock.swift
[5/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/71] Compiling Atomics Primitives.shims.swift
[7/71] Compiling Atomics AtomicInteger.swift
[8/71] Compiling Atomics AtomicOptionalWrappable.swift
[9/71] Compiling Atomics OptionalRawRepresentable.swift
[10/71] Compiling _NIODataStructures PriorityQueue.swift
[11/71] Compiling Atomics ManagedAtomic.swift
[12/71] Compiling Atomics ManagedAtomicLazyReference.swift
[13/71] Compiling Atomics UnsafeAtomic.swift
[14/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/71] Compiling Atomics IntegerOperations.swift
[17/71] Compiling Atomics Unmanaged extensions.swift
[18/71] Compiling Atomics AtomicStorage.swift
[19/71] Compiling Atomics AtomicValue.swift
[20/71] Emitting module _NIOBase64
[21/71] Compiling _NIOBase64 Base64.swift
[22/72] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/72] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/72] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/72] Compiling NIOConcurrencyHelpers atomics.swift
[26/72] Emitting module NIOConcurrencyHelpers
[27/73] Emitting module _NIODataStructures
[31/73] Compiling Atomics AtomicReference.swift
[35/73] Compiling _NIODataStructures Heap.swift
[36/73] Compiling _NIODataStructures _TinyArray.swift
[38/72] Compiling Atomics IntegerConformances.swift
[39/72] Compiling Atomics PointerConformances.swift
[40/72] Compiling Atomics Primitives.native.swift
[44/72] Emitting module InternalCollectionsUtilities
[46/72] Wrapping AST for InternalCollectionsUtilities for debugging
[48/87] Emitting module Eliza
[49/87] Compiling Eliza Eliza.swift
[50/88] Compiling DequeModule _DequeBuffer.swift
[51/88] Compiling DequeModule _DequeBufferHeader.swift
[53/89] Compiling DequeModule _DequeSlot.swift
[54/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/89] Compiling DequeModule Deque+Extras.swift
[56/89] Compiling DequeModule Deque+Hashable.swift
[57/89] Compiling DequeModule Deque+CustomReflectable.swift
[58/89] Compiling DequeModule Deque+Descriptions.swift
[59/89] Compiling DequeModule Deque+Equatable.swift
[60/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/89] Compiling DequeModule Deque._UnsafeHandle.swift
[62/89] Compiling DequeModule Deque.swift
[63/89] Compiling DequeModule Deque+Testing.swift
[64/89] Compiling DequeModule Deque._Storage.swift
[68/89] Compiling DequeModule Deque+Codable.swift
[69/89] Compiling DequeModule Deque+Collection.swift
[71/89] Emitting module Atomics
[75/90] Emitting module DequeModule
[75/91] Wrapping AST for Atomics for debugging
[77/91] Wrapping AST for DequeModule for debugging
[79/151] Compiling NIOCore MulticastChannel.swift
[80/151] Compiling NIOCore NIOAny.swift
[81/151] Compiling NIOCore NIOCloseOnErrorHandler.swift
[82/151] Compiling NIOCore NIOLoopBound.swift
[83/151] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[84/151] Compiling NIOCore NIOScheduledCallback.swift
[85/151] Compiling NIOCore NIOSendable.swift
[86/151] Compiling NIOCore RecvByteBufferAllocator.swift
[87/151] Compiling NIOCore IO.swift
[88/151] Compiling NIOCore IOData.swift
[89/151] Compiling NIOCore IPProtocol.swift
[90/151] Compiling NIOCore IntegerBitPacking.swift
[91/151] Compiling NIOCore IntegerTypes.swift
[92/151] Compiling NIOCore Interfaces.swift
[93/151] Compiling NIOCore Linux.swift
[94/151] Compiling NIOCore MarkedCircularBuffer.swift
[95/159] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[96/159] Compiling NIOCore BSDSocketAPI.swift
[97/159] Compiling NIOCore ByteBuffer-aux.swift
[98/159] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[99/159] Compiling NIOCore ByteBuffer-conversions.swift
[100/159] Compiling NIOCore ByteBuffer-core.swift
[101/159] Compiling NIOCore ByteBuffer-hex.swift
[102/159] Compiling NIOCore ByteBuffer-int.swift
[103/159] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[104/159] Compiling NIOCore AddressedEnvelope.swift
[105/159] Compiling NIOCore AsyncAwaitSupport.swift
[106/159] Compiling NIOCore AsyncChannel.swift
[107/159] Compiling NIOCore AsyncChannelHandler.swift
[108/159] Compiling NIOCore AsyncChannelInboundStream.swift
[109/159] Compiling NIOCore AsyncChannelOutboundWriter.swift
[110/159] Compiling NIOCore NIOAsyncSequenceProducer.swift
[111/159] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[112/159] Compiling NIOCore NIOAsyncWriter.swift
[113/159] Compiling NIOCore CircularBuffer.swift
[114/159] Compiling NIOCore Codec.swift
[115/159] Compiling NIOCore ConvenienceOptionSupport.swift
[116/159] Compiling NIOCore DeadChannel.swift
[117/159] Compiling NIOCore DispatchQueue+WithFuture.swift
[118/159] Compiling NIOCore EventLoop+Deprecated.swift
[119/159] Compiling NIOCore EventLoop+SerialExecutor.swift
[120/159] Compiling NIOCore EventLoop.swift
[121/159] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[122/159] Compiling NIOCore SocketAddresses.swift
[123/159] Compiling NIOCore SocketOptionProvider.swift
[124/159] Compiling NIOCore SystemCallHelpers.swift
[125/159] Compiling NIOCore TimeAmount+Duration.swift
[126/159] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/159] Compiling NIOCore UniversalBootstrapSupport.swift
[128/159] Compiling NIOCore Utilities.swift
[129/159] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[130/159] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/159] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[132/159] Compiling NIOCore EventLoopFuture.swift
[133/159] Compiling NIOCore FileDescriptor.swift
[134/159] Compiling NIOCore FileHandle.swift
[135/159] Compiling NIOCore FileRegion.swift
[136/159] Compiling NIOCore GlobalSingletons.swift
[137/159] 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/159] 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/159] 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/159] 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/159] 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/159] 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/159] 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/159] 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/159] 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/159] Emitting module NIOCore
BUILD FAILURE 6.1 wasm