Build Information
Failed to build swift-nio-redis, reference develop (7d74e4
), with Swift 6.1 for Wasm on 29 May 2025 03:48:56 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/SwiftNIOExtras/swift-nio-redis.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SwiftNIOExtras/swift-nio-redis
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 7d74e47 Make sure the channel is flushed
Cloned https://github.com/SwiftNIOExtras/swift-nio-redis.git
Revision (git rev-parse @):
7d74e47d65f341856658962c351a2a2206e74677
SUCCESS checkout https://github.com/SwiftNIOExtras/swift-nio-redis.git at develop
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftNIOExtras/swift-nio-redis.git
https://github.com/SwiftNIOExtras/swift-nio-redis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.18.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "swift-nio-redis",
"name" : "swift-nio-redis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIORedis",
"targets" : [
"NIORedis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NIORedisTests",
"module_type" : "SwiftTarget",
"name" : "NIORedisTests",
"path" : "Tests/NIORedisTests",
"sources" : [
"RESPValueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NIORedis"
],
"type" : "test"
},
{
"c99name" : "NIORedis",
"module_type" : "SwiftTarget",
"name" : "NIORedis",
"path" : "Sources/NIORedis",
"product_dependencies" : [
"NIO",
"NIOFoundationCompat"
],
"product_memberships" : [
"NIORedis"
],
"sources" : [
"ByteBufferExtras.swift",
"RESPChannelHandler.swift",
"RESPEncodable.swift",
"RESPParser.swift",
"RESPPipelineSetup.swift",
"RESPValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.04s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.87s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
[3478/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.43s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.43s)
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
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
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
Building for debugging...
[0/22] Write sources
[11/22] Compiling _AtomicsShims.c
[11/22] Compiling CNIOWindows shim.c
[11/22] Compiling CNIOWindows WSAStartup.c
[11/22] Compiling CNIOWASI CNIOWASI.c
[15/22] Write sources
[16/22] Compiling CNIOLinux shim.c
[17/22] Compiling CNIOLinux liburing_shims.c
[18/22] Compiling CNIODarwin shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/61] Emitting module _NIODataStructures
[21/61] Compiling c-nioatomics.c
[22/61] Compiling c-atomics.c
[24/67] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/67] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/69] Emitting module _NIOBase64
[29/69] Compiling _NIOBase64 Base64.swift
[30/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/70] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/70] Compiling InternalCollectionsUtilities Integer rank.swift
[33/70] Compiling _NIODataStructures _TinyArray.swift
[35/70] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/70] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/70] Emitting module InternalCollectionsUtilities
[44/70] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/70] Compiling InternalCollectionsUtilities Debugging.swift
[48/71] Compiling InternalCollectionsUtilities Descriptions.swift
[49/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/71] Emitting module Atomics
[56/71] Compiling Atomics ManagedAtomic.swift
[57/71] Compiling Atomics ManagedAtomicLazyReference.swift
[58/71] Compiling Atomics IntegerConformances.swift
[59/71] Compiling Atomics PointerConformances.swift
[60/71] Compiling Atomics Primitives.native.swift
[61/71] Compiling Atomics IntegerOperations.swift
[62/71] Compiling Atomics Unmanaged extensions.swift
[64/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/73] Compiling _NIODataStructures PriorityQueue.swift
[67/73] Compiling _NIODataStructures Heap.swift
[68/74] Compiling NIOConcurrencyHelpers lock.swift
[69/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[70/74] Compiling NIOConcurrencyHelpers atomics.swift
[72/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[73/74] Emitting module NIOConcurrencyHelpers
[74/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[76/90] Compiling DequeModule _DequeBuffer.swift
[77/90] Compiling DequeModule _DequeBufferHeader.swift
[78/92] Compiling DequeModule Deque+Equatable.swift
[79/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/92] Compiling DequeModule Deque+CustomReflectable.swift
[81/92] Compiling DequeModule Deque+Descriptions.swift
[82/92] Compiling DequeModule Deque+Extras.swift
[83/92] Compiling DequeModule Deque+Hashable.swift
[84/92] Compiling DequeModule Deque._UnsafeHandle.swift
[85/92] Compiling DequeModule Deque.swift
[86/92] Compiling DequeModule Deque+Testing.swift
[87/92] Compiling DequeModule Deque._Storage.swift
[88/92] Compiling DequeModule _DequeSlot.swift
[89/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/92] Emitting module DequeModule
[91/92] Compiling DequeModule Deque+Codable.swift
[92/92] Compiling DequeModule Deque+Collection.swift
[94/153] Compiling NIOCore MulticastChannel.swift
[95/153] Compiling NIOCore NIOAny.swift
[96/153] Compiling NIOCore NIOCloseOnErrorHandler.swift
[97/153] Compiling NIOCore NIOLoopBound.swift
[98/153] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[99/153] Compiling NIOCore NIOScheduledCallback.swift
[100/153] Compiling NIOCore NIOSendable.swift
[101/153] Compiling NIOCore RecvByteBufferAllocator.swift
[102/161] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[103/161] Compiling NIOCore EventLoopFuture+Deprecated.swift
[104/161] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[105/161] Compiling NIOCore EventLoopFuture.swift
[106/161] Compiling NIOCore FileDescriptor.swift
[107/161] Compiling NIOCore FileHandle.swift
[108/161] Compiling NIOCore FileRegion.swift
[109/161] Compiling NIOCore GlobalSingletons.swift
[110/161] Compiling NIOCore AddressedEnvelope.swift
[111/161] Compiling NIOCore AsyncAwaitSupport.swift
[112/161] Compiling NIOCore AsyncChannel.swift
[113/161] Compiling NIOCore AsyncChannelHandler.swift
[114/161] Compiling NIOCore AsyncChannelInboundStream.swift
[115/161] Compiling NIOCore AsyncChannelOutboundWriter.swift
[116/161] Compiling NIOCore NIOAsyncSequenceProducer.swift
[117/161] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[118/161] Compiling NIOCore NIOAsyncWriter.swift
[119/161] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[120/161] Compiling NIOCore SocketAddresses.swift
[121/161] Compiling NIOCore SocketOptionProvider.swift
[122/161] Compiling NIOCore SystemCallHelpers.swift
[123/161] Compiling NIOCore TimeAmount+Duration.swift
[124/161] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/161] Compiling NIOCore UniversalBootstrapSupport.swift
[126/161] Compiling NIOCore Utilities.swift
[127/161] Compiling NIOCore IO.swift
[128/161] Compiling NIOCore IOData.swift
[129/161] Compiling NIOCore IPProtocol.swift
[130/161] Compiling NIOCore IntegerBitPacking.swift
[131/161] Compiling NIOCore IntegerTypes.swift
[132/161] Compiling NIOCore Interfaces.swift
[133/161] Compiling NIOCore Linux.swift
[134/161] Compiling NIOCore MarkedCircularBuffer.swift
[135/161] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[136/161] Compiling NIOCore BSDSocketAPI.swift
[137/161] Compiling NIOCore ByteBuffer-aux.swift
[138/161] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[139/161] Compiling NIOCore ByteBuffer-conversions.swift
[140/161] Compiling NIOCore ByteBuffer-core.swift
[141/161] Compiling NIOCore ByteBuffer-hex.swift
[142/161] Compiling NIOCore ByteBuffer-int.swift
[143/161] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[144/161] Compiling NIOCore CircularBuffer.swift
[145/161] Compiling NIOCore Codec.swift
[146/161] Compiling NIOCore ConvenienceOptionSupport.swift
[147/161] Compiling NIOCore DeadChannel.swift
[148/161] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/161] Compiling NIOCore EventLoop+Deprecated.swift
[150/161] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/161] Compiling NIOCore EventLoop.swift
[152/161] 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/161] 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/161] 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/161] 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/161] 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/161] 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/161] 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/161] 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/161] 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/161] 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 Atomics ManagedAtomic.swift
[3/46] Compiling Atomics ManagedAtomicLazyReference.swift
[4/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/49] Compiling NIOConcurrencyHelpers lock.swift
[6/49] Compiling Atomics AtomicMemoryOrderings.swift
[7/49] Compiling Atomics DoubleWord.swift
[8/49] Compiling Atomics UnsafeAtomic.swift
[9/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[10/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/49] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/49] Compiling InternalCollectionsUtilities Debugging.swift
[13/49] Compiling InternalCollectionsUtilities Descriptions.swift
[14/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/49] Emitting module _NIODataStructures
[16/49] Compiling _NIODataStructures Heap.swift
[17/49] Compiling Atomics IntegerOperations.swift
[18/49] Compiling Atomics Unmanaged extensions.swift
[19/49] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[20/49] Compiling NIOConcurrencyHelpers atomics.swift
[21/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/49] Compiling _NIODataStructures PriorityQueue.swift
[23/49] Compiling _NIODataStructures _TinyArray.swift
[25/50] Emitting module NIOConcurrencyHelpers
[26/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/51] Emitting module _NIOBase64
[28/51] Compiling _NIOBase64 Base64.swift
[29/52] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/52] Compiling InternalCollectionsUtilities Integer rank.swift
[43/52] Emitting module InternalCollectionsUtilities
[44/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/68] Compiling DequeModule _DequeBuffer.swift
[48/68] Compiling DequeModule _DequeBufferHeader.swift
[49/70] Compiling DequeModule Deque+Extras.swift
[50/70] Compiling DequeModule Deque+Hashable.swift
[51/70] Compiling DequeModule Deque+Equatable.swift
[52/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[53/70] Compiling DequeModule Deque+Testing.swift
[54/70] Compiling DequeModule Deque._Storage.swift
[55/70] Compiling DequeModule Deque+CustomReflectable.swift
[56/70] Compiling DequeModule Deque+Descriptions.swift
[57/70] Compiling DequeModule Deque+Codable.swift
[58/70] Compiling DequeModule Deque+Collection.swift
[63/70] Compiling DequeModule _DequeSlot.swift
[64/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/70] Emitting module Atomics
[66/71] Compiling DequeModule Deque._UnsafeHandle.swift
[67/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/132] 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:
[82/132] 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:
[83/132] 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:
[84/132] 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:
[85/132] 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:
[86/132] 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:
[87/132] 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:
[88/132] 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:
[89/132] 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:
[90/132] Compiling NIOCore CircularBuffer.swift
[91/132] Compiling NIOCore Codec.swift
[92/132] Compiling NIOCore ConvenienceOptionSupport.swift
[93/132] Compiling NIOCore DeadChannel.swift
[94/132] Compiling NIOCore DispatchQueue+WithFuture.swift
[95/132] Compiling NIOCore EventLoop+Deprecated.swift
[96/132] Compiling NIOCore EventLoop+SerialExecutor.swift
[97/132] Compiling NIOCore EventLoop.swift
[98/140] Compiling NIOCore IO.swift
[99/140] Compiling NIOCore IOData.swift
[100/140] Compiling NIOCore IPProtocol.swift
[101/140] Compiling NIOCore IntegerBitPacking.swift
[102/140] Compiling NIOCore IntegerTypes.swift
[103/140] Compiling NIOCore Interfaces.swift
[104/140] Compiling NIOCore Linux.swift
[105/140] Compiling NIOCore MarkedCircularBuffer.swift
[106/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[107/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[108/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[109/140] Compiling NIOCore EventLoopFuture.swift
[110/140] Compiling NIOCore FileDescriptor.swift
[111/140] Compiling NIOCore FileHandle.swift
[112/140] Compiling NIOCore FileRegion.swift
[113/140] Compiling NIOCore GlobalSingletons.swift
[114/140] Compiling NIOCore AddressedEnvelope.swift
[115/140] Compiling NIOCore AsyncAwaitSupport.swift
[116/140] Compiling NIOCore AsyncChannel.swift
[117/140] Compiling NIOCore AsyncChannelHandler.swift
[118/140] Compiling NIOCore AsyncChannelInboundStream.swift
[119/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/140] Compiling NIOCore NIOAsyncWriter.swift
[123/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[124/140] Compiling NIOCore BSDSocketAPI.swift
[125/140] Compiling NIOCore ByteBuffer-aux.swift
[126/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[127/140] Compiling NIOCore ByteBuffer-conversions.swift
[128/140] Compiling NIOCore ByteBuffer-core.swift
[129/140] Compiling NIOCore ByteBuffer-hex.swift
[130/140] Compiling NIOCore ByteBuffer-int.swift
[131/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[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