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 develop (f4ebc0), with Swift 6.1 for Wasm on 31 May 2025 16:15:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NozeIO/swift-nio-irc-client.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at f4ebc02 Merge pull request #1 from nathanborror/develop
Cloned https://github.com/NozeIO/swift-nio-irc-client.git
Revision (git rev-parse @):
f4ebc02f12f65d15d69ce3cbf85551805cc50ee8
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-client.git at develop
========================================
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.68.0",
            "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.2",
            "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.21.0",
            "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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/314] Fetching swift-nio-irc
[315/2981] Fetching swift-nio-irc, swift-nio-transport-services
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.47s)
[1/76137] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-transport-services from cache (5.43s)
Fetched https://github.com/apple/swift-nio.git from cache (5.53s)
Computing version for https://github.com/SwiftNIOExtras/swift-nio-irc.git
Computed https://github.com/SwiftNIOExtras/swift-nio-irc.git at 0.8.2 (7.12s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.24.0 (1.07s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.52s)
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 (2.22s)
Fetched https://github.com/apple/swift-collections.git from cache (2.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
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-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-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.5.0
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/25] Write sources
[15/25] Compiling CNIOWindows shim.c
[16/25] Compiling CNIOWASI CNIOWASI.c
[17/25] Compiling _AtomicsShims.c
[18/25] Compiling CNIOWindows WSAStartup.c
[19/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling CNIOLinux shim.c
[21/25] Compiling CNIODarwin shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[23/64] Compiling c-nioatomics.c
[25/64] Compiling Atomics OptionalRawRepresentable.swift
[26/64] Compiling Atomics RawRepresentable.swift
[27/64] Emitting module InternalCollectionsUtilities
[28/65] Compiling Atomics AtomicOptionalWrappable.swift
[29/65] Compiling Atomics AtomicMemoryOrderings.swift
[30/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/65] Compiling Atomics DoubleWord.swift
[32/65] Compiling Atomics ManagedAtomic.swift
[33/65] Emitting module _NIOBase64
[34/65] Compiling _NIOBase64 Base64.swift
[37/65] Compiling Atomics UnsafeAtomic.swift
[38/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/65] Compiling _NIODataStructures PriorityQueue.swift
[40/66] Compiling _NIODataStructures _TinyArray.swift
[42/68] Compiling Atomics ManagedAtomicLazyReference.swift
[43/68] Compiling Atomics AtomicReference.swift
[44/68] Compiling Atomics AtomicStorage.swift
[45/68] Compiling Atomics AtomicValue.swift
[46/68] Emitting module Atomics
[49/68] Compiling Atomics AtomicBool.swift
[50/68] Compiling Atomics IntegerConformances.swift
[51/68] Compiling Atomics PointerConformances.swift
[52/68] Compiling Atomics Primitives.native.swift
[53/68] Compiling Atomics Primitives.shims.swift
[54/68] Compiling Atomics AtomicInteger.swift
[63/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/69] Compiling Atomics IntegerOperations.swift
[65/69] Compiling Atomics Unmanaged extensions.swift
[68/70] Emitting module _NIODataStructures
[69/70] Compiling _NIODataStructures Heap.swift
[71/86] Compiling DequeModule Deque+CustomReflectable.swift
[72/86] Compiling DequeModule Deque+Descriptions.swift
[72/88] Compiling c-atomics.c
[74/88] Compiling DequeModule _DequeBuffer.swift
[75/88] Compiling DequeModule _DequeBufferHeader.swift
[76/94] Compiling DequeModule Deque+Extras.swift
[77/94] Compiling DequeModule Deque+Hashable.swift
[78/94] Compiling DequeModule Deque+Equatable.swift
[79/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/94] Compiling DequeModule Deque+Testing.swift
[81/94] Compiling DequeModule Deque._Storage.swift
[82/94] Compiling NIOConcurrencyHelpers lock.swift
[83/94] Compiling DequeModule _DequeSlot.swift
[84/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/94] Compiling DequeModule Deque+Codable.swift
[86/94] Compiling DequeModule Deque+Collection.swift
[87/94] Compiling DequeModule Deque._UnsafeHandle.swift
[88/94] Compiling DequeModule Deque.swift
[89/94] Emitting module DequeModule
[90/95] Emitting module NIOConcurrencyHelpers
[92/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/95] Compiling NIOConcurrencyHelpers atomics.swift
[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 IO.swift
[106/164] Compiling NIOCore IOData.swift
[107/164] Compiling NIOCore IPProtocol.swift
[108/164] Compiling NIOCore IntegerBitPacking.swift
[109/164] Compiling NIOCore IntegerTypes.swift
[110/164] Compiling NIOCore Interfaces.swift
[111/164] Compiling NIOCore Linux.swift
[112/164] Compiling NIOCore MarkedCircularBuffer.swift
[113/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[114/164] Compiling NIOCore SocketAddresses.swift
[115/164] Compiling NIOCore SocketOptionProvider.swift
[116/164] Compiling NIOCore SystemCallHelpers.swift
[117/164] Compiling NIOCore TimeAmount+Duration.swift
[118/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[119/164] Compiling NIOCore UniversalBootstrapSupport.swift
[120/164] Compiling NIOCore Utilities.swift
[121/164] Compiling NIOCore AddressedEnvelope.swift
[122/164] Compiling NIOCore AsyncAwaitSupport.swift
[123/164] Compiling NIOCore AsyncChannel.swift
[124/164] Compiling NIOCore AsyncChannelHandler.swift
[125/164] Compiling NIOCore AsyncChannelInboundStream.swift
[126/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[127/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[128/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[129/164] Compiling NIOCore NIOAsyncWriter.swift
[130/164] Compiling NIOCore CircularBuffer.swift
[131/164] Compiling NIOCore Codec.swift
[132/164] Compiling NIOCore ConvenienceOptionSupport.swift
[133/164] Compiling NIOCore DeadChannel.swift
[134/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/164] Compiling NIOCore EventLoop+Deprecated.swift
[136/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/164] Compiling NIOCore EventLoop.swift
[138/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[139/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[140/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[141/164] Compiling NIOCore EventLoopFuture.swift
[142/164] Compiling NIOCore FileDescriptor.swift
[143/164] Compiling NIOCore FileHandle.swift
[144/164] Compiling NIOCore FileRegion.swift
[145/164] Compiling NIOCore GlobalSingletons.swift
[146/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/164] Compiling NIOCore BSDSocketAPI.swift
[148/164] Compiling NIOCore ByteBuffer-aux.swift
[149/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[150/164] Compiling NIOCore ByteBuffer-conversions.swift
[151/164] Compiling NIOCore ByteBuffer-core.swift
[152/164] Compiling NIOCore ByteBuffer-hex.swift
[153/164] Compiling NIOCore ByteBuffer-int.swift
[154/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/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:
[156/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:
[157/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:
[158/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:
[159/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:
[160/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:
[161/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:
[162/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:
[163/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:
[164/164] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/47] Compiling Atomics AtomicStorage.swift
[4/47] Compiling Atomics AtomicValue.swift
[5/47] Compiling Atomics AtomicOptionalWrappable.swift
[6/47] Compiling Atomics AtomicReference.swift
[7/47] Compiling Atomics UnsafeAtomic.swift
[8/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/49] Compiling Atomics ManagedAtomic.swift
[11/49] Compiling Atomics ManagedAtomicLazyReference.swift
[12/49] Compiling NIOConcurrencyHelpers lock.swift
[13/49] Compiling Atomics OptionalRawRepresentable.swift
[14/49] Compiling Atomics RawRepresentable.swift
[15/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/49] Compiling Atomics AtomicMemoryOrderings.swift
[17/49] Compiling Atomics DoubleWord.swift
[18/49] Compiling Atomics IntegerOperations.swift
[19/49] Compiling Atomics Unmanaged extensions.swift
[20/49] Compiling _NIODataStructures Heap.swift
[21/49] Compiling _NIODataStructures PriorityQueue.swift
[22/49] Emitting module _NIODataStructures
[23/49] Compiling _NIODataStructures _TinyArray.swift
[24/49] Compiling Atomics Primitives.shims.swift
[25/49] Compiling Atomics AtomicInteger.swift
[33/50] Compiling _NIOBase64 Base64.swift
[34/50] Emitting module _NIOBase64
[35/50] Emitting module NIOConcurrencyHelpers
[36/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/51] Emitting module InternalCollectionsUtilities
[39/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/51] Compiling NIOConcurrencyHelpers atomics.swift
[41/52] Compiling Atomics AtomicBool.swift
[42/52] Compiling Atomics IntegerConformances.swift
[43/52] Compiling Atomics PointerConformances.swift
[44/52] Compiling Atomics Primitives.native.swift
[47/68] Compiling DequeModule Deque+CustomReflectable.swift
[48/68] Compiling DequeModule Deque+Descriptions.swift
[49/68] Compiling DequeModule Deque+Equatable.swift
[50/68] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[51/70] Compiling DequeModule _DequeBuffer.swift
[52/70] Compiling DequeModule _DequeBufferHeader.swift
[53/70] Compiling DequeModule _DequeSlot.swift
[54/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/70] Emitting module Atomics
[56/70] Compiling DequeModule Deque+Codable.swift
[57/70] Compiling DequeModule Deque+Collection.swift
[63/71] Compiling DequeModule Deque+Extras.swift
[64/71] Compiling DequeModule Deque+Hashable.swift
[65/71] Compiling DequeModule Deque+Testing.swift
[66/71] Compiling DequeModule Deque._Storage.swift
[67/71] Compiling DequeModule Deque._UnsafeHandle.swift
[68/71] Compiling DequeModule Deque.swift
[69/71] Emitting module DequeModule
[73/132] Compiling NIOCore IO.swift
[74/132] Compiling NIOCore IOData.swift
[75/132] Compiling NIOCore IPProtocol.swift
[76/132] Compiling NIOCore IntegerBitPacking.swift
[77/132] Compiling NIOCore IntegerTypes.swift
[78/132] Compiling NIOCore Interfaces.swift
[79/132] Compiling NIOCore Linux.swift
[80/132] Compiling NIOCore MarkedCircularBuffer.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 MulticastChannel.swift
[90/140] Compiling NIOCore NIOAny.swift
[91/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[92/140] Compiling NIOCore NIOLoopBound.swift
[93/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[94/140] Compiling NIOCore NIOScheduledCallback.swift
[95/140] Compiling NIOCore NIOSendable.swift
[96/140] Compiling NIOCore RecvByteBufferAllocator.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 SingleStepByteToMessageDecoder.swift
[107/140] Compiling NIOCore SocketAddresses.swift
[108/140] Compiling NIOCore SocketOptionProvider.swift
[109/140] Compiling NIOCore SystemCallHelpers.swift
[110/140] Compiling NIOCore TimeAmount+Duration.swift
[111/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[112/140] Compiling NIOCore UniversalBootstrapSupport.swift
[113/140] Compiling NIOCore Utilities.swift
[114/140] Compiling NIOCore CircularBuffer.swift
[115/140] Compiling NIOCore Codec.swift
[116/140] Compiling NIOCore ConvenienceOptionSupport.swift
[117/140] Compiling NIOCore DeadChannel.swift
[118/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/140] Compiling NIOCore EventLoop+Deprecated.swift
[120/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/140] Compiling NIOCore EventLoop.swift
[122/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[123/140] Compiling NIOCore BSDSocketAPI.swift
[124/140] Compiling NIOCore ByteBuffer-aux.swift
[125/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[126/140] Compiling NIOCore ByteBuffer-conversions.swift
[127/140] Compiling NIOCore ByteBuffer-core.swift
[128/140] Compiling NIOCore ByteBuffer-hex.swift
[129/140] Compiling NIOCore ByteBuffer-int.swift
[130/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[131/140] Compiling NIOCore AddressedEnvelope.swift
[132/140] Compiling NIOCore AsyncAwaitSupport.swift
[133/140] Compiling NIOCore AsyncChannel.swift
[134/140] Compiling NIOCore AsyncChannelHandler.swift
[135/140] Compiling NIOCore AsyncChannelInboundStream.swift
[136/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[137/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[138/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[139/140] Compiling NIOCore NIOAsyncWriter.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm