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 NIOAsyncWebSockets, reference main (308eff), with Swift 6.1 for Wasm on 29 May 2025 00:14:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/nio-async-websockets.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/nio-async-websockets
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 308eff3 Add link to API documentation
Cloned https://github.com/samalone/nio-async-websockets.git
Revision (git rev-parse @):
308eff3b3b05d492398e8b2d775bf804c64ec138
SUCCESS checkout https://github.com/samalone/nio-async-websockets.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/samalone/nio-async-websockets.git
https://github.com/samalone/nio-async-websockets.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-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" : "NIOAsyncWebSockets",
  "name" : "NIOAsyncWebSockets",
  "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" : "NIOAsyncWebSockets",
      "targets" : [
        "NIOAsyncWebSockets"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOAsyncWebSocketsTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOAsyncWebSocketsTests",
      "path" : "Tests/NIOAsyncWebSocketsTests",
      "sources" : [
        "NIOAsyncWebSocketsTests.swift"
      ],
      "target_dependencies" : [
        "NIOAsyncWebSockets"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOAsyncWebSockets",
      "module_type" : "SwiftTarget",
      "name" : "NIOAsyncWebSockets",
      "path" : "Sources/NIOAsyncWebSockets",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOPosix"
      ],
      "product_memberships" : [
        "NIOAsyncWebSockets"
      ],
      "sources" : [
        "HTTPTypedPipelineSetup.swift",
        "NIOTypedHTTPClientUpgradeHandler.swift",
        "NIOTypedHTTPClientUpgraderStateMachine.swift",
        "NIOTypedHTTPServerUpgradeHandler.swift",
        "NIOTypedHTTPServerUpgraderStateMachine.swift",
        "NIOTypedPipelineSetup.swift",
        "NIOWebSocketClientUpgrader.swift",
        "NIOWebSocketServerUpgrader.swift",
        "SHA1.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[2050/78142] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (5.14s)
Fetched https://github.com/apple/swift-nio.git from cache (5.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (7.56s)
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.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.81s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[1934/6101] Fetching swift-system, swift-atomics
[1889/4391] Fetching swift-system
[2292/6101] Fetching swift-system, swift-atomics
[6068/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
[3536/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[3651/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.49s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
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-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-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-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-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/29] Write sources
[14/29] Compiling CNIOWindows WSAStartup.c
[14/29] Compiling CNIOWASI CNIOWASI.c
[14/29] Compiling _AtomicsShims.c
[14/29] Compiling CNIOWindows shim.c
[18/29] Compiling CNIOLinux liburing_shims.c
[19/29] Compiling CNIOLinux shim.c
[19/29] Compiling CNIOSHA1 c_nio_sha1.c
[21/29] Write sources
[22/29] Compiling CNIODarwin shim.c
[23/29] Compiling CNIOLLHTTP c_nio_http.c
[24/29] Compiling CNIOLLHTTP c_nio_api.c
[25/29] Write swift-version-24593BA9C3E375BF.txt
[26/68] Compiling CNIOLLHTTP c_nio_llhttp.c
[27/68] Compiling c-nioatomics.c
[29/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/69] Emitting module InternalCollectionsUtilities
[30/69] Compiling c-atomics.c
[32/69] Compiling _NIODataStructures _TinyArray.swift
[33/69] Compiling _NIODataStructures PriorityQueue.swift
[34/69] Compiling _NIOBase64 Base64.swift
[35/69] Emitting module _NIOBase64
[36/70] Compiling Atomics UnsafeAtomic.swift
[37/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/72] Compiling Atomics AtomicBool.swift
[39/72] Compiling Atomics IntegerConformances.swift
[40/72] Compiling Atomics ManagedAtomic.swift
[41/72] Compiling Atomics ManagedAtomicLazyReference.swift
[42/72] Compiling Atomics PointerConformances.swift
[43/72] Compiling Atomics Primitives.native.swift
[44/72] Compiling Atomics OptionalRawRepresentable.swift
[45/72] Compiling Atomics RawRepresentable.swift
[46/72] Compiling Atomics Primitives.shims.swift
[47/72] Compiling Atomics AtomicInteger.swift
[49/72] Compiling Atomics AtomicOptionalWrappable.swift
[50/72] Compiling Atomics AtomicReference.swift
[51/72] Compiling Atomics AtomicStorage.swift
[52/72] Compiling Atomics AtomicValue.swift
[53/72] Emitting module Atomics
[60/72] Compiling Atomics AtomicMemoryOrderings.swift
[61/72] Compiling Atomics DoubleWord.swift
[68/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/79] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[71/79] Compiling Atomics IntegerOperations.swift
[72/79] Compiling Atomics Unmanaged extensions.swift
[74/80] Compiling NIOConcurrencyHelpers lock.swift
[75/80] Emitting module _NIODataStructures
[76/81] Compiling _NIODataStructures Heap.swift
[77/96] Compiling NIOConcurrencyHelpers NIOLock.swift
[79/96] Emitting module NIOConcurrencyHelpers
[80/96] Compiling DequeModule Deque+Equatable.swift
[81/96] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/98] Compiling NIOConcurrencyHelpers atomics.swift
[84/99] Compiling DequeModule _DequeBuffer.swift
[85/99] Compiling DequeModule _DequeBufferHeader.swift
[87/99] Compiling DequeModule _DequeSlot.swift
[88/99] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/99] Compiling DequeModule Deque+Testing.swift
[90/99] Compiling DequeModule Deque._Storage.swift
[91/99] Compiling DequeModule Deque+Extras.swift
[92/99] Compiling DequeModule Deque+Hashable.swift
[93/99] Compiling DequeModule Deque+CustomReflectable.swift
[94/99] Compiling DequeModule Deque+Descriptions.swift
[95/99] Compiling DequeModule Deque._UnsafeHandle.swift
[96/99] Compiling DequeModule Deque.swift
[97/99] Compiling DequeModule Deque+Codable.swift
[98/99] Compiling DequeModule Deque+Collection.swift
[99/99] Emitting module DequeModule
[101/160] Compiling NIOCore IO.swift
[102/160] Compiling NIOCore IOData.swift
[103/160] Compiling NIOCore IPProtocol.swift
[104/160] Compiling NIOCore IntegerBitPacking.swift
[105/160] Compiling NIOCore IntegerTypes.swift
[106/160] Compiling NIOCore Interfaces.swift
[107/160] Compiling NIOCore Linux.swift
[108/160] Compiling NIOCore MarkedCircularBuffer.swift
[109/168] Compiling NIOCore MulticastChannel.swift
[110/168] Compiling NIOCore NIOAny.swift
[111/168] Compiling NIOCore NIOCloseOnErrorHandler.swift
[112/168] Compiling NIOCore NIOLoopBound.swift
[113/168] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[114/168] Compiling NIOCore NIOScheduledCallback.swift
[115/168] Compiling NIOCore NIOSendable.swift
[116/168] Compiling NIOCore RecvByteBufferAllocator.swift
[117/168] Compiling NIOCore AddressedEnvelope.swift
[118/168] Compiling NIOCore AsyncAwaitSupport.swift
[119/168] Compiling NIOCore AsyncChannel.swift
[120/168] Compiling NIOCore AsyncChannelHandler.swift
[121/168] Compiling NIOCore AsyncChannelInboundStream.swift
[122/168] Compiling NIOCore AsyncChannelOutboundWriter.swift
[123/168] Compiling NIOCore NIOAsyncSequenceProducer.swift
[124/168] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[125/168] Compiling NIOCore NIOAsyncWriter.swift
[126/168] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/168] Compiling NIOCore SocketAddresses.swift
[128/168] Compiling NIOCore SocketOptionProvider.swift
[129/168] Compiling NIOCore SystemCallHelpers.swift
[130/168] Compiling NIOCore TimeAmount+Duration.swift
[131/168] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/168] Compiling NIOCore UniversalBootstrapSupport.swift
[133/168] Compiling NIOCore Utilities.swift
[134/168] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[135/168] Compiling NIOCore BSDSocketAPI.swift
[136/168] Compiling NIOCore ByteBuffer-aux.swift
[137/168] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[138/168] Compiling NIOCore ByteBuffer-conversions.swift
[139/168] Compiling NIOCore ByteBuffer-core.swift
[140/168] Compiling NIOCore ByteBuffer-hex.swift
[141/168] Compiling NIOCore ByteBuffer-int.swift
[142/168] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[143/168] Compiling NIOCore CircularBuffer.swift
[144/168] Compiling NIOCore Codec.swift
[145/168] Compiling NIOCore ConvenienceOptionSupport.swift
[146/168] Compiling NIOCore DeadChannel.swift
[147/168] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/168] Compiling NIOCore EventLoop+Deprecated.swift
[149/168] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/168] Compiling NIOCore EventLoop.swift
[151/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] 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/168] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[161/168] Compiling NIOCore EventLoopFuture+Deprecated.swift
[162/168] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[163/168] Compiling NIOCore EventLoopFuture.swift
[164/168] Compiling NIOCore FileDescriptor.swift
[165/168] Compiling NIOCore FileHandle.swift
[166/168] Compiling NIOCore FileRegion.swift
[167/168] Compiling NIOCore GlobalSingletons.swift
[168/168] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/49] Compiling NIOConcurrencyHelpers lock.swift
[6/49] Compiling Atomics AtomicReference.swift
[7/49] Compiling Atomics AtomicStorage.swift
[8/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[9/49] Compiling Atomics AtomicValue.swift
[10/49] Compiling Atomics OptionalRawRepresentable.swift
[11/49] Compiling Atomics UnsafeAtomic.swift
[12/49] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/51] Compiling Atomics ManagedAtomic.swift
[15/51] Compiling Atomics ManagedAtomicLazyReference.swift
[16/51] Compiling Atomics AtomicMemoryOrderings.swift
[17/51] Compiling Atomics DoubleWord.swift
[20/51] Compiling Atomics IntegerOperations.swift
[21/51] Compiling Atomics Unmanaged extensions.swift
[22/51] Emitting module _NIOBase64
[23/51] Compiling _NIOBase64 Base64.swift
[24/52] Compiling _NIODataStructures Heap.swift
[25/52] Compiling _NIODataStructures PriorityQueue.swift
[26/52] Compiling _NIODataStructures _TinyArray.swift
[27/52] Emitting module _NIODataStructures
[28/53] Emitting module NIOConcurrencyHelpers
[31/53] Compiling NIOConcurrencyHelpers atomics.swift
[32/53] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/53] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[34/53] Emitting module InternalCollectionsUtilities
[35/54] Compiling Atomics Primitives.shims.swift
[36/54] Compiling Atomics AtomicInteger.swift
[37/54] Compiling Atomics AtomicOptionalWrappable.swift
[43/54] Compiling Atomics IntegerConformances.swift
[46/54] Compiling Atomics PointerConformances.swift
[47/54] Compiling Atomics Primitives.native.swift
[49/70] Compiling DequeModule Deque+Equatable.swift
[50/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[51/72] Compiling DequeModule _DequeBuffer.swift
[52/72] Compiling DequeModule _DequeBufferHeader.swift
[53/72] Compiling DequeModule Deque._UnsafeHandle.swift
[54/72] Compiling DequeModule Deque.swift
[55/72] Compiling DequeModule Deque+Extras.swift
[56/72] Compiling DequeModule Deque+Hashable.swift
[57/72] Compiling DequeModule Deque+CustomReflectable.swift
[58/72] Compiling DequeModule Deque+Descriptions.swift
[59/72] Compiling DequeModule Deque+Testing.swift
[60/72] Compiling DequeModule Deque._Storage.swift
[61/72] Compiling DequeModule _DequeSlot.swift
[62/72] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/72] Emitting module Atomics
[70/73] Compiling DequeModule Deque+Codable.swift
[71/73] Compiling DequeModule Deque+Collection.swift
[73/73] Emitting module DequeModule
[75/134] Compiling NIOCore MulticastChannel.swift
[76/134] Compiling NIOCore NIOAny.swift
[77/134] Compiling NIOCore NIOCloseOnErrorHandler.swift
[78/134] Compiling NIOCore NIOLoopBound.swift
[79/134] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[80/134] Compiling NIOCore NIOScheduledCallback.swift
[81/134] Compiling NIOCore NIOSendable.swift
[82/134] Compiling NIOCore RecvByteBufferAllocator.swift
[83/142] Compiling NIOCore IO.swift
[84/142] Compiling NIOCore IOData.swift
[85/142] Compiling NIOCore IPProtocol.swift
[86/142] Compiling NIOCore IntegerBitPacking.swift
[87/142] Compiling NIOCore IntegerTypes.swift
[88/142] Compiling NIOCore Interfaces.swift
[89/142] Compiling NIOCore Linux.swift
[90/142] Compiling NIOCore MarkedCircularBuffer.swift
[91/142] 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:
[92/142] 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:
[93/142] 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:
[94/142] 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:
[95/142] 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:
[96/142] 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:
[97/142] 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:
[98/142] 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:
[99/142] 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:
[100/142] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[101/142] Compiling NIOCore EventLoopFuture+Deprecated.swift
[102/142] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[103/142] Compiling NIOCore EventLoopFuture.swift
[104/142] Compiling NIOCore FileDescriptor.swift
[105/142] Compiling NIOCore FileHandle.swift
[106/142] Compiling NIOCore FileRegion.swift
[107/142] Compiling NIOCore GlobalSingletons.swift
[108/142] Compiling NIOCore CircularBuffer.swift
[109/142] Compiling NIOCore Codec.swift
[110/142] Compiling NIOCore ConvenienceOptionSupport.swift
[111/142] Compiling NIOCore DeadChannel.swift
[112/142] Compiling NIOCore DispatchQueue+WithFuture.swift
[113/142] Compiling NIOCore EventLoop+Deprecated.swift
[114/142] Compiling NIOCore EventLoop+SerialExecutor.swift
[115/142] Compiling NIOCore EventLoop.swift
[116/142] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[117/142] Compiling NIOCore SocketAddresses.swift
[118/142] Compiling NIOCore SocketOptionProvider.swift
[119/142] Compiling NIOCore SystemCallHelpers.swift
[120/142] Compiling NIOCore TimeAmount+Duration.swift
[121/142] Compiling NIOCore TypeAssistedChannelHandler.swift
[122/142] Compiling NIOCore UniversalBootstrapSupport.swift
[123/142] Compiling NIOCore Utilities.swift
[124/142] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[125/142] Compiling NIOCore BSDSocketAPI.swift
[126/142] Compiling NIOCore ByteBuffer-aux.swift
[127/142] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[128/142] Compiling NIOCore ByteBuffer-conversions.swift
[129/142] Compiling NIOCore ByteBuffer-core.swift
[130/142] Compiling NIOCore ByteBuffer-hex.swift
[131/142] Compiling NIOCore ByteBuffer-int.swift
[132/142] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[133/142] Compiling NIOCore AddressedEnvelope.swift
[134/142] Compiling NIOCore AsyncAwaitSupport.swift
[135/142] Compiling NIOCore AsyncChannel.swift
[136/142] Compiling NIOCore AsyncChannelHandler.swift
[137/142] Compiling NIOCore AsyncChannelInboundStream.swift
[138/142] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/142] Compiling NIOCore NIOAsyncSequenceProducer.swift
[140/142] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/142] Compiling NIOCore NIOAsyncWriter.swift
[142/142] Emitting module NIOCore
BUILD FAILURE 6.1 wasm