Build Information
Failed to build redi-s, reference 0.6.0 (4ec4de
), with Swift 6.1 for Wasm on 29 May 2025 03:46:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/redi-s.git
Reference: 0.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/NozeIO/redi-s
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 4ec4de9 Merge branch 'develop'
Cloned https://github.com/NozeIO/redi-s.git
Revision (git rev-parse @):
4ec4de94f2638596202debf85a5813d5e02d784a
SUCCESS checkout https://github.com/NozeIO/redi-s.git at 0.6.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/NozeIO/redi-s.git
https://github.com/NozeIO/redi-s.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio-redis",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftNIOExtras/swift-nio-redis.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics"
}
],
"manifest_display_name" : "redi-s",
"name" : "redi-s",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RedisServer",
"targets" : [
"RedisServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "redi-s",
"targets" : [
"redi-s"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "redi_s",
"module_type" : "SwiftTarget",
"name" : "redi-s",
"path" : "Sources/redi-s",
"product_memberships" : [
"redi-s"
],
"sources" : [
"ConfigFile.swift",
"main.swift"
],
"target_dependencies" : [
"RedisServer"
],
"type" : "executable"
},
{
"c99name" : "RedisServer",
"module_type" : "SwiftTarget",
"name" : "RedisServer",
"path" : "Sources/RedisServer",
"product_dependencies" : [
"NIORedis",
"Atomics"
],
"product_memberships" : [
"RedisServer",
"redi-s"
],
"sources" : [
"Commands/CommandTable.swift",
"Commands/CommandType.swift",
"Commands/ExpirationCommands.swift",
"Commands/HashCommands.swift",
"Commands/IntCommands.swift",
"Commands/KeyCommands.swift",
"Commands/ListCommands.swift",
"Commands/PubSubCommands.swift",
"Commands/RedisCommand.swift",
"Commands/ServerCommands.swift",
"Commands/SetCommands.swift",
"Commands/StringCommands.swift",
"Database/Database.swift",
"Database/DumpManager.swift",
"Helpers/RedisLogger.swift",
"Helpers/RedisPattern.swift",
"Helpers/Utilities.swift",
"Server/Monitor.swift",
"Server/PubSub.swift",
"Server/RedisCommandContext.swift",
"Server/RedisCommandHandler.swift",
"Server/RedisServer.swift",
"Values/RedisError.swift",
"Values/RedisList.swift",
"Values/RedisValue.swift",
"Values/RedisValueCoding.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-atomics
Fetching https://github.com/SwiftNIOExtras/swift-nio-redis.git
[1/359] Fetching swift-nio-redis
[360/2069] Fetching swift-nio-redis, swift-atomics
Fetched https://github.com/SwiftNIOExtras/swift-nio-redis.git from cache (0.26s)
[650/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics from cache (0.39s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-redis.git
Computed https://github.com/SwiftNIOExtras/swift-nio-redis.git at 0.11.0 (1.31s)
Fetching https://github.com/apple/swift-nio.git
[1/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.51s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (4.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.81s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1538/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.54s)
Fetched https://github.com/apple/swift-collections.git from cache (1.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.49s)
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/40] Write sources
[14/40] Compiling CNIODarwin shim.c
[15/40] Compiling CNIOLinux liburing_shims.c
[16/40] Compiling CNIOWindows WSAStartup.c
[17/40] Compiling _AtomicsShims.c
[18/40] Compiling CNIOWindows shim.c
[19/40] Compiling CNIOWASI CNIOWASI.c
[20/40] Compiling CNIOLinux shim.c
[21/40] Write swift-version-24593BA9C3E375BF.txt
[22/79] Compiling c-nioatomics.c
[24/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/80] Compiling Atomics AtomicMemoryOrderings.swift
[26/80] Compiling Atomics DoubleWord.swift
[27/80] Compiling Atomics ManagedAtomic.swift
[28/80] Compiling Atomics ManagedAtomicLazyReference.swift
[29/80] Compiling Atomics UnsafeAtomic.swift
[30/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/82] Compiling c-atomics.c
[32/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/82] Emitting module _NIOBase64
[34/82] Compiling _NIOBase64 Base64.swift
[35/83] Compiling Atomics AtomicOptionalWrappable.swift
[36/83] Compiling Atomics OptionalRawRepresentable.swift
[39/83] Compiling _NIODataStructures _TinyArray.swift
[40/83] Compiling _NIODataStructures PriorityQueue.swift
[41/83] Compiling Atomics Primitives.shims.swift
[42/83] Compiling Atomics AtomicInteger.swift
[44/83] Compiling Atomics AtomicReference.swift
[45/83] Compiling Atomics AtomicStorage.swift
[46/83] Compiling Atomics AtomicValue.swift
[47/83] Compiling Atomics IntegerConformances.swift
[48/83] Compiling Atomics PointerConformances.swift
[49/83] Compiling Atomics Primitives.native.swift
[55/83] Emitting module InternalCollectionsUtilities
[57/84] Compiling Atomics RawRepresentable.swift
[58/84] Compiling Atomics AtomicBool.swift
[59/84] Emitting module Atomics
[65/90] Compiling Atomics IntegerOperations.swift
[66/90] Compiling Atomics Unmanaged extensions.swift
[68/91] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[68/91] Wrapping AST for InternalCollectionsUtilities for debugging
[70/91] Compiling NIOConcurrencyHelpers lock.swift
[71/91] Compiling NIOConcurrencyHelpers NIOLock.swift
[71/102] Wrapping AST for _NIOBase64 for debugging
[73/106] Emitting module _NIODataStructures
[74/106] Compiling _NIODataStructures Heap.swift
[74/107] Wrapping AST for Atomics for debugging
[76/107] Compiling NIOConcurrencyHelpers atomics.swift
[77/107] Emitting module NIOConcurrencyHelpers
[78/107] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/108] Compiling DequeModule _DequeBuffer.swift
[82/108] Compiling DequeModule _DequeBufferHeader.swift
[82/110] Wrapping AST for _NIODataStructures for debugging
[84/110] Compiling DequeModule Deque+Testing.swift
[85/110] Compiling DequeModule Deque._Storage.swift
[86/110] Compiling DequeModule Deque+CustomReflectable.swift
[87/110] Compiling DequeModule Deque+Descriptions.swift
[88/110] Compiling DequeModule Deque+Equatable.swift
[89/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/110] Compiling DequeModule Deque+Extras.swift
[91/110] Compiling DequeModule Deque+Hashable.swift
[91/110] Wrapping AST for NIOConcurrencyHelpers for debugging
[93/110] Compiling DequeModule Deque._UnsafeHandle.swift
[94/110] Compiling DequeModule Deque.swift
[95/110] Compiling DequeModule _DequeSlot.swift
[96/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/110] Emitting module DequeModule
[98/110] Compiling DequeModule Deque+Codable.swift
[99/110] Compiling DequeModule Deque+Collection.swift
[100/111] Wrapping AST for DequeModule for debugging
[102/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[103/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[104/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[105/171] Compiling NIOCore EventLoopFuture.swift
[106/171] Compiling NIOCore FileDescriptor.swift
[107/171] Compiling NIOCore FileHandle.swift
[108/171] Compiling NIOCore FileRegion.swift
[109/171] Compiling NIOCore GlobalSingletons.swift
[110/171] Compiling NIOCore CircularBuffer.swift
[111/171] Compiling NIOCore Codec.swift
[112/171] Compiling NIOCore ConvenienceOptionSupport.swift
[113/171] Compiling NIOCore DeadChannel.swift
[114/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[115/171] Compiling NIOCore EventLoop+Deprecated.swift
[116/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[117/171] Compiling NIOCore EventLoop.swift
[118/179] Compiling NIOCore IO.swift
[119/179] Compiling NIOCore IOData.swift
[120/179] Compiling NIOCore IPProtocol.swift
[121/179] Compiling NIOCore IntegerBitPacking.swift
[122/179] Compiling NIOCore IntegerTypes.swift
[123/179] Compiling NIOCore Interfaces.swift
[124/179] Compiling NIOCore Linux.swift
[125/179] Compiling NIOCore MarkedCircularBuffer.swift
[126/179] Compiling NIOCore MulticastChannel.swift
[127/179] Compiling NIOCore NIOAny.swift
[128/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[129/179] Compiling NIOCore NIOLoopBound.swift
[130/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[131/179] Compiling NIOCore NIOScheduledCallback.swift
[132/179] Compiling NIOCore NIOSendable.swift
[133/179] Compiling NIOCore RecvByteBufferAllocator.swift
[134/179] 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:
[135/179] 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:
[136/179] 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:
[137/179] 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:
[138/179] 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:
[139/179] 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:
[140/179] 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:
[141/179] 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:
[142/179] 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:
[143/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/179] Compiling NIOCore BSDSocketAPI.swift
[145/179] Compiling NIOCore ByteBuffer-aux.swift
[146/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/179] Compiling NIOCore ByteBuffer-conversions.swift
[148/179] Compiling NIOCore ByteBuffer-core.swift
[149/179] Compiling NIOCore ByteBuffer-hex.swift
[150/179] Compiling NIOCore ByteBuffer-int.swift
[151/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[152/179] Compiling NIOCore AddressedEnvelope.swift
[153/179] Compiling NIOCore AsyncAwaitSupport.swift
[154/179] Compiling NIOCore AsyncChannel.swift
[155/179] Compiling NIOCore AsyncChannelHandler.swift
[156/179] Compiling NIOCore AsyncChannelInboundStream.swift
[157/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/179] Compiling NIOCore NIOAsyncWriter.swift
[161/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[162/179] Compiling NIOCore SocketAddresses.swift
[163/179] Compiling NIOCore SocketOptionProvider.swift
[164/179] Compiling NIOCore SystemCallHelpers.swift
[165/179] Compiling NIOCore TimeAmount+Duration.swift
[166/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[167/179] Compiling NIOCore UniversalBootstrapSupport.swift
[168/179] Compiling NIOCore Utilities.swift
[169/179] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
Building for debugging...
[0/17] Write swift-version-24593BA9C3E375BF.txt
[2/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[4/63] Compiling Atomics AtomicOptionalWrappable.swift
[5/63] Compiling Atomics AtomicReference.swift
[6/63] Compiling Atomics AtomicStorage.swift
[7/63] Compiling Atomics AtomicValue.swift
[8/63] Compiling Atomics Primitives.shims.swift
[9/63] Compiling Atomics AtomicInteger.swift
[11/65] Compiling NIOConcurrencyHelpers lock.swift
[12/65] Compiling Atomics UnsafeAtomic.swift
[13/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/65] Compiling Atomics ManagedAtomic.swift
[16/65] Compiling Atomics ManagedAtomicLazyReference.swift
[17/65] Compiling Atomics AtomicMemoryOrderings.swift
[18/65] Compiling Atomics DoubleWord.swift
[19/65] Emitting module NIOConcurrencyHelpers
[20/65] Compiling _NIODataStructures _TinyArray.swift
[21/65] Compiling _NIODataStructures PriorityQueue.swift
[22/65] Emitting module _NIODataStructures
[23/65] Emitting module _NIOBase64
[24/65] Compiling _NIOBase64 Base64.swift
[25/65] Compiling _NIODataStructures Heap.swift
[26/67] Compiling Atomics OptionalRawRepresentable.swift
[27/67] Compiling Atomics RawRepresentable.swift
[30/67] Compiling Atomics AtomicBool.swift
[35/67] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[37/67] Compiling NIOConcurrencyHelpers atomics.swift
[39/68] Emitting module InternalCollectionsUtilities
[40/68] Compiling Atomics IntegerOperations.swift
[41/68] Compiling Atomics Unmanaged extensions.swift
[42/68] Compiling Atomics PointerConformances.swift
[43/68] Compiling Atomics Primitives.native.swift
[45/68] Compiling Atomics IntegerConformances.swift
[50/67] Emitting module Atomics
[50/66] Wrapping AST for InternalCollectionsUtilities for debugging
[52/81] Compiling DequeModule Deque+CustomReflectable.swift
[53/81] Compiling DequeModule Deque+Descriptions.swift
[54/83] Compiling DequeModule Deque+Collection.swift
[55/83] Compiling DequeModule Deque+Equatable.swift
[56/83] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/84] Compiling DequeModule _DequeBuffer.swift
[59/84] Compiling DequeModule _DequeBufferHeader.swift
[60/84] Emitting module DequeModule
[61/84] Compiling DequeModule _DequeSlot.swift
[62/84] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/84] Compiling DequeModule Deque+Testing.swift
[66/84] Compiling DequeModule Deque._Storage.swift
[67/84] Compiling DequeModule Deque+Extras.swift
[68/84] Compiling DequeModule Deque+Hashable.swift
[69/84] Compiling DequeModule Deque._UnsafeHandle.swift
[70/84] Compiling DequeModule Deque.swift
[70/84] Wrapping AST for Atomics for debugging
[72/84] Compiling DequeModule Deque+Codable.swift
[74/85] Wrapping AST for DequeModule for debugging
[76/145] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[77/145] Compiling NIOCore EventLoopFuture+Deprecated.swift
[78/145] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[79/145] Compiling NIOCore EventLoopFuture.swift
[80/145] Compiling NIOCore FileDescriptor.swift
[81/145] Compiling NIOCore FileHandle.swift
[82/145] Compiling NIOCore FileRegion.swift
[83/145] Compiling NIOCore GlobalSingletons.swift
[84/145] Compiling NIOCore MulticastChannel.swift
[85/145] Compiling NIOCore NIOAny.swift
[86/145] Compiling NIOCore NIOCloseOnErrorHandler.swift
[87/145] Compiling NIOCore NIOLoopBound.swift
[88/145] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[89/145] Compiling NIOCore NIOScheduledCallback.swift
[90/145] Compiling NIOCore NIOSendable.swift
[91/145] Compiling NIOCore RecvByteBufferAllocator.swift
[92/145] Compiling NIOCore IO.swift
[93/145] Compiling NIOCore IOData.swift
[94/145] Compiling NIOCore IPProtocol.swift
[95/145] Compiling NIOCore IntegerBitPacking.swift
[96/145] Compiling NIOCore IntegerTypes.swift
[97/145] Compiling NIOCore Interfaces.swift
[98/145] Compiling NIOCore Linux.swift
[99/145] Compiling NIOCore MarkedCircularBuffer.swift
[100/145] 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:
[101/145] 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:
[102/145] 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:
[103/145] 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:
[104/145] 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:
[105/145] 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:
[106/145] 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:
[107/145] 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:
[108/145] 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:
[109/153] Compiling NIOCore AddressedEnvelope.swift
[110/153] Compiling NIOCore AsyncAwaitSupport.swift
[111/153] Compiling NIOCore AsyncChannel.swift
[112/153] Compiling NIOCore AsyncChannelHandler.swift
[113/153] Compiling NIOCore AsyncChannelInboundStream.swift
[114/153] Compiling NIOCore AsyncChannelOutboundWriter.swift
[115/153] Compiling NIOCore NIOAsyncSequenceProducer.swift
[116/153] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[117/153] Compiling NIOCore NIOAsyncWriter.swift
[118/153] Compiling NIOCore CircularBuffer.swift
[119/153] Compiling NIOCore Codec.swift
[120/153] Compiling NIOCore ConvenienceOptionSupport.swift
[121/153] Compiling NIOCore DeadChannel.swift
[122/153] Compiling NIOCore DispatchQueue+WithFuture.swift
[123/153] Compiling NIOCore EventLoop+Deprecated.swift
[124/153] Compiling NIOCore EventLoop+SerialExecutor.swift
[125/153] Compiling NIOCore EventLoop.swift
[126/153] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[127/153] Compiling NIOCore BSDSocketAPI.swift
[128/153] Compiling NIOCore ByteBuffer-aux.swift
[129/153] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[130/153] Compiling NIOCore ByteBuffer-conversions.swift
[131/153] Compiling NIOCore ByteBuffer-core.swift
[132/153] Compiling NIOCore ByteBuffer-hex.swift
[133/153] Compiling NIOCore ByteBuffer-int.swift
[134/153] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[135/153] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/153] Compiling NIOCore SocketAddresses.swift
[137/153] Compiling NIOCore SocketOptionProvider.swift
[138/153] Compiling NIOCore SystemCallHelpers.swift
[139/153] Compiling NIOCore TimeAmount+Duration.swift
[140/153] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/153] Compiling NIOCore UniversalBootstrapSupport.swift
[142/153] Compiling NIOCore Utilities.swift
[143/153] Emitting module NIOCore
BUILD FAILURE 6.1 wasm