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 (52b1f3), with Swift 6.1 for Wasm on 29 May 2025 21:22:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
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 52b1f3d Merge pull request #21 from ZirgVoice/concurrency
Cloned https://github.com/GraphQLSwift/DataLoader.git
Revision (git rev-parse @):
52b1f3d96adf2ddce348f698f46ec8e7827493dc
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",
      "sources" : [
        "DataLoaderAbuseTests.swift",
        "DataLoaderAsyncTests.swift",
        "DataLoaderTests.swift"
      ],
      "target_dependencies" : [
        "DataLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataLoader",
      "module_type" : "SwiftTarget",
      "name" : "DataLoader",
      "path" : "Sources/DataLoader",
      "product_dependencies" : [
        "NIO",
        "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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/adam-fowler/async-collections
Fetching https://github.com/apple/swift-nio.git
[1/289] Fetching async-collections
[290/6248] Fetching async-collections, swift-algorithms
[6249/82356] Fetching async-collections, swift-algorithms, swift-nio
Fetched https://github.com/adam-fowler/async-collections from cache (4.58s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.58s)
Fetched https://github.com/apple/swift-nio.git from cache (4.68s)
Computing version for https://github.com/adam-fowler/async-collections
Computed https://github.com/adam-fowler/async-collections at 0.1.0 (5.61s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[1558/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.30s)
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.93s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] 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.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.14s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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/adam-fowler/async-collections
Working copy of https://github.com/adam-fowler/async-collections resolved at 0.1.0
Building for debugging...
[0/32] Write sources
[21/32] Compiling CNIOWindows WSAStartup.c
[22/32] Compiling _NumericsShims _NumericsShims.c
[23/32] Compiling CNIOWASI CNIOWASI.c
[23/32] Compiling _AtomicsShims.c
[25/32] Compiling CNIOWindows shim.c
[26/32] Compiling CNIOLinux shim.c
[27/32] Compiling CNIOLinux liburing_shims.c
[28/32] Compiling CNIODarwin shim.c
[29/32] Write swift-version-24593BA9C3E375BF.txt
[29/32] Compiling c-nioatomics.c
[32/81] Emitting module _NIOBase64
[32/81] Compiling c-atomics.c
[34/87] Compiling RealModule Real.swift
[35/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/89] Compiling RealModule Float80+Real.swift
[37/89] Compiling InternalCollectionsUtilities Descriptions.swift
[38/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[39/89] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/89] Compiling InternalCollectionsUtilities Debugging.swift
[41/89] Compiling _NIOBase64 Base64.swift
[42/89] Compiling RealModule Float16+Real.swift
[43/89] Compiling RealModule ElementaryFunctions.swift
[44/89] Compiling RealModule Float+Real.swift
[45/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/90] Compiling InternalCollectionsUtilities Integer rank.swift
[48/92] Emitting module NIOConcurrencyHelpers
[49/92] Compiling _NIODataStructures PriorityQueue.swift
[50/92] Compiling _NIODataStructures _TinyArray.swift
[51/92] Emitting module InternalCollectionsUtilities
[52/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/92] Emitting module Atomics
[55/92] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/92] Compiling Atomics AtomicMemoryOrderings.swift
[58/92] Compiling Atomics DoubleWord.swift
[59/92] Emitting module RealModule
[63/92] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/92] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/92] Compiling Atomics UnsafeAtomicLazyReference.swift
[70/92] Compiling Atomics OptionalRawRepresentable.swift
[71/92] Compiling Atomics RawRepresentable.swift
[72/92] Compiling Atomics AtomicBool.swift
[82/92] Compiling RealModule RealFunctions.swift
[84/93] Compiling Atomics IntegerOperations.swift
[85/93] Compiling Atomics Unmanaged extensions.swift
[86/93] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/120] Emitting module _NIODataStructures
[90/120] Compiling _NIODataStructures Heap.swift
[91/121] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/121] Compiling NIOConcurrencyHelpers lock.swift
[93/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/121] Compiling NIOConcurrencyHelpers atomics.swift
[95/121] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/396] Compiling HashTreeCollections _HashNode+Structural merge.swift
[99/396] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[100/398] Compiling HeapModule Heap.swift
[101/398] Compiling HeapModule _HeapNode.swift
[102/398] Compiling HashTreeCollections _HashNode+Storage.swift
[103/398] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[104/398] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[105/398] Compiling HeapModule Heap+Descriptions.swift
[106/398] Compiling HeapModule Heap+Invariants.swift
[107/398] Compiling HeapModule Heap+UnsafeHandle.swift
[108/398] Compiling HashTreeCollections _HashNode+Structural filter.swift
[109/398] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[110/398] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[111/398] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[114/398] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[115/398] Compiling HashTreeCollections _HashNode+Structural union.swift
[116/398] Compiling DequeModule _DequeSlot.swift
[117/405] Emitting module HeapModule
[118/406] Compiling HashTreeCollections TreeSet+Hashable.swift
[119/406] Compiling HashTreeCollections TreeSet+Sendable.swift
[120/406] Compiling HashTreeCollections TreeSet+Sequence.swift
[121/406] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[122/406] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[123/406] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[124/406] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[125/406] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[126/406] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[127/406] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[130/416] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/416] Compiling HashTreeCollections TreeDictionary+Merge.swift
[132/416] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[133/416] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[134/416] Compiling HashTreeCollections TreeDictionary+Values.swift
[135/416] Compiling HashTreeCollections _HashTreeIterator.swift
[136/416] Compiling HashTreeCollections _HashTreeStatistics.swift
[137/416] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[138/416] Compiling HashTreeCollections _RawHashNode.swift
[139/416] Compiling HashTreeCollections _UnmanagedHashNode.swift
[140/416] Compiling HashTreeCollections _UnsafePath.swift
[141/416] Compiling HashTreeCollections TreeDictionary+Codable.swift
[142/416] Compiling HashTreeCollections TreeDictionary+Collection.swift
[143/416] Compiling BitCollections BitSet.Index.swift
[144/416] Compiling BitCollections BitSet._UnsafeHandle.swift
[145/423] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[146/423] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[147/423] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[148/423] Compiling HashTreeCollections TreeDictionary+Filter.swift
[149/423] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[150/423] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[151/423] Compiling HashTreeCollections TreeDictionary+Keys.swift
[152/423] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[153/423] Compiling HashTreeCollections _HashStack.swift
[154/423] Compiling HashTreeCollections _AncestorHashSlots.swift
[155/423] Compiling HashTreeCollections _Bitmap.swift
[156/426] Compiling HashTreeCollections _HashNode.swift
[157/426] Compiling HashTreeCollections _HashNodeHeader.swift
[158/426] Compiling HashTreeCollections _HashSlot.swift
[159/426] Compiling OrderedCollections OrderedSet+SubSequence.swift
[160/426] Compiling OrderedCollections OrderedSet+Testing.swift
[161/426] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[162/426] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[163/426] Compiling OrderedCollections OrderedSet.swift
[164/426] Compiling OrderedCollections _UnsafeBitset.swift
[165/426] Compiling HashTreeCollections TreeSet+Equatable.swift
[166/426] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[167/426] Compiling HashTreeCollections TreeSet+Extras.swift
[168/426] Compiling HashTreeCollections TreeSet+Filter.swift
[169/426] Compiling HashTreeCollections _HashNode+Lookups.swift
[176/426] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[177/426] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[188/426] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[189/426] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[215/426] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[216/426] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[225/426] Compiling Algorithms Trim.swift
[226/426] Compiling Algorithms Unique.swift
[227/426] Compiling Algorithms Windows.swift
[228/426] Compiling HashTreeCollections _HashNode+Builder.swift
[229/426] Compiling HashTreeCollections _HashNode+Debugging.swift
[230/426] Compiling HashTreeCollections _HashNode+Initializers.swift
[231/426] Compiling HashTreeCollections _HashNode+Invariants.swift
[241/426] Emitting module DequeModule
[243/427] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[244/427] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[245/427] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[246/427] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[247/427] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[248/427] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[249/427] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[250/427] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[251/427] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[252/427] Compiling HashTreeCollections TreeSet.swift
[255/427] Compiling OrderedCollections OrderedSet+Sendable.swift
[290/427] Emitting module BitCollections
[299/488] Compiling NIOCore EventLoopFuture.swift
[300/488] Compiling NIOCore FileDescriptor.swift
[301/488] Compiling NIOCore FileHandle.swift
[302/488] Compiling NIOCore FileRegion.swift
[303/488] Compiling NIOCore GlobalSingletons.swift
[306/488] Compiling NIOCore EventLoop+SerialExecutor.swift
[307/488] Compiling NIOCore EventLoop.swift
[308/488] Compiling NIOCore MulticastChannel.swift
[310/488] Compiling NIOCore ByteBuffer-views.swift
[311/488] Compiling NIOCore Channel.swift
[312/488] Compiling NIOCore ChannelHandler.swift
[313/488] Compiling NIOCore ChannelHandlers.swift
[314/488] Compiling NIOCore ChannelInvoker.swift
[315/488] Compiling NIOCore ChannelOption.swift
[316/488] Compiling NIOCore ChannelPipeline.swift
[317/488] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[318/488] Compiling NIOCore EventLoopFuture+Deprecated.swift
[319/488] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[339/497] Compiling NIOCore ConvenienceOptionSupport.swift
[340/497] Compiling NIOCore DeadChannel.swift
[341/497] Compiling NIOCore DispatchQueue+WithFuture.swift
[342/497] Compiling NIOCore EventLoop+Deprecated.swift
[346/497] Compiling NIOCore NIOAny.swift
[347/497] Compiling NIOCore NIOCloseOnErrorHandler.swift
[348/497] Compiling NIOCore NIOLoopBound.swift
[349/497] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[350/497] Compiling NIOCore BSDSocketAPI.swift
[351/497] Compiling NIOCore ByteBuffer-aux.swift
[352/497] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[357/497] Compiling NIOCore ByteBuffer-conversions.swift
[358/497] Compiling NIOCore ByteBuffer-core.swift
[359/497] Compiling NIOCore ByteBuffer-hex.swift
[360/497] Compiling NIOCore ByteBuffer-int.swift
[361/497] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[362/497] Compiling NIOCore AddressedEnvelope.swift
[363/497] Compiling NIOCore AsyncAwaitSupport.swift
[364/497] Compiling NIOCore AsyncChannel.swift
[365/497] Compiling NIOCore AsyncChannelHandler.swift
[366/497] Compiling NIOCore AsyncChannelInboundStream.swift
[367/497] Compiling NIOCore AsyncChannelOutboundWriter.swift
[368/497] Compiling NIOCore NIOAsyncSequenceProducer.swift
[369/497] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[370/497] Compiling NIOCore NIOAsyncWriter.swift
[371/497] Compiling NIOCore CircularBuffer.swift
[372/497] Compiling NIOCore Codec.swift
[373/497] Emitting module OrderedCollections
[383/498] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[384/498] Compiling NIOCore NIOScheduledCallback.swift
[385/498] Compiling NIOCore NIOSendable.swift
[386/498] Emitting module _RopeModule
[394/498] Compiling NIOCore RecvByteBufferAllocator.swift
[417/506] Emitting module Algorithms
[418/507] Compiling NIOCore IO.swift
[419/507] Compiling NIOCore IOData.swift
[420/507] Compiling NIOCore IPProtocol.swift
[421/507] Compiling NIOCore IntegerBitPacking.swift
[422/507] Compiling NIOCore IntegerTypes.swift
[423/507] Compiling NIOCore Interfaces.swift
[424/507] Compiling NIOCore Linux.swift
[425/507] Compiling NIOCore MarkedCircularBuffer.swift
[427/507] Emitting module HashTreeCollections
[437/508] Compiling _RopeModule Rope+Join.swift
[438/508] Compiling _RopeModule Rope+MutatingForEach.swift
[439/508] Compiling _RopeModule Rope+Remove.swift
[440/508] Compiling _RopeModule Rope+RemoveSubrange.swift
[441/508] Compiling _RopeModule Rope+Split.swift
[442/508] Compiling _RopeModule Optional Utilities.swift
[443/508] Compiling _RopeModule String Utilities.swift
[444/508] Compiling _RopeModule String.Index+ABI.swift
[445/508] Compiling _RopeModule _CharacterRecognizer.swift
[458/508] Compiling NIOCore ByteBuffer-multi-int.swift
[459/508] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[466/511] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[467/511] Compiling NIOCore SocketAddresses.swift
[468/511] Compiling NIOCore SocketOptionProvider.swift
[469/511] Compiling NIOCore SystemCallHelpers.swift
[470/511] Compiling NIOCore TimeAmount+Duration.swift
[471/511] Compiling NIOCore TypeAssistedChannelHandler.swift
[472/511] Compiling NIOCore UniversalBootstrapSupport.swift
[473/511] Compiling NIOCore Utilities.swift
[474/511] Compiling Collections Collections.swift
[475/511] Emitting module Collections
/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:
[512/520] Compiling AsyncCollections TaskQueue.swift
[513/520] Compiling AsyncCollections CompactMap.swift
[514/520] Compiling AsyncCollections ForEach.swift
[515/520] Compiling AsyncCollections Filter.swift
[516/520] Compiling AsyncCollections FlatMap.swift
[517/520] Compiling AsyncCollections Map.swift
[518/520] Emitting module AsyncCollections
[519/520] Compiling AsyncCollections AsyncSemaphore.swift
[521/521] Emitting module NIOCore
[522/527] Compiling AsyncDataLoader DataLoaderError.swift
[523/527] Compiling AsyncDataLoader DataLoaderOptions.swift
[524/527] Compiling AsyncDataLoader State.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/56] Compiling RealModule Float80+Real.swift
[3/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/58] Compiling Atomics AtomicValue.swift
[5/58] Compiling Atomics AtomicMemoryOrderings.swift
[6/58] Compiling Atomics DoubleWord.swift
[7/58] Compiling Atomics OptionalRawRepresentable.swift
[8/58] Compiling NIOConcurrencyHelpers lock.swift
[9/58] Compiling RealModule Real.swift
[10/58] Compiling RealModule RealFunctions.swift
[11/58] Compiling RealModule Float16+Real.swift
[12/58] Compiling Atomics UnsafeAtomic.swift
[13/58] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/60] Compiling Atomics ManagedAtomic.swift
[15/60] Compiling Atomics ManagedAtomicLazyReference.swift
[18/60] Compiling Atomics IntegerConformances.swift
[19/60] Compiling Atomics PointerConformances.swift
[20/60] Compiling RealModule Float+Real.swift
[21/60] Compiling RealModule ElementaryFunctions.swift
[22/60] Compiling Atomics AtomicReference.swift
[23/60] Compiling Atomics AtomicStorage.swift
[26/60] Compiling Atomics Primitives.native.swift
[27/60] Compiling Atomics Primitives.shims.swift
[28/60] Emitting module RealModule
[29/61] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/61] Emitting module _NIOBase64
[31/61] Compiling _NIOBase64 Base64.swift
[35/62] Compiling Atomics AtomicInteger.swift
[36/62] Compiling Atomics AtomicOptionalWrappable.swift
[37/62] Emitting module _NIODataStructures
[38/62] Compiling _NIODataStructures Heap.swift
[39/62] Emitting module NIOConcurrencyHelpers
[41/62] Emitting module InternalCollectionsUtilities
[48/63] Compiling _NIODataStructures _TinyArray.swift
[49/63] Compiling _NIODataStructures PriorityQueue.swift
[50/64] Compiling Atomics IntegerOperations.swift
[51/64] Compiling Atomics Unmanaged extensions.swift
[52/64] Compiling NIOConcurrencyHelpers NIOLock.swift
[53/64] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[54/64] Compiling NIOConcurrencyHelpers atomics.swift
[55/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[59/364] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[60/364] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[61/366] Compiling OrderedCollections _HashTable+Testing.swift
[62/366] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[63/366] Compiling OrderedCollections _HashTable+Constants.swift
[64/366] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[65/366] Compiling HeapModule Heap.swift
[66/366] Compiling HeapModule _HeapNode.swift
[67/366] Compiling OrderedCollections OrderedDictionary+Codable.swift
[68/366] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[69/366] Compiling OrderedCollections _HashTable.swift
[70/366] Compiling OrderedCollections _Hashtable+Header.swift
[72/366] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/366] Compiling OrderedCollections OrderedDictionary+Elements.swift
[74/366] Emitting module Atomics
[75/366] Compiling OrderedCollections _HashTable+Bucket.swift
[76/366] Compiling OrderedCollections _HashTable+BucketIterator.swift
[78/367] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[79/367] Compiling HeapModule Heap+Invariants.swift
[80/367] Compiling HeapModule Heap+Descriptions.swift
[81/367] Compiling HeapModule Heap+UnsafeHandle.swift
[82/367] Emitting module HeapModule
[84/368] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[85/368] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[86/368] Compiling OrderedCollections OrderedDictionary+Values.swift
[88/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[89/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[90/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[91/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[92/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[93/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[94/371] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[95/371] Compiling Algorithms Trim.swift
[96/371] Compiling Algorithms Unique.swift
[97/371] Compiling Algorithms Windows.swift
[98/371] Compiling OrderedCollections OrderedSet+Descriptions.swift
[99/371] Compiling OrderedCollections OrderedSet+Diffing.swift
[100/371] Compiling OrderedCollections OrderedSet+Equatable.swift
[101/371] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[102/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[103/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[104/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[105/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[106/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[107/385] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[108/385] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/385] Emitting module BitCollections
[112/385] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[113/385] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[114/385] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[115/385] Compiling OrderedCollections OrderedSet+Insertions.swift
[116/385] Compiling OrderedCollections OrderedSet+Invariants.swift
[117/385] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[118/385] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[119/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[120/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[121/385] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[125/395] Compiling DequeModule _DequeSlot.swift
[126/395] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/395] Compiling OrderedCollections OrderedSet+Hashable.swift
[128/395] Compiling OrderedCollections OrderedSet+Initializers.swift
[146/395] Compiling BitCollections BitSet.Index.swift
[147/395] Compiling BitCollections BitSet._UnsafeHandle.swift
[148/395] Compiling BitCollections BitSet.swift
[149/395] Compiling BitCollections Range+Utilities.swift
[150/395] Compiling BitCollections Slice+Utilities.swift
[151/395] Compiling BitCollections UInt+Tricks.swift
[168/404] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[169/404] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[176/404] Emitting module DequeModule
[218/405] Compiling _RopeModule _CharacterRecognizer.swift
[219/405] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[220/405] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[221/405] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[222/405] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[223/405] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[224/405] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[225/405] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[226/405] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[227/405] Compiling HashTreeCollections TreeSet.swift
[250/405] Compiling BitCollections _Word.swift
[263/406] Compiling OrderedCollections OrderedSet.swift
[264/406] Compiling OrderedCollections _UnsafeBitset.swift
[265/406] Compiling _RopeModule Rope+Sequence.swift
[266/406] Compiling _RopeModule Rope+Append.swift
[267/406] Compiling _RopeModule Rope+Extract.swift
[268/406] Compiling _RopeModule Rope+Find.swift
[269/406] Compiling _RopeModule Rope+ForEachWhile.swift
[270/406] Compiling _RopeModule Rope+Insert.swift
[301/406] Emitting module OrderedCollections
[314/407] Emitting module Algorithms
[316/468] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[317/468] Compiling NIOCore EventLoopFuture+Deprecated.swift
[318/468] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[319/468] Compiling NIOCore EventLoopFuture.swift
[320/468] Compiling NIOCore FileDescriptor.swift
[321/468] Compiling NIOCore FileHandle.swift
[322/468] Compiling NIOCore FileRegion.swift
[323/468] Compiling NIOCore GlobalSingletons.swift
[324/468] Compiling NIOCore CircularBuffer.swift
[325/468] Compiling NIOCore Codec.swift
[326/468] Compiling NIOCore ConvenienceOptionSupport.swift
[327/468] Compiling NIOCore DeadChannel.swift
[328/468] Compiling NIOCore DispatchQueue+WithFuture.swift
[329/468] Compiling NIOCore EventLoop+Deprecated.swift
[330/468] Compiling NIOCore EventLoop+SerialExecutor.swift
[331/468] Compiling NIOCore EventLoop.swift
[340/468] Compiling _RopeModule Rope+Join.swift
[341/468] Compiling _RopeModule Rope+MutatingForEach.swift
[342/468] Compiling _RopeModule Rope+Remove.swift
[343/468] Compiling _RopeModule Rope+RemoveSubrange.swift
[344/468] Compiling _RopeModule Rope+Split.swift
[345/468] Compiling _RopeModule Optional Utilities.swift
[346/468] Compiling _RopeModule String Utilities.swift
[347/468] Compiling _RopeModule String.Index+ABI.swift
[348/468] Compiling NIOCore AddressedEnvelope.swift
[349/468] Compiling NIOCore AsyncAwaitSupport.swift
[350/468] Compiling NIOCore AsyncChannel.swift
[351/468] Compiling NIOCore AsyncChannelHandler.swift
[352/468] Compiling NIOCore AsyncChannelInboundStream.swift
[353/468] Compiling NIOCore AsyncChannelOutboundWriter.swift
[354/468] Compiling NIOCore NIOAsyncSequenceProducer.swift
[355/468] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[356/468] Compiling NIOCore NIOAsyncWriter.swift
[357/468] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[358/468] Compiling NIOCore BSDSocketAPI.swift
[359/468] Compiling NIOCore ByteBuffer-aux.swift
[360/468] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[361/468] Compiling NIOCore ByteBuffer-conversions.swift
[362/468] Compiling NIOCore ByteBuffer-core.swift
[363/468] Compiling NIOCore ByteBuffer-hex.swift
[364/468] Compiling NIOCore ByteBuffer-int.swift
[365/468] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[366/468] Compiling NIOCore IO.swift
[367/468] Compiling NIOCore IOData.swift
[368/468] Compiling NIOCore IPProtocol.swift
[369/468] Compiling NIOCore IntegerBitPacking.swift
[370/468] Compiling NIOCore IntegerTypes.swift
[371/468] Compiling NIOCore Interfaces.swift
[372/468] Compiling NIOCore Linux.swift
[373/468] Compiling NIOCore MarkedCircularBuffer.swift
[374/468] Compiling NIOCore MulticastChannel.swift
[375/468] Compiling NIOCore NIOAny.swift
[376/468] Compiling NIOCore NIOCloseOnErrorHandler.swift
[377/468] Compiling NIOCore NIOLoopBound.swift
[389/468] Emitting module _RopeModule
[390/468] Emitting module HashTreeCollections
[401/469] Compiling NIOCore ChannelInvoker.swift
[402/469] Compiling NIOCore ChannelOption.swift
[403/469] Compiling NIOCore ChannelPipeline.swift
[414/469] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[415/469] Compiling NIOCore NIOScheduledCallback.swift
[416/469] Compiling NIOCore NIOSendable.swift
[417/469] Compiling NIOCore RecvByteBufferAllocator.swift
[419/480] Compiling Collections Collections.swift
[420/480] Emitting module Collections
[422/489] Compiling AsyncCollections CompactMap.swift
[423/489] Compiling AsyncCollections Filter.swift
[424/489] Emitting module AsyncCollections
[425/489] Compiling AsyncCollections FlatMap.swift
[426/489] Compiling AsyncCollections AsyncSemaphore.swift
[427/489] Compiling AsyncCollections TaskQueue.swift
[428/489] 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:
[429/489] 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:
[430/489] 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:
[431/489] 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:
[432/489] 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:
[433/489] 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:
/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:
[453/489] Compiling AsyncCollections ForEach.swift
[454/489] Compiling AsyncCollections Map.swift
[464/490] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[465/490] Compiling NIOCore SocketAddresses.swift
[466/490] Compiling NIOCore SocketOptionProvider.swift
[467/490] Compiling NIOCore SystemCallHelpers.swift
[468/490] Compiling NIOCore TimeAmount+Duration.swift
[469/490] Compiling NIOCore TypeAssistedChannelHandler.swift
[470/490] Compiling NIOCore UniversalBootstrapSupport.swift
[471/490] Compiling NIOCore Utilities.swift
[490/496] Compiling AsyncDataLoader DataLoaderOptions.swift
[491/496] Compiling AsyncDataLoader DataLoaderError.swift
[492/496] Compiling AsyncDataLoader Channel.swift
[493/496] Emitting module AsyncDataLoader
[494/496] Compiling AsyncDataLoader State.swift
[495/496] Compiling AsyncDataLoader DataLoader.swift
[497/497] Emitting module NIOCore
BUILD FAILURE 6.1 wasm