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 WebSocketCompression, reference 0.1.200 (65c73e), with Swift 6.1 for Wasm on 27 May 2025 20:23:42 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/Kitura/Kitura-WebSocket-Compression.git
Reference: 0.1.200
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/Kitura/Kitura-WebSocket-Compression
 * tag               0.1.200    -> FETCH_HEAD
HEAD is now at 65c73ed Merge pull request #6 from fouadhatem/patch-1
Cloned https://github.com/Kitura/Kitura-WebSocket-Compression.git
Revision (git rev-parse @):
65c73eddd8763624f7fd1c94e5b99263058786fd
SUCCESS checkout https://github.com/Kitura/Kitura-WebSocket-Compression.git at 0.1.200
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kitura/Kitura-WebSocket-Compression.git
https://github.com/Kitura/Kitura-WebSocket-Compression.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "WebSocketCompression",
  "name" : "WebSocketCompression",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WebSocketCompression",
      "targets" : [
        "WebSocketCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketCompressionTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketCompressionTests",
      "path" : "Tests/WebSocketCompressionTests",
      "sources" : [
        "WebSocketCompressionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WebSocketCompression"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebSocketCompression",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketCompression",
      "path" : "Sources/WebSocketCompression",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "WebSocketCompression"
      ],
      "sources" : [
        "PermessageDeflate.swift",
        "WebSocketCompression.swift",
        "WebSocketCompressor.swift",
        "WebSocketDecompressor.swift"
      ],
      "target_dependencies" : [
        "CZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CZlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "CZlib",
      "path" : "Sources/CZlib",
      "product_memberships" : [
        "WebSocketCompression"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.56s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[748/20982] Fetching swift-system, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
[3153/16591] Fetching swift-collections
[6140/18301] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
[10453/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.05s)
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-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-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.4.2
warning: you may be able to install libz using your system-packager:
    apt-get install libz-dev
warning: you may be able to install libz using your system-packager:
    apt-get install libz-dev
Building for debugging...
[0/28] Write sources
[13/28] Compiling CNIOWindows shim.c
[14/28] Compiling CNIOWindows WSAStartup.c
[14/28] Compiling CNIOWASI CNIOWASI.c
[16/28] Compiling CNIOLinux shim.c
[16/28] Compiling _AtomicsShims.c
[18/28] Compiling CNIOLinux liburing_shims.c
[19/28] Compiling CNIOLLHTTP c_nio_http.c
[20/28] Compiling CNIOSHA1 c_nio_sha1.c
[21/28] Write sources
[22/28] Compiling CNIODarwin shim.c
[23/28] Compiling CNIOLLHTTP c_nio_api.c
[24/28] Write swift-version-24593BA9C3E375BF.txt
[25/67] Compiling CNIOLLHTTP c_nio_llhttp.c
[26/67] Compiling c-nioatomics.c
[28/67] Compiling InternalCollectionsUtilities Descriptions.swift
[29/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/68] Emitting module _NIOBase64
[32/68] Compiling _NIOBase64 Base64.swift
[33/68] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/68] Compiling InternalCollectionsUtilities Debugging.swift
[34/69] Compiling c-atomics.c
[36/69] Compiling Atomics ManagedAtomic.swift
[37/69] Compiling Atomics ManagedAtomicLazyReference.swift
[38/71] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/71] Emitting module Atomics
[42/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/71] Compiling InternalCollectionsUtilities Integer rank.swift
[44/71] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/71] Emitting module InternalCollectionsUtilities
[48/71] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/71] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/71] Compiling _NIODataStructures PriorityQueue.swift
[53/71] Compiling _NIODataStructures _TinyArray.swift
[54/71] Compiling Atomics UnsafeAtomic.swift
[55/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[65/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/78] Compiling Atomics AtomicMemoryOrderings.swift
[67/78] Compiling Atomics DoubleWord.swift
[69/78] Emitting module _NIODataStructures
[70/78] Compiling _NIODataStructures Heap.swift
[71/79] Compiling NIOConcurrencyHelpers lock.swift
[72/79] Compiling Atomics IntegerOperations.swift
[73/79] Compiling Atomics Unmanaged extensions.swift
[76/95] Emitting module NIOConcurrencyHelpers
[77/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[78/95] Compiling DequeModule Deque+CustomReflectable.swift
[79/95] Compiling DequeModule Deque+Descriptions.swift
[80/97] Compiling DequeModule _DequeBuffer.swift
[81/97] Compiling DequeModule _DequeBufferHeader.swift
[82/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/97] Compiling NIOConcurrencyHelpers atomics.swift
[86/98] Compiling DequeModule Deque+Equatable.swift
[87/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/98] Compiling DequeModule Deque+Testing.swift
[89/98] Compiling DequeModule Deque._Storage.swift
[90/98] Compiling DequeModule Deque+Extras.swift
[91/98] Compiling DequeModule Deque+Hashable.swift
[92/98] Compiling DequeModule Deque._UnsafeHandle.swift
[93/98] Compiling DequeModule Deque.swift
[94/98] Compiling DequeModule _DequeSlot.swift
[95/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/98] Compiling DequeModule Deque+Codable.swift
[97/98] Compiling DequeModule Deque+Collection.swift
[98/98] Emitting module DequeModule
[100/159] Compiling NIOCore MulticastChannel.swift
[101/159] Compiling NIOCore NIOAny.swift
[102/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/159] Compiling NIOCore NIOLoopBound.swift
[104/159] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/159] Compiling NIOCore NIOScheduledCallback.swift
[106/159] Compiling NIOCore NIOSendable.swift
[107/159] Compiling NIOCore RecvByteBufferAllocator.swift
[108/167] Compiling NIOCore IO.swift
[109/167] Compiling NIOCore IOData.swift
[110/167] Compiling NIOCore IPProtocol.swift
[111/167] Compiling NIOCore IntegerBitPacking.swift
[112/167] Compiling NIOCore IntegerTypes.swift
[113/167] Compiling NIOCore Interfaces.swift
[114/167] Compiling NIOCore Linux.swift
[115/167] Compiling NIOCore MarkedCircularBuffer.swift
[116/167] Compiling NIOCore CircularBuffer.swift
[117/167] Compiling NIOCore Codec.swift
[118/167] Compiling NIOCore ConvenienceOptionSupport.swift
[119/167] Compiling NIOCore DeadChannel.swift
[120/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[121/167] Compiling NIOCore EventLoop+Deprecated.swift
[122/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[123/167] Compiling NIOCore EventLoop.swift
[124/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[125/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[126/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[127/167] Compiling NIOCore EventLoopFuture.swift
[128/167] Compiling NIOCore FileDescriptor.swift
[129/167] Compiling NIOCore FileHandle.swift
[130/167] Compiling NIOCore FileRegion.swift
[131/167] Compiling NIOCore GlobalSingletons.swift
[132/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[133/167] Compiling NIOCore SocketAddresses.swift
[134/167] Compiling NIOCore SocketOptionProvider.swift
[135/167] Compiling NIOCore SystemCallHelpers.swift
[136/167] Compiling NIOCore TimeAmount+Duration.swift
[137/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[138/167] Compiling NIOCore UniversalBootstrapSupport.swift
[139/167] Compiling NIOCore Utilities.swift
[140/167] 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:
[141/167] 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:
[142/167] 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:
[143/167] 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:
[144/167] 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:
[145/167] 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:
[146/167] 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:
[147/167] 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:
[148/167] 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:
[149/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[150/167] Compiling NIOCore BSDSocketAPI.swift
[151/167] Compiling NIOCore ByteBuffer-aux.swift
[152/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[153/167] Compiling NIOCore ByteBuffer-conversions.swift
[154/167] Compiling NIOCore ByteBuffer-core.swift
[155/167] Compiling NIOCore ByteBuffer-hex.swift
[156/167] Compiling NIOCore ByteBuffer-int.swift
[157/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[158/167] Compiling NIOCore AddressedEnvelope.swift
[159/167] Compiling NIOCore AsyncAwaitSupport.swift
[160/167] Compiling NIOCore AsyncChannel.swift
[161/167] Compiling NIOCore AsyncChannelHandler.swift
[162/167] Compiling NIOCore AsyncChannelInboundStream.swift
[163/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[164/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[165/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[166/167] Compiling NIOCore NIOAsyncWriter.swift
[167/167] 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
warning: you may be able to install libz using your system-packager:
    apt-get install libz-dev
warning: you may be able to install libz using your system-packager:
    apt-get install libz-dev
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling Atomics UnsafeAtomic.swift
[3/46] Compiling Atomics UnsafeAtomicLazyReference.swift
[4/48] Compiling Atomics ManagedAtomic.swift
[5/48] Compiling Atomics ManagedAtomicLazyReference.swift
[6/48] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/49] Compiling Atomics AtomicMemoryOrderings.swift
[9/49] Compiling Atomics DoubleWord.swift
[10/49] Compiling NIOConcurrencyHelpers lock.swift
[11/49] Compiling Atomics RawRepresentable.swift
[12/49] Compiling Atomics AtomicBool.swift
[13/49] Compiling Atomics AtomicOptionalWrappable.swift
[14/49] Compiling Atomics OptionalRawRepresentable.swift
[15/49] Compiling Atomics Primitives.shims.swift
[16/49] Compiling Atomics AtomicInteger.swift
[18/49] Compiling Atomics AtomicReference.swift
[19/49] Compiling Atomics AtomicStorage.swift
[20/49] Compiling Atomics AtomicValue.swift
[21/49] Compiling Atomics IntegerOperations.swift
[22/49] Compiling Atomics Unmanaged extensions.swift
[23/49] Emitting module _NIODataStructures
[24/49] Emitting module _NIOBase64
[25/49] Compiling _NIOBase64 Base64.swift
[26/50] Compiling _NIODataStructures PriorityQueue.swift
[27/50] Compiling _NIODataStructures Heap.swift
[28/50] Compiling _NIODataStructures _TinyArray.swift
[29/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/51] Emitting module NIOConcurrencyHelpers
[34/51] Compiling Atomics Primitives.native.swift
[36/51] Compiling Atomics IntegerConformances.swift
[37/51] Compiling Atomics PointerConformances.swift
[38/51] Emitting module InternalCollectionsUtilities
[41/51] Compiling NIOConcurrencyHelpers NIOLock.swift
[42/52] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[43/52] Compiling NIOConcurrencyHelpers atomics.swift
[47/68] Compiling DequeModule Deque+Equatable.swift
[48/68] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[49/70] Compiling DequeModule _DequeBuffer.swift
[50/70] Compiling DequeModule _DequeBufferHeader.swift
[51/70] Compiling DequeModule Deque+Extras.swift
[52/70] Compiling DequeModule Deque+Hashable.swift
[53/70] Compiling DequeModule _DequeSlot.swift
[54/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/70] Compiling DequeModule Deque+Testing.swift
[56/70] Compiling DequeModule Deque._Storage.swift
[57/70] Compiling DequeModule Deque._UnsafeHandle.swift
[58/70] Compiling DequeModule Deque.swift
[62/70] Compiling DequeModule Deque+Codable.swift
[63/70] Compiling DequeModule Deque+Collection.swift
[64/70] Compiling DequeModule Deque+CustomReflectable.swift
[65/70] Emitting module Atomics
[67/71] Compiling DequeModule Deque+Descriptions.swift
[70/71] Emitting module DequeModule
[73/132] Compiling NIOCore CircularBuffer.swift
[74/132] Compiling NIOCore Codec.swift
[75/132] Compiling NIOCore ConvenienceOptionSupport.swift
[76/132] Compiling NIOCore DeadChannel.swift
[77/132] Compiling NIOCore DispatchQueue+WithFuture.swift
[78/132] Compiling NIOCore EventLoop+Deprecated.swift
[79/132] Compiling NIOCore EventLoop+SerialExecutor.swift
[80/132] Compiling NIOCore EventLoop.swift
[81/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[82/140] Compiling NIOCore BSDSocketAPI.swift
[83/140] Compiling NIOCore ByteBuffer-aux.swift
[84/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[85/140] Compiling NIOCore ByteBuffer-conversions.swift
[86/140] Compiling NIOCore ByteBuffer-core.swift
[87/140] Compiling NIOCore ByteBuffer-hex.swift
[88/140] Compiling NIOCore ByteBuffer-int.swift
[89/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[90/140] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[91/140] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[92/140] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[93/140] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[94/140] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[95/140] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[96/140] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[97/140] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[98/140] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[99/140] Compiling NIOCore MulticastChannel.swift
[100/140] Compiling NIOCore NIOAny.swift
[101/140] Compiling NIOCore NIOCloseOnErrorHandler.swift
[102/140] Compiling NIOCore NIOLoopBound.swift
[103/140] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[104/140] Compiling NIOCore NIOScheduledCallback.swift
[105/140] Compiling NIOCore NIOSendable.swift
[106/140] Compiling NIOCore RecvByteBufferAllocator.swift
[107/140] Compiling NIOCore AddressedEnvelope.swift
[108/140] Compiling NIOCore AsyncAwaitSupport.swift
[109/140] Compiling NIOCore AsyncChannel.swift
[110/140] Compiling NIOCore AsyncChannelHandler.swift
[111/140] Compiling NIOCore AsyncChannelInboundStream.swift
[112/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[113/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[114/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[115/140] Compiling NIOCore NIOAsyncWriter.swift
[116/140] Compiling NIOCore IO.swift
[117/140] Compiling NIOCore IOData.swift
[118/140] Compiling NIOCore IPProtocol.swift
[119/140] Compiling NIOCore IntegerBitPacking.swift
[120/140] Compiling NIOCore IntegerTypes.swift
[121/140] Compiling NIOCore Interfaces.swift
[122/140] Compiling NIOCore Linux.swift
[123/140] Compiling NIOCore MarkedCircularBuffer.swift
[124/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[125/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[126/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[127/140] Compiling NIOCore EventLoopFuture.swift
[128/140] Compiling NIOCore FileDescriptor.swift
[129/140] Compiling NIOCore FileHandle.swift
[130/140] Compiling NIOCore FileRegion.swift
[131/140] Compiling NIOCore GlobalSingletons.swift
[132/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[133/140] Compiling NIOCore SocketAddresses.swift
[134/140] Compiling NIOCore SocketOptionProvider.swift
[135/140] Compiling NIOCore SystemCallHelpers.swift
[136/140] Compiling NIOCore TimeAmount+Duration.swift
[137/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[138/140] Compiling NIOCore UniversalBootstrapSupport.swift
[139/140] Compiling NIOCore Utilities.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm