Build Information
Failed to build DataLoader, reference 2.3.1 (3945e9
), with Swift 6.1 for Wasm on 21 Jun 2025 20:15:15 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/DataLoader.git
Reference: 2.3.1
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/GraphQLSwift/DataLoader
* tag 2.3.1 -> FETCH_HEAD
HEAD is now at 3945e9c Merge pull request #25 from NeedleInAJayStack/docs/spi
Cloned https://github.com/GraphQLSwift/DataLoader.git
Revision (git rev-parse @):
3945e9c9262c3792a0a4c952761f4e0de70df563
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GraphQLSwift/DataLoader.git at 2.3.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/GraphQLSwift/DataLoader.git
https://github.com/GraphQLSwift/DataLoader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "async-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/async-collections"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "DataLoader",
"name" : "DataLoader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DataLoader",
"targets" : [
"DataLoader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AsyncDataLoader",
"targets" : [
"AsyncDataLoader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataLoaderTests",
"module_type" : "SwiftTarget",
"name" : "DataLoaderTests",
"path" : "Tests/DataLoaderTests",
"product_dependencies" : [
"NIOCore",
"NIOPosix"
],
"sources" : [
"DataLoaderAbuseTests.swift",
"DataLoaderAsyncTests.swift",
"DataLoaderTests.swift"
],
"target_dependencies" : [
"DataLoader"
],
"type" : "test"
},
{
"c99name" : "DataLoader",
"module_type" : "SwiftTarget",
"name" : "DataLoader",
"path" : "Sources/DataLoader",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"DataLoader"
],
"sources" : [
"DataLoader.swift",
"DataLoaderError.swift",
"DataLoaderOptions.swift"
],
"type" : "library"
},
{
"c99name" : "AsyncDataLoaderTests",
"module_type" : "SwiftTarget",
"name" : "AsyncDataLoaderTests",
"path" : "Tests/AsyncDataLoaderTests",
"sources" : [
"DataLoaderAbuseTests.swift",
"DataLoaderTests.swift"
],
"target_dependencies" : [
"AsyncDataLoader"
],
"type" : "test"
},
{
"c99name" : "AsyncDataLoader",
"module_type" : "SwiftTarget",
"name" : "AsyncDataLoader",
"path" : "Sources/AsyncDataLoader",
"product_dependencies" : [
"Algorithms",
"AsyncCollections"
],
"product_memberships" : [
"AsyncDataLoader"
],
"sources" : [
"Channel/Channel.swift",
"Channel/State.swift",
"DataLoader.swift",
"DataLoaderError.swift",
"DataLoaderOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/adam-fowler/async-collections
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
[1/289] Fetching async-collections
[77/6248] Fetching async-collections, swift-algorithms
[6036/82587] Fetching async-collections, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (7.68s)
Fetched https://github.com/adam-fowler/async-collections from cache (7.69s)
Fetched https://github.com/apple/swift-nio.git from cache (7.84s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (8.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[702/18437] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.84s)
Fetched https://github.com/apple/swift-collections.git from cache (1.89s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.86s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.89s)
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.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/adam-fowler/async-collections
Working copy of https://github.com/adam-fowler/async-collections resolved at 0.1.0
Building for debugging...
[0/29] Write sources
[13/29] Compiling _NumericsShims _NumericsShims.c
[14/29] Compiling _AtomicsShims.c
[15/29] Compiling CNIOWASI CNIOWASI.c
[16/29] Compiling CNIOWindows WSAStartup.c
[16/29] Write sources
[16/29] Compiling CNIOWindows shim.c
[16/29] Compiling CNIOLinux shim.c
[24/29] Compiling CNIOLinux liburing_shims.c
[25/29] Compiling CNIODarwin shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/77] Emitting module InternalCollectionsUtilities
[29/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/78] Compiling Atomics AtomicReference.swift
[31/78] Compiling Atomics IntegerConformances.swift
[32/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/78] Compiling Atomics OptionalRawRepresentable.swift
[34/78] Compiling Atomics RawRepresentable.swift
[35/78] Compiling Atomics AtomicBool.swift
[36/78] Compiling Atomics AtomicMemoryOrderings.swift
[37/78] Compiling RealModule Real.swift
[38/78] Compiling RealModule Float+Real.swift
[39/78] Compiling RealModule Float80+Real.swift
[42/79] Compiling Atomics AtomicInteger.swift
[43/79] Compiling Atomics AtomicOptionalWrappable.swift
[44/79] Compiling RealModule Float16+Real.swift
[45/79] Compiling RealModule ElementaryFunctions.swift
[46/79] Emitting module RealModule
[47/79] Compiling Atomics AtomicStorage.swift
[48/79] Compiling Atomics AtomicValue.swift
[50/79] Compiling Atomics DoubleWord.swift
[51/81] Compiling Atomics ManagedAtomic.swift
[52/81] Compiling Atomics ManagedAtomicLazyReference.swift
[53/81] Compiling Atomics UnsafeAtomic.swift
[54/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[55/81] Emitting module _NIOBase64
[56/81] Compiling _NIOBase64 Base64.swift
[57/81] Compiling _NIODataStructures PriorityQueue.swift
[58/81] Compiling Atomics PointerConformances.swift
[59/81] Compiling Atomics Primitives.native.swift
[62/82] Compiling _NIODataStructures _TinyArray.swift
[65/83] Emitting module Atomics
[76/83] Compiling RealModule RealFunctions.swift
[78/84] Compiling c-nioatomics.c
[80/100] Compiling Atomics IntegerOperations.swift
[81/100] Compiling Atomics Unmanaged extensions.swift
[82/181] Compiling _NIODataStructures Heap.swift
[83/181] Emitting module _NIODataStructures
[84/216] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[87/255] Compiling HeapModule Heap+Descriptions.swift
[88/307] Compiling HashTreeCollections _Bucket.swift
[89/307] Compiling HashTreeCollections _Hash.swift
[90/309] Compiling HeapModule _HeapNode.swift
[91/335] Compiling HeapModule Heap.swift
[92/378] Compiling BitCollections BitArray+Copy.swift
[93/378] Compiling BitCollections BitArray+CustomReflectable.swift
[94/387] Compiling HeapModule Heap+Invariants.swift
[95/387] Compiling HeapModule Heap+UnsafeHandle.swift
[96/387] Emitting module HeapModule
[97/388] Compiling BitCollections BitArray+Descriptions.swift
[98/388] Compiling BitCollections BitArray+Equatable.swift
[99/388] Compiling BitCollections BitArray+Hashable.swift
[100/388] Compiling BitCollections BitArray+Initializers.swift
[101/388] Compiling BitCollections BitArray+Invariants.swift
[102/388] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[104/388] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[105/388] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[106/388] Compiling BitCollections BitSet+SetAlgebra union.swift
[107/388] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[108/388] Compiling BitCollections BitSet.Counted.swift
[109/388] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[110/388] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[111/388] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[112/388] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[113/388] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[114/388] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[115/388] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[116/388] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[117/388] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[128/405] Compiling BitCollections BitArray+RandomBits.swift
[129/405] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[130/405] Compiling BitCollections BitArray+Shifts.swift
[131/405] Compiling BitCollections BitArray+Testing.swift
[132/405] Compiling BitCollections BitArray._UnsafeHandle.swift
[133/405] Compiling BitCollections BitArray.swift
[134/405] Compiling BitCollections BitSet+BidirectionalCollection.swift
[135/405] Compiling BitCollections BitSet+Codable.swift
[136/405] Compiling BitCollections BitSet+Invariants.swift
[137/405] Compiling BitCollections BitSet+Random.swift
[138/405] Compiling BitCollections BitSet+SetAlgebra basics.swift
[139/405] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[140/405] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[141/405] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[142/405] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[143/405] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[144/405] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[145/405] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[146/405] Compiling BitCollections BitArray+Extras.swift
[147/405] Compiling BitCollections BitArray+Fill.swift
[152/405] Compiling BitCollections BitArray+BitwiseOperations.swift
[153/405] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[154/405] Compiling BitCollections BitArray+Codable.swift
[155/405] Compiling BitCollections BitArray+Collection.swift
[164/405] Compiling HashTreeCollections TreeDictionary.swift
[165/405] Compiling HashTreeCollections TreeSet+Codable.swift
[166/405] Compiling HashTreeCollections TreeSet+Collection.swift
[167/405] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[168/405] Compiling HashTreeCollections TreeSet+Debugging.swift
[169/405] Compiling HashTreeCollections TreeSet+Descriptions.swift
[170/405] Compiling HashTreeCollections TreeSet+Equatable.swift
[171/405] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[172/405] Compiling HashTreeCollections TreeSet+Extras.swift
[173/405] Compiling HashTreeCollections TreeSet+Filter.swift
[173/405] Compiling c-atomics.c
[175/405] Compiling OrderedCollections OrderedSet+Sendable.swift
[176/405] Compiling OrderedCollections OrderedSet+SubSequence.swift
[177/405] Compiling OrderedCollections OrderedSet+Testing.swift
[178/405] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[179/405] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[180/405] Compiling OrderedCollections OrderedSet.swift
[181/405] Compiling OrderedCollections _UnsafeBitset.swift
[182/405] Compiling HashTreeCollections TreeDictionary+Merge.swift
[183/405] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[184/405] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[185/405] Compiling HashTreeCollections TreeDictionary+Values.swift
[188/405] Emitting module BitCollections
[189/418] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[190/418] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[191/418] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[192/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[193/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[194/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[195/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[196/418] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[197/418] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[198/418] Compiling HashTreeCollections TreeSet.swift
[199/418] Emitting module DequeModule
[200/419] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[201/419] Compiling BitCollections BitSet+CustomReflectable.swift
[202/419] Compiling BitCollections BitSet+CustomStringConvertible.swift
[203/419] Compiling BitCollections BitSet+Equatable.swift
[204/419] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[205/419] Compiling BitCollections BitSet+Extras.swift
[206/419] Compiling BitCollections BitSet+Hashable.swift
[221/419] Compiling BitCollections BitSet+Initializers.swift
[228/419] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[229/419] Compiling NIOConcurrencyHelpers lock.swift
[237/422] Compiling NIOConcurrencyHelpers NIOLock.swift
[238/422] Compiling Algorithms Trim.swift
[239/422] Compiling Algorithms Unique.swift
[240/422] Compiling Algorithms Windows.swift
[276/422] Emitting module NIOConcurrencyHelpers
[280/422] Compiling BitCollections BitSet.Index.swift
[281/422] Compiling BitCollections BitSet._UnsafeHandle.swift
[282/422] Compiling BitCollections BitSet.swift
[283/422] Compiling BitCollections Range+Utilities.swift
[284/422] Compiling BitCollections Slice+Utilities.swift
[285/422] Compiling BitCollections UInt+Tricks.swift
[297/422] Compiling BitCollections _Word.swift
[306/422] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[307/431] Compiling NIOConcurrencyHelpers atomics.swift
[334/433] Emitting module OrderedCollections
[347/494] Compiling NIOCore NIOAsyncWriter.swift
[348/494] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[349/494] Compiling NIOCore BSDSocketAPI.swift
[350/494] Compiling NIOCore ByteBuffer-aux.swift
[351/494] Compiling NIOCore AddressedEnvelope.swift
[352/494] Compiling NIOCore AsyncAwaitSupport.swift
[353/494] Compiling NIOCore AsyncChannel.swift
[354/494] Compiling NIOCore AsyncChannelHandler.swift
[355/494] Compiling NIOCore AsyncChannelInboundStream.swift
[356/494] Compiling NIOCore AsyncChannelOutboundWriter.swift
[357/494] Compiling NIOCore NIOAsyncSequenceProducer.swift
[358/494] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[363/494] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[364/494] Compiling NIOCore ByteBuffer-conversions.swift
[365/494] Compiling NIOCore ByteBuffer-core.swift
[366/494] Compiling NIOCore ByteBuffer-hex.swift
[367/494] Compiling NIOCore ByteBuffer-int.swift
[368/494] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[369/494] Compiling NIOCore ByteBuffer-multi-int.swift
[370/494] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[371/494] Compiling NIOCore ByteBuffer-views.swift
[372/494] Compiling NIOCore Channel.swift
[373/494] Compiling NIOCore ChannelHandler.swift
[374/494] Compiling NIOCore ChannelHandlers.swift
[375/494] Compiling NIOCore ChannelInvoker.swift
[376/494] Compiling NIOCore ChannelOption.swift
[377/494] Compiling NIOCore ChannelPipeline.swift
[378/494] Compiling NIOCore CircularBuffer.swift
[379/494] Compiling NIOCore Codec.swift
[380/494] Compiling NIOCore ConvenienceOptionSupport.swift
[381/494] Compiling NIOCore DeadChannel.swift
[382/494] Compiling NIOCore DispatchQueue+WithFuture.swift
[383/494] Compiling NIOCore EventLoop+Deprecated.swift
[384/494] Emitting module _RopeModule
[385/494] Compiling NIOCore MulticastChannel.swift
[386/494] Compiling NIOCore NIOAny.swift
[387/494] Compiling NIOCore NIOCloseOnErrorHandler.swift
[388/494] Compiling NIOCore NIOLoopBound.swift
[389/494] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[390/494] Compiling NIOCore NIOScheduledCallback.swift
[391/494] Compiling NIOCore NIOSendable.swift
[392/494] Compiling NIOCore RecvByteBufferAllocator.swift
[393/502] Emitting module Algorithms
[395/503] Emitting module HashTreeCollections
[397/504] Compiling _RopeModule Rope+Join.swift
[398/504] Compiling _RopeModule Rope+MutatingForEach.swift
[399/504] Compiling _RopeModule Rope+Remove.swift
[400/504] Compiling _RopeModule Rope+RemoveSubrange.swift
[401/504] Compiling _RopeModule Rope+Split.swift
[402/504] Compiling _RopeModule Optional Utilities.swift
[403/504] Compiling _RopeModule String Utilities.swift
[404/504] Compiling _RopeModule String.Index+ABI.swift
[405/504] Compiling _RopeModule _CharacterRecognizer.swift
[406/504] Compiling NIOCore IO.swift
[407/504] Compiling NIOCore IOData.swift
[408/504] Compiling NIOCore IPProtocol.swift
[409/504] Compiling NIOCore IntegerBitPacking.swift
[410/504] Compiling NIOCore IntegerTypes.swift
[411/504] Compiling NIOCore Interfaces.swift
[412/504] Compiling NIOCore Linux.swift
[413/504] Compiling NIOCore MarkedCircularBuffer.swift
[414/504] Compiling NIOCore FileDescriptor.swift
[415/504] Compiling NIOCore FileHandle.swift
[416/504] Compiling NIOCore FileRegion.swift
[417/504] Compiling NIOCore GlobalSingletons.swift
[437/504] Compiling NIOCore EventLoop+SerialExecutor.swift
[438/504] Compiling NIOCore EventLoop.swift
[439/504] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[440/504] Compiling NIOCore EventLoopFuture+Deprecated.swift
[441/504] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[442/504] Compiling NIOCore EventLoopFuture.swift
[462/507] Emitting module Collections
[463/507] Compiling Collections Collections.swift
[465/516] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[466/516] Compiling NIOCore SocketAddresses.swift
[467/516] Compiling NIOCore SocketOptionProvider.swift
[468/516] Compiling NIOCore SystemCallHelpers.swift
[469/516] Compiling NIOCore TimeAmount+Duration.swift
[470/516] Compiling NIOCore TypeAssistedChannelHandler.swift
[471/516] Compiling NIOCore UniversalBootstrapSupport.swift
[472/516] Compiling NIOCore Utilities.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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
[508/516] Compiling AsyncCollections TaskQueue.swift
[509/516] Compiling AsyncCollections ForEach.swift
[510/516] Compiling AsyncCollections Map.swift
[511/516] Compiling AsyncCollections Filter.swift
[512/516] Compiling AsyncCollections FlatMap.swift
[513/516] Compiling AsyncCollections CompactMap.swift
[514/516] Compiling AsyncCollections AsyncSemaphore.swift
[515/516] Emitting module AsyncCollections
[517/523] Compiling AsyncDataLoader DataLoaderOptions.swift
[518/523] Compiling AsyncDataLoader State.swift
[519/523] Compiling AsyncDataLoader DataLoaderError.swift
[520/523] Compiling AsyncDataLoader Channel.swift
[521/523] Emitting module AsyncDataLoader
[522/523] Compiling AsyncDataLoader DataLoader.swift
[524/524] Emitting module NIOCore
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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/55] Compiling RealModule Float80+Real.swift
[3/55] Compiling RealModule Real.swift
[4/55] Compiling Atomics IntegerConformances.swift
[5/55] Compiling Atomics PointerConformances.swift
[6/56] Emitting module _NIOBase64
[7/56] Compiling _NIOBase64 Base64.swift
[9/57] Compiling RealModule ElementaryFunctions.swift
[10/57] Compiling RealModule Float+Real.swift
[11/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/58] Compiling Atomics OptionalRawRepresentable.swift
[13/58] Compiling Atomics RawRepresentable.swift
[14/58] Compiling NIOConcurrencyHelpers lock.swift
[15/58] Compiling Atomics ManagedAtomic.swift
[16/58] Compiling Atomics ManagedAtomicLazyReference.swift
[17/58] Compiling Atomics UnsafeAtomic.swift
[18/58] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/58] Compiling Atomics Primitives.native.swift
[20/58] Compiling Atomics AtomicInteger.swift
[21/60] Compiling RealModule Float16+Real.swift
[22/60] Compiling RealModule RealFunctions.swift
[23/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/60] Compiling Atomics AtomicBool.swift
[25/60] Compiling Atomics AtomicMemoryOrderings.swift
[26/60] Compiling Atomics DoubleWord.swift
[27/60] Compiling Atomics AtomicStorage.swift
[28/60] Emitting module RealModule
[29/60] Compiling _NIODataStructures PriorityQueue.swift
[30/60] Compiling _NIODataStructures Heap.swift
[31/60] Compiling _NIODataStructures _TinyArray.swift
[32/61] Emitting module _NIODataStructures
[34/61] Compiling Atomics AtomicValue.swift
[39/62] Compiling Atomics IntegerOperations.swift
[40/62] Compiling Atomics Unmanaged extensions.swift
[43/62] Emitting module NIOConcurrencyHelpers
[44/62] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/62] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[46/62] Compiling NIOConcurrencyHelpers NIOLock.swift
[47/62] Compiling NIOConcurrencyHelpers atomics.swift
[48/63] Emitting module InternalCollectionsUtilities
[51/63] Compiling Atomics AtomicOptionalWrappable.swift
[52/63] Compiling Atomics AtomicReference.swift
[58/64] Emitting module Atomics
[59/363] Compiling HeapModule Heap+Descriptions.swift
[60/363] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[61/363] Compiling DequeModule Deque+Equatable.swift
[62/363] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/365] Compiling DequeModule Deque+CustomReflectable.swift
[64/365] Compiling DequeModule Deque+Descriptions.swift
[65/365] Compiling DequeModule _DequeBuffer.swift
[66/365] Compiling DequeModule _DequeBufferHeader.swift
[67/365] Compiling HeapModule _HeapNode.swift
[68/365] Compiling HeapModule Heap.swift
[69/365] Compiling DequeModule Deque+Extras.swift
[70/365] Compiling DequeModule Deque+Hashable.swift
[71/365] Compiling HeapModule Heap+Invariants.swift
[72/365] Compiling HeapModule Heap+UnsafeHandle.swift
[73/365] Emitting module HeapModule
[75/366] Compiling _RopeModule BigString+Equatable.swift
[76/366] Compiling OrderedCollections OrderedDictionary.swift
[77/366] Compiling OrderedCollections OrderedSet+Codable.swift
[78/366] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[79/366] Compiling OrderedCollections OrderedSet+Descriptions.swift
[80/366] Compiling OrderedCollections OrderedSet+Diffing.swift
[81/366] Compiling OrderedCollections OrderedSet+Equatable.swift
[82/373] Compiling _RopeModule _RopeItem.swift
[83/373] Compiling _RopeModule _RopePath.swift
[84/373] Compiling HashTreeCollections TreeSet+Sequence.swift
[85/373] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[86/373] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[87/373] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[88/373] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[89/373] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[90/373] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[91/373] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[92/383] Compiling DequeModule _DequeSlot.swift
[93/383] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/383] Compiling DequeModule Deque._UnsafeHandle.swift
[97/383] Compiling DequeModule Deque+Codable.swift
[98/383] Compiling DequeModule Deque+Collection.swift
[100/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[101/384] Compiling _RopeModule BigSubstring+UTF16View.swift
[102/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/384] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[104/384] Compiling _RopeModule BigSubstring.swift
[105/384] Compiling _RopeModule Rope+Builder.swift
[106/384] Compiling _RopeModule Rope+Debugging.swift
[113/391] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[114/391] Compiling OrderedCollections OrderedSet+Hashable.swift
[118/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/391] Compiling BitCollections BitSet.Index.swift
[124/391] Compiling BitCollections BitSet._UnsafeHandle.swift
[127/391] Compiling DequeModule Deque.swift
[130/391] Compiling DequeModule Deque+Testing.swift
[131/391] Compiling DequeModule Deque._Storage.swift
[137/391] Compiling _RopeModule BigString+UTF16View.swift
[138/391] Compiling _RopeModule BigString+UTF8View.swift
[139/391] Compiling _RopeModule BigString+Comparable.swift
[142/394] Compiling OrderedCollections OrderedSet+Initializers.swift
[143/394] Compiling OrderedCollections OrderedSet+Insertions.swift
[144/394] Compiling OrderedCollections OrderedSet+Invariants.swift
[145/394] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[146/394] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[147/394] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[148/394] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[149/394] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[168/394] Emitting module DequeModule
[177/394] Compiling _RopeModule BigString+Split.swift
[178/394] Compiling _RopeModule Range+BigString.swift
[182/394] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[183/394] Compiling _RopeModule BigString+CustomStringConvertible.swift
[219/395] Emitting module OrderedCollections
[222/419] Compiling OrderedCollections OrderedSet+Sendable.swift
[223/419] Compiling OrderedCollections OrderedSet+SubSequence.swift
[224/419] Compiling OrderedCollections OrderedSet+Testing.swift
[225/419] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[226/419] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[227/427] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[228/427] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[229/427] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[230/427] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[231/427] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[232/427] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[233/427] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[234/427] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[235/427] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[236/427] Compiling HashTreeCollections TreeSet.swift
[237/455] Compiling NIOCore EventLoopFuture.swift
[238/455] Compiling NIOCore FileDescriptor.swift
[239/455] Compiling NIOCore FileHandle.swift
[240/455] Compiling NIOCore FileRegion.swift
[241/455] Compiling NIOCore GlobalSingletons.swift
[242/455] Compiling NIOCore CircularBuffer.swift
[243/455] Compiling NIOCore ByteBuffer-multi-int.swift
[244/455] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[245/455] Compiling NIOCore ByteBuffer-views.swift
[246/455] Compiling NIOCore Channel.swift
[247/455] Compiling NIOCore ChannelHandler.swift
[248/455] Compiling NIOCore ChannelHandlers.swift
[249/455] Compiling NIOCore ChannelInvoker.swift
[250/455] Compiling NIOCore ChannelOption.swift
[251/455] Emitting module BitCollections
[256/455] Compiling NIOCore ChannelPipeline.swift
[257/455] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[258/455] Compiling NIOCore EventLoopFuture+Deprecated.swift
[259/455] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[263/455] Compiling NIOCore Codec.swift
[264/455] Compiling NIOCore ConvenienceOptionSupport.swift
[265/455] Compiling NIOCore DeadChannel.swift
[266/455] Compiling NIOCore DispatchQueue+WithFuture.swift
[267/455] Compiling NIOCore EventLoop+Deprecated.swift
[273/456] Compiling NIOCore AsyncChannelInboundStream.swift
[274/456] Compiling NIOCore AsyncChannelOutboundWriter.swift
[275/456] Compiling NIOCore NIOAsyncSequenceProducer.swift
[276/456] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[277/456] Compiling NIOCore NIOAsyncWriter.swift
[278/456] Compiling OrderedCollections OrderedSet.swift
[279/456] Compiling OrderedCollections _UnsafeBitset.swift
[283/457] Compiling _RopeModule Rope.swift
[284/457] Compiling _RopeModule RopeElement.swift
[285/457] Compiling _RopeModule RopeMetric.swift
[286/457] Compiling _RopeModule RopeSummary.swift
[289/457] Compiling NIOCore RecvByteBufferAllocator.swift
[290/457] Compiling NIOCore AddressedEnvelope.swift
[291/457] Compiling NIOCore AsyncAwaitSupport.swift
[292/457] Compiling NIOCore AsyncChannel.swift
[293/457] Compiling NIOCore AsyncChannelHandler.swift
[298/466] Compiling NIOCore EventLoop.swift
[299/466] Compiling NIOCore IO.swift
[300/466] Compiling NIOCore IOData.swift
[316/466] Compiling NIOCore EventLoop+SerialExecutor.swift
[320/466] Compiling NIOCore IPProtocol.swift
[321/466] Compiling NIOCore IntegerBitPacking.swift
[322/466] Compiling NIOCore IntegerTypes.swift
[323/466] Compiling NIOCore Interfaces.swift
[324/466] Compiling NIOCore Linux.swift
[325/466] Compiling NIOCore MarkedCircularBuffer.swift
[326/466] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[327/466] Compiling NIOCore BSDSocketAPI.swift
[328/466] Compiling NIOCore ByteBuffer-aux.swift
[329/466] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[330/466] Compiling NIOCore ByteBuffer-conversions.swift
[331/466] Compiling NIOCore ByteBuffer-core.swift
[332/466] Compiling NIOCore ByteBuffer-hex.swift
[343/466] Emitting module Algorithms
[345/467] Emitting module _RopeModule
[356/467] Emitting module HashTreeCollections
[357/467] Compiling NIOCore MulticastChannel.swift
[358/467] Compiling NIOCore NIOAny.swift
[359/467] Compiling NIOCore NIOCloseOnErrorHandler.swift
[360/467] Compiling NIOCore NIOLoopBound.swift
[361/467] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[362/467] Compiling NIOCore NIOScheduledCallback.swift
[363/467] Compiling NIOCore NIOSendable.swift
[407/476] Compiling NIOCore ByteBuffer-int.swift
[408/476] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[416/476] Compiling _RopeModule Rope+Join.swift
[417/476] Compiling _RopeModule Rope+MutatingForEach.swift
[418/476] Compiling _RopeModule Rope+Remove.swift
[419/476] Compiling _RopeModule Rope+RemoveSubrange.swift
[420/476] Compiling _RopeModule Rope+Split.swift
[421/476] Compiling _RopeModule Optional Utilities.swift
[422/476] Compiling _RopeModule String Utilities.swift
[423/476] Compiling _RopeModule String.Index+ABI.swift
[424/476] Compiling _RopeModule _CharacterRecognizer.swift
[442/479] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[443/479] Compiling NIOCore SocketAddresses.swift
[444/479] Compiling NIOCore SocketOptionProvider.swift
[445/479] Compiling NIOCore SystemCallHelpers.swift
[446/479] Compiling NIOCore TimeAmount+Duration.swift
[447/479] Compiling NIOCore TypeAssistedChannelHandler.swift
[448/479] Compiling NIOCore UniversalBootstrapSupport.swift
[449/479] Compiling NIOCore Utilities.swift
[450/479] Emitting module Collections
[451/479] Compiling Collections Collections.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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
[480/488] Compiling AsyncCollections AsyncSemaphore.swift
[481/488] Emitting module AsyncCollections
[482/488] Compiling AsyncCollections TaskQueue.swift
[483/488] Compiling AsyncCollections ForEach.swift
[484/488] Compiling AsyncCollections Map.swift
[485/488] Compiling AsyncCollections CompactMap.swift
[486/488] Compiling AsyncCollections Filter.swift
[487/488] Compiling AsyncCollections FlatMap.swift
[489/495] Compiling AsyncDataLoader DataLoaderOptions.swift
[490/495] Compiling AsyncDataLoader DataLoaderError.swift
[491/495] Emitting module AsyncDataLoader
[492/495] Compiling AsyncDataLoader Channel.swift
[493/495] Compiling AsyncDataLoader DataLoader.swift
[494/495] Compiling AsyncDataLoader State.swift
[496/496] Emitting module NIOCore
BUILD FAILURE 6.1 wasm