Build Information
Failed to build compress-nio, reference 1.4.2 (e1caa1
), with Swift 6.1 for Wasm on 30 May 2025 12:31:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/compress-nio.git
Reference: 1.4.2
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/adam-fowler/compress-nio
* tag 1.4.2 -> FETCH_HEAD
HEAD is now at e1caa19 Only assert on STREAM ERROR
Cloned https://github.com/adam-fowler/compress-nio.git
Revision (git rev-parse @):
e1caa19077dda4b00441142ef57da3db02acd466
SUCCESS checkout https://github.com/adam-fowler/compress-nio.git at 1.4.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/adam-fowler/compress-nio.git
https://github.com/adam-fowler/compress-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.40.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "compress-nio",
"name" : "compress-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CompressNIO",
"targets" : [
"CompressNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CompressNIOTests",
"module_type" : "SwiftTarget",
"name" : "CompressNIOTests",
"path" : "Tests/CompressNIOTests",
"sources" : [
"NIOCompressTests.swift",
"ZlibCompressTests.swift"
],
"target_dependencies" : [
"CompressNIO"
],
"type" : "test"
},
{
"c99name" : "CompressNIO",
"module_type" : "SwiftTarget",
"name" : "CompressNIO",
"path" : "Sources/CompressNIO",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"CompressNIO"
],
"sources" : [
"ByteBuffer+compress.swift",
"ByteBuffer+decompress.swift",
"CompressionAlgorithm.swift",
"Compressor.swift",
"Error.swift",
"zlib/ByteBuffer+zlib+compress.swift",
"zlib/ByteBuffer+zlib+decompress.swift",
"zlib/Zlib.swift",
"zlib/ZlibWrapper.swift"
],
"target_dependencies" : [
"CCompressZlib"
],
"type" : "library"
},
{
"c99name" : "CCompressZlib",
"module_type" : "ClangTarget",
"name" : "CCompressZlib",
"path" : "Sources/CCompressZlib",
"product_memberships" : [
"CompressNIO"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (14.00s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[446/6101] Fetching swift-atomics, swift-system
[1630/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
[8871/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.09s)
Fetched https://github.com/apple/swift-collections.git from cache (2.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
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-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.5.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
Building for debugging...
[0/19] Write sources
[7/19] Compiling CCompressZlib empty.c
[8/19] Compiling CNIOWindows shim.c
[9/19] Compiling _AtomicsShims.c
[10/19] Compiling CNIODarwin shim.c
[10/19] Write sources
[12/19] Compiling CNIOWASI CNIOWASI.c
[13/19] Compiling CNIOWindows WSAStartup.c
[14/19] Compiling CNIOLinux shim.c
[15/19] Compiling CNIOLinux liburing_shims.c
[16/19] Write swift-version-24593BA9C3E375BF.txt
[18/58] Emitting module InternalCollectionsUtilities
[19/59] Compiling _NIOBase64 Base64.swift
[20/59] Emitting module _NIOBase64
[21/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/60] Compiling InternalCollectionsUtilities Debugging.swift
[23/60] Compiling InternalCollectionsUtilities Descriptions.swift
[24/62] Compiling _NIODataStructures PriorityQueue.swift
[25/62] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/62] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/62] Compiling _NIODataStructures _TinyArray.swift
[28/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[29/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/62] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/62] Compiling Atomics UnsafeAtomic.swift
[32/62] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/62] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/62] Compiling Atomics AtomicInteger.swift
[35/62] Compiling Atomics AtomicOptionalWrappable.swift
[36/62] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[37/62] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/62] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/62] Compiling InternalCollectionsUtilities Integer rank.swift
[40/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/62] Compiling Atomics ManagedAtomic.swift
[42/62] Compiling Atomics ManagedAtomicLazyReference.swift
[56/63] Compiling c-nioatomics.c
[58/63] Compiling Atomics IntegerOperations.swift
[59/63] Compiling Atomics Unmanaged extensions.swift
[60/63] Emitting module Atomics
[61/79] Compiling c-atomics.c
[63/79] Compiling _NIODataStructures Heap.swift
[64/79] Compiling DequeModule Deque+CustomReflectable.swift
[65/79] Compiling DequeModule Deque+Descriptions.swift
[66/79] Emitting module _NIODataStructures
[67/82] Compiling DequeModule _DequeBuffer.swift
[68/82] Compiling DequeModule _DequeBufferHeader.swift
[69/82] Compiling DequeModule Deque+Equatable.swift
[70/82] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/88] Compiling DequeModule Deque+Extras.swift
[73/88] Compiling DequeModule Deque+Hashable.swift
[74/88] Compiling DequeModule Deque+Testing.swift
[75/88] Compiling DequeModule Deque._Storage.swift
[76/88] Compiling DequeModule Deque._UnsafeHandle.swift
[77/88] Compiling DequeModule Deque.swift
[78/88] Compiling NIOConcurrencyHelpers lock.swift
[79/88] Compiling DequeModule _DequeSlot.swift
[80/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/88] Compiling DequeModule Deque+Codable.swift
[82/88] Compiling DequeModule Deque+Collection.swift
[83/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/88] Compiling NIOConcurrencyHelpers atomics.swift
[86/88] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/88] Emitting module NIOConcurrencyHelpers
[89/89] Emitting module DequeModule
[91/150] Compiling NIOCore MulticastChannel.swift
[92/150] Compiling NIOCore NIOAny.swift
[93/150] Compiling NIOCore NIOCloseOnErrorHandler.swift
[94/150] Compiling NIOCore NIOLoopBound.swift
[95/150] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[96/150] Compiling NIOCore NIOScheduledCallback.swift
[97/150] Compiling NIOCore NIOSendable.swift
[98/150] Compiling NIOCore RecvByteBufferAllocator.swift
[99/158] Compiling NIOCore IO.swift
[100/158] Compiling NIOCore IOData.swift
[101/158] Compiling NIOCore IPProtocol.swift
[102/158] Compiling NIOCore IntegerBitPacking.swift
[103/158] Compiling NIOCore IntegerTypes.swift
[104/158] Compiling NIOCore Interfaces.swift
[105/158] Compiling NIOCore Linux.swift
[106/158] Compiling NIOCore MarkedCircularBuffer.swift
[107/158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[108/158] Compiling NIOCore SocketAddresses.swift
[109/158] Compiling NIOCore SocketOptionProvider.swift
[110/158] Compiling NIOCore SystemCallHelpers.swift
[111/158] Compiling NIOCore TimeAmount+Duration.swift
[112/158] Compiling NIOCore TypeAssistedChannelHandler.swift
[113/158] Compiling NIOCore UniversalBootstrapSupport.swift
[114/158] Compiling NIOCore Utilities.swift
[115/158] Compiling NIOCore AddressedEnvelope.swift
[116/158] Compiling NIOCore AsyncAwaitSupport.swift
[117/158] Compiling NIOCore AsyncChannel.swift
[118/158] Compiling NIOCore AsyncChannelHandler.swift
[119/158] Compiling NIOCore AsyncChannelInboundStream.swift
[120/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[121/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[122/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[123/158] Compiling NIOCore NIOAsyncWriter.swift
[124/158] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[125/158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[126/158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[127/158] Compiling NIOCore EventLoopFuture.swift
[128/158] Compiling NIOCore FileDescriptor.swift
[129/158] Compiling NIOCore FileHandle.swift
[130/158] Compiling NIOCore FileRegion.swift
[131/158] Compiling NIOCore GlobalSingletons.swift
[132/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:
[133/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:
[134/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:
[135/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:
[136/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:
[137/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:
[138/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:
[139/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:
[140/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:
[141/158] Compiling NIOCore CircularBuffer.swift
[142/158] Compiling NIOCore Codec.swift
[143/158] Compiling NIOCore ConvenienceOptionSupport.swift
[144/158] Compiling NIOCore DeadChannel.swift
[145/158] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/158] Compiling NIOCore EventLoop+Deprecated.swift
[147/158] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/158] Compiling NIOCore EventLoop.swift
[149/158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[150/158] Compiling NIOCore BSDSocketAPI.swift
[151/158] Compiling NIOCore ByteBuffer-aux.swift
[152/158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[153/158] Compiling NIOCore ByteBuffer-conversions.swift
[154/158] Compiling NIOCore ByteBuffer-core.swift
[155/158] Compiling NIOCore ByteBuffer-hex.swift
[156/158] Compiling NIOCore ByteBuffer-int.swift
[157/158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[158/158] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[4/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/48] Compiling Atomics UnsafeAtomic.swift
[7/48] Compiling Atomics UnsafeAtomicLazyReference.swift
[8/48] Compiling Atomics ManagedAtomic.swift
[9/48] Compiling Atomics ManagedAtomicLazyReference.swift
[10/48] Compiling NIOConcurrencyHelpers lock.swift
[11/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[13/49] Compiling InternalCollectionsUtilities Descriptions.swift
[14/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/49] Compiling InternalCollectionsUtilities Debugging.swift
[17/49] Emitting module _NIOBase64
[18/49] Compiling _NIOBase64 Base64.swift
[19/50] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/50] Compiling InternalCollectionsUtilities Integer rank.swift
[21/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/50] Emitting module NIOConcurrencyHelpers
[24/50] Compiling Atomics IntegerOperations.swift
[25/50] Compiling Atomics Unmanaged extensions.swift
[29/50] Compiling Atomics AtomicMemoryOrderings.swift
[30/50] Compiling Atomics DoubleWord.swift
[31/50] Compiling _NIODataStructures PriorityQueue.swift
[33/50] Compiling _NIODataStructures Heap.swift
[34/50] Compiling _NIODataStructures _TinyArray.swift
[35/50] Emitting module _NIODataStructures
[36/51] Emitting module InternalCollectionsUtilities
[39/51] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/51] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/52] Compiling NIOConcurrencyHelpers atomics.swift
[47/68] Emitting module Atomics
[48/68] Compiling DequeModule _DequeBuffer.swift
[49/68] Compiling DequeModule _DequeBufferHeader.swift
[50/70] Compiling DequeModule Deque._UnsafeHandle.swift
[51/70] Compiling DequeModule Deque.swift
[52/70] Compiling DequeModule Deque+Testing.swift
[53/70] Compiling DequeModule Deque._Storage.swift
[54/70] Emitting module DequeModule
[55/70] Compiling DequeModule Deque+Extras.swift
[56/70] Compiling DequeModule Deque+Hashable.swift
[57/70] Compiling DequeModule Deque+CustomReflectable.swift
[58/70] Compiling DequeModule Deque+Descriptions.swift
[59/70] Compiling DequeModule Deque+Equatable.swift
[60/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/70] Compiling DequeModule Deque+Codable.swift
[62/70] Compiling DequeModule Deque+Collection.swift
[69/71] Compiling DequeModule _DequeSlot.swift
[70/71] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/132] Compiling NIOCore IO.swift
[74/132] Compiling NIOCore IOData.swift
[75/132] Compiling NIOCore IPProtocol.swift
[76/132] Compiling NIOCore IntegerBitPacking.swift
[77/132] Compiling NIOCore IntegerTypes.swift
[78/132] Compiling NIOCore Interfaces.swift
[79/132] Compiling NIOCore Linux.swift
[80/132] Compiling NIOCore MarkedCircularBuffer.swift
[81/140] Compiling NIOCore MulticastChannel.swift
[82/140] Compiling NIOCore NIOAny.swift
[83/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[84/140] Compiling NIOCore NIOLoopBound.swift
[85/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[86/140] Compiling NIOCore NIOScheduledCallback.swift
[87/140] Compiling NIOCore NIOSendable.swift
[88/140] Compiling NIOCore RecvByteBufferAllocator.swift
[89/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[90/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/140] Compiling NIOCore EventLoopFuture.swift
[93/140] Compiling NIOCore FileDescriptor.swift
[94/140] Compiling NIOCore FileHandle.swift
[95/140] Compiling NIOCore FileRegion.swift
[96/140] Compiling NIOCore GlobalSingletons.swift
[97/140] Compiling NIOCore CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[106/140] Compiling NIOCore BSDSocketAPI.swift
[107/140] Compiling NIOCore ByteBuffer-aux.swift
[108/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[109/140] Compiling NIOCore ByteBuffer-conversions.swift
[110/140] Compiling NIOCore ByteBuffer-core.swift
[111/140] Compiling NIOCore ByteBuffer-hex.swift
[112/140] Compiling NIOCore ByteBuffer-int.swift
[113/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[114/140] 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:
[115/140] 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:
[116/140] 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:
[117/140] 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:
[118/140] 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:
[119/140] 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:
[120/140] 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:
[121/140] 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:
[122/140] 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:
[123/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[124/140] Compiling NIOCore SocketAddresses.swift
[125/140] Compiling NIOCore SocketOptionProvider.swift
[126/140] Compiling NIOCore SystemCallHelpers.swift
[127/140] Compiling NIOCore TimeAmount+Duration.swift
[128/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[129/140] Compiling NIOCore UniversalBootstrapSupport.swift
[130/140] Compiling NIOCore Utilities.swift
[131/140] Compiling NIOCore AddressedEnvelope.swift
[132/140] Compiling NIOCore AsyncAwaitSupport.swift
[133/140] Compiling NIOCore AsyncChannel.swift
[134/140] Compiling NIOCore AsyncChannelHandler.swift
[135/140] Compiling NIOCore AsyncChannelInboundStream.swift
[136/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[137/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[138/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/140] Compiling NIOCore NIOAsyncWriter.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm