Build Information
Failed to build swift-nio-redis-client, reference develop (7e24d6
), with Swift 6.1 for Wasm on 27 May 2025 23:04:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-redis-client.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/NozeIO/swift-nio-redis-client
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 7e24d61 Accidentially grabbed .github from somewhere else?
Cloned https://github.com/NozeIO/swift-nio-redis-client.git
Revision (git rev-parse @):
7e24d6163cfd07b6e296a0421a48bdbb817c7a06
SUCCESS checkout https://github.com/NozeIO/swift-nio-redis-client.git at develop
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/swift-nio-redis-client.git
https://github.com/NozeIO/swift-nio-redis-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.20.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-redis",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-redis.git"
}
],
"manifest_display_name" : "swift-nio-redis-client",
"name" : "swift-nio-redis-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Redis",
"targets" : [
"Redis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RedisTests",
"module_type" : "SwiftTarget",
"name" : "RedisTests",
"path" : "Tests/RedisTests",
"sources" : [
"RedisClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Redis"
],
"type" : "test"
},
{
"c99name" : "Redis",
"module_type" : "SwiftTarget",
"name" : "Redis",
"path" : "Sources/Redis",
"product_dependencies" : [
"NIORedis"
],
"product_memberships" : [
"Redis"
],
"sources" : [
"RedisClient.swift",
"RedisClientOptions.swift",
"RedisCommand.swift",
"RedisCommandTarget.swift",
"RedisPrint.swift",
"RedisRetry.swift",
"RedisTypeTransformable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/SwiftNIOExtras/swift-nio-redis.git
Fetching https://github.com/apple/swift-nio.git
[1/359] Fetching swift-nio-redis
[206/76414] Fetching swift-nio-redis, swift-nio
Fetched https://github.com/SwiftNIOExtras/swift-nio-redis.git from cache (4.95s)
Fetched https://github.com/apple/swift-nio.git from cache (5.09s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-redis.git
Computed https://github.com/SwiftNIOExtras/swift-nio-redis.git at 0.11.0 (6.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.38s)
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
[634/18301] Fetching swift-atomics, swift-collections
[823/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
[5526/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.88s)
[4148/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.20s)
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-redis.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-redis.git resolved at 0.11.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
Building for debugging...
[0/23] Write sources
[12/23] Compiling CNIOWindows shim.c
[13/23] Compiling CNIOWindows WSAStartup.c
[13/23] Compiling _AtomicsShims.c
[15/23] Write sources
[16/23] Compiling CNIOLinux shim.c
[17/23] Compiling CNIOLinux liburing_shims.c
[18/23] Compiling CNIODarwin shim.c
[19/23] Compiling CNIOWASI CNIOWASI.c
[20/23] Write swift-version-24593BA9C3E375BF.txt
[22/62] Compiling Atomics UnsafeAtomic.swift
[23/62] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/62] Emitting module _NIOBase64
[25/62] Compiling _NIOBase64 Base64.swift
[26/65] Compiling InternalCollectionsUtilities Descriptions.swift
[27/65] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/66] Compiling InternalCollectionsUtilities Debugging.swift
[31/66] Compiling Atomics OptionalRawRepresentable.swift
[32/66] Compiling Atomics RawRepresentable.swift
[33/66] Compiling Atomics AtomicBool.swift
[34/66] Compiling InternalCollectionsUtilities Integer rank.swift
[36/66] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/66] Compiling Atomics AtomicValue.swift
[39/66] Emitting module Atomics
[43/66] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/66] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/66] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[46/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/66] Emitting module InternalCollectionsUtilities
[50/66] Compiling _NIODataStructures _TinyArray.swift
[51/66] Compiling _NIODataStructures PriorityQueue.swift
[59/66] Compiling c-nioatomics.c
[61/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/67] Compiling Atomics IntegerOperations.swift
[63/67] Compiling Atomics Unmanaged extensions.swift
[65/68] Emitting module _NIODataStructures
[66/68] Compiling _NIODataStructures Heap.swift
[67/69] Compiling c-atomics.c
[70/90] Compiling DequeModule _DequeBuffer.swift
[71/90] Compiling DequeModule _DequeBufferHeader.swift
[72/92] Compiling DequeModule Deque+Extras.swift
[73/92] Compiling DequeModule Deque+Hashable.swift
[74/92] Compiling DequeModule Deque+Equatable.swift
[75/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/92] Compiling NIOConcurrencyHelpers lock.swift
[77/92] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/92] Compiling DequeModule Deque+Testing.swift
[79/92] Compiling DequeModule Deque._Storage.swift
[80/92] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/92] Emitting module NIOConcurrencyHelpers
[82/92] Compiling NIOConcurrencyHelpers atomics.swift
[83/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/93] Compiling DequeModule _DequeSlot.swift
[85/93] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/93] Compiling DequeModule Deque._UnsafeHandle.swift
[87/93] Compiling DequeModule Deque.swift
[89/93] Compiling DequeModule Deque+CustomReflectable.swift
[90/93] Compiling DequeModule Deque+Descriptions.swift
[91/93] Compiling DequeModule Deque+Codable.swift
[92/93] Compiling DequeModule Deque+Collection.swift
[93/93] Emitting module DequeModule
[95/154] Compiling NIOCore MulticastChannel.swift
[96/154] Compiling NIOCore NIOAny.swift
[97/154] Compiling NIOCore NIOCloseOnErrorHandler.swift
[98/154] Compiling NIOCore NIOLoopBound.swift
[99/154] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[100/154] Compiling NIOCore NIOScheduledCallback.swift
[101/154] Compiling NIOCore NIOSendable.swift
[102/154] Compiling NIOCore RecvByteBufferAllocator.swift
[103/162] Compiling NIOCore IO.swift
[104/162] Compiling NIOCore IOData.swift
[105/162] Compiling NIOCore IPProtocol.swift
[106/162] Compiling NIOCore IntegerBitPacking.swift
[107/162] Compiling NIOCore IntegerTypes.swift
[108/162] Compiling NIOCore Interfaces.swift
[109/162] Compiling NIOCore Linux.swift
[110/162] Compiling NIOCore MarkedCircularBuffer.swift
[111/162] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[112/162] Compiling NIOCore EventLoopFuture+Deprecated.swift
[113/162] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[114/162] Compiling NIOCore EventLoopFuture.swift
[115/162] Compiling NIOCore FileDescriptor.swift
[116/162] Compiling NIOCore FileHandle.swift
[117/162] Compiling NIOCore FileRegion.swift
[118/162] Compiling NIOCore GlobalSingletons.swift
[119/162] Compiling NIOCore CircularBuffer.swift
[120/162] Compiling NIOCore Codec.swift
[121/162] Compiling NIOCore ConvenienceOptionSupport.swift
[122/162] Compiling NIOCore DeadChannel.swift
[123/162] Compiling NIOCore DispatchQueue+WithFuture.swift
[124/162] Compiling NIOCore EventLoop+Deprecated.swift
[125/162] Compiling NIOCore EventLoop+SerialExecutor.swift
[126/162] Compiling NIOCore EventLoop.swift
[127/162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[128/162] Compiling NIOCore SocketAddresses.swift
[129/162] Compiling NIOCore SocketOptionProvider.swift
[130/162] Compiling NIOCore SystemCallHelpers.swift
[131/162] Compiling NIOCore TimeAmount+Duration.swift
[132/162] Compiling NIOCore TypeAssistedChannelHandler.swift
[133/162] Compiling NIOCore UniversalBootstrapSupport.swift
[134/162] Compiling NIOCore Utilities.swift
[135/162] 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:
[136/162] 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:
[137/162] 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:
[138/162] 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:
[139/162] 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:
[140/162] 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:
[141/162] 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:
[142/162] 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:
[143/162] 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:
[144/162] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[145/162] Compiling NIOCore BSDSocketAPI.swift
[146/162] Compiling NIOCore ByteBuffer-aux.swift
[147/162] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[148/162] Compiling NIOCore ByteBuffer-conversions.swift
[149/162] Compiling NIOCore ByteBuffer-core.swift
[150/162] Compiling NIOCore ByteBuffer-hex.swift
[151/162] Compiling NIOCore ByteBuffer-int.swift
[152/162] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[153/162] Compiling NIOCore AddressedEnvelope.swift
[154/162] Compiling NIOCore AsyncAwaitSupport.swift
[155/162] Compiling NIOCore AsyncChannel.swift
[156/162] Compiling NIOCore AsyncChannelHandler.swift
[157/162] Compiling NIOCore AsyncChannelInboundStream.swift
[158/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[159/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[160/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[161/162] Compiling NIOCore NIOAsyncWriter.swift
[162/162] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
warning: 'spi-builder-workspace': dependency 'swift-nio' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling Atomics PointerConformances.swift
[3/46] Compiling Atomics Primitives.native.swift
[4/47] Compiling Atomics AtomicOptionalWrappable.swift
[5/47] Compiling Atomics AtomicMemoryOrderings.swift
[6/47] Compiling Atomics UnsafeAtomic.swift
[7/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[8/47] Compiling Atomics ManagedAtomic.swift
[9/47] Compiling Atomics ManagedAtomicLazyReference.swift
[10/49] Compiling NIOConcurrencyHelpers lock.swift
[11/49] Compiling Atomics OptionalRawRepresentable.swift
[12/49] Compiling Atomics RawRepresentable.swift
[13/49] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/49] Compiling Atomics IntegerOperations.swift
[15/49] Compiling Atomics Unmanaged extensions.swift
[16/49] Compiling _NIOBase64 Base64.swift
[17/49] Emitting module _NIOBase64
[18/50] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/50] Compiling Atomics DoubleWord.swift
[22/50] Compiling Atomics Primitives.shims.swift
[23/50] Compiling Atomics AtomicInteger.swift
[25/50] Compiling Atomics AtomicReference.swift
[26/50] Compiling Atomics AtomicStorage.swift
[27/50] Compiling Atomics AtomicValue.swift
[28/50] Compiling _NIODataStructures PriorityQueue.swift
[29/50] Compiling _NIODataStructures _TinyArray.swift
[30/50] Emitting module _NIODataStructures
[35/50] Compiling Atomics AtomicBool.swift
[36/50] Compiling Atomics IntegerConformances.swift
[37/50] Compiling _NIODataStructures Heap.swift
[39/51] Emitting module InternalCollectionsUtilities
[40/52] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[42/52] Emitting module NIOConcurrencyHelpers
[43/52] Compiling NIOConcurrencyHelpers atomics.swift
[44/52] Compiling NIOConcurrencyHelpers NIOAtomic.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+CustomReflectable.swift
[52/70] Compiling DequeModule Deque+Descriptions.swift
[53/70] Compiling DequeModule Deque+Codable.swift
[54/70] Compiling DequeModule Deque+Collection.swift
[59/70] Emitting module Atomics
[60/71] Compiling DequeModule Deque+Testing.swift
[61/71] Compiling DequeModule Deque._Storage.swift
[62/71] Compiling DequeModule Deque+Extras.swift
[63/71] Compiling DequeModule Deque+Hashable.swift
[64/71] Compiling DequeModule Deque._UnsafeHandle.swift
[65/71] Compiling DequeModule Deque.swift
[67/71] Compiling DequeModule _DequeSlot.swift
[68/71] Compiling DequeModule _UnsafeWrappedBuffer.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 SingleStepByteToMessageDecoder.swift
[82/140] Compiling NIOCore SocketAddresses.swift
[83/140] Compiling NIOCore SocketOptionProvider.swift
[84/140] Compiling NIOCore SystemCallHelpers.swift
[85/140] Compiling NIOCore TimeAmount+Duration.swift
[86/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[87/140] Compiling NIOCore UniversalBootstrapSupport.swift
[88/140] Compiling NIOCore Utilities.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 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 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 IO.swift
[124/140] Compiling NIOCore IOData.swift
[125/140] Compiling NIOCore IPProtocol.swift
[126/140] Compiling NIOCore IntegerBitPacking.swift
[127/140] Compiling NIOCore IntegerTypes.swift
[128/140] Compiling NIOCore Interfaces.swift
[129/140] Compiling NIOCore Linux.swift
[130/140] Compiling NIOCore MarkedCircularBuffer.swift
[131/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/140] Compiling NIOCore BSDSocketAPI.swift
[133/140] Compiling NIOCore ByteBuffer-aux.swift
[134/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/140] Compiling NIOCore ByteBuffer-conversions.swift
[136/140] Compiling NIOCore ByteBuffer-core.swift
[137/140] Compiling NIOCore ByteBuffer-hex.swift
[138/140] Compiling NIOCore ByteBuffer-int.swift
[139/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm