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 1.1.0 (ca2c25), with Swift 6.1 for Wasm on 29 May 2025 00:21:02 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/samalone/websocket-actor-system.git
Reference: 1.1.0
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
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at ca2c25e Merge pull request #10 from samalone/samalone/issue9
Cloned https://github.com/samalone/websocket-actor-system.git
Revision (git rev-parse @):
ca2c25e5702336123f8aa073e9c344fe6befc97c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/samalone/websocket-actor-system.git at 1.1.0
========================================
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"
    },
    {
      "identity" : "nio-async-websockets",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/samalone/nio-async-websockets"
    }
  ],
  "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",
        "NIOAsyncWebSockets"
      ],
      "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" : "5.9"
}
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-transport-services.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/samalone/nio-async-websockets
Fetching https://github.com/apple/swift-log.git
[1/34] Fetching nio-async-websockets
[35/3870] Fetching nio-async-websockets, swift-log
[2375/5919] Fetching nio-async-websockets, swift-log, swift-docc-plugin
[5920/8586] Fetching nio-async-websockets, swift-log, swift-docc-plugin, swift-nio-transport-services
[8587/84679] Fetching nio-async-websockets, swift-log, swift-docc-plugin, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.87s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.88s)
[8436/79963] Fetching nio-async-websockets, swift-log, swift-nio
Fetched https://github.com/samalone/nio-async-websockets from cache (4.87s)
Fetched https://github.com/apple/swift-log.git from cache (4.87s)
Fetched https://github.com/apple/swift-nio.git from cache (4.97s)
Computing version for https://github.com/samalone/nio-async-websockets
Computed https://github.com/samalone/nio-async-websockets at 1.0.1 (5.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.29s)
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.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
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 (0.44s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.66s)
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 (0.42s)
[4148/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.62s)
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
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/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/samalone/nio-async-websockets
Working copy of https://github.com/samalone/nio-async-websockets resolved at 1.0.1
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/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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write sources
[19/34] Compiling CNIOWindows WSAStartup.c
[19/34] Compiling CNIOLinux liburing_shims.c
[21/34] Compiling CNIOWASI CNIOWASI.c
[22/34] Compiling _AtomicsShims.c
[23/34] Compiling CNIOLinux shim.c
[24/34] Compiling CNIOSHA1 c_nio_sha1.c
[25/34] Compiling CNIOWindows shim.c
[26/34] Write sources
[27/34] Compiling CNIODarwin shim.c
[28/34] Compiling CNIOLLHTTP c_nio_http.c
[29/34] Compiling CNIOLLHTTP c_nio_api.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[32/78] Emitting module Logging
[32/78] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/78] Emitting module Atomics
[34/80] Compiling c-nioatomics.c
[36/80] Compiling _NIODataStructures PriorityQueue.swift
[37/80] Compiling Atomics IntegerOperations.swift
[38/80] Compiling Atomics Unmanaged extensions.swift
[39/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/81] Compiling _NIODataStructures _TinyArray.swift
[41/81] Compiling Atomics UnsafeAtomic.swift
[42/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/81] Compiling Atomics Primitives.shims.swift
[44/81] Compiling Atomics AtomicInteger.swift
[45/81] Compiling Atomics ManagedAtomic.swift
[46/81] Compiling Atomics ManagedAtomicLazyReference.swift
[47/81] Compiling Atomics PointerConformances.swift
[48/81] Compiling Atomics Primitives.native.swift
[49/81] Compiling Logging Locks.swift
[50/81] Compiling Atomics AtomicBool.swift
[51/81] Compiling Atomics AtomicMemoryOrderings.swift
[52/81] Emitting module InternalCollectionsUtilities
[53/81] Compiling Atomics OptionalRawRepresentable.swift
[54/81] Compiling Atomics RawRepresentable.swift
[55/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/81] Compiling Atomics DoubleWord.swift
[60/81] Compiling Atomics AtomicOptionalWrappable.swift
[63/81] Compiling Atomics AtomicReference.swift
[64/81] Compiling Atomics AtomicStorage.swift
[65/81] Compiling Atomics AtomicValue.swift
[66/81] Compiling _NIOBase64 Base64.swift
[67/81] Emitting module _NIOBase64
[69/81] Compiling Atomics IntegerConformances.swift
[78/84] Compiling c-atomics.c
[80/99] Compiling _NIODataStructures Heap.swift
[81/99] Emitting module _NIODataStructures
[82/100] Compiling Logging MetadataProvider.swift
[83/102] Compiling Logging Logging.swift
[84/103] Compiling Logging LogHandler.swift
[85/107] Compiling DequeModule Deque+CustomReflectable.swift
[86/107] Compiling DequeModule Deque+Descriptions.swift
[88/109] Compiling DequeModule _DequeBuffer.swift
[89/109] Compiling DequeModule _DequeBufferHeader.swift
[91/109] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[92/109] Compiling NIOConcurrencyHelpers lock.swift
[93/109] Compiling DequeModule Deque+Extras.swift
[94/109] Compiling DequeModule Deque+Hashable.swift
[95/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[96/109] Compiling DequeModule _DequeSlot.swift
[97/109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/109] Compiling DequeModule Deque+Equatable.swift
[99/109] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[100/109] Compiling DequeModule Deque._UnsafeHandle.swift
[101/109] Compiling DequeModule Deque.swift
[102/109] Compiling DequeModule Deque+Testing.swift
[103/109] Compiling DequeModule Deque._Storage.swift
[104/109] Compiling NIOConcurrencyHelpers atomics.swift
[105/109] Compiling DequeModule Deque+Codable.swift
[106/109] Compiling DequeModule Deque+Collection.swift
[107/109] Emitting module NIOConcurrencyHelpers
[108/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[110/110] Emitting module DequeModule
[112/171] Compiling NIOCore MulticastChannel.swift
[113/171] Compiling NIOCore NIOAny.swift
[114/171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[115/171] Compiling NIOCore NIOLoopBound.swift
[116/171] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[117/171] Compiling NIOCore NIOScheduledCallback.swift
[118/171] Compiling NIOCore NIOSendable.swift
[119/171] Compiling NIOCore RecvByteBufferAllocator.swift
[120/179] Compiling NIOCore IO.swift
[121/179] Compiling NIOCore IOData.swift
[122/179] Compiling NIOCore IPProtocol.swift
[123/179] Compiling NIOCore IntegerBitPacking.swift
[124/179] Compiling NIOCore IntegerTypes.swift
[125/179] Compiling NIOCore Interfaces.swift
[126/179] Compiling NIOCore Linux.swift
[127/179] Compiling NIOCore MarkedCircularBuffer.swift
[128/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/179] Compiling NIOCore EventLoopFuture.swift
[132/179] Compiling NIOCore FileDescriptor.swift
[133/179] Compiling NIOCore FileHandle.swift
[134/179] Compiling NIOCore FileRegion.swift
[135/179] Compiling NIOCore GlobalSingletons.swift
[136/179] Compiling NIOCore CircularBuffer.swift
[137/179] Compiling NIOCore Codec.swift
[138/179] Compiling NIOCore ConvenienceOptionSupport.swift
[139/179] Compiling NIOCore DeadChannel.swift
[140/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/179] Compiling NIOCore EventLoop+Deprecated.swift
[142/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/179] Compiling NIOCore EventLoop.swift
[144/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/179] Compiling NIOCore SocketAddresses.swift
[146/179] Compiling NIOCore SocketOptionProvider.swift
[147/179] Compiling NIOCore SystemCallHelpers.swift
[148/179] Compiling NIOCore TimeAmount+Duration.swift
[149/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/179] Compiling NIOCore UniversalBootstrapSupport.swift
[151/179] Compiling NIOCore Utilities.swift
[152/179] 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:
[153/179] 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:
[154/179] 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:
[155/179] 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:
[156/179] 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:
[157/179] 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:
[158/179] 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:
[159/179] 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:
[160/179] 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:
[161/179] Compiling NIOCore AddressedEnvelope.swift
[162/179] Compiling NIOCore AsyncAwaitSupport.swift
[163/179] Compiling NIOCore AsyncChannel.swift
[164/179] Compiling NIOCore AsyncChannelHandler.swift
[165/179] Compiling NIOCore AsyncChannelInboundStream.swift
[166/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[167/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[168/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[169/179] Compiling NIOCore NIOAsyncWriter.swift
[170/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[171/179] Compiling NIOCore BSDSocketAPI.swift
[172/179] Compiling NIOCore ByteBuffer-aux.swift
[173/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[174/179] Compiling NIOCore ByteBuffer-conversions.swift
[175/179] Compiling NIOCore ByteBuffer-core.swift
[176/179] Compiling NIOCore ByteBuffer-hex.swift
[177/179] Compiling NIOCore ByteBuffer-int.swift
[178/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[179/179] 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
[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 Logging Locks.swift
[5/53] Compiling NIOConcurrencyHelpers lock.swift
[6/53] Compiling Logging MetadataProvider.swift
[7/53] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/54] Compiling Atomics ManagedAtomic.swift
[9/54] Compiling Atomics ManagedAtomicLazyReference.swift
[10/54] Compiling Atomics UnsafeAtomic.swift
[11/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/54] Compiling Atomics Primitives.native.swift
[13/54] Compiling Atomics AtomicReference.swift
[14/54] Compiling Atomics IntegerConformances.swift
[15/54] Compiling Atomics PointerConformances.swift
[16/56] Compiling _NIODataStructures PriorityQueue.swift
[17/56] Compiling _NIODataStructures _TinyArray.swift
[18/56] Emitting module Logging
[19/56] Compiling Atomics AtomicMemoryOrderings.swift
[20/56] Compiling Atomics DoubleWord.swift
[21/56] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/56] Compiling Atomics IntegerOperations.swift
[24/56] Compiling Atomics Unmanaged extensions.swift
[25/56] Compiling Atomics Primitives.shims.swift
[26/56] Compiling Atomics AtomicInteger.swift
[27/56] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[28/56] Emitting module NIOConcurrencyHelpers
[29/56] Compiling _NIODataStructures Heap.swift
[30/56] Compiling _NIOBase64 Base64.swift
[31/56] Emitting module _NIOBase64
[32/57] Emitting module _NIODataStructures
[33/58] Emitting module InternalCollectionsUtilities
[34/58] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[35/58] Compiling NIOConcurrencyHelpers atomics.swift
[39/59] Compiling Atomics AtomicOptionalWrappable.swift
[40/59] Compiling Atomics OptionalRawRepresentable.swift
[41/59] Compiling Atomics RawRepresentable.swift
[42/59] Compiling Atomics AtomicBool.swift
[44/75] Compiling Logging LogHandler.swift
[45/75] Compiling Logging Logging.swift
[47/76] Compiling DequeModule Deque+Equatable.swift
[48/76] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[49/76] Compiling DequeModule Deque+Extras.swift
[50/76] Compiling DequeModule Deque+Hashable.swift
[51/78] Compiling DequeModule _DequeBuffer.swift
[52/78] Compiling DequeModule _DequeBufferHeader.swift
[53/78] Emitting module Atomics
[54/78] Compiling DequeModule _DequeSlot.swift
[55/78] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/78] Compiling DequeModule Deque+Codable.swift
[57/78] Compiling DequeModule Deque+Collection.swift
[66/78] Compiling DequeModule Deque._Storage.swift
[67/78] Compiling DequeModule Deque._UnsafeHandle.swift
[68/78] Compiling DequeModule Deque.swift
[69/78] Compiling DequeModule Deque+CustomReflectable.swift
[70/78] Compiling DequeModule Deque+Descriptions.swift
[71/78] Compiling DequeModule Deque+Testing.swift
[79/79] Emitting module DequeModule
[81/140] Compiling NIOCore MulticastChannel.swift
[82/140] Compiling NIOCore NIOAny.swift
[83/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[84/140] Compiling NIOCore NIOLoopBound.swift
[85/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[86/140] Compiling NIOCore NIOScheduledCallback.swift
[87/140] Compiling NIOCore NIOSendable.swift
[88/140] Compiling NIOCore RecvByteBufferAllocator.swift
[89/148] Compiling NIOCore IO.swift
[90/148] Compiling NIOCore IOData.swift
[91/148] Compiling NIOCore IPProtocol.swift
[92/148] Compiling NIOCore IntegerBitPacking.swift
[93/148] Compiling NIOCore IntegerTypes.swift
[94/148] Compiling NIOCore Interfaces.swift
[95/148] Compiling NIOCore Linux.swift
[96/148] Compiling NIOCore MarkedCircularBuffer.swift
[97/148] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[98/148] Compiling NIOCore EventLoopFuture+Deprecated.swift
[99/148] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[100/148] Compiling NIOCore EventLoopFuture.swift
[101/148] Compiling NIOCore FileDescriptor.swift
[102/148] Compiling NIOCore FileHandle.swift
[103/148] Compiling NIOCore FileRegion.swift
[104/148] Compiling NIOCore GlobalSingletons.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 SingleStepByteToMessageDecoder.swift
[115/148] Compiling NIOCore SocketAddresses.swift
[116/148] Compiling NIOCore SocketOptionProvider.swift
[117/148] Compiling NIOCore SystemCallHelpers.swift
[118/148] Compiling NIOCore TimeAmount+Duration.swift
[119/148] Compiling NIOCore TypeAssistedChannelHandler.swift
[120/148] Compiling NIOCore UniversalBootstrapSupport.swift
[121/148] Compiling NIOCore Utilities.swift
[122/148] Compiling NIOCore CircularBuffer.swift
[123/148] Compiling NIOCore Codec.swift
[124/148] Compiling NIOCore ConvenienceOptionSupport.swift
[125/148] Compiling NIOCore DeadChannel.swift
[126/148] Compiling NIOCore DispatchQueue+WithFuture.swift
[127/148] Compiling NIOCore EventLoop+Deprecated.swift
[128/148] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/148] Compiling NIOCore EventLoop.swift
[130/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:
[131/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:
[132/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:
[133/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:
[134/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:
[135/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:
[136/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:
[137/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:
[138/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:
[139/148] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[140/148] Compiling NIOCore BSDSocketAPI.swift
[141/148] Compiling NIOCore ByteBuffer-aux.swift
[142/148] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[143/148] Compiling NIOCore ByteBuffer-conversions.swift
[144/148] Compiling NIOCore ByteBuffer-core.swift
[145/148] Compiling NIOCore ByteBuffer-hex.swift
[146/148] Compiling NIOCore ByteBuffer-int.swift
[147/148] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[148/148] Emitting module NIOCore
BUILD FAILURE 6.1 wasm