Build Information
Failed to build compress-nio, reference main (e1caa1
), with Swift 6.1 for Wasm on 30 May 2025 12:31:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-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 (4.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.40s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1233/6101] Fetching swift-atomics, swift-system
[1433/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
[8042/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.77s)
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-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-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-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 CNIOWASI CNIOWASI.c
[7/19] Compiling CNIOWindows WSAStartup.c
[7/19] Compiling CCompressZlib empty.c
[10/19] Compiling _AtomicsShims.c
[10/19] Write sources
[10/19] Compiling CNIOWindows shim.c
[13/19] Compiling CNIOLinux shim.c
[13/19] Compiling CNIOLinux liburing_shims.c
[15/19] Compiling CNIODarwin shim.c
[16/19] Write swift-version-24593BA9C3E375BF.txt
[18/58] Emitting module _NIODataStructures
[18/58] Compiling c-nioatomics.c
[20/58] Emitting module Atomics
[20/60] Compiling c-atomics.c
[22/66] Compiling Atomics AtomicBool.swift
[23/66] Compiling Atomics IntegerConformances.swift
[24/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/67] Compiling Atomics Primitives.shims.swift
[26/67] Compiling Atomics AtomicInteger.swift
[27/67] Compiling Atomics AtomicOptionalWrappable.swift
[30/67] Compiling Atomics DoubleWord.swift
[31/67] Compiling Atomics ManagedAtomic.swift
[32/67] Compiling Atomics OptionalRawRepresentable.swift
[33/67] Compiling Atomics RawRepresentable.swift
[35/67] Compiling Atomics ManagedAtomicLazyReference.swift
[36/67] Compiling Atomics AtomicMemoryOrderings.swift
[38/67] Compiling Atomics UnsafeAtomic.swift
[39/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[42/67] Compiling _NIODataStructures _TinyArray.swift
[43/67] Compiling _NIODataStructures PriorityQueue.swift
[44/67] Emitting module _NIOBase64
[45/67] Compiling _NIOBase64 Base64.swift
[46/67] Compiling Atomics AtomicReference.swift
[47/67] Compiling Atomics AtomicStorage.swift
[48/67] Compiling Atomics AtomicValue.swift
[51/68] Emitting module InternalCollectionsUtilities
[52/68] Compiling Atomics PointerConformances.swift
[53/68] Compiling Atomics Primitives.native.swift
[54/69] Compiling Atomics IntegerOperations.swift
[55/69] Compiling Atomics Unmanaged extensions.swift
[65/85] Compiling _NIODataStructures Heap.swift
[66/86] Compiling NIOConcurrencyHelpers lock.swift
[67/86] Compiling NIOConcurrencyHelpers atomics.swift
[68/86] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[69/86] Emitting module NIOConcurrencyHelpers
[70/86] Compiling NIOConcurrencyHelpers NIOLock.swift
[71/87] Compiling DequeModule Deque+Equatable.swift
[72/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/87] Compiling DequeModule Deque+CustomReflectable.swift
[74/87] Compiling DequeModule Deque+Descriptions.swift
[77/89] Compiling DequeModule _DequeBuffer.swift
[78/89] Compiling DequeModule _DequeBufferHeader.swift
[79/89] Compiling DequeModule _DequeSlot.swift
[80/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/89] Compiling DequeModule Deque+Testing.swift
[82/89] Compiling DequeModule Deque._Storage.swift
[83/89] Compiling DequeModule Deque+Extras.swift
[84/89] Compiling DequeModule Deque+Hashable.swift
[85/89] Compiling DequeModule Deque._UnsafeHandle.swift
[86/89] Compiling DequeModule Deque.swift
[87/89] Compiling DequeModule Deque+Codable.swift
[88/89] Compiling DequeModule Deque+Collection.swift
[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 EventLoopFuture+AssumeIsolated.swift
[116/158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/158] Compiling NIOCore EventLoopFuture.swift
[119/158] Compiling NIOCore FileDescriptor.swift
[120/158] Compiling NIOCore FileHandle.swift
[121/158] Compiling NIOCore FileRegion.swift
[122/158] Compiling NIOCore GlobalSingletons.swift
[123/158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[124/158] Compiling NIOCore BSDSocketAPI.swift
[125/158] Compiling NIOCore ByteBuffer-aux.swift
[126/158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[127/158] Compiling NIOCore ByteBuffer-conversions.swift
[128/158] Compiling NIOCore ByteBuffer-core.swift
[129/158] Compiling NIOCore ByteBuffer-hex.swift
[130/158] Compiling NIOCore ByteBuffer-int.swift
[131/158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[132/158] Compiling NIOCore CircularBuffer.swift
[133/158] Compiling NIOCore Codec.swift
[134/158] Compiling NIOCore ConvenienceOptionSupport.swift
[135/158] Compiling NIOCore DeadChannel.swift
[136/158] Compiling NIOCore DispatchQueue+WithFuture.swift
[137/158] Compiling NIOCore EventLoop+Deprecated.swift
[138/158] Compiling NIOCore EventLoop+SerialExecutor.swift
[139/158] Compiling NIOCore EventLoop.swift
[140/158] Compiling NIOCore AddressedEnvelope.swift
[141/158] Compiling NIOCore AsyncAwaitSupport.swift
[142/158] Compiling NIOCore AsyncChannel.swift
[143/158] Compiling NIOCore AsyncChannelHandler.swift
[144/158] Compiling NIOCore AsyncChannelInboundStream.swift
[145/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[147/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[148/158] Compiling NIOCore NIOAsyncWriter.swift
[149/158] Emitting module NIOCore
[150/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:
[151/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:
[152/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:
[153/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:
[154/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:
[155/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:
[156/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:
[157/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:
[158/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:
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 NIOConcurrencyHelpers lock.swift
[4/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/47] Compiling Atomics AtomicBool.swift
[6/47] Compiling Atomics IntegerConformances.swift
[7/47] Compiling Atomics AtomicOptionalWrappable.swift
[8/47] Compiling Atomics AtomicReference.swift
[9/47] Compiling Atomics AtomicStorage.swift
[10/47] Compiling Atomics AtomicValue.swift
[11/47] Compiling Atomics ManagedAtomic.swift
[12/47] Compiling Atomics ManagedAtomicLazyReference.swift
[13/47] Compiling Atomics AtomicMemoryOrderings.swift
[14/47] Compiling Atomics DoubleWord.swift
[15/47] Compiling Atomics UnsafeAtomic.swift
[16/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/49] Emitting module _NIODataStructures
[18/49] Emitting module InternalCollectionsUtilities
[19/49] Compiling _NIODataStructures PriorityQueue.swift
[20/49] Compiling _NIODataStructures Heap.swift
[21/49] Compiling _NIODataStructures _TinyArray.swift
[22/49] Emitting module _NIOBase64
[23/49] Compiling _NIOBase64 Base64.swift
[24/49] Compiling Atomics OptionalRawRepresentable.swift
[25/49] Compiling Atomics RawRepresentable.swift
[26/51] Compiling NIOConcurrencyHelpers atomics.swift
[27/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/51] Emitting module NIOConcurrencyHelpers
[30/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[34/52] Compiling Atomics Primitives.shims.swift
[35/52] Compiling Atomics AtomicInteger.swift
[37/52] Compiling Atomics PointerConformances.swift
[38/52] Compiling Atomics Primitives.native.swift
[42/52] Compiling Atomics IntegerOperations.swift
[43/52] Compiling Atomics Unmanaged extensions.swift
[47/68] Compiling DequeModule _DequeBuffer.swift
[48/68] Compiling DequeModule _DequeBufferHeader.swift
[49/70] Compiling DequeModule Deque+Equatable.swift
[50/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[51/70] Compiling DequeModule Deque+Testing.swift
[52/70] Compiling DequeModule Deque._Storage.swift
[53/70] Compiling DequeModule Deque+CustomReflectable.swift
[54/70] Compiling DequeModule Deque+Descriptions.swift
[55/70] Compiling DequeModule Deque+Extras.swift
[56/70] Compiling DequeModule Deque+Hashable.swift
[57/70] Emitting module Atomics
[58/70] Compiling DequeModule Deque+Codable.swift
[59/70] Compiling DequeModule Deque+Collection.swift
[65/71] Compiling DequeModule _DequeSlot.swift
[66/71] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/71] Compiling DequeModule Deque._UnsafeHandle.swift
[68/71] Compiling DequeModule Deque.swift
[71/71] Emitting module DequeModule
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[82/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[83/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[84/140] Compiling NIOCore EventLoopFuture.swift
[85/140] Compiling NIOCore FileDescriptor.swift
[86/140] Compiling NIOCore FileHandle.swift
[87/140] Compiling NIOCore FileRegion.swift
[88/140] Compiling NIOCore GlobalSingletons.swift
[89/140] Compiling NIOCore IO.swift
[90/140] Compiling NIOCore IOData.swift
[91/140] Compiling NIOCore IPProtocol.swift
[92/140] Compiling NIOCore IntegerBitPacking.swift
[93/140] Compiling NIOCore IntegerTypes.swift
[94/140] Compiling NIOCore Interfaces.swift
[95/140] Compiling NIOCore Linux.swift
[96/140] Compiling NIOCore MarkedCircularBuffer.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 AddressedEnvelope.swift
[106/140] Compiling NIOCore AsyncAwaitSupport.swift
[107/140] Compiling NIOCore AsyncChannel.swift
[108/140] Compiling NIOCore AsyncChannelHandler.swift
[109/140] Compiling NIOCore AsyncChannelInboundStream.swift
[110/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[111/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[112/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[113/140] Compiling NIOCore NIOAsyncWriter.swift
[114/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[115/140] Compiling NIOCore BSDSocketAPI.swift
[116/140] Compiling NIOCore ByteBuffer-aux.swift
[117/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[118/140] Compiling NIOCore ByteBuffer-conversions.swift
[119/140] Compiling NIOCore ByteBuffer-core.swift
[120/140] Compiling NIOCore ByteBuffer-hex.swift
[121/140] Compiling NIOCore ByteBuffer-int.swift
[122/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/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:
[124/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:
[125/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:
[126/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:
[127/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:
[128/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:
[129/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:
[130/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:
[131/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:
[132/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[133/140] Compiling NIOCore SocketAddresses.swift
[134/140] Compiling NIOCore SocketOptionProvider.swift
[135/140] Compiling NIOCore SystemCallHelpers.swift
[136/140] Compiling NIOCore TimeAmount+Duration.swift
[137/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[138/140] Compiling NIOCore UniversalBootstrapSupport.swift
[139/140] Compiling NIOCore Utilities.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm