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 NIOErrorKit, reference 0.0.1 (740848), with Swift 6.1 for Wasm on 27 May 2025 12:24:55 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/einstore/nioerrorkit.git
Reference: 0.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/einstore/nioerrorkit
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 7408484 initial upload
Cloned https://github.com/einstore/nioerrorkit.git
Revision (git rev-parse @):
74084844f7def572171311f450cb7d3df0da87c4
SUCCESS checkout https://github.com/einstore/nioerrorkit.git at 0.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/einstore/nioerrorkit.git
https://github.com/einstore/nioerrorkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "weberrorkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Einstore/WebErrorKit.git"
    }
  ],
  "manifest_display_name" : "NIOErrorKit",
  "name" : "NIOErrorKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOErrorKit",
      "targets" : [
        "NIOErrorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOErrorKit",
      "module_type" : "SwiftTarget",
      "name" : "NIOErrorKit",
      "path" : "Sources/NIOErrorKit",
      "product_dependencies" : [
        "WebErrorKit",
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOErrorKit"
      ],
      "sources" : [
        "Exports.swift",
        "WebError+NIO.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/Einstore/WebErrorKit.git
[1/28] Fetching weberrorkit
Fetched https://github.com/Einstore/WebErrorKit.git from cache (0.40s)
[1/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.11s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (6.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.35s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
[722/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.04s)
Fetched https://github.com/apple/swift-system.git from cache (2.06s)
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
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/Einstore/WebErrorKit.git
Working copy of https://github.com/Einstore/WebErrorKit.git resolved at 0.0.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.4.2
Building for debugging...
[0/26] Write sources
[11/26] Compiling CNIOWindows shim.c
[12/26] Compiling CNIOLinux shim.c
[12/26] Write sources
[12/26] Compiling CNIOLLHTTP c_nio_http.c
[15/26] Compiling CNIOLLHTTP c_nio_api.c
[16/26] Compiling CNIOWASI CNIOWASI.c
[17/26] Compiling CNIOWindows WSAStartup.c
[17/26] Write sources
[19/26] Compiling CNIODarwin shim.c
[20/26] Compiling _AtomicsShims.c
[21/26] Compiling CNIOLinux liburing_shims.c
[22/26] Write swift-version-24593BA9C3E375BF.txt
[23/73] Compiling CNIOLLHTTP c_nio_llhttp.c
[24/73] Compiling c-nioatomics.c
[26/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/74] Emitting module _NIOBase64
[28/74] Compiling _NIOBase64 Base64.swift
[29/75] Compiling Atomics Primitives.shims.swift
[30/75] Compiling Atomics AtomicInteger.swift
[31/75] Compiling Atomics AtomicOptionalWrappable.swift
[32/77] Compiling WebErrorKit WebErrorContent.swift
[33/77] Compiling WebErrorKit WebError.swift
[34/77] Compiling Atomics UnsafeAtomic.swift
[35/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/77] Compiling Atomics PointerConformances.swift
[37/77] Compiling Atomics Primitives.native.swift
[38/77] Compiling Atomics AtomicMemoryOrderings.swift
[39/77] Compiling Atomics DoubleWord.swift
[40/77] Compiling Atomics ManagedAtomic.swift
[41/77] Compiling Atomics ManagedAtomicLazyReference.swift
[42/77] Compiling Atomics AtomicReference.swift
[43/77] Compiling Atomics AtomicStorage.swift
[44/77] Compiling Atomics AtomicValue.swift
[45/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/77] Compiling WebErrorKit WebError+Serializable.swift
[47/77] Compiling WebErrorKit WebError+RawRepresentable.swift
[48/77] Compiling WebErrorKit String+Codify.swift
[50/77] Compiling WebErrorKit SerializableWebError.swift
[53/77] Compiling _NIODataStructures PriorityQueue.swift
[54/77] Emitting module InternalCollectionsUtilities
[55/77] Compiling Atomics OptionalRawRepresentable.swift
[56/77] Compiling Atomics RawRepresentable.swift
[57/77] Compiling _NIODataStructures _TinyArray.swift
[60/77] Compiling Atomics AtomicBool.swift
[61/77] Compiling Atomics IntegerConformances.swift
[67/78] Emitting module Atomics
[72/78] Compiling Atomics IntegerOperations.swift
[73/78] Compiling Atomics Unmanaged extensions.swift
[74/79] Emitting module _NIODataStructures
[75/79] Compiling _NIODataStructures Heap.swift
[75/80] Compiling c-atomics.c
[79/101] Emitting module WebErrorKit
[80/101] Compiling WebErrorKit Exports.swift
[81/102] Compiling NIOConcurrencyHelpers lock.swift
[82/102] Compiling DequeModule Deque+CustomReflectable.swift
[83/102] Compiling DequeModule Deque+Descriptions.swift
[84/104] Compiling DequeModule _DequeBuffer.swift
[85/104] Compiling DequeModule _DequeBufferHeader.swift
[87/104] Compiling DequeModule Deque+Equatable.swift
[88/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[89/104] Compiling DequeModule Deque+Extras.swift
[90/104] Compiling DequeModule Deque+Hashable.swift
[91/104] Compiling DequeModule Deque+Testing.swift
[92/104] Compiling DequeModule Deque._Storage.swift
[93/104] Compiling NIOConcurrencyHelpers atomics.swift
[94/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[95/104] Compiling DequeModule _DequeSlot.swift
[96/104] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/104] Emitting module NIOConcurrencyHelpers
[101/105] Compiling DequeModule Deque+Codable.swift
[102/105] Compiling DequeModule Deque+Collection.swift
[103/105] Compiling DequeModule Deque._UnsafeHandle.swift
[104/105] Compiling DequeModule Deque.swift
[105/105] Emitting module DequeModule
[107/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[108/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[109/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[110/166] Compiling NIOCore EventLoopFuture.swift
[111/166] Compiling NIOCore FileDescriptor.swift
[112/166] Compiling NIOCore FileHandle.swift
[113/166] Compiling NIOCore FileRegion.swift
[114/166] Compiling NIOCore GlobalSingletons.swift
[115/174] Compiling NIOCore CircularBuffer.swift
[116/174] Compiling NIOCore Codec.swift
[117/174] Compiling NIOCore ConvenienceOptionSupport.swift
[118/174] Compiling NIOCore DeadChannel.swift
[119/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[120/174] Compiling NIOCore EventLoop+Deprecated.swift
[121/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[122/174] Compiling NIOCore EventLoop.swift
[123/174] Compiling NIOCore IO.swift
[124/174] Compiling NIOCore IOData.swift
[125/174] Compiling NIOCore IPProtocol.swift
[126/174] Compiling NIOCore IntegerBitPacking.swift
[127/174] Compiling NIOCore IntegerTypes.swift
[128/174] Compiling NIOCore Interfaces.swift
[129/174] Compiling NIOCore Linux.swift
[130/174] Compiling NIOCore MarkedCircularBuffer.swift
[131/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/174] Compiling NIOCore BSDSocketAPI.swift
[133/174] Compiling NIOCore ByteBuffer-aux.swift
[134/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/174] Compiling NIOCore ByteBuffer-conversions.swift
[136/174] Compiling NIOCore ByteBuffer-core.swift
[137/174] Compiling NIOCore ByteBuffer-hex.swift
[138/174] Compiling NIOCore ByteBuffer-int.swift
[139/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/174] Compiling NIOCore AddressedEnvelope.swift
[141/174] Compiling NIOCore AsyncAwaitSupport.swift
[142/174] Compiling NIOCore AsyncChannel.swift
[143/174] Compiling NIOCore AsyncChannelHandler.swift
[144/174] Compiling NIOCore AsyncChannelInboundStream.swift
[145/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[147/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[148/174] Compiling NIOCore NIOAsyncWriter.swift
[149/174] Compiling NIOCore MulticastChannel.swift
[150/174] Compiling NIOCore NIOAny.swift
[151/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[152/174] Compiling NIOCore NIOLoopBound.swift
[153/174] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[154/174] Compiling NIOCore NIOScheduledCallback.swift
[155/174] Compiling NIOCore NIOSendable.swift
[156/174] Compiling NIOCore RecvByteBufferAllocator.swift
[157/174] 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:
[158/174] 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:
[159/174] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[160/174] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[161/174] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[162/174] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[163/174] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[164/174] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[165/174] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[166/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[167/174] Compiling NIOCore SocketAddresses.swift
[168/174] Compiling NIOCore SocketOptionProvider.swift
[169/174] Compiling NIOCore SystemCallHelpers.swift
[170/174] Compiling NIOCore TimeAmount+Duration.swift
[171/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[172/174] Compiling NIOCore UniversalBootstrapSupport.swift
[173/174] Compiling NIOCore Utilities.swift
[174/174] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
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/54] Compiling WebErrorKit String+Codify.swift
[3/54] Emitting module WebErrorKit
[4/54] Compiling WebErrorKit Exports.swift
[5/54] Compiling WebErrorKit WebError.swift
[6/54] Compiling WebErrorKit WebErrorContent.swift
[7/54] Compiling WebErrorKit WebError+Serializable.swift
[8/54] Compiling WebErrorKit SerializableWebError.swift
[9/54] Compiling NIOConcurrencyHelpers lock.swift
[10/54] Compiling WebErrorKit WebError+RawRepresentable.swift
[11/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/56] Compiling Atomics UnsafeAtomic.swift
[14/56] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/58] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/58] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/58] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/58] Compiling _NIOBase64 Base64.swift
[19/58] Emitting module _NIOBase64
[20/59] Compiling Atomics ManagedAtomic.swift
[21/59] Compiling Atomics ManagedAtomicLazyReference.swift
[23/59] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[24/59] Compiling NIOConcurrencyHelpers atomics.swift
[25/59] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/59] Compiling InternalCollectionsUtilities Debugging.swift
[27/59] Compiling InternalCollectionsUtilities Descriptions.swift
[28/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/59] Compiling Atomics AtomicMemoryOrderings.swift
[30/59] Compiling Atomics DoubleWord.swift
[31/59] Emitting module NIOConcurrencyHelpers
[32/59] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/60] Compiling InternalCollectionsUtilities Integer rank.swift
[36/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/60] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/60] Compiling Atomics IntegerOperations.swift
[39/60] Compiling Atomics Unmanaged extensions.swift
[47/60] Compiling _NIODataStructures PriorityQueue.swift
[48/60] Compiling _NIODataStructures Heap.swift
[49/60] Emitting module _NIODataStructures
[50/60] Compiling _NIODataStructures _TinyArray.swift
[51/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/61] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/61] Emitting module InternalCollectionsUtilities
[56/62] Emitting module Atomics
[57/77] Compiling DequeModule Deque+CustomReflectable.swift
[58/77] Compiling DequeModule Deque+Descriptions.swift
[59/79] Compiling DequeModule _DequeBuffer.swift
[60/79] Compiling DequeModule _DequeBufferHeader.swift
[61/79] Compiling DequeModule _DequeSlot.swift
[62/79] Compiling DequeModule _UnsafeWrappedBuffer.swift
[63/79] Compiling DequeModule Deque+Extras.swift
[64/79] Compiling DequeModule Deque+Hashable.swift
[65/79] Compiling DequeModule Deque+Equatable.swift
[66/79] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/79] Compiling DequeModule Deque+Codable.swift
[68/79] Compiling DequeModule Deque+Collection.swift
[69/79] Emitting module DequeModule
[70/79] Compiling DequeModule Deque+Testing.swift
[71/79] Compiling DequeModule Deque._Storage.swift
[72/79] Compiling DequeModule Deque._UnsafeHandle.swift
[73/79] Compiling DequeModule Deque.swift
[82/141] Compiling NIOCore IO.swift
[83/141] Compiling NIOCore IOData.swift
[84/141] Compiling NIOCore IPProtocol.swift
[85/141] Compiling NIOCore IntegerBitPacking.swift
[86/141] Compiling NIOCore IntegerTypes.swift
[87/141] Compiling NIOCore Interfaces.swift
[88/141] Compiling NIOCore Linux.swift
[89/141] Compiling NIOCore MarkedCircularBuffer.swift
[90/149] Compiling NIOCore MulticastChannel.swift
[91/149] Compiling NIOCore NIOAny.swift
[92/149] Compiling NIOCore NIOCloseOnErrorHandler.swift
[93/149] Compiling NIOCore NIOLoopBound.swift
[94/149] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[95/149] Compiling NIOCore NIOScheduledCallback.swift
[96/149] Compiling NIOCore NIOSendable.swift
[97/149] Compiling NIOCore RecvByteBufferAllocator.swift
[98/149] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[99/149] Compiling NIOCore EventLoopFuture+Deprecated.swift
[100/149] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[101/149] Compiling NIOCore EventLoopFuture.swift
[102/149] Compiling NIOCore FileDescriptor.swift
[103/149] Compiling NIOCore FileHandle.swift
[104/149] Compiling NIOCore FileRegion.swift
[105/149] Compiling NIOCore GlobalSingletons.swift
[106/149] 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:
[107/149] 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:
[108/149] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[109/149] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[110/149] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[111/149] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[112/149] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[113/149] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[114/149] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[115/149] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[116/149] Compiling NIOCore SocketAddresses.swift
[117/149] Compiling NIOCore SocketOptionProvider.swift
[118/149] Compiling NIOCore SystemCallHelpers.swift
[119/149] Compiling NIOCore TimeAmount+Duration.swift
[120/149] Compiling NIOCore TypeAssistedChannelHandler.swift
[121/149] Compiling NIOCore UniversalBootstrapSupport.swift
[122/149] Compiling NIOCore Utilities.swift
[123/149] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[124/149] Compiling NIOCore BSDSocketAPI.swift
[125/149] Compiling NIOCore ByteBuffer-aux.swift
[126/149] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[127/149] Compiling NIOCore ByteBuffer-conversions.swift
[128/149] Compiling NIOCore ByteBuffer-core.swift
[129/149] Compiling NIOCore ByteBuffer-hex.swift
[130/149] Compiling NIOCore ByteBuffer-int.swift
[131/149] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[132/149] Compiling NIOCore CircularBuffer.swift
[133/149] Compiling NIOCore Codec.swift
[134/149] Compiling NIOCore ConvenienceOptionSupport.swift
[135/149] Compiling NIOCore DeadChannel.swift
[136/149] Compiling NIOCore DispatchQueue+WithFuture.swift
[137/149] Compiling NIOCore EventLoop+Deprecated.swift
[138/149] Compiling NIOCore EventLoop+SerialExecutor.swift
[139/149] Compiling NIOCore EventLoop.swift
[140/149] Compiling NIOCore AddressedEnvelope.swift
[141/149] Compiling NIOCore AsyncAwaitSupport.swift
[142/149] Compiling NIOCore AsyncChannel.swift
[143/149] Compiling NIOCore AsyncChannelHandler.swift
[144/149] Compiling NIOCore AsyncChannelInboundStream.swift
[145/149] Compiling NIOCore AsyncChannelOutboundWriter.swift
[146/149] Compiling NIOCore NIOAsyncSequenceProducer.swift
[147/149] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[148/149] Compiling NIOCore NIOAsyncWriter.swift
[149/149] Emitting module NIOCore
BUILD FAILURE 6.1 wasm