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 swift-nio-irc-client, reference 0.8.1 (7a0b7d), with Swift 6.1 for Wasm on 28 May 2025 18:44:29 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/NozeIO/swift-nio-irc-client.git
Reference: 0.8.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/NozeIO/swift-nio-irc-client
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at 7a0b7d4 Merge branch 'develop' into main
Cloned https://github.com/NozeIO/swift-nio-irc-client.git
Revision (git rev-parse @):
7a0b7d4cde33614b7b0af193cd8ff0f7f305eb77
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-client.git at 0.8.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NozeIO/swift-nio-irc-client.git
https://github.com/NozeIO/swift-nio-irc-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.25.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-irc",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftNIOExtras/swift-nio-irc.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-client",
  "name" : "swift-nio-irc-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRC",
      "targets" : [
        "IRC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IRC",
      "module_type" : "SwiftTarget",
      "name" : "IRC",
      "path" : "Sources/IRC",
      "product_dependencies" : [
        "NIO",
        "NIOIRC",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "IRC"
      ],
      "sources" : [
        "IRCClient.swift",
        "IRCClientDelegate.swift",
        "IRCClientMessageTarget.swift",
        "IRCClientOptions.swift",
        "IRCRetryStrategyCB.swift",
        "ReExports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services
[1/314] Fetching swift-nio-irc
[315/2981] Fetching swift-nio-irc, swift-nio-transport-services
[2982/79074] Fetching swift-nio-irc, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.66s)
[1075/76407] Fetching swift-nio-irc, swift-nio
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (5.49s)
Fetched https://github.com/apple/swift-nio.git from cache (5.58s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (6.14s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (0.83s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.31s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.15s)
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
Creating working copy for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Working copy of https://github.com/SwiftNIOExtras/swift-nio-irc.git resolved at 0.8.2
Creating working copy for https://github.com/apple/swift-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/25] Write sources
[14/25] Compiling _AtomicsShims.c
[15/25] Compiling CNIOWindows shim.c
[16/25] Compiling CNIOWASI CNIOWASI.c
[16/25] Write sources
[16/25] Compiling CNIOLinux liburing_shims.c
[16/25] Compiling CNIOWindows WSAStartup.c
[20/25] Compiling CNIOLinux shim.c
[21/25] Compiling CNIODarwin shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/64] Emitting module _NIOBase64
[25/64] Emitting module _NIODataStructures
[25/64] Compiling c-atomics.c
[26/64] Compiling c-nioatomics.c
[28/64] Compiling Atomics UnsafeAtomic.swift
[29/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/66] Compiling Atomics ManagedAtomic.swift
[31/66] Compiling Atomics ManagedAtomicLazyReference.swift
[32/66] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/67] Compiling Atomics AtomicStorage.swift
[34/67] Compiling Atomics AtomicValue.swift
[35/67] Compiling Atomics IntegerConformances.swift
[36/67] Compiling Atomics PointerConformances.swift
[37/67] Compiling Atomics AtomicBool.swift
[38/67] Compiling Atomics Primitives.shims.swift
[39/67] Compiling _NIOBase64 Base64.swift
[40/68] Compiling _NIODataStructures _TinyArray.swift
[41/68] Compiling _NIODataStructures PriorityQueue.swift
[43/68] Compiling Atomics OptionalRawRepresentable.swift
[44/68] Compiling Atomics RawRepresentable.swift
[45/68] Compiling Atomics Primitives.native.swift
[46/68] Compiling Atomics AtomicReference.swift
[47/68] Emitting module InternalCollectionsUtilities
[48/68] Compiling Atomics AtomicInteger.swift
[49/68] Compiling Atomics AtomicOptionalWrappable.swift
[50/69] Emitting module Atomics
[57/74] Compiling Atomics AtomicMemoryOrderings.swift
[58/74] Compiling Atomics DoubleWord.swift
[59/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/75] Compiling Atomics IntegerOperations.swift
[68/75] Compiling Atomics Unmanaged extensions.swift
[70/91] Emitting module NIOConcurrencyHelpers
[71/91] Compiling _NIODataStructures Heap.swift
[72/92] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[73/92] Compiling NIOConcurrencyHelpers atomics.swift
[74/92] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[75/92] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/92] Compiling DequeModule Deque+CustomReflectable.swift
[78/92] Compiling DequeModule Deque+Descriptions.swift
[79/94] Compiling NIOConcurrencyHelpers lock.swift
[80/95] Compiling DequeModule _DequeBuffer.swift
[81/95] Compiling DequeModule _DequeBufferHeader.swift
[83/95] Compiling DequeModule _DequeSlot.swift
[84/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/95] Compiling DequeModule Deque+Testing.swift
[86/95] Compiling DequeModule Deque._Storage.swift
[87/95] Compiling DequeModule Deque+Extras.swift
[88/95] Compiling DequeModule Deque+Hashable.swift
[89/95] Compiling DequeModule Deque+Equatable.swift
[90/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/95] Compiling DequeModule Deque._UnsafeHandle.swift
[92/95] Compiling DequeModule Deque.swift
[93/95] Compiling DequeModule Deque+Codable.swift
[94/95] Compiling DequeModule Deque+Collection.swift
[95/95] Emitting module DequeModule
[97/156] Compiling NIOCore MulticastChannel.swift
[98/156] Compiling NIOCore NIOAny.swift
[99/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[100/156] Compiling NIOCore NIOLoopBound.swift
[101/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[102/156] Compiling NIOCore NIOScheduledCallback.swift
[103/156] Compiling NIOCore NIOSendable.swift
[104/156] Compiling NIOCore RecvByteBufferAllocator.swift
[105/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[106/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[107/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[108/164] Compiling NIOCore EventLoopFuture.swift
[109/164] Compiling NIOCore FileDescriptor.swift
[110/164] Compiling NIOCore FileHandle.swift
[111/164] Compiling NIOCore FileRegion.swift
[112/164] Compiling NIOCore GlobalSingletons.swift
[113/164] Compiling NIOCore IO.swift
[114/164] Compiling NIOCore IOData.swift
[115/164] Compiling NIOCore IPProtocol.swift
[116/164] Compiling NIOCore IntegerBitPacking.swift
[117/164] Compiling NIOCore IntegerTypes.swift
[118/164] Compiling NIOCore Interfaces.swift
[119/164] Compiling NIOCore Linux.swift
[120/164] Compiling NIOCore MarkedCircularBuffer.swift
[121/164] Compiling NIOCore CircularBuffer.swift
[122/164] Compiling NIOCore Codec.swift
[123/164] Compiling NIOCore ConvenienceOptionSupport.swift
[124/164] Compiling NIOCore DeadChannel.swift
[125/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[126/164] Compiling NIOCore EventLoop+Deprecated.swift
[127/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[128/164] Compiling NIOCore EventLoop.swift
[129/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/164] Compiling NIOCore SocketAddresses.swift
[131/164] Compiling NIOCore SocketOptionProvider.swift
[132/164] Compiling NIOCore SystemCallHelpers.swift
[133/164] Compiling NIOCore TimeAmount+Duration.swift
[134/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/164] Compiling NIOCore UniversalBootstrapSupport.swift
[136/164] Compiling NIOCore Utilities.swift
[137/164] Compiling NIOCore AddressedEnvelope.swift
[138/164] Compiling NIOCore AsyncAwaitSupport.swift
[139/164] Compiling NIOCore AsyncChannel.swift
[140/164] Compiling NIOCore AsyncChannelHandler.swift
[141/164] Compiling NIOCore AsyncChannelInboundStream.swift
[142/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[143/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[144/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/164] Compiling NIOCore NIOAsyncWriter.swift
[146/164] 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:
[147/164] 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:
[148/164] 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:
[149/164] 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:
[150/164] 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:
[151/164] 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:
[152/164] 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:
[153/164] 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:
[154/164] 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:
[155/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[156/164] Compiling NIOCore BSDSocketAPI.swift
[157/164] Compiling NIOCore ByteBuffer-aux.swift
[158/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[159/164] Compiling NIOCore ByteBuffer-conversions.swift
[160/164] Compiling NIOCore ByteBuffer-core.swift
[161/164] Compiling NIOCore ByteBuffer-hex.swift
[162/164] Compiling NIOCore ByteBuffer-int.swift
[163/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[164/164] 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: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/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/47] Compiling NIOConcurrencyHelpers lock.swift
[4/47] Compiling Atomics Primitives.native.swift
[5/47] Compiling Atomics AtomicReference.swift
[6/47] Compiling Atomics AtomicStorage.swift
[7/47] Compiling Atomics AtomicValue.swift
[8/47] Compiling Atomics AtomicMemoryOrderings.swift
[9/47] Compiling Atomics DoubleWord.swift
[10/49] Compiling Atomics ManagedAtomic.swift
[11/49] Compiling Atomics ManagedAtomicLazyReference.swift
[12/49] Compiling Atomics UnsafeAtomic.swift
[13/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/49] Compiling _NIODataStructures PriorityQueue.swift
[15/49] Compiling _NIODataStructures _TinyArray.swift
[16/49] Compiling _NIODataStructures Heap.swift
[17/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/49] Compiling Atomics AtomicBool.swift
[19/49] Compiling Atomics Primitives.shims.swift
[20/49] Compiling Atomics AtomicInteger.swift
[21/49] Compiling Atomics AtomicOptionalWrappable.swift
[22/49] Emitting module InternalCollectionsUtilities
[23/49] Compiling Atomics OptionalRawRepresentable.swift
[24/49] Compiling Atomics RawRepresentable.swift
[25/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/49] Compiling Atomics IntegerConformances.swift
[27/49] Compiling Atomics PointerConformances.swift
[28/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[29/50] Emitting module _NIODataStructures
[30/51] Compiling _NIOBase64 Base64.swift
[31/51] Emitting module _NIOBase64
[32/51] Emitting module NIOConcurrencyHelpers
[39/52] Compiling Atomics IntegerOperations.swift
[40/52] Compiling Atomics Unmanaged extensions.swift
[43/52] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/52] Compiling NIOConcurrencyHelpers atomics.swift
[47/68] Compiling DequeModule Deque+CustomReflectable.swift
[48/68] Compiling DequeModule Deque+Descriptions.swift
[49/68] Compiling DequeModule _DequeBuffer.swift
[50/68] Compiling DequeModule _DequeBufferHeader.swift
[51/70] Compiling DequeModule Deque+Equatable.swift
[52/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[53/70] Compiling DequeModule Deque+Extras.swift
[54/70] Compiling DequeModule Deque+Hashable.swift
[55/70] Compiling DequeModule _DequeSlot.swift
[56/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[57/70] Compiling DequeModule Deque+Testing.swift
[58/70] Compiling DequeModule Deque._Storage.swift
[59/70] Compiling DequeModule Deque._UnsafeHandle.swift
[60/70] Compiling DequeModule Deque.swift
[61/70] Compiling DequeModule Deque+Codable.swift
[62/70] Compiling DequeModule Deque+Collection.swift
[63/70] Emitting module DequeModule
[65/71] Emitting module Atomics
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[82/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[83/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[84/140] Compiling NIOCore EventLoopFuture.swift
[85/140] Compiling NIOCore FileDescriptor.swift
[86/140] Compiling NIOCore FileHandle.swift
[87/140] Compiling NIOCore FileRegion.swift
[88/140] Compiling NIOCore GlobalSingletons.swift
[89/140] Compiling NIOCore IO.swift
[90/140] Compiling NIOCore IOData.swift
[91/140] Compiling NIOCore IPProtocol.swift
[92/140] Compiling NIOCore IntegerBitPacking.swift
[93/140] Compiling NIOCore IntegerTypes.swift
[94/140] Compiling NIOCore Interfaces.swift
[95/140] Compiling NIOCore Linux.swift
[96/140] Compiling NIOCore MarkedCircularBuffer.swift
[97/140] 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:
[98/140] 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:
[99/140] 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:
[100/140] 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:
[101/140] 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:
[102/140] 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:
[103/140] 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:
[104/140] 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:
[105/140] 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:
[106/140] Compiling NIOCore CircularBuffer.swift
[107/140] Compiling NIOCore Codec.swift
[108/140] Compiling NIOCore ConvenienceOptionSupport.swift
[109/140] Compiling NIOCore DeadChannel.swift
[110/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[111/140] Compiling NIOCore EventLoop+Deprecated.swift
[112/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[113/140] Compiling NIOCore EventLoop.swift
[114/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[115/140] Compiling NIOCore SocketAddresses.swift
[116/140] Compiling NIOCore SocketOptionProvider.swift
[117/140] Compiling NIOCore SystemCallHelpers.swift
[118/140] Compiling NIOCore TimeAmount+Duration.swift
[119/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[120/140] Compiling NIOCore UniversalBootstrapSupport.swift
[121/140] Compiling NIOCore Utilities.swift
[122/140] Compiling NIOCore AddressedEnvelope.swift
[123/140] Compiling NIOCore AsyncAwaitSupport.swift
[124/140] Compiling NIOCore AsyncChannel.swift
[125/140] Compiling NIOCore AsyncChannelHandler.swift
[126/140] Compiling NIOCore AsyncChannelInboundStream.swift
[127/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[129/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/140] Compiling NIOCore NIOAsyncWriter.swift
[131/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/140] Compiling NIOCore BSDSocketAPI.swift
[133/140] Compiling NIOCore ByteBuffer-aux.swift
[134/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/140] Compiling NIOCore ByteBuffer-conversions.swift
[136/140] Compiling NIOCore ByteBuffer-core.swift
[137/140] Compiling NIOCore ByteBuffer-hex.swift
[138/140] Compiling NIOCore ByteBuffer-int.swift
[139/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm