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 WebSocketActors, reference main (11cae6), with Swift 6.1 for Wasm on 29 May 2025 00:21:11 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/samalone/websocket-actor-system.git
Reference: main
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/samalone/websocket-actor-system
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 11cae68 Remove NIOAsyncWebSockets dependency and update to Swift 6.0 in workflows
Cloned https://github.com/samalone/websocket-actor-system.git
Revision (git rev-parse @):
11cae68e6f012667927583604b148b1f4229c88b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/samalone/websocket-actor-system.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/samalone/websocket-actor-system.git
https://github.com/samalone/websocket-actor-system.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WebSocketActors",
  "name" : "WebSocketActors",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "WebSocketActors",
      "targets" : [
        "WebSocketActors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketActors",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActors",
      "path" : "Sources/WebSocketActors",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOPosix",
        "NIOTransportServices",
        "Logging"
      ],
      "product_memberships" : [
        "WebSocketActors"
      ],
      "sources" : [
        "ActorIdentity.swift",
        "ActorSystemUserInfoKey.swift",
        "ClientManager.swift",
        "Continuation.swift",
        "ExponentialBackoff.swift",
        "LoggingExtensions.swift",
        "Manager.swift",
        "NIOInvocationDecoder.swift",
        "NIOInvocationEncoder.swift",
        "NodeIdentity.swift",
        "PendingReplies.swift",
        "RemoteNode.swift",
        "RemoteNodeDirectory.swift",
        "ResilientTask.swift",
        "ServerAddress.swift",
        "ServerManager.swift",
        "TaskPath.swift",
        "TimedPing.swift",
        "WebSocketActorSystem+Client.swift",
        "WebSocketActorSystem+Server.swift",
        "WebSocketActorSystem.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebSocketActorTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActorTests",
      "path" : "Tests/WebSocketActorTests",
      "sources" : [
        "ActorIdentityTests.swift",
        "WebSocketActorTests.swift"
      ],
      "target_dependencies" : [
        "WebSocketActors"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.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 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.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/2667] Fetching swift-nio-transport-services
[28/4716] Fetching swift-nio-transport-services, swift-docc-plugin
[1108/8552] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log
[7810/84645] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.81s)
[5764/81978] Fetching swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
[4332/78142] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (10.29s)
Fetched https://github.com/apple/swift-nio.git from cache (10.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (14.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.15s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.22s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.54s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[499/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.85s)
[4148/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (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.23s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/33] Write sources
[18/33] Compiling _AtomicsShims.c
[18/33] Compiling CNIOWindows shim.c
[20/33] Compiling CNIOWindows WSAStartup.c
[21/33] Compiling CNIOWASI CNIOWASI.c
[22/33] Compiling CNIOLinux shim.c
[23/33] Compiling CNIOLinux liburing_shims.c
[24/33] Compiling CNIODarwin shim.c
[24/33] Write sources
[26/33] Compiling CNIOSHA1 c_nio_sha1.c
[27/33] Compiling CNIOLLHTTP c_nio_http.c
[28/33] Compiling CNIOLLHTTP c_nio_api.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[31/77] Emitting module Logging
[32/77] Emitting module _NIODataStructures
[32/77] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/77] Compiling Atomics RawRepresentable.swift
[35/77] Compiling Atomics AtomicBool.swift
[36/78] Compiling Atomics AtomicValue.swift
[37/78] Compiling Atomics Primitives.shims.swift
[38/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/78] Compiling _NIODataStructures _TinyArray.swift
[40/78] Compiling Atomics AtomicReference.swift
[41/78] Compiling Atomics AtomicStorage.swift
[42/78] Compiling Atomics AtomicInteger.swift
[43/78] Compiling Atomics AtomicOptionalWrappable.swift
[44/78] Emitting module Atomics
[45/78] Emitting module _NIOBase64
[46/78] Compiling Logging LogHandler.swift
[47/78] Compiling _NIOBase64 Base64.swift
[48/80] Compiling Logging Locks.swift
[49/80] Compiling Atomics ManagedAtomic.swift
[50/80] Compiling Atomics ManagedAtomicLazyReference.swift
[51/80] Emitting module InternalCollectionsUtilities
[52/80] Compiling Atomics IntegerConformances.swift
[53/80] Compiling Atomics PointerConformances.swift
[54/80] Compiling Atomics Primitives.native.swift
[55/80] Compiling Atomics OptionalRawRepresentable.swift
[56/80] Compiling Atomics UnsafeAtomic.swift
[57/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/81] Compiling _NIODataStructures PriorityQueue.swift
[62/81] Compiling Atomics AtomicMemoryOrderings.swift
[63/81] Compiling Atomics DoubleWord.swift
[74/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/97] Compiling Atomics IntegerOperations.swift
[77/97] Compiling Atomics Unmanaged extensions.swift
[78/98] Compiling c-nioatomics.c
[80/98] Compiling DequeModule Deque+CustomReflectable.swift
[81/98] Compiling DequeModule Deque+Descriptions.swift
[82/100] Compiling _NIODataStructures Heap.swift
[83/101] Compiling Logging MetadataProvider.swift
[84/101] Compiling DequeModule _DequeBuffer.swift
[85/101] Compiling DequeModule _DequeBufferHeader.swift
[86/101] Compiling Logging Logging.swift
[89/102] Compiling DequeModule Deque+Extras.swift
[90/102] Compiling DequeModule Deque+Hashable.swift
[91/102] Compiling DequeModule Deque+Equatable.swift
[92/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/102] Compiling DequeModule _DequeSlot.swift
[94/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/102] Compiling DequeModule Deque+Testing.swift
[96/102] Compiling DequeModule Deque._Storage.swift
[97/102] Compiling DequeModule Deque._UnsafeHandle.swift
[98/102] Compiling DequeModule Deque.swift
[98/102] Compiling c-atomics.c
[100/102] Compiling DequeModule Deque+Codable.swift
[101/102] Compiling DequeModule Deque+Collection.swift
[102/108] Emitting module DequeModule
[104/109] Compiling NIOConcurrencyHelpers lock.swift
[105/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[106/109] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[107/109] Emitting module NIOConcurrencyHelpers
[108/109] Compiling NIOConcurrencyHelpers atomics.swift
[109/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/170] Compiling NIOCore MulticastChannel.swift
[112/170] Compiling NIOCore NIOAny.swift
[113/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/170] Compiling NIOCore NIOLoopBound.swift
[115/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/170] Compiling NIOCore NIOScheduledCallback.swift
[117/170] Compiling NIOCore NIOSendable.swift
[118/170] Compiling NIOCore RecvByteBufferAllocator.swift
[119/178] Compiling NIOCore IO.swift
[120/178] Compiling NIOCore IOData.swift
[121/178] Compiling NIOCore IPProtocol.swift
[122/178] Compiling NIOCore IntegerBitPacking.swift
[123/178] Compiling NIOCore IntegerTypes.swift
[124/178] Compiling NIOCore Interfaces.swift
[125/178] Compiling NIOCore Linux.swift
[126/178] Compiling NIOCore MarkedCircularBuffer.swift
[127/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[128/178] Compiling NIOCore SocketAddresses.swift
[129/178] Compiling NIOCore SocketOptionProvider.swift
[130/178] Compiling NIOCore SystemCallHelpers.swift
[131/178] Compiling NIOCore TimeAmount+Duration.swift
[132/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[133/178] Compiling NIOCore UniversalBootstrapSupport.swift
[134/178] Compiling NIOCore Utilities.swift
[135/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/178] Compiling NIOCore EventLoopFuture.swift
[139/178] Compiling NIOCore FileDescriptor.swift
[140/178] Compiling NIOCore FileHandle.swift
[141/178] Compiling NIOCore FileRegion.swift
[142/178] Compiling NIOCore GlobalSingletons.swift
[143/178] Compiling NIOCore CircularBuffer.swift
[144/178] Compiling NIOCore Codec.swift
[145/178] Compiling NIOCore ConvenienceOptionSupport.swift
[146/178] Compiling NIOCore DeadChannel.swift
[147/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/178] Compiling NIOCore EventLoop+Deprecated.swift
[149/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/178] Compiling NIOCore EventLoop.swift
[151/178] 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/178] 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/178] 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/178] 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/178] 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/178] 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/178] 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/178] 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/178] 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/178] Compiling NIOCore AddressedEnvelope.swift
[161/178] Compiling NIOCore AsyncAwaitSupport.swift
[162/178] Compiling NIOCore AsyncChannel.swift
[163/178] Compiling NIOCore AsyncChannelHandler.swift
[164/178] Compiling NIOCore AsyncChannelInboundStream.swift
[165/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/178] Compiling NIOCore NIOAsyncWriter.swift
[169/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/178] Compiling NIOCore BSDSocketAPI.swift
[171/178] Compiling NIOCore ByteBuffer-aux.swift
[172/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[173/178] Compiling NIOCore ByteBuffer-conversions.swift
[174/178] Compiling NIOCore ByteBuffer-core.swift
[175/178] Compiling NIOCore ByteBuffer-hex.swift
[176/178] Compiling NIOCore ByteBuffer-int.swift
[177/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[178/178] 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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[5/53] Compiling Logging MetadataProvider.swift
[6/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/54] Compiling _NIODataStructures PriorityQueue.swift
[8/54] Compiling _NIODataStructures _TinyArray.swift
[9/54] Compiling Atomics AtomicOptionalWrappable.swift
[10/54] Compiling Atomics AtomicReference.swift
[11/54] Compiling Atomics AtomicStorage.swift
[12/54] Compiling Atomics AtomicValue.swift
[13/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/54] Compiling Logging Locks.swift
[15/54] Compiling NIOConcurrencyHelpers lock.swift
[16/54] Emitting module Logging
[17/54] Compiling Atomics AtomicMemoryOrderings.swift
[18/54] Compiling Atomics DoubleWord.swift
[19/54] Compiling Atomics ManagedAtomic.swift
[20/54] Compiling Atomics ManagedAtomicLazyReference.swift
[21/54] Compiling Atomics UnsafeAtomic.swift
[22/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/56] Emitting module NIOConcurrencyHelpers
[24/56] Compiling Atomics OptionalRawRepresentable.swift
[25/56] Compiling Atomics RawRepresentable.swift
[26/56] Compiling _NIODataStructures Heap.swift
[27/56] Emitting module _NIODataStructures
[28/57] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/57] Emitting module _NIOBase64
[31/57] Compiling _NIOBase64 Base64.swift
[32/58] Compiling NIOConcurrencyHelpers NIOLock.swift
[33/58] Compiling NIOConcurrencyHelpers atomics.swift
[34/59] Compiling Atomics Primitives.shims.swift
[35/59] Compiling Atomics AtomicInteger.swift
[43/59] Compiling Atomics IntegerOperations.swift
[44/59] Compiling Atomics Unmanaged extensions.swift
[45/59] Compiling Atomics AtomicBool.swift
[46/59] Compiling Atomics IntegerConformances.swift
[47/59] Compiling Atomics PointerConformances.swift
[48/59] Compiling Atomics Primitives.native.swift
[49/59] Emitting module InternalCollectionsUtilities
[52/75] Compiling DequeModule Deque+CustomReflectable.swift
[53/75] Compiling DequeModule Deque+Descriptions.swift
[54/77] Compiling Logging LogHandler.swift
[55/77] Compiling Logging Logging.swift
[57/78] Compiling DequeModule _DequeBuffer.swift
[58/78] Compiling DequeModule _DequeBufferHeader.swift
[61/78] Compiling DequeModule Deque+Codable.swift
[62/78] Compiling DequeModule Deque+Collection.swift
[63/78] Compiling DequeModule Deque+Equatable.swift
[64/78] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/78] Compiling DequeModule _DequeSlot.swift
[68/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/78] Compiling DequeModule Deque+Testing.swift
[70/78] Compiling DequeModule Deque._Storage.swift
[71/78] Compiling DequeModule Deque+Extras.swift
[72/78] Compiling DequeModule Deque+Hashable.swift
[73/78] Compiling DequeModule Deque._UnsafeHandle.swift
[74/78] Compiling DequeModule Deque.swift
[75/78] Emitting module DequeModule
[79/79] Emitting module Atomics
[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 CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/148] Compiling NIOCore AddressedEnvelope.swift
[106/148] Compiling NIOCore AsyncAwaitSupport.swift
[107/148] Compiling NIOCore AsyncChannel.swift
[108/148] Compiling NIOCore AsyncChannelHandler.swift
[109/148] Compiling NIOCore AsyncChannelInboundStream.swift
[110/148] Compiling NIOCore AsyncChannelOutboundWriter.swift
[111/148] Compiling NIOCore NIOAsyncSequenceProducer.swift
[112/148] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[113/148] Compiling NIOCore NIOAsyncWriter.swift
[114/148] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[115/148] Compiling NIOCore BSDSocketAPI.swift
[116/148] Compiling NIOCore ByteBuffer-aux.swift
[117/148] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[118/148] Compiling NIOCore ByteBuffer-conversions.swift
[119/148] Compiling NIOCore ByteBuffer-core.swift
[120/148] Compiling NIOCore ByteBuffer-hex.swift
[121/148] Compiling NIOCore ByteBuffer-int.swift
[122/148] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/148] Compiling NIOCore IO.swift
[124/148] Compiling NIOCore IOData.swift
[125/148] Compiling NIOCore IPProtocol.swift
[126/148] Compiling NIOCore IntegerBitPacking.swift
[127/148] Compiling NIOCore IntegerTypes.swift
[128/148] Compiling NIOCore Interfaces.swift
[129/148] Compiling NIOCore Linux.swift
[130/148] Compiling NIOCore MarkedCircularBuffer.swift
[131/148] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[132/148] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[133/148] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[134/148] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[135/148] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[136/148] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[137/148] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[138/148] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[139/148] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[140/148] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[141/148] Compiling NIOCore SocketAddresses.swift
[142/148] Compiling NIOCore SocketOptionProvider.swift
[143/148] Compiling NIOCore SystemCallHelpers.swift
[144/148] Compiling NIOCore TimeAmount+Duration.swift
[145/148] Compiling NIOCore TypeAssistedChannelHandler.swift
[146/148] Compiling NIOCore UniversalBootstrapSupport.swift
[147/148] Compiling NIOCore Utilities.swift
[148/148] Emitting module NIOCore
BUILD FAILURE 6.1 wasm