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 1.20.0 (e048c8), with Swift 6.1 for Wasm on 29 May 2025 14:24:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 1.20.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/async-kit
 * tag               1.20.0     -> FETCH_HEAD
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 1.20.0
========================================
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-1":/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-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[1372/9795] Fetching swift-algorithms, swift-log
[4754/26386] Fetching swift-algorithms, swift-log, swift-collections
[13944/102483] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[15474/98647] Fetching swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.52s)
[9847/92688] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.25s)
Fetched https://github.com/apple/swift-nio.git from cache (4.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.93s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[497/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.43s)
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-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-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/30] Write sources
[15/30] Compiling CNIOWindows shim.c
[15/30] Compiling CNIOWindows WSAStartup.c
[15/30] Compiling _AtomicsShims.c
[18/30] Compiling _NumericsShims _NumericsShims.c
[19/30] Write sources
[23/30] Compiling CNIOLinux shim.c
[23/30] Compiling CNIOWASI CNIOWASI.c
[25/30] Compiling CNIODarwin shim.c
[26/30] Compiling CNIOLinux liburing_shims.c
[27/30] Write swift-version-24593BA9C3E375BF.txt
[29/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/84] Compiling InternalCollectionsUtilities Debugging.swift
[31/85] Compiling _NIODataStructures _TinyArray.swift
[32/85] Emitting module _NIOBase64
[33/85] Compiling _NIOBase64 Base64.swift
[34/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/86] Compiling _NIODataStructures PriorityQueue.swift
[36/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/86] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/86] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/88] Compiling RealModule Real.swift
[40/89] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/89] Compiling Logging Locks.swift
[42/89] Emitting module Logging
[43/89] Compiling InternalCollectionsUtilities Descriptions.swift
[44/89] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/89] Compiling Atomics ManagedAtomic.swift
[50/89] Compiling Atomics ManagedAtomicLazyReference.swift
[51/89] Compiling Atomics AtomicMemoryOrderings.swift
[52/89] Compiling Atomics DoubleWord.swift
[53/89] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/89] Compiling InternalCollectionsUtilities Integer rank.swift
[55/89] Emitting module RealModule
[56/89] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[57/89] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/89] Emitting module Atomics
[60/89] Compiling RealModule RealFunctions.swift
[61/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/89] Compiling c-nioatomics.c
[65/89] Compiling RealModule ElementaryFunctions.swift
[66/89] Compiling RealModule Float+Real.swift
[66/89] Compiling c-atomics.c
[72/89] Emitting module InternalCollectionsUtilities
[73/90] Compiling RealModule Float16+Real.swift
[74/90] Compiling RealModule Float80+Real.swift
[75/90] Compiling Atomics UnsafeAtomic.swift
[76/90] Compiling Atomics UnsafeAtomicLazyReference.swift
[80/91] Compiling Atomics IntegerOperations.swift
[81/91] Compiling Atomics Unmanaged extensions.swift
[86/92] Compiling Logging MetadataProvider.swift
[87/92] Compiling _NIODataStructures Heap.swift
[88/92] Emitting module _NIODataStructures
[91/93] Compiling Logging LogHandler.swift
[92/93] Compiling Logging Logging.swift
[95/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[96/272] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/320] Compiling NIOConcurrencyHelpers lock.swift
[98/360] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[99/375] Compiling HeapModule Heap+Descriptions.swift
[100/399] Compiling HeapModule Heap+Invariants.swift
[101/399] Compiling Algorithms EitherSequence.swift
[102/399] Compiling Algorithms FirstNonNil.swift
[103/401] Compiling HeapModule _HeapNode.swift
[104/401] Compiling Algorithms Permutations.swift
[105/401] Compiling Algorithms Product.swift
[106/401] Emitting module HeapModule
[107/401] Emitting module NIOConcurrencyHelpers
[108/401] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[109/401] Compiling Algorithms Chunked.swift
[110/401] Compiling Algorithms Combinations.swift
[111/401] Compiling Algorithms AdjacentPairs.swift
[112/401] Compiling Algorithms Chain.swift
[113/401] Compiling NIOConcurrencyHelpers atomics.swift
[114/402] Compiling HeapModule Heap+UnsafeHandle.swift
[115/402] Compiling HeapModule Heap.swift
[118/403] Compiling HashTreeCollections TreeSet+Hashable.swift
[119/403] Compiling HashTreeCollections TreeSet+Sendable.swift
[120/403] Compiling HashTreeCollections TreeSet+Sequence.swift
[121/403] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[122/403] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[123/403] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[124/403] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[125/403] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[126/403] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[127/403] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[128/413] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[129/413] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[130/413] Compiling BitCollections BitSet+SetAlgebra union.swift
[131/413] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[132/413] Compiling BitCollections BitSet.Counted.swift
[133/413] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[134/413] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[135/413] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[136/413] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[137/413] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[138/413] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[139/413] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[140/413] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[141/413] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[142/420] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[143/420] Compiling BitCollections BitSet+CustomReflectable.swift
[144/420] Compiling BitCollections BitSet+CustomStringConvertible.swift
[145/420] Compiling BitCollections BitSet+Equatable.swift
[146/420] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[147/420] Compiling BitCollections BitSet+Extras.swift
[148/420] Compiling BitCollections BitSet+Hashable.swift
[149/427] Compiling Algorithms Joined.swift
[150/427] Compiling Algorithms Keyed.swift
[151/427] Compiling Algorithms MinMax.swift
[152/427] Compiling Algorithms Partition.swift
[153/427] Compiling DequeModule _DequeSlot.swift
[154/427] Compiling DequeModule _UnsafeWrappedBuffer.swift
[155/427] Compiling BitCollections BitSet+Initializers.swift
[156/427] Compiling BitCollections BitSet+Invariants.swift
[157/427] Compiling BitCollections BitSet+Random.swift
[158/427] Compiling BitCollections BitSet+SetAlgebra basics.swift
[159/427] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[160/427] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[161/427] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[162/427] Compiling Algorithms Split.swift
[163/427] Compiling Algorithms Stride.swift
[164/427] Compiling Algorithms Suffix.swift
[165/430] Emitting module BitCollections
[166/430] Compiling Algorithms Rotate.swift
[167/430] Compiling Algorithms FlattenCollection.swift
[168/430] Compiling Algorithms Grouped.swift
[169/430] Compiling Algorithms Indexed.swift
[170/430] Compiling Algorithms Intersperse.swift
[190/430] Compiling BitCollections BitSet.Index.swift
[191/430] Compiling BitCollections BitSet._UnsafeHandle.swift
[192/430] Compiling BitCollections BitSet.swift
[193/430] Compiling BitCollections Range+Utilities.swift
[194/430] Compiling BitCollections Slice+Utilities.swift
[195/430] Compiling BitCollections UInt+Tricks.swift
[196/430] Compiling BitCollections _Word.swift
[197/430] Compiling OrderedCollections OrderedSet.swift
[198/430] Compiling OrderedCollections _UnsafeBitset.swift
[199/430] Compiling HashTreeCollections TreeSet+Equatable.swift
[200/430] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[201/430] Compiling HashTreeCollections TreeSet+Extras.swift
[202/430] Compiling HashTreeCollections TreeSet+Filter.swift
[206/430] Compiling Algorithms Compacted.swift
[207/430] Compiling Algorithms Cycle.swift
[208/430] Emitting module DequeModule
[216/431] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[217/431] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[224/431] Compiling Algorithms Trim.swift
[225/431] Compiling Algorithms Unique.swift
[226/431] Compiling Algorithms Windows.swift
[236/500] Compiling NIOCore ChannelPipeline.swift
[237/500] Compiling NIOCore AddressedEnvelope.swift
[238/500] Compiling NIOCore AsyncAwaitSupport.swift
[239/500] Compiling NIOCore AsyncChannel.swift
[240/500] Compiling NIOCore AsyncChannelHandler.swift
[241/500] Compiling NIOCore AsyncChannelInboundStream.swift
[242/500] Compiling NIOCore AsyncChannelOutboundWriter.swift
[243/500] Compiling NIOCore NIOAsyncSequenceProducer.swift
[244/500] Compiling NIOCore ByteBuffer-multi-int.swift
[245/500] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[246/500] Compiling NIOCore ByteBuffer-views.swift
[247/500] Compiling NIOCore Channel.swift
[248/500] Compiling NIOCore ChannelHandler.swift
[249/500] Compiling NIOCore ChannelHandlers.swift
[250/500] Compiling NIOCore ChannelInvoker.swift
[251/500] Compiling NIOCore ChannelOption.swift
[252/500] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[253/500] Compiling NIOCore NIOAsyncWriter.swift
[254/500] Compiling NIOCore CircularBuffer.swift
[255/500] Compiling NIOCore Codec.swift
[256/500] Compiling NIOCore ConvenienceOptionSupport.swift
[257/500] Compiling NIOCore DeadChannel.swift
[258/500] Compiling NIOCore DispatchQueue+WithFuture.swift
[259/500] Compiling NIOCore EventLoop+Deprecated.swift
[260/500] Compiling _RopeModule _CharacterRecognizer.swift
[261/500] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[262/500] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[263/500] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[264/500] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[265/500] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[266/500] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[267/500] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[268/500] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[269/500] Compiling HashTreeCollections TreeSet.swift
[278/500] Compiling NIOCore EventLoop+SerialExecutor.swift
[279/500] Compiling NIOCore EventLoop.swift
[280/500] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[281/500] Compiling NIOCore BSDSocketAPI.swift
[282/500] Compiling NIOCore ByteBuffer-aux.swift
[283/500] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[284/500] Compiling NIOCore ByteBuffer-conversions.swift
[285/500] Compiling NIOCore ByteBuffer-core.swift
[286/500] Compiling NIOCore ByteBuffer-hex.swift
[287/500] Compiling NIOCore ByteBuffer-int.swift
[288/500] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[289/500] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[290/500] Compiling NIOCore EventLoopFuture+Deprecated.swift
[291/500] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[292/500] Compiling NIOCore EventLoopFuture.swift
[293/500] Compiling NIOCore FileDescriptor.swift
[301/500] Compiling NIOCore FileHandle.swift
[302/500] Compiling NIOCore FileRegion.swift
[303/500] Compiling NIOCore GlobalSingletons.swift
[304/500] Compiling NIOCore IO.swift
[311/500] Compiling NIOCore NIOAny.swift
[312/500] Compiling NIOCore NIOCloseOnErrorHandler.swift
[313/500] Compiling NIOCore NIOLoopBound.swift
[314/500] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[315/500] Compiling NIOCore NIOScheduledCallback.swift
[316/500] Compiling NIOCore NIOSendable.swift
[317/500] Compiling NIOCore RecvByteBufferAllocator.swift
[342/501] Emitting module OrderedCollections
[365/502] Emitting module _RopeModule
[370/502] Compiling NIOCore MulticastChannel.swift
[411/510] Emitting module Algorithms
[414/511] Compiling NIOCore IOData.swift
[415/511] Compiling NIOCore IPProtocol.swift
[416/511] Compiling NIOCore IntegerBitPacking.swift
[417/511] Compiling NIOCore IntegerTypes.swift
[418/511] Compiling NIOCore Interfaces.swift
[419/511] Compiling NIOCore Linux.swift
[420/511] Compiling NIOCore MarkedCircularBuffer.swift
[450/511] Compiling _RopeModule Rope+Join.swift
[451/511] Compiling _RopeModule Rope+MutatingForEach.swift
[452/511] Compiling _RopeModule Rope+Remove.swift
[453/511] Compiling _RopeModule Rope+RemoveSubrange.swift
[454/511] Compiling _RopeModule Rope+Split.swift
[455/511] Compiling _RopeModule Optional Utilities.swift
[456/511] Compiling _RopeModule String Utilities.swift
[457/511] Compiling _RopeModule String.Index+ABI.swift
[468/512] Emitting module HashTreeCollections
[478/515] Emitting module Collections
[479/515] Compiling Collections Collections.swift
[481/516] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[482/516] Compiling NIOCore SocketAddresses.swift
[483/516] Compiling NIOCore SocketOptionProvider.swift
[484/516] Compiling NIOCore SystemCallHelpers.swift
[485/516] Compiling NIOCore TimeAmount+Duration.swift
[486/516] Compiling NIOCore TypeAssistedChannelHandler.swift
[487/516] Compiling NIOCore UniversalBootstrapSupport.swift
[488/516] Compiling NIOCore Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[516/516] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/42] Compiling Logging LogHandler.swift
[3/42] Compiling Logging Locks.swift
[4/61] Compiling Logging MetadataProvider.swift
[5/61] Compiling RealModule Float80+Real.swift
[6/62] Emitting module Logging
[7/62] Compiling NIOConcurrencyHelpers lock.swift
[8/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/62] Compiling _NIODataStructures PriorityQueue.swift
[10/62] Compiling RealModule RealFunctions.swift
[11/63] Compiling Atomics Primitives.native.swift
[12/63] Compiling Atomics AtomicReference.swift
[13/63] Compiling Atomics AtomicStorage.swift
[14/63] Compiling Atomics AtomicValue.swift
[15/63] Compiling RealModule Real.swift
[16/63] Compiling Atomics Primitives.shims.swift
[17/63] Compiling Atomics AtomicInteger.swift
[18/63] Compiling Atomics AtomicOptionalWrappable.swift
[19/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/65] Compiling RealModule ElementaryFunctions.swift
[21/65] Compiling RealModule Float16+Real.swift
[22/65] Compiling RealModule Float+Real.swift
[23/65] Compiling Atomics ManagedAtomic.swift
[24/65] Compiling Atomics ManagedAtomicLazyReference.swift
[25/65] Compiling Atomics UnsafeAtomic.swift
[26/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/65] Compiling Atomics AtomicMemoryOrderings.swift
[28/65] Compiling Atomics DoubleWord.swift
[29/65] Emitting module _NIODataStructures
[30/65] Compiling _NIODataStructures Heap.swift
[31/65] Emitting module InternalCollectionsUtilities
[32/65] Emitting module RealModule
[33/65] Compiling Atomics OptionalRawRepresentable.swift
[34/65] Compiling Atomics RawRepresentable.swift
[35/65] Compiling Atomics AtomicBool.swift
[37/65] Emitting module _NIOBase64
[38/65] Compiling _NIOBase64 Base64.swift
[39/67] Compiling _NIODataStructures _TinyArray.swift
[41/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[42/68] Emitting module NIOConcurrencyHelpers
[54/68] Compiling Atomics IntegerConformances.swift
[55/68] Compiling Atomics PointerConformances.swift
[56/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/94] Compiling NIOConcurrencyHelpers atomics.swift
[59/94] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[60/95] Compiling Algorithms Joined.swift
[61/95] Compiling Algorithms Keyed.swift
[63/248] Compiling Logging Logging.swift
[64/249] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[65/263] Compiling _RopeModule BigString+CustomStringConvertible.swift
[66/263] Compiling _RopeModule BigString+Equatable.swift
[67/319] Compiling HeapModule Heap+Descriptions.swift
[69/319] Compiling _RopeModule BigString+Debugging.swift
[70/319] Compiling _RopeModule BigString+Index.swift
[71/319] Compiling HeapModule _HeapNode.swift
[72/319] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[73/319] Compiling _RopeModule BigString+Hashing.swift
[74/319] Compiling _RopeModule Rope+ForEachWhile.swift
[75/319] Compiling _RopeModule Rope+Insert.swift
[76/319] Compiling HashTreeCollections TreeSet+Sequence.swift
[77/319] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[78/319] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[79/319] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[80/319] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[81/319] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[82/319] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[83/319] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[84/329] Compiling HeapModule Heap+Invariants.swift
[85/329] Compiling HeapModule Heap.swift
[86/329] Compiling HeapModule Heap+UnsafeHandle.swift
[87/329] Emitting module HeapModule
[88/330] Compiling _RopeModule BigString+UTF8View.swift
[89/330] Compiling _RopeModule BigString+UnicodeScalarView.swift
[90/330] Compiling _RopeModule BigSubstring+UTF16View.swift
[91/330] Compiling _RopeModule BigSubstring+UTF8View.swift
[92/330] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[93/330] Compiling _RopeModule BigSubstring.swift
[94/330] Compiling _RopeModule Rope+Builder.swift
[95/362] Compiling _RopeModule BigString+Insert.swift
[96/362] Compiling _RopeModule BigString+Managing Breaks.swift
[97/362] Compiling _RopeModule BigString+RemoveSubrange.swift
[98/362] Compiling _RopeModule BigString+ReplaceSubrange.swift
[99/362] Compiling _RopeModule BigString+Split.swift
[100/362] Compiling _RopeModule Range+BigString.swift
[101/362] Compiling _RopeModule BigString+UTF16View.swift
[103/390] Compiling BitCollections BitArray+CustomReflectable.swift
[104/390] Compiling BitCollections BitArray+Descriptions.swift
[105/390] Compiling BitCollections BitArray+Equatable.swift
[106/393] Compiling BitCollections BitSet+BidirectionalCollection.swift
[107/393] Compiling BitCollections BitSet+Codable.swift
[108/393] Compiling BitCollections BitArray+BitwiseOperations.swift
[109/393] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[110/393] Compiling BitCollections BitArray+Codable.swift
[111/393] Compiling BitCollections BitArray+Collection.swift
[112/393] Compiling BitCollections BitArray+Copy.swift
[116/393] Compiling BitCollections BitArray+Shifts.swift
[117/393] Compiling BitCollections BitArray+Testing.swift
[118/393] Compiling BitCollections BitArray+Invariants.swift
[119/393] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[120/393] Compiling BitCollections BitArray+RandomBits.swift
[121/393] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[122/393] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[123/393] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[126/393] Compiling BitCollections BitArray+Extras.swift
[127/393] Emitting module Atomics
[131/394] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[132/394] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[133/394] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[134/394] Compiling BitCollections BitSet+SetAlgebra union.swift
[135/394] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[136/394] Compiling BitCollections BitSet.Counted.swift
[137/394] Compiling _RopeModule Rope.swift
[138/394] Compiling _RopeModule RopeElement.swift
[139/394] Compiling OrderedCollections OrderedSet+SubSequence.swift
[140/394] Compiling OrderedCollections OrderedSet+Testing.swift
[141/394] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[142/394] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[143/394] Compiling OrderedCollections OrderedSet.swift
[144/394] Compiling OrderedCollections _UnsafeBitset.swift
[145/394] Compiling _RopeModule Rope+Sequence.swift
[146/394] Compiling _RopeModule Rope+Append.swift
[147/394] Compiling _RopeModule Rope+Extract.swift
[148/394] Compiling _RopeModule Rope+Find.swift
[149/394] Compiling BitCollections BitSet+Hashable.swift
[150/394] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[159/394] Compiling OrderedCollections OrderedSet+Sendable.swift
[164/394] Compiling BitCollections BitArray._UnsafeHandle.swift
[165/394] Compiling BitCollections BitArray.swift
[172/394] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[173/394] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[174/394] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[175/394] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[176/394] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[177/394] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[178/394] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[179/394] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[180/394] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[181/394] Compiling HashTreeCollections TreeSet.swift
[182/394] Compiling BitCollections BitArray+Hashable.swift
[183/394] Compiling BitCollections BitArray+Initializers.swift
[188/394] Compiling BitCollections BitArray+Fill.swift
[189/394] Emitting module DequeModule
[190/395] Emitting module BitCollections
[192/402] Compiling Algorithms Trim.swift
[193/402] Compiling Algorithms Unique.swift
[194/402] Compiling Algorithms Windows.swift
[198/402] Compiling BitCollections BitSet.Index.swift
[199/402] Compiling BitCollections BitSet._UnsafeHandle.swift
[200/402] Compiling BitCollections BitSet.swift
[201/402] Compiling BitCollections Range+Utilities.swift
[202/402] Compiling BitCollections Slice+Utilities.swift
[203/402] Compiling BitCollections UInt+Tricks.swift
[214/411] Compiling BitCollections BitSet+SetAlgebra basics.swift
[215/411] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[216/411] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[217/411] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[218/411] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[219/411] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[220/411] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[221/411] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[222/411] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[223/411] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[224/411] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[225/411] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[226/411] Compiling BitCollections BitSet+CustomReflectable.swift
[227/411] Compiling BitCollections BitSet+CustomStringConvertible.swift
[228/411] Compiling BitCollections BitSet+Equatable.swift
[229/411] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[230/411] Compiling BitCollections BitSet+Extras.swift
[240/471] Compiling NIOCore MarkedCircularBuffer.swift
[241/471] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[242/471] Compiling NIOCore EventLoopFuture+Deprecated.swift
[243/471] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[244/471] Compiling NIOCore EventLoopFuture.swift
[245/471] Compiling NIOCore FileDescriptor.swift
[246/471] Compiling NIOCore FileHandle.swift
[247/471] Compiling NIOCore FileRegion.swift
[248/471] Compiling NIOCore GlobalSingletons.swift
[249/471] Compiling NIOCore MulticastChannel.swift
[250/471] Compiling NIOCore NIOAny.swift
[251/471] Compiling NIOCore ByteBuffer-core.swift
[252/471] Compiling NIOCore ByteBuffer-hex.swift
[253/471] Compiling NIOCore ByteBuffer-int.swift
[254/471] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[255/471] Compiling NIOCore BSDSocketAPI.swift
[256/471] Compiling NIOCore ByteBuffer-aux.swift
[257/471] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[258/471] Compiling NIOCore ByteBuffer-conversions.swift
[259/471] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[260/471] Compiling NIOCore NIOAsyncWriter.swift
[261/471] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[262/471] Compiling NIOCore EventLoop+SerialExecutor.swift
[263/471] Compiling NIOCore EventLoop.swift
[264/471] Compiling NIOCore IO.swift
[265/471] Compiling NIOCore IOData.swift
[266/471] Compiling NIOCore IPProtocol.swift
[267/471] Compiling NIOCore IntegerBitPacking.swift
[268/471] Compiling NIOCore IntegerTypes.swift
[269/471] Compiling NIOCore Interfaces.swift
[270/471] Compiling NIOCore AddressedEnvelope.swift
[271/471] Compiling NIOCore AsyncAwaitSupport.swift
[272/471] Compiling NIOCore AsyncChannel.swift
[273/471] Compiling NIOCore AsyncChannelHandler.swift
[274/471] Compiling NIOCore AsyncChannelInboundStream.swift
[275/471] Compiling NIOCore AsyncChannelOutboundWriter.swift
[276/471] Compiling NIOCore NIOAsyncSequenceProducer.swift
[280/471] Compiling NIOCore CircularBuffer.swift
[281/471] Compiling NIOCore Codec.swift
[282/471] Compiling NIOCore ConvenienceOptionSupport.swift
[283/471] Compiling NIOCore DeadChannel.swift
[284/471] Compiling NIOCore DispatchQueue+WithFuture.swift
[285/471] Compiling NIOCore EventLoop+Deprecated.swift
[294/471] Compiling NIOCore ChannelHandler.swift
[295/471] Compiling NIOCore ChannelHandlers.swift
[296/471] Compiling NIOCore ChannelInvoker.swift
[297/471] Compiling NIOCore ChannelOption.swift
[298/471] Compiling NIOCore ChannelPipeline.swift
[310/471] Emitting module OrderedCollections
[332/472] Compiling NIOCore ByteBuffer-views.swift
[333/472] Compiling NIOCore Channel.swift
[350/473] Emitting module _RopeModule
[351/473] Emitting module Algorithms
[384/474] Compiling NIOCore Linux.swift
[388/474] Compiling NIOCore NIOCloseOnErrorHandler.swift
[389/474] Compiling NIOCore NIOLoopBound.swift
[390/474] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[391/474] Compiling NIOCore NIOScheduledCallback.swift
[392/474] Compiling NIOCore NIOSendable.swift
[393/474] Compiling NIOCore RecvByteBufferAllocator.swift
[394/482] Compiling _RopeModule Rope+Join.swift
[395/482] Compiling _RopeModule Rope+MutatingForEach.swift
[396/482] Compiling _RopeModule Rope+Remove.swift
[397/482] Compiling _RopeModule Rope+RemoveSubrange.swift
[398/482] Compiling _RopeModule Rope+Split.swift
[399/482] Compiling _RopeModule Optional Utilities.swift
[400/482] Compiling _RopeModule String Utilities.swift
[401/482] Compiling _RopeModule String.Index+ABI.swift
[402/482] Compiling _RopeModule _CharacterRecognizer.swift
[403/482] Emitting module HashTreeCollections
[441/484] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[442/484] Compiling NIOCore SocketAddresses.swift
[443/484] Compiling NIOCore SocketOptionProvider.swift
[444/484] Compiling NIOCore SystemCallHelpers.swift
[445/484] Compiling NIOCore TimeAmount+Duration.swift
[446/484] Compiling NIOCore TypeAssistedChannelHandler.swift
[447/484] Compiling NIOCore UniversalBootstrapSupport.swift
[448/484] Compiling NIOCore Utilities.swift
[449/484] 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:
[450/484] 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:
/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:
[466/486] Emitting module Collections
[467/486] Compiling Collections Collections.swift
[487/487] Emitting module NIOCore
BUILD FAILURE 6.1 wasm