Build Information
Failed to build swift-nio-irc-webclient, reference 0.8.0 (71f49d
), with Swift 6.1 for Wasm on 27 May 2025 22:07:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-webclient.git
Reference: 0.8.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-webclient
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 71f49df Merge branch 'develop' into main
Cloned https://github.com/NozeIO/swift-nio-irc-webclient.git
Revision (git rev-parse @):
71f49dfb3ac09f132358be4343d8d194764158d2
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-webclient.git at 0.8.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/swift-nio-irc-webclient.git
https://github.com/NozeIO/swift-nio-irc-webclient.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-irc-client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
}
],
"manifest_display_name" : "swift-nio-irc-webclient",
"name" : "swift-nio-irc-webclient",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IRCWebClient",
"targets" : [
"IRCWebClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ircwebclientd",
"targets" : [
"ircwebclientd"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ircwebclientd",
"module_type" : "SwiftTarget",
"name" : "ircwebclientd",
"path" : "Sources/ircwebclientd",
"product_memberships" : [
"ircwebclientd"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IRCWebClient"
],
"type" : "executable"
},
{
"c99name" : "IRCWebClient",
"module_type" : "SwiftTarget",
"name" : "IRCWebClient",
"path" : "Sources/IRCWebClient",
"product_dependencies" : [
"NIOHTTP1",
"NIOWebSocket",
"NIOConcurrencyHelpers",
"NIOFoundationCompat",
"IRC"
],
"product_memberships" : [
"IRCWebClient",
"ircwebclientd"
],
"sources" : [
"IRCWebClientEndPoint.swift",
"IRCWebClientServer.swift",
"IRCWebSocketBridge.swift",
"WebApp/ClientResources.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
Fetching https://github.com/apple/swift-nio.git
[1/212] Fetching swift-nio-irc-client
[213/76267] Fetching swift-nio-irc-client, swift-nio
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (7.95s)
Fetched https://github.com/apple/swift-nio.git from cache (8.11s)
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 (9.02s)
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
[315/2981] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.41s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.55s)
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.54s)
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.84s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2065/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.75s)
Fetched https://github.com/apple/swift-collections.git from cache (1.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-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-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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/54] Write sources
[18/54] Compiling CNIOWindows WSAStartup.c
[19/54] Compiling CNIOWASI CNIOWASI.c
[20/54] Compiling CNIOWindows shim.c
[21/54] Compiling CNIOLinux liburing_shims.c
[21/54] Compiling _AtomicsShims.c
[23/54] Compiling CNIOLinux shim.c
[24/54] Compiling CNIODarwin shim.c
[25/54] Write sources
[26/54] Compiling CNIOLLHTTP c_nio_http.c
[27/54] Compiling CNIOSHA1 c_nio_sha1.c
[28/54] Compiling CNIOLLHTTP c_nio_api.c
[29/54] Write swift-version-24593BA9C3E375BF.txt
[30/93] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/93] Emitting module Atomics
[32/95] Compiling c-nioatomics.c
[34/95] Compiling _NIODataStructures _TinyArray.swift
[35/95] Compiling _NIOBase64 Base64.swift
[36/95] Emitting module _NIOBase64
[37/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/96] Compiling InternalCollectionsUtilities Descriptions.swift
[39/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[40/97] Compiling Atomics IntegerOperations.swift
[41/97] Compiling Atomics Unmanaged extensions.swift
[42/97] Emitting module InternalCollectionsUtilities
[43/97] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/97] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/97] Compiling InternalCollectionsUtilities Integer rank.swift
[48/97] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/97] Compiling InternalCollectionsUtilities Debugging.swift
[53/97] Compiling Atomics ManagedAtomicLazyReference.swift
[56/97] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/97] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/97] Compiling Atomics AtomicReference.swift
[59/97] Compiling Atomics AtomicStorage.swift
[60/97] Compiling Atomics AtomicValue.swift
[61/97] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/97] Compiling Atomics UnsafeAtomic.swift
[64/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[65/97] Compiling _NIODataStructures PriorityQueue.swift
[73/98] Compiling c-atomics.c
[75/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/99] Wrapping AST for _NIOBase64 for debugging
[76/99] Wrapping AST for Atomics for debugging
[78/105] Wrapping AST for InternalCollectionsUtilities for debugging
[80/105] Compiling _NIODataStructures Heap.swift
[81/105] Emitting module _NIODataStructures
[83/121] Compiling NIOConcurrencyHelpers lock.swift
[83/121] Wrapping AST for _NIODataStructures for debugging
[85/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[86/121] Compiling DequeModule Deque+Equatable.swift
[87/121] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/123] Compiling DequeModule _DequeBuffer.swift
[89/123] Compiling DequeModule _DequeBufferHeader.swift
[90/123] Compiling DequeModule Deque+Extras.swift
[91/123] Compiling DequeModule Deque+Hashable.swift
[92/123] Compiling DequeModule Deque+CustomReflectable.swift
[93/123] Compiling DequeModule Deque+Descriptions.swift
[94/123] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[95/123] Emitting module NIOConcurrencyHelpers
[96/123] Compiling NIOConcurrencyHelpers atomics.swift
[97/123] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[99/124] Compiling DequeModule _DequeSlot.swift
[100/124] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/124] Wrapping AST for NIOConcurrencyHelpers for debugging
[102/124] Compiling DequeModule Deque._UnsafeHandle.swift
[103/124] Compiling DequeModule Deque.swift
[104/124] Compiling DequeModule Deque+Testing.swift
[105/124] Compiling DequeModule Deque._Storage.swift
[106/124] Compiling DequeModule Deque+Codable.swift
[107/124] Compiling DequeModule Deque+Collection.swift
[108/124] Emitting module DequeModule
[109/125] Wrapping AST for DequeModule for debugging
[111/185] Compiling NIOCore MulticastChannel.swift
[112/185] Compiling NIOCore NIOAny.swift
[113/185] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/185] Compiling NIOCore NIOLoopBound.swift
[115/185] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/185] Compiling NIOCore NIOScheduledCallback.swift
[117/185] Compiling NIOCore NIOSendable.swift
[118/185] Compiling NIOCore RecvByteBufferAllocator.swift
[119/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[120/193] Compiling NIOCore SocketAddresses.swift
[121/193] Compiling NIOCore SocketOptionProvider.swift
[122/193] Compiling NIOCore SystemCallHelpers.swift
[123/193] Compiling NIOCore TimeAmount+Duration.swift
[124/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/193] Compiling NIOCore UniversalBootstrapSupport.swift
[126/193] Compiling NIOCore Utilities.swift
[127/193] Compiling NIOCore AddressedEnvelope.swift
[128/193] Compiling NIOCore AsyncAwaitSupport.swift
[129/193] Compiling NIOCore AsyncChannel.swift
[130/193] Compiling NIOCore AsyncChannelHandler.swift
[131/193] Compiling NIOCore AsyncChannelInboundStream.swift
[132/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[133/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[134/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[135/193] Compiling NIOCore NIOAsyncWriter.swift
[136/193] Compiling NIOCore CircularBuffer.swift
[137/193] Compiling NIOCore Codec.swift
[138/193] Compiling NIOCore ConvenienceOptionSupport.swift
[139/193] Compiling NIOCore DeadChannel.swift
[140/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/193] Compiling NIOCore EventLoop+Deprecated.swift
[142/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/193] Compiling NIOCore EventLoop.swift
[144/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[145/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[146/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[147/193] Compiling NIOCore EventLoopFuture.swift
[148/193] Compiling NIOCore FileDescriptor.swift
[149/193] Compiling NIOCore FileHandle.swift
[150/193] Compiling NIOCore FileRegion.swift
[151/193] Compiling NIOCore GlobalSingletons.swift
[152/193] 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:
[153/193] 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:
[154/193] 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:
[155/193] 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:
[156/193] 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:
[157/193] 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:
[158/193] 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:
[159/193] 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:
[160/193] 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:
[161/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/193] Compiling NIOCore BSDSocketAPI.swift
[163/193] Compiling NIOCore ByteBuffer-aux.swift
[164/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/193] Compiling NIOCore ByteBuffer-conversions.swift
[166/193] Compiling NIOCore ByteBuffer-core.swift
[167/193] Compiling NIOCore ByteBuffer-hex.swift
[168/193] Compiling NIOCore ByteBuffer-int.swift
[169/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/193] Compiling NIOCore IO.swift
[171/193] Compiling NIOCore IOData.swift
[172/193] Compiling NIOCore IPProtocol.swift
[173/193] Compiling NIOCore IntegerBitPacking.swift
[174/193] Compiling NIOCore IntegerTypes.swift
[175/193] Compiling NIOCore Interfaces.swift
[176/193] Compiling NIOCore Linux.swift
[177/193] Compiling NIOCore MarkedCircularBuffer.swift
[178/193] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/22] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/68] Compiling Atomics AtomicBool.swift
[4/68] Compiling Atomics IntegerConformances.swift
[5/68] Compiling Atomics PointerConformances.swift
[6/68] Compiling Atomics Primitives.native.swift
[7/68] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[8/68] Compiling NIOConcurrencyHelpers lock.swift
[9/68] Compiling Atomics Primitives.shims.swift
[10/68] Compiling Atomics AtomicInteger.swift
[11/68] Compiling Atomics AtomicOptionalWrappable.swift
[12/68] Compiling Atomics AtomicMemoryOrderings.swift
[13/68] Compiling Atomics DoubleWord.swift
[14/68] Compiling Atomics UnsafeAtomic.swift
[15/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/68] Compiling Atomics ManagedAtomic.swift
[17/68] Compiling Atomics ManagedAtomicLazyReference.swift
[18/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/70] Emitting module _NIODataStructures
[21/70] Compiling _NIODataStructures Heap.swift
[22/70] Compiling _NIODataStructures _TinyArray.swift
[23/70] Compiling _NIODataStructures PriorityQueue.swift
[24/71] Compiling Atomics AtomicReference.swift
[25/71] Compiling Atomics AtomicStorage.swift
[27/71] Compiling _NIOBase64 Base64.swift
[28/71] Emitting module _NIOBase64
[29/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/71] Emitting module InternalCollectionsUtilities
[33/71] Emitting module NIOConcurrencyHelpers
[34/71] Compiling Atomics AtomicValue.swift
[36/71] Compiling Atomics OptionalRawRepresentable.swift
[37/71] Compiling Atomics RawRepresentable.swift
[38/72] Compiling Atomics IntegerOperations.swift
[39/72] Compiling Atomics Unmanaged extensions.swift
[45/72] Compiling NIOConcurrencyHelpers atomics.swift
[46/72] Wrapping AST for InternalCollectionsUtilities for debugging
[48/86] Compiling DequeModule _DequeBuffer.swift
[49/86] Compiling DequeModule _DequeBufferHeader.swift
[50/88] Compiling DequeModule Deque+Equatable.swift
[51/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/88] Compiling DequeModule Deque+CustomReflectable.swift
[53/88] Compiling DequeModule Deque+Descriptions.swift
[54/88] Compiling DequeModule _DequeSlot.swift
[55/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/88] Compiling DequeModule Deque._UnsafeHandle.swift
[57/88] Compiling DequeModule Deque.swift
[58/88] Compiling DequeModule Deque+Extras.swift
[59/88] Compiling DequeModule Deque+Hashable.swift
[60/88] Compiling DequeModule Deque+Testing.swift
[61/88] Compiling DequeModule Deque._Storage.swift
[62/88] Emitting module Atomics
[63/88] Emitting module DequeModule
[64/88] Compiling DequeModule Deque+Codable.swift
[65/88] Compiling DequeModule Deque+Collection.swift
[66/89] Wrapping AST for DequeModule for debugging
[74/90] Wrapping AST for Atomics for debugging
[76/150] Compiling NIOCore MulticastChannel.swift
[77/150] Compiling NIOCore NIOAny.swift
[78/150] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/150] Compiling NIOCore NIOLoopBound.swift
[80/150] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/150] Compiling NIOCore NIOScheduledCallback.swift
[82/150] Compiling NIOCore NIOSendable.swift
[83/150] Compiling NIOCore RecvByteBufferAllocator.swift
[84/158] Compiling NIOCore IO.swift
[85/158] Compiling NIOCore IOData.swift
[86/158] Compiling NIOCore IPProtocol.swift
[87/158] Compiling NIOCore IntegerBitPacking.swift
[88/158] Compiling NIOCore IntegerTypes.swift
[89/158] Compiling NIOCore Interfaces.swift
[90/158] Compiling NIOCore Linux.swift
[91/158] Compiling NIOCore MarkedCircularBuffer.swift
[92/158] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[93/158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/158] Compiling NIOCore EventLoopFuture.swift
[96/158] Compiling NIOCore FileDescriptor.swift
[97/158] Compiling NIOCore FileHandle.swift
[98/158] Compiling NIOCore FileRegion.swift
[99/158] Compiling NIOCore GlobalSingletons.swift
[100/158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[101/158] Compiling NIOCore SocketAddresses.swift
[102/158] Compiling NIOCore SocketOptionProvider.swift
[103/158] Compiling NIOCore SystemCallHelpers.swift
[104/158] Compiling NIOCore TimeAmount+Duration.swift
[105/158] Compiling NIOCore TypeAssistedChannelHandler.swift
[106/158] Compiling NIOCore UniversalBootstrapSupport.swift
[107/158] Compiling NIOCore Utilities.swift
[108/158] Compiling NIOCore CircularBuffer.swift
[109/158] Compiling NIOCore Codec.swift
[110/158] Compiling NIOCore ConvenienceOptionSupport.swift
[111/158] Compiling NIOCore DeadChannel.swift
[112/158] Compiling NIOCore DispatchQueue+WithFuture.swift
[113/158] Compiling NIOCore EventLoop+Deprecated.swift
[114/158] Compiling NIOCore EventLoop+SerialExecutor.swift
[115/158] Compiling NIOCore EventLoop.swift
[116/158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[117/158] Compiling NIOCore BSDSocketAPI.swift
[118/158] Compiling NIOCore ByteBuffer-aux.swift
[119/158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[120/158] Compiling NIOCore ByteBuffer-conversions.swift
[121/158] Compiling NIOCore ByteBuffer-core.swift
[122/158] Compiling NIOCore ByteBuffer-hex.swift
[123/158] Compiling NIOCore ByteBuffer-int.swift
[124/158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[125/158] Compiling NIOCore AddressedEnvelope.swift
[126/158] Compiling NIOCore AsyncAwaitSupport.swift
[127/158] Compiling NIOCore AsyncChannel.swift
[128/158] Compiling NIOCore AsyncChannelHandler.swift
[129/158] Compiling NIOCore AsyncChannelInboundStream.swift
[130/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/158] Compiling NIOCore NIOAsyncWriter.swift
[134/158] 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:
[135/158] 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:
[136/158] 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:
[137/158] 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:
[138/158] 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:
[139/158] 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:
[140/158] 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:
[141/158] 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:
[142/158] 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:
[143/158] Emitting module NIOCore
BUILD FAILURE 6.1 wasm