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-webclient, reference develop (39f9ae), with Swift 6.1 for Wasm on 27 May 2025 22:07:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-webclient.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-webclient
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 39f9aeb Make IRCWebClientEndPoint removable
Cloned https://github.com/NozeIO/swift-nio-irc-webclient.git
Revision (git rev-parse @):
39f9aeb89eb317c764141dde75ffd9172498fcf5
SUCCESS checkout https://github.com/NozeIO/swift-nio-irc-webclient.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NozeIO/swift-nio-irc-webclient.git
https://github.com/NozeIO/swift-nio-irc-webclient.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-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NozeIO/swift-nio-irc-client.git"
    }
  ],
  "manifest_display_name" : "swift-nio-irc-webclient",
  "name" : "swift-nio-irc-webclient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IRCWebClient",
      "targets" : [
        "IRCWebClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ircwebclientd",
      "targets" : [
        "ircwebclientd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ircwebclientd",
      "module_type" : "SwiftTarget",
      "name" : "ircwebclientd",
      "path" : "Sources/ircwebclientd",
      "product_memberships" : [
        "ircwebclientd"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IRCWebClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IRCWebClient",
      "module_type" : "SwiftTarget",
      "name" : "IRCWebClient",
      "path" : "Sources/IRCWebClient",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "IRC"
      ],
      "product_memberships" : [
        "IRCWebClient",
        "ircwebclientd"
      ],
      "sources" : [
        "IRCWebClientEndPoint.swift",
        "IRCWebClientServer.swift",
        "IRCWebSocketBridge.swift",
        "WebApp/ClientResources.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/NozeIO/swift-nio-irc-client.git
[1/212] Fetching swift-nio-irc-client
Fetched https://github.com/NozeIO/swift-nio-irc-client.git from cache (0.38s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.69s)
Computing version for https://github.com/NozeIO/swift-nio-irc-client.git
Computed https://github.com/NozeIO/swift-nio-irc-client.git at 0.8.1 (9.67s)
Fetching https://github.com/apple/swift-nio-transport-services
Fetching https://github.com/SwiftNIOExtras/swift-nio-irc.git
[1/2667] Fetching swift-nio-transport-services
[2668/2981] Fetching swift-nio-transport-services, swift-nio-irc
Fetched https://github.com/SwiftNIOExtras/swift-nio-irc.git from cache (0.54s)
Fetched https://github.com/apple/swift-nio-transport-services from cache (0.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 (1.52s)
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.94s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.07s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.04s)
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-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/NozeIO/swift-nio-irc-client.git
Working copy of https://github.com/NozeIO/swift-nio-irc-client.git resolved at 0.8.1
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
Building for debugging...
[0/54] Write sources
[18/54] Compiling CNIOWindows shim.c
[19/54] Compiling CNIOWindows WSAStartup.c
[20/54] Compiling CNIOWASI CNIOWASI.c
[21/54] Compiling _AtomicsShims.c
[22/54] Compiling CNIOLinux shim.c
[23/54] Compiling CNIOLinux liburing_shims.c
[24/54] Compiling CNIODarwin shim.c
[24/54] Write sources
[26/54] Compiling CNIOSHA1 c_nio_sha1.c
[27/54] Compiling CNIOLLHTTP c_nio_http.c
[28/54] Compiling CNIOLLHTTP c_nio_api.c
[29/54] Write swift-version-24593BA9C3E375BF.txt
[31/93] Emitting module InternalCollectionsUtilities
[31/94] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/94] Compiling c-nioatomics.c
[34/94] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[35/94] Compiling Atomics IntegerConformances.swift
[36/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/94] Compiling Atomics ManagedAtomic.swift
[39/94] Compiling Atomics ManagedAtomicLazyReference.swift
[40/96] Compiling InternalCollectionsUtilities Descriptions.swift
[41/96] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/96] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[43/96] Compiling InternalCollectionsUtilities Debugging.swift
[44/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/96] Compiling _NIODataStructures _TinyArray.swift
[46/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/96] Compiling _NIOBase64 Base64.swift
[48/96] Emitting module _NIOBase64
[49/97] Compiling _NIODataStructures PriorityQueue.swift
[50/97] Compiling Atomics OptionalRawRepresentable.swift
[51/97] Compiling Atomics RawRepresentable.swift
[52/97] Compiling Atomics UnsafeAtomic.swift
[53/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[54/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/98] Compiling Atomics AtomicInteger.swift
[63/98] Compiling Atomics AtomicOptionalWrappable.swift
[67/98] Emitting module Atomics
[72/98] Wrapping AST for _NIOBase64 for debugging
[73/98] Wrapping AST for InternalCollectionsUtilities for debugging
[75/98] Compiling Atomics IntegerOperations.swift
[76/98] Compiling Atomics Unmanaged extensions.swift
[77/114] Compiling c-atomics.c
[79/114] Compiling DequeModule Deque+CustomReflectable.swift
[80/114] Compiling DequeModule Deque+Descriptions.swift
[81/116] Emitting module _NIODataStructures
[82/116] Compiling _NIODataStructures Heap.swift
[83/117] Compiling DequeModule _DequeBuffer.swift
[84/117] Compiling DequeModule _DequeBufferHeader.swift
[84/117] Wrapping AST for Atomics for debugging
[87/117] Compiling DequeModule Deque+Equatable.swift
[88/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/123] Wrapping AST for _NIODataStructures for debugging
[90/123] Compiling DequeModule _DequeSlot.swift
[91/123] Compiling DequeModule _UnsafeWrappedBuffer.swift
[92/123] Compiling NIOConcurrencyHelpers lock.swift
[93/123] Compiling DequeModule Deque+Extras.swift
[94/123] Compiling DequeModule Deque+Hashable.swift
[95/123] Compiling DequeModule Deque+Testing.swift
[96/123] Compiling DequeModule Deque._Storage.swift
[97/123] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/123] Compiling DequeModule Deque._UnsafeHandle.swift
[99/123] Compiling DequeModule Deque.swift
[100/123] Compiling DequeModule Deque+Codable.swift
[101/123] Compiling DequeModule Deque+Collection.swift
[102/123] Emitting module NIOConcurrencyHelpers
[103/123] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[104/123] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/123] Compiling NIOConcurrencyHelpers atomics.swift
[106/123] Emitting module DequeModule
[108/125] Wrapping AST for DequeModule for debugging
[109/125] Wrapping AST for NIOConcurrencyHelpers for debugging
[111/185] Compiling NIOCore MulticastChannel.swift
[112/185] Compiling NIOCore NIOAny.swift
[113/185] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/185] Compiling NIOCore NIOLoopBound.swift
[115/185] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/185] Compiling NIOCore NIOScheduledCallback.swift
[117/185] Compiling NIOCore NIOSendable.swift
[118/185] Compiling NIOCore RecvByteBufferAllocator.swift
[119/193] Compiling NIOCore IO.swift
[120/193] Compiling NIOCore IOData.swift
[121/193] Compiling NIOCore IPProtocol.swift
[122/193] Compiling NIOCore IntegerBitPacking.swift
[123/193] Compiling NIOCore IntegerTypes.swift
[124/193] Compiling NIOCore Interfaces.swift
[125/193] Compiling NIOCore Linux.swift
[126/193] Compiling NIOCore MarkedCircularBuffer.swift
[127/193] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[128/193] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/193] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/193] Compiling NIOCore EventLoopFuture.swift
[131/193] Compiling NIOCore FileDescriptor.swift
[132/193] Compiling NIOCore FileHandle.swift
[133/193] Compiling NIOCore FileRegion.swift
[134/193] Compiling NIOCore GlobalSingletons.swift
[135/193] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[136/193] Compiling NIOCore SocketAddresses.swift
[137/193] Compiling NIOCore SocketOptionProvider.swift
[138/193] Compiling NIOCore SystemCallHelpers.swift
[139/193] Compiling NIOCore TimeAmount+Duration.swift
[140/193] Compiling NIOCore TypeAssistedChannelHandler.swift
[141/193] Compiling NIOCore UniversalBootstrapSupport.swift
[142/193] Compiling NIOCore Utilities.swift
[143/193] Compiling NIOCore CircularBuffer.swift
[144/193] Compiling NIOCore Codec.swift
[145/193] Compiling NIOCore ConvenienceOptionSupport.swift
[146/193] Compiling NIOCore DeadChannel.swift
[147/193] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/193] Compiling NIOCore EventLoop+Deprecated.swift
[149/193] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/193] Compiling NIOCore EventLoop.swift
[151/193] 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:
[152/193] 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:
[153/193] 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:
[154/193] 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:
[155/193] 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:
[156/193] 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:
[157/193] 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:
[158/193] 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:
[159/193] 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:
[160/193] Compiling NIOCore AddressedEnvelope.swift
[161/193] Compiling NIOCore AsyncAwaitSupport.swift
[162/193] Compiling NIOCore AsyncChannel.swift
[163/193] Compiling NIOCore AsyncChannelHandler.swift
[164/193] Compiling NIOCore AsyncChannelInboundStream.swift
[165/193] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/193] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/193] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/193] Compiling NIOCore NIOAsyncWriter.swift
[169/193] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/193] Compiling NIOCore BSDSocketAPI.swift
[171/193] Compiling NIOCore ByteBuffer-aux.swift
[172/193] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[173/193] Compiling NIOCore ByteBuffer-conversions.swift
[174/193] Compiling NIOCore ByteBuffer-core.swift
[175/193] Compiling NIOCore ByteBuffer-hex.swift
[176/193] Compiling NIOCore ByteBuffer-int.swift
[177/193] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[178/193] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/22] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/68] Compiling NIOConcurrencyHelpers lock.swift
[4/68] Compiling Atomics Primitives.native.swift
[5/68] Compiling Atomics OptionalRawRepresentable.swift
[6/68] Compiling Atomics AtomicInteger.swift
[7/68] Compiling Atomics AtomicOptionalWrappable.swift
[8/68] Compiling Atomics AtomicValue.swift
[9/68] Compiling Atomics Primitives.shims.swift
[10/68] Compiling Atomics UnsafeAtomic.swift
[11/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/68] Compiling Atomics ManagedAtomic.swift
[13/68] Compiling Atomics ManagedAtomicLazyReference.swift
[14/70] Compiling Atomics AtomicMemoryOrderings.swift
[15/70] Compiling Atomics DoubleWord.swift
[16/70] Compiling Atomics IntegerConformances.swift
[17/70] Compiling Atomics PointerConformances.swift
[18/70] Compiling Atomics AtomicReference.swift
[19/70] Compiling Atomics AtomicStorage.swift
[24/70] Emitting module _NIOBase64
[25/70] Compiling _NIOBase64 Base64.swift
[26/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/71] Compiling _NIODataStructures PriorityQueue.swift
[31/71] Compiling _NIODataStructures _TinyArray.swift
[32/71] Compiling _NIODataStructures Heap.swift
[33/71] Emitting module _NIODataStructures
[34/71] Emitting module InternalCollectionsUtilities
[35/71] Emitting module NIOConcurrencyHelpers
[36/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[37/71] Compiling Atomics RawRepresentable.swift
[38/71] Compiling Atomics AtomicBool.swift
[39/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/71] Compiling NIOConcurrencyHelpers atomics.swift
[41/71] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[42/73] Compiling Atomics IntegerOperations.swift
[43/73] Compiling Atomics Unmanaged extensions.swift
[46/71] Wrapping AST for InternalCollectionsUtilities for debugging
[48/86] Compiling DequeModule Deque+CustomReflectable.swift
[49/86] Compiling DequeModule Deque+Descriptions.swift
[50/88] Compiling DequeModule Deque+Extras.swift
[51/88] Compiling DequeModule Deque+Hashable.swift
[52/88] Compiling DequeModule Deque+Equatable.swift
[53/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[54/88] Compiling DequeModule _DequeBuffer.swift
[55/88] Compiling DequeModule _DequeBufferHeader.swift
[56/88] Compiling DequeModule Deque+Testing.swift
[57/88] Compiling DequeModule Deque._Storage.swift
[58/88] Emitting module Atomics
[59/88] Compiling DequeModule _DequeSlot.swift
[60/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/88] Compiling DequeModule Deque+Codable.swift
[62/88] Compiling DequeModule Deque+Collection.swift
[63/88] Compiling DequeModule Deque._UnsafeHandle.swift
[64/88] Compiling DequeModule Deque.swift
[65/88] Emitting module DequeModule
[66/89] Wrapping AST for DequeModule for debugging
[74/90] Wrapping AST for Atomics for debugging
[76/150] Compiling NIOCore IO.swift
[77/150] Compiling NIOCore IOData.swift
[78/150] Compiling NIOCore IPProtocol.swift
[79/150] Compiling NIOCore IntegerBitPacking.swift
[80/150] Compiling NIOCore IntegerTypes.swift
[81/150] Compiling NIOCore Interfaces.swift
[82/150] Compiling NIOCore Linux.swift
[83/150] Compiling NIOCore MarkedCircularBuffer.swift
[84/158] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[85/158] Compiling NIOCore EventLoopFuture+Deprecated.swift
[86/158] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[87/158] Compiling NIOCore EventLoopFuture.swift
[88/158] Compiling NIOCore FileDescriptor.swift
[89/158] Compiling NIOCore FileHandle.swift
[90/158] Compiling NIOCore FileRegion.swift
[91/158] Compiling NIOCore GlobalSingletons.swift
[92/158] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[93/158] Compiling NIOCore SocketAddresses.swift
[94/158] Compiling NIOCore SocketOptionProvider.swift
[95/158] Compiling NIOCore SystemCallHelpers.swift
[96/158] Compiling NIOCore TimeAmount+Duration.swift
[97/158] Compiling NIOCore TypeAssistedChannelHandler.swift
[98/158] Compiling NIOCore UniversalBootstrapSupport.swift
[99/158] Compiling NIOCore Utilities.swift
[100/158] Compiling NIOCore MulticastChannel.swift
[101/158] Compiling NIOCore NIOAny.swift
[102/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/158] Compiling NIOCore NIOLoopBound.swift
[104/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/158] Compiling NIOCore NIOScheduledCallback.swift
[106/158] Compiling NIOCore NIOSendable.swift
[107/158] Compiling NIOCore RecvByteBufferAllocator.swift
[108/158] 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:
[109/158] 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:
[110/158] 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:
[111/158] 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:
[112/158] 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:
[113/158] 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:
[114/158] 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:
[115/158] 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:
[116/158] 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:
[117/158] Compiling NIOCore CircularBuffer.swift
[118/158] Compiling NIOCore Codec.swift
[119/158] Compiling NIOCore ConvenienceOptionSupport.swift
[120/158] Compiling NIOCore DeadChannel.swift
[121/158] Compiling NIOCore DispatchQueue+WithFuture.swift
[122/158] Compiling NIOCore EventLoop+Deprecated.swift
[123/158] Compiling NIOCore EventLoop+SerialExecutor.swift
[124/158] Compiling NIOCore EventLoop.swift
[125/158] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[126/158] Compiling NIOCore BSDSocketAPI.swift
[127/158] Compiling NIOCore ByteBuffer-aux.swift
[128/158] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[129/158] Compiling NIOCore ByteBuffer-conversions.swift
[130/158] Compiling NIOCore ByteBuffer-core.swift
[131/158] Compiling NIOCore ByteBuffer-hex.swift
[132/158] Compiling NIOCore ByteBuffer-int.swift
[133/158] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[134/158] Emitting module NIOCore
[135/158] Compiling NIOCore AddressedEnvelope.swift
[136/158] Compiling NIOCore AsyncAwaitSupport.swift
[137/158] Compiling NIOCore AsyncChannel.swift
[138/158] Compiling NIOCore AsyncChannelHandler.swift
[139/158] Compiling NIOCore AsyncChannelInboundStream.swift
[140/158] Compiling NIOCore AsyncChannelOutboundWriter.swift
[141/158] Compiling NIOCore NIOAsyncSequenceProducer.swift
[142/158] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[143/158] Compiling NIOCore NIOAsyncWriter.swift
BUILD FAILURE 6.1 wasm