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 async-kit, reference main (e048c8), with Swift 6.1 for Wasm on 29 May 2025 14:25:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/async-kit.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/vapor/async-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e048c8e Add `shutdownAsync` (#109)
Cloned https://github.com/vapor/async-kit.git
Revision (git rev-parse @):
e048c8ee94967e8d8a1c2ec0e1156d6f7fa34d31
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/async-kit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/async-kit.git
https://github.com/vapor/async-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.61.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "async-kit",
  "name" : "async-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncKit",
      "targets" : [
        "AsyncKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncKitTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncKitTests",
      "path" : "Tests/AsyncKitTests",
      "sources" : [
        "AsyncConnectionPoolTests.swift",
        "AsyncKitTestsCommon.swift",
        "Collection+FlattenTests.swift",
        "ConnectionPoolTests.swift",
        "EventLoop+ConcurrencyTests.swift",
        "EventLoopFutureQueueTests.swift",
        "EventLoopGroup+FutureTests.swift",
        "Future+CollectionTests.swift",
        "Future+ConjunctionTests.swift",
        "Future+MiscellaneousTests.swift",
        "Future+NonemptyTests.swift",
        "Future+OptionalTests.swift",
        "Future+TransformTests.swift",
        "Future+TryTests.swift",
        "FutureOperatorsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncKit",
      "module_type" : "SwiftTarget",
      "name" : "AsyncKit",
      "path" : "Sources/AsyncKit",
      "product_dependencies" : [
        "Logging",
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix",
        "Collections",
        "Algorithms"
      ],
      "product_memberships" : [
        "AsyncKit"
      ],
      "sources" : [
        "ConnectionPool/ConnectionPoolError.swift",
        "ConnectionPool/ConnectionPoolItem.swift",
        "ConnectionPool/ConnectionPoolSource.swift",
        "ConnectionPool/EventLoopConnectionPool.swift",
        "ConnectionPool/EventLoopGroupConnectionPool.swift",
        "EventLoop/EventLoop+Concurrency.swift",
        "EventLoop/EventLoop+Flatten.swift",
        "EventLoop/EventLoop+Future.swift",
        "EventLoop/EventLoopGroup+Concurrency.swift",
        "EventLoop/EventLoopGroup+Throwing.swift",
        "EventLoopFuture/Collection+Flatten.swift",
        "EventLoopFuture/EventLoopFutureQueue+Sequence.swift",
        "EventLoopFuture/EventLoopFutureQueue.swift",
        "EventLoopFuture/Future+Collection.swift",
        "EventLoopFuture/Future+Conjunctions.swift",
        "EventLoopFuture/Future+Miscellaneous.swift",
        "EventLoopFuture/Future+Nonempty.swift",
        "EventLoopFuture/Future+Optional.swift",
        "EventLoopFuture/Future+Transform.swift",
        "EventLoopFuture/Future+Try.swift",
        "EventLoopFuture/FutureOperators.swift",
        "EventLoopFuture/Optional+StrictMap.swift",
        "Exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[232/20427] Fetching swift-log, swift-collections
[233/26386] Fetching swift-log, swift-collections, swift-algorithms
[7369/102483] Fetching swift-log, swift-collections, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.17s)
[11955/96524] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.30s)
[64533/92688] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.34s)
[48703/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.10s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.14s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.30s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.12s)
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/30] Write sources
[16/30] Compiling CNIOWindows shim.c
[16/30] Compiling _AtomicsShims.c
[16/30] Compiling _NumericsShims _NumericsShims.c
[19/30] Compiling CNIOWindows WSAStartup.c
[19/30] Write sources
[19/30] Compiling CNIOLinux shim.c
[24/30] Compiling CNIODarwin shim.c
[24/30] Compiling CNIOLinux liburing_shims.c
[26/30] Compiling CNIOWASI CNIOWASI.c
[27/30] Write swift-version-24593BA9C3E375BF.txt
[29/84] Emitting module RealModule
[30/85] Compiling _NIODataStructures _TinyArray.swift
[31/85] Emitting module Logging
[32/85] Compiling Logging Locks.swift
[33/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/85] Emitting module _NIOBase64
[35/85] Compiling _NIOBase64 Base64.swift
[36/87] Emitting module InternalCollectionsUtilities
[37/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/87] Compiling InternalCollectionsUtilities Debugging.swift
[39/87] Compiling InternalCollectionsUtilities Descriptions.swift
[40/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/87] Compiling RealModule AlgebraicField.swift
[42/87] Compiling RealModule ApproximateEquality.swift
[43/87] Compiling RealModule AugmentedArithmetic.swift
[44/87] Compiling RealModule Double+Real.swift
[49/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/87] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/87] Compiling _NIODataStructures PriorityQueue.swift
[54/87] Compiling Logging LogHandler.swift
[55/87] Compiling RealModule Float16+Real.swift
[56/87] Compiling RealModule Float80+Real.swift
[57/87] Compiling RealModule Real.swift
[57/87] Compiling c-atomics.c
[58/87] Compiling c-nioatomics.c
[62/87] Compiling Atomics AtomicReference.swift
[63/87] Compiling Atomics AtomicStorage.swift
[64/87] Compiling Atomics AtomicValue.swift
[65/87] Compiling Atomics AtomicMemoryOrderings.swift
[66/87] Compiling Atomics DoubleWord.swift
[68/87] Compiling Atomics ManagedAtomicLazyReference.swift
[69/87] Compiling RealModule Float+Real.swift
[70/89] Compiling RealModule ElementaryFunctions.swift
[71/89] Emitting module Atomics
[73/89] Compiling RealModule RealFunctions.swift
[84/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/119] Compiling Algorithms RandomSample.swift
[87/119] Compiling Algorithms Reductions.swift
[88/123] Compiling Logging MetadataProvider.swift
[89/123] Compiling _NIODataStructures Heap.swift
[90/123] Emitting module _NIODataStructures
[91/124] Compiling Logging Logging.swift
[92/124] Compiling NIOConcurrencyHelpers lock.swift
[96/241] Emitting module NIOConcurrencyHelpers
[97/346] Compiling HeapModule Heap+Invariants.swift
[98/399] Compiling HeapModule Heap+Descriptions.swift
[99/399] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/399] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/399] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/399] Compiling NIOConcurrencyHelpers atomics.swift
[103/399] Compiling BitCollections BitArray+Codable.swift
[104/399] Compiling BitCollections BitArray+Collection.swift
[105/401] Emitting module HeapModule
[106/402] Compiling BitCollections BitArray+Hashable.swift
[107/402] Compiling BitCollections BitArray+Initializers.swift
[109/402] Compiling HeapModule _HeapNode.swift
[110/402] Compiling BitCollections BitArray+Copy.swift
[111/402] Compiling BitCollections BitArray+CustomReflectable.swift
[112/402] Compiling HeapModule Heap.swift
[113/402] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[114/402] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[115/402] Compiling BitCollections BitSet+SetAlgebra union.swift
[116/402] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[117/402] Compiling BitCollections BitSet.Counted.swift
[118/402] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[119/402] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[120/402] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[121/402] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[122/402] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[123/402] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[124/402] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[125/402] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[126/402] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[127/409] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[128/409] Compiling HeapModule Heap+UnsafeHandle.swift
[129/410] Compiling DequeModule _DequeSlot.swift
[130/410] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/410] Emitting module BitCollections
[133/417] Compiling BitCollections Range+Utilities.swift
[134/417] Compiling BitCollections Slice+Utilities.swift
[135/417] Compiling BitCollections UInt+Tricks.swift
[136/417] Compiling BitCollections _Word.swift
[137/417] Compiling OrderedCollections OrderedSet.swift
[138/417] Compiling OrderedCollections _UnsafeBitset.swift
[139/417] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[140/417] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[141/417] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[142/417] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[143/427] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[144/427] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[145/427] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[146/430] Compiling BitCollections BitArray+Shifts.swift
[147/430] Compiling BitCollections BitArray+Testing.swift
[148/430] Compiling BitCollections BitArray._UnsafeHandle.swift
[149/430] Compiling BitCollections BitArray.swift
[150/430] Compiling BitCollections BitSet+BidirectionalCollection.swift
[151/430] Compiling BitCollections BitSet+Codable.swift
[152/430] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[153/430] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[154/430] Compiling Algorithms Trim.swift
[155/430] Compiling Algorithms Unique.swift
[156/430] Compiling Algorithms Windows.swift
[157/430] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[158/430] Compiling BitCollections BitSet+Extras.swift
[159/430] Compiling BitCollections BitSet+Hashable.swift
[160/430] Compiling BitCollections BitArray+RandomBits.swift
[161/430] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[162/430] Compiling BitCollections BitSet+Initializers.swift
[163/430] Compiling BitCollections BitSet+Invariants.swift
[164/430] Compiling BitCollections BitSet+Random.swift
[165/430] Compiling BitCollections BitSet+SetAlgebra basics.swift
[166/430] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[177/430] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[178/430] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[179/430] Compiling BitCollections BitArray+Extras.swift
[180/430] Compiling BitCollections BitArray+Fill.swift
[188/430] Compiling HashTreeCollections TreeDictionary.swift
[189/430] Compiling HashTreeCollections TreeSet+Codable.swift
[190/430] Compiling HashTreeCollections TreeSet+Collection.swift
[191/430] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[192/430] Compiling HashTreeCollections TreeSet+Debugging.swift
[193/430] Compiling HashTreeCollections TreeSet+Descriptions.swift
[194/430] Compiling HashTreeCollections TreeSet+Equatable.swift
[195/430] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[196/430] Compiling HashTreeCollections TreeSet+Extras.swift
[197/430] Compiling HashTreeCollections TreeSet+Filter.swift
[200/430] Compiling BitCollections BitArray+Descriptions.swift
[201/430] Compiling BitCollections BitArray+Equatable.swift
[204/430] Compiling BitCollections BitArray+BitwiseOperations.swift
[205/430] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[206/430] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[207/430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[208/430] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[209/430] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[210/430] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[211/430] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[212/430] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[213/430] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[214/430] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[215/430] Compiling HashTreeCollections TreeSet.swift
[237/430] Emitting module DequeModule
[238/431] Compiling BitCollections BitSet.Index.swift
[239/431] Compiling BitCollections BitSet._UnsafeHandle.swift
[240/431] Compiling BitCollections BitSet.swift
[279/491] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[280/491] Compiling NIOCore BSDSocketAPI.swift
[281/491] Compiling NIOCore ByteBuffer-aux.swift
[282/491] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[283/491] Compiling NIOCore ByteBuffer-conversions.swift
[284/491] Compiling NIOCore ByteBuffer-core.swift
[285/491] Compiling NIOCore ByteBuffer-hex.swift
[286/491] Compiling NIOCore ByteBuffer-int.swift
[296/492] Compiling NIOCore Linux.swift
[297/492] Compiling NIOCore MarkedCircularBuffer.swift
[298/492] Compiling NIOCore MulticastChannel.swift
[299/492] Compiling NIOCore NIOAny.swift
[300/492] Compiling NIOCore NIOCloseOnErrorHandler.swift
[301/492] Compiling NIOCore NIOLoopBound.swift
[302/492] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[303/492] Compiling NIOCore NIOScheduledCallback.swift
[304/492] Compiling NIOCore NIOSendable.swift
[309/492] Compiling NIOCore RecvByteBufferAllocator.swift
[321/501] Compiling NIOCore IOData.swift
[322/501] Compiling NIOCore IPProtocol.swift
[323/501] Compiling NIOCore IntegerBitPacking.swift
[324/501] Compiling NIOCore IntegerTypes.swift
[325/501] Compiling NIOCore Interfaces.swift
[340/501] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[341/501] Compiling NIOCore CircularBuffer.swift
[346/501] Emitting module OrderedCollections
[348/502] Compiling NIOCore Codec.swift
[349/502] Compiling NIOCore ConvenienceOptionSupport.swift
[350/502] Compiling NIOCore DeadChannel.swift
[351/502] Compiling NIOCore DispatchQueue+WithFuture.swift
[352/502] Compiling NIOCore EventLoop+Deprecated.swift
[353/502] Compiling NIOCore EventLoop+SerialExecutor.swift
[354/502] Compiling NIOCore EventLoop.swift
[355/502] Compiling NIOCore ByteBuffer-multi-int.swift
[356/502] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[357/502] Compiling NIOCore ByteBuffer-views.swift
[366/510] Compiling NIOCore GlobalSingletons.swift
[367/510] Compiling NIOCore AddressedEnvelope.swift
[368/510] Compiling NIOCore AsyncAwaitSupport.swift
[369/510] Compiling NIOCore AsyncChannel.swift
[370/510] Compiling NIOCore AsyncChannelHandler.swift
[371/510] Compiling NIOCore AsyncChannelInboundStream.swift
[372/510] Compiling NIOCore AsyncChannelOutboundWriter.swift
[373/510] Compiling NIOCore NIOAsyncSequenceProducer.swift
[374/510] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[375/510] Compiling NIOCore NIOAsyncWriter.swift
[376/510] Compiling NIOCore IO.swift
[388/510] Compiling NIOCore ChannelHandlers.swift
[389/510] Compiling NIOCore ChannelInvoker.swift
[390/510] Compiling NIOCore ChannelOption.swift
[391/510] Compiling NIOCore ChannelPipeline.swift
[392/510] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[393/510] Compiling NIOCore EventLoopFuture+Deprecated.swift
[394/510] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[395/510] Compiling NIOCore EventLoopFuture.swift
[396/510] Compiling NIOCore FileDescriptor.swift
[397/510] Compiling NIOCore FileHandle.swift
[398/510] Compiling NIOCore FileRegion.swift
[408/510] Compiling NIOCore Channel.swift
[409/510] Compiling NIOCore ChannelHandler.swift
[410/510] Emitting module Algorithms
[411/511] Emitting module _RopeModule
[421/511] Emitting module HashTreeCollections
[423/512] Compiling _RopeModule Rope+Join.swift
[424/512] Compiling _RopeModule Rope+MutatingForEach.swift
[425/512] Compiling _RopeModule Rope+Remove.swift
[426/512] Compiling _RopeModule Rope+RemoveSubrange.swift
[427/512] Compiling _RopeModule Rope+Split.swift
[428/512] Compiling _RopeModule Optional Utilities.swift
[429/512] Compiling _RopeModule String Utilities.swift
[430/512] Compiling _RopeModule String.Index+ABI.swift
[431/512] Compiling _RopeModule _CharacterRecognizer.swift
[470/515] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[471/515] Compiling NIOCore SocketAddresses.swift
[472/515] Compiling NIOCore SocketOptionProvider.swift
[473/515] Compiling NIOCore SystemCallHelpers.swift
[474/515] Compiling NIOCore TimeAmount+Duration.swift
[475/515] Compiling NIOCore TypeAssistedChannelHandler.swift
[476/515] Compiling NIOCore UniversalBootstrapSupport.swift
[477/515] Compiling NIOCore Utilities.swift
[486/515] Emitting module Collections
[487/515] 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:
[516/516] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling Logging Locks.swift
[3/42] Compiling _NIODataStructures Heap.swift
[4/59] Emitting module Logging
[5/61] Compiling NIOConcurrencyHelpers lock.swift
[6/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/61] Compiling Atomics ManagedAtomic.swift
[8/61] Compiling Atomics ManagedAtomicLazyReference.swift
[9/61] Compiling Atomics UnsafeAtomic.swift
[10/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[11/61] Emitting module RealModule
[12/61] Compiling Atomics OptionalRawRepresentable.swift
[13/61] Compiling Atomics RawRepresentable.swift
[14/65] Compiling Logging MetadataProvider.swift
[15/65] Compiling RealModule Float80+Real.swift
[16/65] Compiling RealModule Real.swift
[17/65] Compiling Logging LogHandler.swift
[18/65] Emitting module _NIOBase64
[19/65] Compiling RealModule Float16+Real.swift
[20/65] Compiling Atomics AtomicOptionalWrappable.swift
[21/65] Compiling _NIOBase64 Base64.swift
[22/65] Compiling Atomics AtomicReference.swift
[23/65] Compiling Atomics AtomicStorage.swift
[24/65] Compiling Atomics AtomicValue.swift
[25/66] Compiling Atomics Primitives.shims.swift
[26/66] Compiling Atomics AtomicInteger.swift
[27/66] Emitting module _NIODataStructures
[28/66] Compiling Atomics AtomicMemoryOrderings.swift
[29/66] Compiling Atomics DoubleWord.swift
[30/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[32/66] Compiling NIOConcurrencyHelpers atomics.swift
[33/66] Compiling RealModule ElementaryFunctions.swift
[34/66] Compiling RealModule Float+Real.swift
[35/66] Compiling RealModule RealFunctions.swift
[37/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/66] Compiling _NIODataStructures _TinyArray.swift
[39/66] Compiling _NIODataStructures PriorityQueue.swift
[40/67] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[44/67] Compiling Atomics AtomicBool.swift
[45/67] Compiling Atomics IntegerConformances.swift
[46/68] Emitting module InternalCollectionsUtilities
[47/68] Emitting module NIOConcurrencyHelpers
[55/69] Compiling Atomics IntegerOperations.swift
[56/69] Compiling Atomics Unmanaged extensions.swift
[58/69] Compiling Atomics PointerConformances.swift
[59/69] Compiling Atomics Primitives.native.swift
[63/92] Compiling Logging Logging.swift
[65/370] Compiling HeapModule Heap.swift
[66/370] Compiling HeapModule _HeapNode.swift
[67/370] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[68/370] Compiling HeapModule Heap+Invariants.swift
[69/370] Compiling HeapModule Heap+UnsafeHandle.swift
[70/370] Compiling BitCollections BitArray+Extras.swift
[71/370] Compiling BitCollections BitArray+Fill.swift
[72/372] Compiling BitCollections BitArray+Hashable.swift
[73/372] Compiling BitCollections BitArray+Initializers.swift
[74/372] Compiling BitCollections BitArray+Invariants.swift
[75/372] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[76/372] Compiling BitCollections BitArray+Copy.swift
[77/372] Compiling BitCollections BitArray+CustomReflectable.swift
[78/372] Compiling HeapModule Heap+Descriptions.swift
[79/372] Emitting module HeapModule
[80/373] Compiling BitCollections BitArray+BitwiseOperations.swift
[81/373] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[83/373] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[84/373] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[89/373] Compiling BitCollections BitArray+Codable.swift
[90/373] Compiling BitCollections BitArray+Collection.swift
[91/373] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[92/373] Compiling BitCollections BitSet+CustomReflectable.swift
[93/373] Compiling BitCollections BitSet+CustomStringConvertible.swift
[94/373] Compiling BitCollections BitSet+Equatable.swift
[95/373] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[96/373] Compiling BitCollections BitSet+Extras.swift
[97/373] Compiling BitCollections BitSet+Hashable.swift
[98/380] Emitting module Atomics
[99/380] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[100/380] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[101/380] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[102/380] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[103/380] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[104/380] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[105/380] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[106/388] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[107/388] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[108/388] Compiling BitCollections BitSet+SetAlgebra union.swift
[109/388] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[110/388] Compiling BitCollections BitSet.Counted.swift
[111/388] Compiling BitCollections BitSet.Index.swift
[112/388] Compiling BitCollections BitSet._UnsafeHandle.swift
[113/388] Compiling HashTreeCollections TreeSet+Hashable.swift
[114/388] Compiling HashTreeCollections TreeSet+Sendable.swift
[115/388] Compiling HashTreeCollections TreeSet+Sequence.swift
[116/388] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[117/388] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[118/388] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[119/388] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[120/388] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[121/388] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[122/388] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[123/388] Compiling BitCollections BitSet+Initializers.swift
[124/388] Compiling BitCollections BitSet+Invariants.swift
[125/388] Compiling BitCollections BitSet+Random.swift
[126/388] Compiling BitCollections BitSet+SetAlgebra basics.swift
[127/388] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[128/388] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[129/388] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[131/398] Emitting module BitCollections
[132/398] Compiling BitCollections BitArray.swift
[133/398] Compiling BitCollections BitSet+BidirectionalCollection.swift
[134/398] Compiling BitCollections BitSet+Codable.swift
[135/401] Compiling BitCollections BitArray+Shifts.swift
[136/401] Compiling BitCollections BitArray+Testing.swift
[137/401] Compiling BitCollections BitArray._UnsafeHandle.swift
[138/401] Compiling Algorithms Trim.swift
[139/401] Compiling Algorithms Unique.swift
[140/401] Compiling Algorithms Windows.swift
[152/401] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[153/401] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[161/401] Compiling DequeModule _DequeSlot.swift
[162/401] Compiling DequeModule _UnsafeWrappedBuffer.swift
[163/401] Compiling OrderedCollections OrderedSet+SubSequence.swift
[164/401] Compiling OrderedCollections OrderedSet+Testing.swift
[165/401] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[166/401] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[167/401] Compiling OrderedCollections OrderedSet.swift
[168/401] Compiling OrderedCollections _UnsafeBitset.swift
[169/401] Compiling HashTreeCollections TreeSet+Equatable.swift
[170/401] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[171/401] Compiling HashTreeCollections TreeSet+Extras.swift
[172/401] Compiling HashTreeCollections TreeSet+Filter.swift
[181/401] Compiling BitCollections BitArray+RandomBits.swift
[182/401] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[189/401] Emitting module DequeModule
[220/402] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[221/402] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[222/402] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[223/402] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[224/402] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[225/402] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[226/402] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[227/402] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[228/402] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[229/402] Compiling HashTreeCollections TreeSet.swift
[246/402] Emitting module OrderedCollections
[257/416] Compiling NIOCore AddressedEnvelope.swift
[258/416] Compiling NIOCore AsyncAwaitSupport.swift
[259/416] Compiling NIOCore AsyncChannel.swift
[260/417] Compiling NIOCore AsyncChannelHandler.swift
[261/417] Compiling NIOCore AsyncChannelInboundStream.swift
[265/441] Compiling NIOCore NIOAsyncWriter.swift
[266/441] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[267/441] Compiling NIOCore BSDSocketAPI.swift
[268/441] Compiling NIOCore ByteBuffer-aux.swift
[269/441] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[270/441] Compiling NIOCore ByteBuffer-conversions.swift
[271/441] Compiling NIOCore ByteBuffer-core.swift
[272/441] Compiling NIOCore ByteBuffer-hex.swift
[273/441] Compiling NIOCore ByteBuffer-int.swift
[274/441] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[275/441] Compiling NIOCore CircularBuffer.swift
[276/441] Compiling NIOCore Codec.swift
[277/441] Compiling NIOCore ConvenienceOptionSupport.swift
[278/441] Compiling NIOCore DeadChannel.swift
[279/441] Compiling NIOCore DispatchQueue+WithFuture.swift
[280/441] Compiling NIOCore EventLoop+Deprecated.swift
[281/471] Compiling NIOCore ByteBuffer-views.swift
[282/471] Compiling NIOCore Channel.swift
[283/471] Compiling NIOCore ChannelHandler.swift
[284/471] Compiling NIOCore ChannelHandlers.swift
[285/471] Compiling NIOCore ChannelInvoker.swift
[286/471] Compiling NIOCore ChannelOption.swift
[287/471] Compiling NIOCore ChannelPipeline.swift
[288/472] Emitting module Algorithms
[291/472] Compiling NIOCore AsyncChannelOutboundWriter.swift
[292/472] Compiling NIOCore NIOAsyncSequenceProducer.swift
[293/472] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[294/473] Compiling NIOCore MarkedCircularBuffer.swift
[295/473] Compiling NIOCore ByteBuffer-multi-int.swift
[296/473] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[323/473] Compiling NIOCore EventLoop+SerialExecutor.swift
[324/473] Compiling NIOCore EventLoop.swift
[325/473] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[326/473] Compiling NIOCore EventLoopFuture+Deprecated.swift
[327/473] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[328/473] Compiling NIOCore EventLoopFuture.swift
[329/474] Compiling NIOCore IPProtocol.swift
[330/474] Compiling NIOCore IntegerBitPacking.swift
[331/474] Compiling NIOCore IntegerTypes.swift
[332/474] Compiling NIOCore Interfaces.swift
[333/474] Compiling NIOCore Linux.swift
[352/474] Emitting module HashTreeCollections
[361/474] Compiling NIOCore FileDescriptor.swift
[362/474] Compiling NIOCore FileHandle.swift
[363/474] Compiling NIOCore FileRegion.swift
[387/475] Compiling NIOCore MulticastChannel.swift
[388/475] Compiling NIOCore NIOAny.swift
[389/475] Compiling NIOCore NIOCloseOnErrorHandler.swift
[390/475] Compiling NIOCore NIOLoopBound.swift
[391/475] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[392/475] Compiling NIOCore NIOScheduledCallback.swift
[393/475] Compiling NIOCore NIOSendable.swift
[394/475] Compiling NIOCore RecvByteBufferAllocator.swift
[395/483] Compiling NIOCore IO.swift
[396/483] Compiling NIOCore IOData.swift
[406/483] Compiling NIOCore GlobalSingletons.swift
[413/483] Emitting module _RopeModule
[423/483] Compiling _RopeModule Rope+Join.swift
[424/483] Compiling _RopeModule Rope+MutatingForEach.swift
[425/483] Compiling _RopeModule Rope+Remove.swift
[426/483] Compiling _RopeModule Rope+RemoveSubrange.swift
[427/483] Compiling _RopeModule Rope+Split.swift
[428/483] Compiling _RopeModule Optional Utilities.swift
[429/483] Compiling _RopeModule String Utilities.swift
[430/483] Compiling _RopeModule String.Index+ABI.swift
[431/483] Compiling _RopeModule _CharacterRecognizer.swift
[441/486] Emitting module Collections
[442/486] 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:
[470/487] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[471/487] Compiling NIOCore SocketAddresses.swift
[472/487] Compiling NIOCore SocketOptionProvider.swift
[473/487] Compiling NIOCore SystemCallHelpers.swift
[474/487] Compiling NIOCore TimeAmount+Duration.swift
[475/487] Compiling NIOCore TypeAssistedChannelHandler.swift
[476/487] Compiling NIOCore UniversalBootstrapSupport.swift
[477/487] Compiling NIOCore Utilities.swift
[487/487] Emitting module NIOCore
BUILD FAILURE 6.1 wasm