The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DataLoader, reference main (3945e9), with Swift 6.1 for Wasm on 21 Jun 2025 20:21:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/GraphQLSwift/DataLoader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-3":/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
Fetched https://github.com/adam-fowler/async-collections from cache (0.28s)
[1/5959] Fetching swift-algorithms
[5960/82298] Fetching swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (4.85s)
Fetched https://github.com/apple/swift-nio.git from cache (4.93s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (5.47s)
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 (0.44s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.10s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.44s)
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
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-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/29] Write sources
[13/29] Compiling CNIOWindows shim.c
[14/29] Compiling CNIOWindows WSAStartup.c
[15/29] Compiling _AtomicsShims.c
[16/29] Compiling CNIOLinux shim.c
[16/29] Write sources
[22/29] Compiling _NumericsShims _NumericsShims.c
[22/29] Compiling CNIOWASI CNIOWASI.c
[24/29] Compiling CNIOLinux liburing_shims.c
[25/29] Compiling CNIODarwin shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/77] Compiling Atomics UnsafeAtomic.swift
[29/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/79] Compiling Atomics RawRepresentable.swift
[31/79] Compiling Atomics AtomicBool.swift
[32/79] Compiling Atomics AtomicInteger.swift
[33/79] Compiling Atomics AtomicOptionalWrappable.swift
[34/79] Compiling Atomics Primitives.native.swift
[35/79] Compiling Atomics AtomicStorage.swift
[36/80] Compiling Atomics AtomicReference.swift
[37/80] Compiling Atomics AtomicMemoryOrderings.swift
[39/80] Compiling Atomics AtomicValue.swift
[40/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/80] Compiling Atomics DoubleWord.swift
[44/80] Compiling Atomics OptionalRawRepresentable.swift
[45/80] Emitting module _NIOBase64
[46/80] Compiling _NIODataStructures _TinyArray.swift
[47/80] Compiling _NIOBase64 Base64.swift
[51/81] Compiling Atomics IntegerConformances.swift
[52/81] Compiling Atomics PointerConformances.swift
[53/81] Emitting module InternalCollectionsUtilities
[54/81] Compiling _NIODataStructures PriorityQueue.swift
[55/81] Compiling RealModule Float80+Real.swift
[56/81] Compiling RealModule Real.swift
[57/82] Compiling RealModule Float16+Real.swift
[58/82] Emitting module RealModule
[61/82] Compiling Atomics ManagedAtomic.swift
[62/82] Compiling Atomics ManagedAtomicLazyReference.swift
[63/82] Compiling RealModule ElementaryFunctions.swift
[66/82] Compiling RealModule Float+Real.swift
[66/82] Compiling c-nioatomics.c
[75/82] Emitting module Atomics
[76/82] Compiling RealModule RealFunctions.swift
[77/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/84] Compiling Atomics IntegerOperations.swift
[81/84] Compiling Atomics Unmanaged extensions.swift
[83/85] Emitting module _NIODataStructures
[84/85] Compiling _NIODataStructures Heap.swift
[86/332] Compiling HeapModule Heap+Descriptions.swift
[86/332] Compiling c-atomics.c
[88/385] Compiling HeapModule _HeapNode.swift
[89/385] Compiling HeapModule Heap.swift
[90/385] Compiling BitCollections BitArray+Copy.swift
[91/385] Compiling BitCollections BitArray+CustomReflectable.swift
[92/391] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[93/393] Compiling HeapModule Heap+UnsafeHandle.swift
[94/393] Compiling HeapModule Heap+Invariants.swift
[95/393] Emitting module HeapModule
[97/394] Compiling BitCollections BitArray+Hashable.swift
[98/394] Compiling BitCollections BitArray+Initializers.swift
[99/394] Compiling BitCollections BitArray+Extras.swift
[100/394] Compiling BitCollections BitArray+Fill.swift
[101/394] Compiling HashTreeCollections TreeSet+Hashable.swift
[102/394] Compiling HashTreeCollections TreeSet+Sendable.swift
[103/394] Compiling HashTreeCollections TreeSet+Sequence.swift
[104/394] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[105/394] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[106/394] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[107/394] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[108/394] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[109/394] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[110/394] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[111/404] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[112/404] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[113/404] Compiling BitCollections BitSet+SetAlgebra union.swift
[114/404] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[115/404] Compiling BitCollections BitSet.Counted.swift
[116/404] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[117/404] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[118/404] Compiling BitCollections BitSet+Random.swift
[119/404] Compiling BitCollections BitSet+SetAlgebra basics.swift
[120/404] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[121/404] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[122/404] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[123/404] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[124/404] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[125/411] Compiling NIOConcurrencyHelpers lock.swift
[126/411] Compiling DequeModule _DequeSlot.swift
[127/411] Compiling DequeModule _UnsafeWrappedBuffer.swift
[128/411] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[129/411] Compiling BitCollections BitSet+CustomReflectable.swift
[130/411] Compiling BitCollections BitSet+CustomStringConvertible.swift
[131/411] Compiling BitCollections BitSet+Equatable.swift
[132/411] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[133/411] Compiling BitCollections BitSet+Extras.swift
[134/411] Compiling BitCollections BitSet+Hashable.swift
[135/411] Compiling BitCollections BitArray+RandomBits.swift
[136/411] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[137/411] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[142/411] Compiling BitCollections BitArray+Invariants.swift
[143/411] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[144/411] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[145/411] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[146/411] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[147/411] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[148/411] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[149/411] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[150/411] Compiling BitCollections BitSet+Initializers.swift
[151/411] Compiling BitCollections BitSet+Invariants.swift
[152/411] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[153/411] Compiling BitCollections BitArray+Shifts.swift
[154/411] Compiling BitCollections BitArray+Testing.swift
[155/411] Compiling BitCollections BitArray._UnsafeHandle.swift
[156/411] Compiling BitCollections BitArray.swift
[157/411] Compiling BitCollections BitSet+BidirectionalCollection.swift
[158/411] Compiling BitCollections BitSet+Codable.swift
[159/411] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[160/411] Compiling OrderedCollections OrderedSet+SubSequence.swift
[161/411] Compiling OrderedCollections OrderedSet+Testing.swift
[162/411] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[163/411] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[164/411] Compiling OrderedCollections OrderedSet.swift
[165/411] Compiling OrderedCollections _UnsafeBitset.swift
[166/411] Compiling HashTreeCollections TreeSet+Equatable.swift
[167/411] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[168/411] Compiling HashTreeCollections TreeSet+Extras.swift
[169/411] Compiling HashTreeCollections TreeSet+Filter.swift
[180/411] Compiling OrderedCollections OrderedSet+Sendable.swift
[183/411] Compiling BitCollections BitArray+BitwiseOperations.swift
[184/411] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[185/411] Compiling BitCollections BitArray+Codable.swift
[186/411] Compiling BitCollections BitArray+Collection.swift
[187/411] Emitting module NIOConcurrencyHelpers
[188/411] Emitting module BitCollections
[192/421] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[207/421] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[208/421] Compiling NIOConcurrencyHelpers atomics.swift
[209/421] Compiling NIOConcurrencyHelpers NIOLock.swift
[227/422] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[228/422] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[229/422] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[230/422] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[231/422] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[232/422] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[233/422] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[234/422] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[235/422] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[236/422] Compiling HashTreeCollections TreeSet.swift
[237/422] Emitting module DequeModule
[256/463] Compiling NIOCore NIOAsyncWriter.swift
[257/463] Compiling NIOCore ByteBuffer-multi-int.swift
[258/463] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[259/463] Compiling NIOCore ByteBuffer-views.swift
[260/463] Compiling NIOCore Channel.swift
[261/463] Compiling NIOCore ChannelHandler.swift
[262/463] Compiling NIOCore ChannelHandlers.swift
[263/463] Compiling NIOCore ChannelInvoker.swift
[264/483] Compiling NIOCore FileRegion.swift
[265/483] Compiling NIOCore GlobalSingletons.swift
[266/483] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[267/483] Compiling NIOCore AddressedEnvelope.swift
[268/483] Compiling NIOCore AsyncAwaitSupport.swift
[269/483] Compiling NIOCore AsyncChannel.swift
[270/483] Compiling NIOCore AsyncChannelHandler.swift
[271/483] Compiling NIOCore AsyncChannelInboundStream.swift
[272/483] Compiling NIOCore AsyncChannelOutboundWriter.swift
[273/483] Compiling NIOCore NIOAsyncSequenceProducer.swift
[274/483] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[283/483] Compiling NIOCore FileHandle.swift
[287/483] Compiling NIOCore BSDSocketAPI.swift
[288/483] Compiling NIOCore ByteBuffer-aux.swift
[289/483] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[290/483] Compiling NIOCore ByteBuffer-conversions.swift
[291/483] Compiling NIOCore Linux.swift
[292/483] Compiling NIOCore MarkedCircularBuffer.swift
[293/483] Compiling NIOCore MulticastChannel.swift
[294/483] Compiling NIOCore NIOAny.swift
[295/483] Compiling NIOCore NIOCloseOnErrorHandler.swift
[296/483] Compiling NIOCore NIOLoopBound.swift
[297/483] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[298/483] Compiling NIOCore NIOScheduledCallback.swift
[299/483] Compiling NIOCore NIOSendable.swift
[300/483] Compiling NIOCore RecvByteBufferAllocator.swift
[309/483] Compiling NIOCore ByteBuffer-int.swift
[310/483] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[311/483] Compiling NIOCore CircularBuffer.swift
[312/483] Compiling NIOCore Codec.swift
[313/483] Compiling NIOCore ConvenienceOptionSupport.swift
[314/483] Compiling NIOCore DeadChannel.swift
[315/483] Compiling NIOCore DispatchQueue+WithFuture.swift
[316/483] Compiling NIOCore EventLoop+Deprecated.swift
[317/483] Compiling NIOCore EventLoop+SerialExecutor.swift
[318/483] Compiling NIOCore EventLoop.swift
[319/483] Compiling NIOCore IO.swift
[339/493] Emitting module OrderedCollections
[341/494] Compiling NIOCore FileDescriptor.swift
[350/494] Compiling NIOCore ByteBuffer-core.swift
[351/494] Compiling NIOCore ByteBuffer-hex.swift
[357/494] Compiling NIOCore ChannelOption.swift
[358/494] Compiling NIOCore ChannelPipeline.swift
[359/494] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[360/494] Compiling NIOCore EventLoopFuture+Deprecated.swift
[361/494] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[362/494] Compiling NIOCore EventLoopFuture.swift
[374/494] Emitting module _RopeModule
[383/502] Emitting module Algorithms
[386/503] Compiling NIOCore IOData.swift
[387/503] Compiling NIOCore IPProtocol.swift
[388/503] Compiling NIOCore IntegerBitPacking.swift
[389/503] Compiling NIOCore IntegerTypes.swift
[390/503] Compiling NIOCore Interfaces.swift
[393/503] Emitting module HashTreeCollections
[452/504] Compiling _RopeModule Rope+Join.swift
[453/504] Compiling _RopeModule Rope+MutatingForEach.swift
[454/504] Compiling _RopeModule Rope+Remove.swift
[455/504] Compiling _RopeModule Rope+RemoveSubrange.swift
[456/504] Compiling _RopeModule Rope+Split.swift
[457/504] Compiling _RopeModule Optional Utilities.swift
[458/504] Compiling _RopeModule String Utilities.swift
[459/504] Compiling _RopeModule String.Index+ABI.swift
[460/504] Compiling _RopeModule _CharacterRecognizer.swift
[462/507] Emitting module Collections
[463/507] 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:
[481/508] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[482/508] Compiling NIOCore SocketAddresses.swift
[483/508] Compiling NIOCore SocketOptionProvider.swift
[484/508] Compiling NIOCore SystemCallHelpers.swift
[485/508] Compiling NIOCore TimeAmount+Duration.swift
[486/508] Compiling NIOCore TypeAssistedChannelHandler.swift
[487/508] Compiling NIOCore UniversalBootstrapSupport.swift
[488/508] Compiling NIOCore Utilities.swift
[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 CompactMap.swift
[513/516] Compiling AsyncCollections FlatMap.swift
[514/516] Emitting module NIOCore
[515/516] Emitting module AsyncCollections
[516/516] Compiling AsyncCollections AsyncSemaphore.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 NIOConcurrencyHelpers lock.swift
[3/55] Compiling InternalCollectionsUtilities Debugging.swift
[4/55] Compiling InternalCollectionsUtilities Descriptions.swift
[5/57] Compiling _NIODataStructures PriorityQueue.swift
[7/57] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/58] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/58] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/58] Compiling Atomics ManagedAtomic.swift
[12/58] Compiling Atomics ManagedAtomicLazyReference.swift
[14/58] Compiling Atomics DoubleWord.swift
[15/58] Emitting module RealModule
[16/58] Compiling RealModule Float80+Real.swift
[17/58] Compiling RealModule Real.swift
[18/59] Compiling Atomics UnsafeAtomic.swift
[19/59] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/59] Compiling NIOConcurrencyHelpers NIOLock.swift
[21/59] Compiling RealModule Float16+Real.swift
[22/59] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/59] Compiling Atomics IntegerOperations.swift
[24/59] Compiling Atomics Unmanaged extensions.swift
[25/59] Compiling RealModule RealFunctions.swift
[26/59] Compiling RealModule Float+Real.swift
[27/59] Compiling RealModule ElementaryFunctions.swift
[28/59] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/59] Compiling InternalCollectionsUtilities Integer rank.swift
[30/59] Compiling _NIODataStructures Heap.swift
[31/59] Emitting module _NIODataStructures
[32/59] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/59] Compiling InternalCollectionsUtilities UInt+reversed.swift
[36/60] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/60] Emitting module InternalCollectionsUtilities
[38/60] Emitting module NIOConcurrencyHelpers
[39/60] Emitting module _NIOBase64
[40/60] Compiling _NIOBase64 Base64.swift
[41/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/61] Compiling _NIODataStructures _TinyArray.swift
[46/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/62] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[50/62] Compiling NIOConcurrencyHelpers atomics.swift
[58/112] Compiling DequeModule Deque+Equatable.swift
[59/112] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/182] Compiling BitCollections BitArray+Extras.swift
[61/182] Compiling BitCollections BitArray+Fill.swift
[62/200] Compiling HeapModule Heap+Descriptions.swift
[63/252] Emitting module HeapModule
[64/284] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[65/284] Compiling HashTreeCollections _HashNode+Storage.swift
[66/284] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[67/284] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[68/284] Compiling HashTreeCollections _HashNode+Structural union.swift
[69/288] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[70/288] Compiling HashTreeCollections _HashNode.swift
[71/288] Compiling HashTreeCollections _HashNodeHeader.swift
[72/365] Emitting module BitCollections
[73/365] Compiling HeapModule Heap.swift
[74/365] Compiling HeapModule _HeapNode.swift
[75/372] Emitting module Atomics
[76/373] Compiling _RopeModule BigString+Debugging.swift
[77/373] Compiling _RopeModule BigString+Index.swift
[78/373] Compiling _RopeModule BigString+Ingester.swift
[80/376] Compiling _RopeModule RopeElement.swift
[81/376] Compiling _RopeModule RopeMetric.swift
[82/376] Compiling _RopeModule BigString+Chunk.swift
[83/376] Compiling _RopeModule BigString+BidirectionalCollection.swift
[84/376] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[85/376] Compiling _RopeModule BigString+Chunk+Splitting.swift
[86/376] Compiling _RopeModule Rope+_Storage.swift
[87/376] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[88/376] Compiling HeapModule Heap+UnsafeHandle.swift
[89/376] Compiling HeapModule Heap+Invariants.swift
[90/376] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[91/377] Compiling _RopeModule Rope+_Node.swift
[92/377] Compiling _RopeModule BigString+Comparable.swift
[93/377] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[94/377] Compiling _RopeModule BigString+CustomStringConvertible.swift
[95/377] Compiling _RopeModule BigString+Equatable.swift
[96/377] Compiling BitCollections BitSet.Index.swift
[97/377] Compiling BitCollections BitSet._UnsafeHandle.swift
[99/384] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[100/384] Compiling _RopeModule BigString+Chunk+Breaks.swift
[101/384] Compiling _RopeModule BigString+Chunk+Counts.swift
[102/384] Compiling _RopeModule BigString+Chunk+Description.swift
[103/384] Compiling _RopeModule Rope+ForEachWhile.swift
[104/384] Compiling _RopeModule Rope+Insert.swift
[105/384] Compiling HashTreeCollections TreeSet+Sequence.swift
[106/384] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[107/384] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[108/384] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[109/384] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[110/384] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[111/384] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[112/384] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[113/384] Compiling _RopeModule BigSubstring+UTF16View.swift
[114/384] Compiling _RopeModule BigSubstring+UTF8View.swift
[115/384] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[116/384] Compiling _RopeModule BigSubstring.swift
[117/384] Compiling _RopeModule Rope+Builder.swift
[118/384] Compiling _RopeModule Rope+Debugging.swift
[119/384] Compiling _RopeModule Rope+Invariants.swift
[122/394] Compiling _RopeModule RopeSummary.swift
[123/394] Compiling _RopeModule _RopeItem.swift
[124/394] Compiling _RopeModule _RopePath.swift
[125/394] Compiling _RopeModule BigString+Builder.swift
[126/394] Compiling _RopeModule BigString+Contents.swift
[130/394] Compiling _RopeModule BigString+Insert.swift
[131/394] Compiling _RopeModule BigString+Managing Breaks.swift
[132/394] Compiling _RopeModule BigString+RemoveSubrange.swift
[133/394] Compiling _RopeModule BigString+ReplaceSubrange.swift
[134/394] Compiling _RopeModule BigString+Split.swift
[135/394] Compiling _RopeModule Range+BigString.swift
[136/394] Compiling _RopeModule BigString+UTF16View.swift
[137/394] Compiling Algorithms Trim.swift
[138/394] Compiling Algorithms Unique.swift
[139/394] Compiling Algorithms Windows.swift
[140/394] Compiling _RopeModule BigString+Summary.swift
[141/394] Compiling _RopeModule BigString.swift
[142/394] Compiling _RopeModule BigString+Append.swift
[143/394] Compiling _RopeModule BigString+Initializers.swift
[144/394] Compiling _RopeModule BigString+UTF8View.swift
[145/394] Compiling _RopeModule BigString+UnicodeScalarView.swift
[163/394] Compiling OrderedCollections OrderedSet+Sendable.swift
[164/394] Compiling OrderedCollections OrderedSet+SubSequence.swift
[165/394] Compiling OrderedCollections OrderedSet+Testing.swift
[166/394] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[167/394] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[172/394] Compiling _RopeModule Rope+_UnsafeHandle.swift
[173/394] Compiling _RopeModule Rope.swift
[187/394] Emitting module DequeModule
[208/395] Compiling OrderedCollections OrderedSet.swift
[209/395] Compiling OrderedCollections _UnsafeBitset.swift
[210/395] Compiling _RopeModule Rope+Sequence.swift
[211/395] Compiling _RopeModule Rope+Append.swift
[212/395] Compiling _RopeModule Rope+Extract.swift
[213/395] Compiling _RopeModule Rope+Find.swift
[222/455] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[223/455] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[224/455] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[225/455] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[226/455] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[227/455] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[228/455] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[229/455] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[230/455] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[231/455] Compiling HashTreeCollections TreeSet.swift
[232/455] Compiling NIOCore AsyncChannelInboundStream.swift
[233/455] Compiling NIOCore AsyncChannelOutboundWriter.swift
[234/455] Compiling NIOCore NIOAsyncSequenceProducer.swift
[235/455] Compiling NIOCore ByteBuffer-hex.swift
[236/455] Compiling NIOCore ByteBuffer-int.swift
[237/455] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[238/455] Compiling NIOCore ByteBuffer-aux.swift
[239/455] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[240/455] Compiling NIOCore ByteBuffer-conversions.swift
[241/455] Compiling NIOCore ByteBuffer-core.swift
[242/455] Compiling NIOCore AddressedEnvelope.swift
[243/455] Compiling NIOCore AsyncAwaitSupport.swift
[244/455] Compiling NIOCore AsyncChannel.swift
[245/455] Compiling NIOCore AsyncChannelHandler.swift
[249/455] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[258/455] Compiling NIOCore NIOAsyncWriter.swift
[259/455] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[260/455] Compiling NIOCore BSDSocketAPI.swift
[268/455] Compiling NIOCore IO.swift
[269/455] Compiling NIOCore IOData.swift
[270/455] Compiling NIOCore IPProtocol.swift
[271/455] Compiling NIOCore IntegerBitPacking.swift
[272/455] Compiling NIOCore IntegerTypes.swift
[273/455] Compiling NIOCore Interfaces.swift
[283/465] Compiling NIOCore RecvByteBufferAllocator.swift
[284/465] Compiling NIOCore CircularBuffer.swift
[285/465] Compiling NIOCore Codec.swift
[286/465] Compiling NIOCore ConvenienceOptionSupport.swift
[287/465] Compiling NIOCore DeadChannel.swift
[288/465] Compiling NIOCore DispatchQueue+WithFuture.swift
[289/465] Compiling NIOCore EventLoop+Deprecated.swift
[290/465] Compiling NIOCore EventLoop+SerialExecutor.swift
[291/465] Compiling NIOCore EventLoop.swift
[292/465] Compiling NIOCore ByteBuffer-multi-int.swift
[293/465] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[295/465] Emitting module OrderedCollections
[296/465] Compiling NIOCore GlobalSingletons.swift
[305/465] Emitting module _RopeModule
[306/465] Compiling NIOCore EventLoopFuture.swift
[307/465] Compiling NIOCore FileDescriptor.swift
[308/465] Compiling NIOCore FileHandle.swift
[309/465] Compiling NIOCore FileRegion.swift
[314/466] Compiling NIOCore MulticastChannel.swift
[315/466] Compiling NIOCore NIOAny.swift
[316/466] Compiling NIOCore NIOCloseOnErrorHandler.swift
[317/466] Compiling NIOCore NIOLoopBound.swift
[318/466] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[319/466] Compiling NIOCore NIOScheduledCallback.swift
[320/466] Compiling NIOCore NIOSendable.swift
[322/474] Emitting module Algorithms
[324/475] Emitting module HashTreeCollections
[331/475] Compiling NIOCore Linux.swift
[332/475] Compiling NIOCore MarkedCircularBuffer.swift
[333/475] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[334/475] Compiling NIOCore EventLoopFuture+Deprecated.swift
[335/475] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[341/475] Compiling _RopeModule Rope+Join.swift
[342/475] Compiling _RopeModule Rope+MutatingForEach.swift
[343/475] Compiling _RopeModule Rope+Remove.swift
[344/475] Compiling _RopeModule Rope+RemoveSubrange.swift
[345/475] Compiling _RopeModule Rope+Split.swift
[346/475] Compiling _RopeModule Optional Utilities.swift
[347/475] Compiling _RopeModule String Utilities.swift
[348/475] Compiling _RopeModule String.Index+ABI.swift
[349/475] Compiling _RopeModule _CharacterRecognizer.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:
[394/476] 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:
[395/476] 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:
[396/476] 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:
[397/476] 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:
[398/476] 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:
[399/476] 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:
[400/476] 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:
[401/476] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[402/476] Compiling NIOCore SocketAddresses.swift
[403/476] Compiling NIOCore SocketOptionProvider.swift
[404/476] Compiling NIOCore SystemCallHelpers.swift
[405/476] Compiling NIOCore TimeAmount+Duration.swift
[406/476] Compiling NIOCore TypeAssistedChannelHandler.swift
[407/476] Compiling NIOCore UniversalBootstrapSupport.swift
[408/476] Compiling NIOCore Utilities.swift
[477/477] Emitting module NIOCore
BUILD FAILURE 6.1 wasm