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 master (9c8243), with Swift 6.1 for Wasm on 27 May 2025 12:24:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/einstore/nioerrorkit.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9c82433 Update README.md
Cloned https://github.com/einstore/nioerrorkit.git
Revision (git rev-parse @):
9c82433ca1371a52a1eff48a55c006badb42b11c
SUCCESS checkout https://github.com/einstore/nioerrorkit.git at master
========================================
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Einstore/WebErrorKit.git
Fetching https://github.com/apple/swift-nio.git
[1/28] Fetching weberrorkit
[29/76070] Fetching weberrorkit, swift-nio
Fetched https://github.com/Einstore/WebErrorKit.git from cache (4.29s)
Fetched https://github.com/apple/swift-nio.git from cache (4.38s)
Computing version for https://github.com/Einstore/WebErrorKit.git
Computed https://github.com/Einstore/WebErrorKit.git at 0.0.1 (5.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.78s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1890/6101] Fetching swift-system, swift-atomics
[6102/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.81s)
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/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-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-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
[12/26] Compiling CNIOWindows shim.c
[12/26] Compiling CNIOWindows WSAStartup.c
[12/26] Compiling CNIOLLHTTP c_nio_http.c
[15/26] Compiling _AtomicsShims.c
[15/26] Compiling CNIOLLHTTP c_nio_api.c
[17/26] Compiling CNIOLinux shim.c
[17/26] Write sources
[19/26] Compiling CNIOWASI CNIOWASI.c
[20/26] Compiling CNIOLinux liburing_shims.c
[21/26] Compiling CNIODarwin shim.c
[22/26] Write swift-version-24593BA9C3E375BF.txt
[23/73] Compiling CNIOLLHTTP c_nio_llhttp.c
[24/73] Compiling c-nioatomics.c
[26/73] Emitting module Atomics
[27/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/75] Emitting module InternalCollectionsUtilities
[29/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/75] Compiling InternalCollectionsUtilities Integer rank.swift
[31/76] Compiling Atomics UnsafeAtomic.swift
[32/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/76] Compiling InternalCollectionsUtilities Debugging.swift
[34/76] Compiling InternalCollectionsUtilities Descriptions.swift
[35/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/76] Compiling _NIODataStructures _TinyArray.swift
[36/76] Compiling c-atomics.c
[38/76] Compiling _NIODataStructures PriorityQueue.swift
[39/76] Compiling WebErrorKit WebErrorContent.swift
[40/76] Emitting module _NIOBase64
[41/76] Compiling _NIOBase64 Base64.swift
[42/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/77] Compiling Atomics ManagedAtomic.swift
[45/77] Compiling Atomics ManagedAtomicLazyReference.swift
[46/77] Compiling Atomics AtomicMemoryOrderings.swift
[47/77] Compiling Atomics DoubleWord.swift
[48/77] Compiling WebErrorKit SerializableWebError.swift
[49/77] Compiling WebErrorKit WebError.swift
[50/77] Compiling WebErrorKit String+Codify.swift
[51/77] Compiling WebErrorKit WebError+RawRepresentable.swift
[52/77] Compiling WebErrorKit WebError+Serializable.swift
[53/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/77] Compiling Atomics IntegerOperations.swift
[58/77] Compiling Atomics Unmanaged extensions.swift
[64/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/85] Emitting module _NIODataStructures
[77/85] Compiling _NIODataStructures Heap.swift
[78/85] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/86] Compiling NIOConcurrencyHelpers lock.swift
[81/86] Emitting module NIOConcurrencyHelpers
[82/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/101] Compiling NIOConcurrencyHelpers atomics.swift
[85/102] Emitting module WebErrorKit
[86/102] Compiling WebErrorKit Exports.swift
[88/103] Compiling DequeModule Deque+CustomReflectable.swift
[89/103] Compiling DequeModule Deque+Descriptions.swift
[90/103] Compiling DequeModule Deque+Equatable.swift
[91/103] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/105] Compiling DequeModule _DequeBuffer.swift
[94/105] Compiling DequeModule _DequeBufferHeader.swift
[95/105] Compiling DequeModule Deque+Extras.swift
[96/105] Compiling DequeModule Deque+Hashable.swift
[97/105] Compiling DequeModule Deque._UnsafeHandle.swift
[98/105] Compiling DequeModule Deque.swift
[99/105] Compiling DequeModule Deque+Testing.swift
[100/105] Compiling DequeModule Deque._Storage.swift
[101/105] Compiling DequeModule _DequeSlot.swift
[102/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/105] Compiling DequeModule Deque+Codable.swift
[104/105] Compiling DequeModule Deque+Collection.swift
[105/105] Emitting module DequeModule
[107/166] Compiling NIOCore MulticastChannel.swift
[108/166] Compiling NIOCore NIOAny.swift
[109/166] Compiling NIOCore NIOCloseOnErrorHandler.swift
[110/166] Compiling NIOCore NIOLoopBound.swift
[111/166] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[112/166] Compiling NIOCore NIOScheduledCallback.swift
[113/166] Compiling NIOCore NIOSendable.swift
[114/166] Compiling NIOCore RecvByteBufferAllocator.swift
[115/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[116/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[117/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[118/174] Compiling NIOCore EventLoopFuture.swift
[119/174] Compiling NIOCore FileDescriptor.swift
[120/174] Compiling NIOCore FileHandle.swift
[121/174] Compiling NIOCore FileRegion.swift
[122/174] Compiling NIOCore GlobalSingletons.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 CircularBuffer.swift
[132/174] Compiling NIOCore Codec.swift
[133/174] Compiling NIOCore ConvenienceOptionSupport.swift
[134/174] Compiling NIOCore DeadChannel.swift
[135/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[136/174] Compiling NIOCore EventLoop+Deprecated.swift
[137/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[138/174] Compiling NIOCore EventLoop.swift
[139/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[140/174] Compiling NIOCore SocketAddresses.swift
[141/174] Compiling NIOCore SocketOptionProvider.swift
[142/174] Compiling NIOCore SystemCallHelpers.swift
[143/174] Compiling NIOCore TimeAmount+Duration.swift
[144/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[145/174] Compiling NIOCore UniversalBootstrapSupport.swift
[146/174] Compiling NIOCore Utilities.swift
[147/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/174] Compiling NIOCore BSDSocketAPI.swift
[149/174] Compiling NIOCore ByteBuffer-aux.swift
[150/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/174] Compiling NIOCore ByteBuffer-conversions.swift
[152/174] Compiling NIOCore ByteBuffer-core.swift
[153/174] Compiling NIOCore ByteBuffer-hex.swift
[154/174] Compiling NIOCore ByteBuffer-int.swift
[155/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[156/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:
[157/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:
[158/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:
[159/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:
[160/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:
[161/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:
[162/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:
[163/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:
[164/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:
[165/174] Compiling NIOCore AddressedEnvelope.swift
[166/174] Compiling NIOCore AsyncAwaitSupport.swift
[167/174] Compiling NIOCore AsyncChannel.swift
[168/174] Compiling NIOCore AsyncChannelHandler.swift
[169/174] Compiling NIOCore AsyncChannelInboundStream.swift
[170/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[171/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[172/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[173/174] Compiling NIOCore NIOAsyncWriter.swift
[174/174] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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 Atomics IntegerConformances.swift
[3/54] Compiling Atomics PointerConformances.swift
[4/54] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/54] Compiling Atomics AtomicInteger.swift
[6/54] Compiling Atomics AtomicOptionalWrappable.swift
[7/55] Emitting module WebErrorKit
[8/55] Compiling WebErrorKit WebError+Serializable.swift
[9/55] Compiling WebErrorKit String+Codify.swift
[10/55] Compiling WebErrorKit Exports.swift
[11/55] Compiling WebErrorKit WebError+RawRepresentable.swift
[12/55] Compiling _NIODataStructures PriorityQueue.swift
[13/55] Compiling _NIODataStructures _TinyArray.swift
[14/55] Compiling WebErrorKit WebErrorContent.swift
[15/55] Compiling WebErrorKit SerializableWebError.swift
[16/55] Compiling NIOConcurrencyHelpers lock.swift
[17/55] Compiling WebErrorKit WebError.swift
[18/56] Compiling Atomics ManagedAtomic.swift
[19/56] Compiling Atomics ManagedAtomicLazyReference.swift
[20/56] Compiling Atomics AtomicMemoryOrderings.swift
[21/56] Compiling Atomics DoubleWord.swift
[22/56] Compiling Atomics UnsafeAtomic.swift
[23/56] Compiling Atomics UnsafeAtomicLazyReference.swift
[24/56] Compiling _NIOBase64 Base64.swift
[25/58] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/58] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/58] Emitting module _NIOBase64
[29/59] Emitting module _NIODataStructures
[30/59] Compiling _NIODataStructures Heap.swift
[32/60] Emitting module NIOConcurrencyHelpers
[34/60] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[35/60] Compiling Atomics Primitives.native.swift
[36/60] Compiling Atomics AtomicReference.swift
[39/60] Compiling Atomics AtomicBool.swift
[40/60] Compiling Atomics Primitives.shims.swift
[41/60] Compiling Atomics OptionalRawRepresentable.swift
[42/60] Compiling Atomics RawRepresentable.swift
[43/60] Emitting module InternalCollectionsUtilities
[45/61] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[46/61] Compiling NIOConcurrencyHelpers atomics.swift
[47/62] Compiling Atomics IntegerOperations.swift
[48/62] Compiling Atomics Unmanaged extensions.swift
[53/62] Compiling Atomics AtomicStorage.swift
[54/62] Compiling Atomics AtomicValue.swift
[56/77] Compiling DequeModule _DequeBuffer.swift
[57/77] Compiling DequeModule _DequeBufferHeader.swift
[58/79] Compiling DequeModule Deque+CustomReflectable.swift
[59/79] Compiling DequeModule Deque+Descriptions.swift
[60/79] Compiling DequeModule Deque+Extras.swift
[61/79] Compiling DequeModule Deque+Hashable.swift
[62/79] Compiling DequeModule Deque+Equatable.swift
[63/79] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/79] Compiling DequeModule _DequeSlot.swift
[65/79] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/79] Compiling DequeModule Deque+Codable.swift
[67/79] Compiling DequeModule Deque+Collection.swift
[69/79] Compiling DequeModule Deque+Testing.swift
[70/79] Compiling DequeModule Deque._Storage.swift
[71/79] Compiling DequeModule Deque._UnsafeHandle.swift
[75/79] Compiling DequeModule Deque.swift
[78/79] Emitting module DequeModule
[80/80] Emitting module Atomics
[82/141] Compiling NIOCore MulticastChannel.swift
[83/141] Compiling NIOCore NIOAny.swift
[84/141] Compiling NIOCore NIOCloseOnErrorHandler.swift
[85/141] Compiling NIOCore NIOLoopBound.swift
[86/141] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[87/141] Compiling NIOCore NIOScheduledCallback.swift
[88/141] Compiling NIOCore NIOSendable.swift
[89/141] Compiling NIOCore RecvByteBufferAllocator.swift
[90/149] Compiling NIOCore IO.swift
[91/149] Compiling NIOCore IOData.swift
[92/149] Compiling NIOCore IPProtocol.swift
[93/149] Compiling NIOCore IntegerBitPacking.swift
[94/149] Compiling NIOCore IntegerTypes.swift
[95/149] Compiling NIOCore Interfaces.swift
[96/149] Compiling NIOCore Linux.swift
[97/149] Compiling NIOCore MarkedCircularBuffer.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 CircularBuffer.swift
[107/149] Compiling NIOCore Codec.swift
[108/149] Compiling NIOCore ConvenienceOptionSupport.swift
[109/149] Compiling NIOCore DeadChannel.swift
[110/149] Compiling NIOCore DispatchQueue+WithFuture.swift
[111/149] Compiling NIOCore EventLoop+Deprecated.swift
[112/149] Compiling NIOCore EventLoop+SerialExecutor.swift
[113/149] Compiling NIOCore EventLoop.swift
[114/149] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[115/149] Compiling NIOCore SocketAddresses.swift
[116/149] Compiling NIOCore SocketOptionProvider.swift
[117/149] Compiling NIOCore SystemCallHelpers.swift
[118/149] Compiling NIOCore TimeAmount+Duration.swift
[119/149] Compiling NIOCore TypeAssistedChannelHandler.swift
[120/149] Compiling NIOCore UniversalBootstrapSupport.swift
[121/149] Compiling NIOCore Utilities.swift
[122/149] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[123/149] Compiling NIOCore BSDSocketAPI.swift
[124/149] Compiling NIOCore ByteBuffer-aux.swift
[125/149] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[126/149] Compiling NIOCore ByteBuffer-conversions.swift
[127/149] Compiling NIOCore ByteBuffer-core.swift
[128/149] Compiling NIOCore ByteBuffer-hex.swift
[129/149] Compiling NIOCore ByteBuffer-int.swift
[130/149] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[131/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:
[132/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:
[133/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:
[134/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:
[135/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:
[136/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:
[137/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:
[138/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:
[139/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:
[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