Build Information
Failed to build swift-nio-transport-services, reference 1.24.0 (cd1e89
), with Swift 6.1 for Wasm on 30 May 2025 21:51:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-nio-transport-services.git
Reference: 1.24.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/apple/swift-nio-transport-services
* tag 1.24.0 -> FETCH_HEAD
HEAD is now at cd1e898 Add `NWParameters` configurator to bootstraps (#230)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
cd1e89816d345d2523b11c55654570acd5cd4c56
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at 1.24.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-transport-services.git
https://github.com/apple/swift-nio-transport-services.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "swift-nio-transport-services",
"name" : "swift-nio-transport-services",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOTransportServices",
"targets" : [
"NIOTransportServices"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOTSHTTPServer",
"targets" : [
"NIOTSHTTPServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOTSHTTPClient",
"targets" : [
"NIOTSHTTPClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTransportServicesTests",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServicesTests",
"path" : "Tests/NIOTransportServicesTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"Atomics"
],
"sources" : [
"NIOFilterEmptyWritesHandlerTests.swift",
"NIOTSAsyncBootstrapTests.swift",
"NIOTSBootstrapTests.swift",
"NIOTSChannelMetadataTests.swift",
"NIOTSChannelOptionsTests.swift",
"NIOTSConnectionChannelTests.swift",
"NIOTSDatagramConnectionChannelTests.swift",
"NIOTSEndToEndTests.swift",
"NIOTSEventLoopTests.swift",
"NIOTSListenerChannelTests.swift",
"NIOTSSingletonTests.swift",
"NIOTSSocketOptionTests.swift",
"NIOTSSocketOptionsOnChannelTests.swift",
"NIOTSTestUtilities.swift",
"NIOTSWorkaroundTests.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "test"
},
{
"c99name" : "NIOTransportServices",
"module_type" : "SwiftTarget",
"name" : "NIOTransportServices",
"path" : "Sources/NIOTransportServices",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOFoundationCompat",
"NIOTLS",
"Atomics"
],
"product_memberships" : [
"NIOTransportServices",
"NIOTSHTTPServer",
"NIOTSHTTPClient"
],
"sources" : [
"AcceptHandler.swift",
"Datagram/NIOTSDatagramBootstrap.swift",
"Datagram/NIOTSDatagramChannel.swift",
"Datagram/NIOTSDatagramListener.swift",
"Datagram/NIOTSDatagramListenerChannel.swift",
"NIOFilterEmptyWritesHandler.swift",
"NIOTSBootstraps.swift",
"NIOTSChannelOptions.swift",
"NIOTSConnectionBootstrap.swift",
"NIOTSConnectionChannel.swift",
"NIOTSErrors.swift",
"NIOTSEventLoop.swift",
"NIOTSEventLoopGroup.swift",
"NIOTSListenerBootstrap.swift",
"NIOTSListenerChannel.swift",
"NIOTSNetworkEvents.swift",
"NIOTSSingletons.swift",
"SocketAddress+NWEndpoint.swift",
"StateManagedChannel.swift",
"StateManagedListenerChannel.swift",
"StateManagedNWConnectionChannel.swift",
"TCPOptions+SocketChannelOption.swift",
"UDPOptions+SocketChannelOption.swift"
],
"type" : "library"
},
{
"c99name" : "NIOTSHTTPServer",
"module_type" : "SwiftTarget",
"name" : "NIOTSHTTPServer",
"path" : "Sources/NIOTSHTTPServer",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOTSHTTPServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
},
{
"c99name" : "NIOTSHTTPClient",
"module_type" : "SwiftTarget",
"name" : "NIOTSHTTPClient",
"path" : "Sources/NIOTSHTTPClient",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"NIOTSHTTPClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOTransportServices"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/1717] Fetching swift-atomics
[1718/77840] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
[3807/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.22s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[616/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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/49] Write sources
[15/49] Compiling CNIOWASI CNIOWASI.c
[16/49] Compiling _AtomicsShims.c
[17/49] Compiling CNIOWindows shim.c
[18/49] Compiling CNIOWindows WSAStartup.c
[19/49] Compiling CNIOLinux liburing_shims.c
[19/49] Compiling CNIOLinux shim.c
[19/49] Write sources
[22/49] Compiling CNIODarwin shim.c
[23/49] Compiling CNIOLLHTTP c_nio_http.c
[24/49] Compiling CNIOLLHTTP c_nio_api.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[27/88] Emitting module _NIODataStructures
[28/88] Emitting module Atomics
[28/90] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/90] Compiling c-nioatomics.c
[31/90] Compiling Atomics UnsafeAtomic.swift
[32/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/90] Compiling _NIODataStructures _TinyArray.swift
[34/90] Compiling InternalCollectionsUtilities Descriptions.swift
[35/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/90] Compiling Atomics RawRepresentable.swift
[37/90] Compiling Atomics AtomicBool.swift
[38/91] Compiling Atomics Primitives.native.swift
[39/91] Compiling Atomics OptionalRawRepresentable.swift
[40/91] Compiling _NIODataStructures PriorityQueue.swift
[41/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/91] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/91] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/91] Compiling Atomics IntegerConformances.swift
[45/91] Compiling Atomics PointerConformances.swift
[46/91] Compiling Atomics ManagedAtomic.swift
[47/91] Compiling Atomics ManagedAtomicLazyReference.swift
[51/91] Emitting module InternalCollectionsUtilities
[52/91] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/91] Compiling InternalCollectionsUtilities Integer rank.swift
[54/91] Emitting module _NIOBase64
[55/91] Compiling _NIOBase64 Base64.swift
[59/92] Compiling Atomics AtomicInteger.swift
[60/92] Compiling Atomics AtomicOptionalWrappable.swift
[67/92] Compiling Atomics IntegerOperations.swift
[68/92] Compiling Atomics Unmanaged extensions.swift
[70/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/94] Compiling c-atomics.c
[74/100] Compiling _NIODataStructures Heap.swift
[74/101] Wrapping AST for _NIOBase64 for debugging
[75/101] Wrapping AST for Atomics for debugging
[77/114] Wrapping AST for InternalCollectionsUtilities for debugging
[79/116] Compiling NIOConcurrencyHelpers lock.swift
[79/116] Wrapping AST for _NIODataStructures for debugging
[81/116] Compiling DequeModule Deque+Extras.swift
[82/116] Compiling DequeModule Deque+Hashable.swift
[83/118] Compiling DequeModule _DequeBuffer.swift
[84/118] Compiling DequeModule _DequeBufferHeader.swift
[85/118] Compiling DequeModule Deque+CustomReflectable.swift
[86/118] Compiling DequeModule Deque+Descriptions.swift
[87/118] Compiling DequeModule Deque+Equatable.swift
[88/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/118] Compiling DequeModule Deque._UnsafeHandle.swift
[90/118] Compiling DequeModule Deque.swift
[91/118] Compiling DequeModule Deque+Testing.swift
[92/118] Compiling DequeModule Deque._Storage.swift
[93/118] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/118] Compiling NIOConcurrencyHelpers atomics.swift
[95/118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[96/118] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/118] Emitting module NIOConcurrencyHelpers
[99/119] Compiling DequeModule _DequeSlot.swift
[100/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/119] Wrapping AST for NIOConcurrencyHelpers for debugging
[102/119] Compiling DequeModule Deque+Codable.swift
[103/119] Compiling DequeModule Deque+Collection.swift
[104/119] Emitting module DequeModule
[105/120] Wrapping AST for DequeModule for debugging
[107/180] Compiling NIOCore CircularBuffer.swift
[108/180] Compiling NIOCore Codec.swift
[109/180] Compiling NIOCore ConvenienceOptionSupport.swift
[110/180] Compiling NIOCore DeadChannel.swift
[111/180] Compiling NIOCore DispatchQueue+WithFuture.swift
[112/180] Compiling NIOCore EventLoop+Deprecated.swift
[113/180] Compiling NIOCore EventLoop+SerialExecutor.swift
[114/180] Compiling NIOCore EventLoop.swift
[115/180] Compiling NIOCore MulticastChannel.swift
[116/180] Compiling NIOCore NIOAny.swift
[117/180] Compiling NIOCore NIOCloseOnErrorHandler.swift
[118/180] Compiling NIOCore NIOLoopBound.swift
[119/180] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[120/180] Compiling NIOCore NIOScheduledCallback.swift
[121/180] Compiling NIOCore NIOSendable.swift
[122/180] Compiling NIOCore RecvByteBufferAllocator.swift
[123/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[124/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[125/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[126/188] Compiling NIOCore EventLoopFuture.swift
[127/188] Compiling NIOCore FileDescriptor.swift
[128/188] Compiling NIOCore FileHandle.swift
[129/188] Compiling NIOCore FileRegion.swift
[130/188] Compiling NIOCore GlobalSingletons.swift
[131/188] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[132/188] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[133/188] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[134/188] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[135/188] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[136/188] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[137/188] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[138/188] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[139/188] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[140/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[141/188] Compiling NIOCore SocketAddresses.swift
[142/188] Compiling NIOCore SocketOptionProvider.swift
[143/188] Compiling NIOCore SystemCallHelpers.swift
[144/188] Compiling NIOCore TimeAmount+Duration.swift
[145/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[146/188] Compiling NIOCore UniversalBootstrapSupport.swift
[147/188] Compiling NIOCore Utilities.swift
[148/188] Compiling NIOCore IO.swift
[149/188] Compiling NIOCore IOData.swift
[150/188] Compiling NIOCore IPProtocol.swift
[151/188] Compiling NIOCore IntegerBitPacking.swift
[152/188] Compiling NIOCore IntegerTypes.swift
[153/188] Compiling NIOCore Interfaces.swift
[154/188] Compiling NIOCore Linux.swift
[155/188] Compiling NIOCore MarkedCircularBuffer.swift
[156/188] Compiling NIOCore AddressedEnvelope.swift
[157/188] Compiling NIOCore AsyncAwaitSupport.swift
[158/188] Compiling NIOCore AsyncChannel.swift
[159/188] Compiling NIOCore AsyncChannelHandler.swift
[160/188] Compiling NIOCore AsyncChannelInboundStream.swift
[161/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[162/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[163/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/188] Compiling NIOCore NIOAsyncWriter.swift
[165/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[166/188] Compiling NIOCore BSDSocketAPI.swift
[167/188] Compiling NIOCore ByteBuffer-aux.swift
[168/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[169/188] Compiling NIOCore ByteBuffer-conversions.swift
[170/188] Compiling NIOCore ByteBuffer-core.swift
[171/188] Compiling NIOCore ByteBuffer-hex.swift
[172/188] Compiling NIOCore ByteBuffer-int.swift
[173/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[174/188] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/66] Compiling Atomics PointerConformances.swift
[4/66] Compiling Atomics Primitives.native.swift
[5/67] Compiling Atomics AtomicBool.swift
[6/67] Compiling Atomics IntegerConformances.swift
[7/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/67] Compiling Atomics AtomicReference.swift
[10/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/67] Compiling Atomics OptionalRawRepresentable.swift
[12/67] Compiling Atomics RawRepresentable.swift
[13/67] Compiling NIOConcurrencyHelpers NIOLock.swift
[14/67] Compiling Atomics ManagedAtomic.swift
[15/67] Compiling Atomics ManagedAtomicLazyReference.swift
[16/67] Compiling NIOConcurrencyHelpers lock.swift
[17/69] Compiling NIOConcurrencyHelpers atomics.swift
[18/69] Compiling Atomics UnsafeAtomic.swift
[20/69] Emitting module NIOConcurrencyHelpers
[21/69] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/70] Compiling _NIOBase64 Base64.swift
[26/70] Emitting module _NIOBase64
[27/70] Compiling Atomics AtomicMemoryOrderings.swift
[28/70] Compiling Atomics DoubleWord.swift
[29/71] Compiling _NIODataStructures _TinyArray.swift
[30/71] Compiling _NIODataStructures PriorityQueue.swift
[32/71] Compiling _NIODataStructures Heap.swift
[33/71] Emitting module _NIODataStructures
[36/70] Emitting module InternalCollectionsUtilities
[37/69] Compiling Atomics Primitives.shims.swift
[38/69] Compiling Atomics AtomicInteger.swift
[39/69] Compiling Atomics AtomicOptionalWrappable.swift
[41/69] Compiling Atomics AtomicStorage.swift
[42/69] Compiling Atomics AtomicValue.swift
[43/69] Compiling Atomics IntegerOperations.swift
[44/69] Compiling Atomics Unmanaged extensions.swift
[49/70] Wrapping AST for InternalCollectionsUtilities for debugging
[51/85] Compiling DequeModule Deque+CustomReflectable.swift
[52/85] Compiling DequeModule Deque+Descriptions.swift
[53/85] Compiling DequeModule _DequeBuffer.swift
[54/85] Compiling DequeModule _DequeBufferHeader.swift
[55/87] Compiling DequeModule Deque+Extras.swift
[56/87] Compiling DequeModule Deque+Hashable.swift
[57/87] Emitting module Atomics
[58/87] Compiling DequeModule Deque+Equatable.swift
[59/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/87] Compiling DequeModule Deque._UnsafeHandle.swift
[61/87] Compiling DequeModule Deque.swift
[62/87] Compiling DequeModule Deque+Testing.swift
[63/87] Compiling DequeModule Deque._Storage.swift
[64/87] Compiling DequeModule _DequeSlot.swift
[65/87] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/87] Compiling DequeModule Deque+Codable.swift
[67/87] Compiling DequeModule Deque+Collection.swift
[68/87] Emitting module DequeModule
[73/89] Wrapping AST for DequeModule for debugging
[74/89] Wrapping AST for Atomics for debugging
[76/149] Compiling NIOCore IO.swift
[77/149] Compiling NIOCore IOData.swift
[78/149] Compiling NIOCore IPProtocol.swift
[79/149] Compiling NIOCore IntegerBitPacking.swift
[80/149] Compiling NIOCore IntegerTypes.swift
[81/149] Compiling NIOCore Interfaces.swift
[82/149] Compiling NIOCore Linux.swift
[83/149] Compiling NIOCore MarkedCircularBuffer.swift
[84/157] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[85/157] Compiling NIOCore EventLoopFuture+Deprecated.swift
[86/157] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[87/157] Compiling NIOCore EventLoopFuture.swift
[88/157] Compiling NIOCore FileDescriptor.swift
[89/157] Compiling NIOCore FileHandle.swift
[90/157] Compiling NIOCore FileRegion.swift
[91/157] Compiling NIOCore GlobalSingletons.swift
[92/157] Compiling NIOCore CircularBuffer.swift
[93/157] Compiling NIOCore Codec.swift
[94/157] Compiling NIOCore ConvenienceOptionSupport.swift
[95/157] Compiling NIOCore DeadChannel.swift
[96/157] Compiling NIOCore DispatchQueue+WithFuture.swift
[97/157] Compiling NIOCore EventLoop+Deprecated.swift
[98/157] Compiling NIOCore EventLoop+SerialExecutor.swift
[99/157] Compiling NIOCore EventLoop.swift
[100/157] Compiling NIOCore MulticastChannel.swift
[101/157] Compiling NIOCore NIOAny.swift
[102/157] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/157] Compiling NIOCore NIOLoopBound.swift
[104/157] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/157] Compiling NIOCore NIOScheduledCallback.swift
[106/157] Compiling NIOCore NIOSendable.swift
[107/157] Compiling NIOCore RecvByteBufferAllocator.swift
[108/157] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[109/157] Compiling NIOCore BSDSocketAPI.swift
[110/157] Compiling NIOCore ByteBuffer-aux.swift
[111/157] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[112/157] Compiling NIOCore ByteBuffer-conversions.swift
[113/157] Compiling NIOCore ByteBuffer-core.swift
[114/157] Compiling NIOCore ByteBuffer-hex.swift
[115/157] Compiling NIOCore ByteBuffer-int.swift
[116/157] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[117/157] Compiling NIOCore AddressedEnvelope.swift
[118/157] Compiling NIOCore AsyncAwaitSupport.swift
[119/157] Compiling NIOCore AsyncChannel.swift
[120/157] Compiling NIOCore AsyncChannelHandler.swift
[121/157] Compiling NIOCore AsyncChannelInboundStream.swift
[122/157] Compiling NIOCore AsyncChannelOutboundWriter.swift
[123/157] Compiling NIOCore NIOAsyncSequenceProducer.swift
[124/157] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[125/157] Compiling NIOCore NIOAsyncWriter.swift
[126/157] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[127/157] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[128/157] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[129/157] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[130/157] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[131/157] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[132/157] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[133/157] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[134/157] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[135/157] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/157] Compiling NIOCore SocketAddresses.swift
[137/157] Compiling NIOCore SocketOptionProvider.swift
[138/157] Compiling NIOCore SystemCallHelpers.swift
[139/157] Compiling NIOCore TimeAmount+Duration.swift
[140/157] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/157] Compiling NIOCore UniversalBootstrapSupport.swift
[142/157] Compiling NIOCore Utilities.swift
[143/157] Emitting module NIOCore
BUILD FAILURE 6.1 wasm