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 BSON, reference 8.2.0 (4240cf), with Swift 6.1 for Wasm on 30 May 2025 22:57:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/orlandos-nl/BSON.git
Reference: 8.2.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/orlandos-nl/BSON
 * tag               8.2.0      -> FETCH_HEAD
HEAD is now at 4240cf6 Merge pull request #87 from orlandos-nl/jo/expose-type-identifier
Cloned https://github.com/orlandos-nl/BSON.git
Revision (git rev-parse @):
4240cf68b5d161434034a493741f0ae08cbef017
SUCCESS checkout https://github.com/orlandos-nl/BSON.git at 8.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/BSON.git
https://github.com/orlandos-nl/BSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.46.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "BSON",
  "name" : "BSON",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BSON",
      "targets" : [
        "BSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BSONTests",
      "module_type" : "SwiftTarget",
      "name" : "BSONTests",
      "path" : "Tests/BSONTests",
      "sources" : [
        "BSONCorpusTests.swift",
        "BSONDateDecodingTests.swift",
        "BSONEncoderTests.swift",
        "BSONPublicTests.swift",
        "ObjectIdTests.swift"
      ],
      "target_dependencies" : [
        "BSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BSON",
      "module_type" : "SwiftTarget",
      "name" : "BSON",
      "path" : "Sources/BSON",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "BSON"
      ],
      "sources" : [
        "Codable/Codable.swift",
        "Codable/Decoding/BSONDecoder.swift",
        "Codable/Decoding/BSONDecoderSettings.swift",
        "Codable/Decoding/Fast/FastBSONDecoder.swift",
        "Codable/Decoding/KeyedBSONDecodingContainer.swift",
        "Codable/Decoding/PrimitiveDecoding.swift",
        "Codable/Decoding/SingleValueBSONDecodingContainer.swift",
        "Codable/Decoding/UnkeyedBSONDecodingContainer.swift",
        "Codable/Encoding/BSONEncoder.swift",
        "Codable/Encoding/BSONEncoderStrategies.swift",
        "Codable/Encoding/PrimitiveEncoding.swift",
        "Debugging/CustomDebugStringConvertible.swift",
        "Document/Document+Array.swift",
        "Document/Document+Cache.swift",
        "Document/Document+Collection.swift",
        "Document/Document+Dictionary.swift",
        "Document/Document+Equatable.swift",
        "Document/Document+Helpers.swift",
        "Document/Document+Mutations.swift",
        "Document/Document+Serialization.swift",
        "Document/Document+Subscripts.swift",
        "Document/Document+Validation.swift",
        "Document/Document.swift",
        "Document/DocumentSlice.swift",
        "Helpers/ByteBuffer+Helpers.swift",
        "Types/AnyPrimitive.swift",
        "Types/Binary.swift",
        "Types/Decimal128.swift",
        "Types/JavaScript.swift",
        "Types/Null.swift",
        "Types/ObjectId.swift",
        "Types/Optional.swift",
        "Types/PrimitiveConvertible.swift",
        "Types/Primitives.swift",
        "Types/RegularExpression.swift",
        "Types/Timestamp.swift",
        "Types/TypeIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (12.64s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
[2202/22699] Fetching swift-collections, swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
[8705/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.19s)
Fetched https://github.com/apple/swift-collections.git from cache (2.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.37s)
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-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
Building for debugging...
[0/18] Write sources
[6/18] Compiling CNIOWindows WSAStartup.c
[7/18] Compiling CNIOLinux shim.c
[8/18] Compiling CNIOWASI CNIOWASI.c
[8/18] Write sources
[11/18] Compiling CNIOWindows shim.c
[12/18] Compiling CNIOLinux liburing_shims.c
[12/18] Compiling _AtomicsShims.c
[14/18] Compiling CNIODarwin shim.c
[15/18] Write swift-version-24593BA9C3E375BF.txt
[17/57] Emitting module Atomics
[17/59] Compiling c-nioatomics.c
[19/59] Compiling Atomics ManagedAtomic.swift
[20/59] Compiling Atomics ManagedAtomicLazyReference.swift
[21/59] Emitting module _NIOBase64
[22/59] Compiling _NIOBase64 Base64.swift
[23/60] Compiling Atomics AtomicReference.swift
[24/60] Compiling Atomics AtomicStorage.swift
[25/60] Compiling Atomics AtomicValue.swift
[26/60] Compiling Atomics Primitives.shims.swift
[27/60] Compiling Atomics AtomicInteger.swift
[28/60] Compiling Atomics IntegerOperations.swift
[29/60] Compiling Atomics Unmanaged extensions.swift
[30/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/60] Compiling Atomics AtomicMemoryOrderings.swift
[32/60] Compiling Atomics DoubleWord.swift
[33/60] Compiling Atomics UnsafeAtomic.swift
[34/60] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/60] Compiling Atomics AtomicOptionalWrappable.swift
[37/61] Compiling _NIODataStructures PriorityQueue.swift
[38/61] Compiling _NIODataStructures _TinyArray.swift
[39/61] Compiling Atomics OptionalRawRepresentable.swift
[40/61] Compiling Atomics RawRepresentable.swift
[41/61] Compiling Atomics PointerConformances.swift
[42/61] Compiling Atomics Primitives.native.swift
[43/61] Compiling Atomics AtomicBool.swift
[44/61] Compiling Atomics IntegerConformances.swift
[50/61] Emitting module InternalCollectionsUtilities
[58/62] Compiling c-atomics.c
[60/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/69] Emitting module _NIODataStructures
[63/69] Compiling _NIODataStructures Heap.swift
[65/85] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[66/85] Compiling NIOConcurrencyHelpers lock.swift
[67/85] Compiling DequeModule _DequeBuffer.swift
[68/85] Compiling DequeModule _DequeBufferHeader.swift
[69/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[70/87] Compiling NIOConcurrencyHelpers atomics.swift
[71/87] Compiling NIOConcurrencyHelpers NIOLock.swift
[72/87] Emitting module NIOConcurrencyHelpers
[73/88] Compiling DequeModule _DequeSlot.swift
[74/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/88] Compiling DequeModule Deque+Equatable.swift
[77/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/88] Compiling DequeModule Deque+Extras.swift
[79/88] Compiling DequeModule Deque+Hashable.swift
[80/88] Compiling DequeModule Deque._UnsafeHandle.swift
[81/88] Compiling DequeModule Deque.swift
[82/88] Compiling DequeModule Deque+Testing.swift
[83/88] Compiling DequeModule Deque._Storage.swift
[84/88] Compiling DequeModule Deque+CustomReflectable.swift
[85/88] Compiling DequeModule Deque+Descriptions.swift
[86/88] Compiling DequeModule Deque+Codable.swift
[87/88] Compiling DequeModule Deque+Collection.swift
[88/88] Emitting module DequeModule
[90/149] Compiling NIOCore MulticastChannel.swift
[91/149] Compiling NIOCore NIOAny.swift
[92/149] Compiling NIOCore NIOCloseOnErrorHandler.swift
[93/149] Compiling NIOCore NIOLoopBound.swift
[94/149] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[95/149] Compiling NIOCore NIOScheduledCallback.swift
[96/149] Compiling NIOCore NIOSendable.swift
[97/149] Compiling NIOCore RecvByteBufferAllocator.swift
[98/157] Compiling NIOCore IO.swift
[99/157] Compiling NIOCore IOData.swift
[100/157] Compiling NIOCore IPProtocol.swift
[101/157] Compiling NIOCore IntegerBitPacking.swift
[102/157] Compiling NIOCore IntegerTypes.swift
[103/157] Compiling NIOCore Interfaces.swift
[104/157] Compiling NIOCore Linux.swift
[105/157] Compiling NIOCore MarkedCircularBuffer.swift
[106/157] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[107/157] Compiling NIOCore EventLoopFuture+Deprecated.swift
[108/157] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[109/157] Compiling NIOCore EventLoopFuture.swift
[110/157] Compiling NIOCore FileDescriptor.swift
[111/157] Compiling NIOCore FileHandle.swift
[112/157] Compiling NIOCore FileRegion.swift
[113/157] Compiling NIOCore GlobalSingletons.swift
[114/157] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[115/157] Compiling NIOCore SocketAddresses.swift
[116/157] Compiling NIOCore SocketOptionProvider.swift
[117/157] Compiling NIOCore SystemCallHelpers.swift
[118/157] Compiling NIOCore TimeAmount+Duration.swift
[119/157] Compiling NIOCore TypeAssistedChannelHandler.swift
[120/157] Compiling NIOCore UniversalBootstrapSupport.swift
[121/157] Compiling NIOCore Utilities.swift
[122/157] Compiling NIOCore CircularBuffer.swift
[123/157] Compiling NIOCore Codec.swift
[124/157] Compiling NIOCore ConvenienceOptionSupport.swift
[125/157] Compiling NIOCore DeadChannel.swift
[126/157] Compiling NIOCore DispatchQueue+WithFuture.swift
[127/157] Compiling NIOCore EventLoop+Deprecated.swift
[128/157] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/157] Compiling NIOCore EventLoop.swift
[130/157] Compiling NIOCore AddressedEnvelope.swift
[131/157] Compiling NIOCore AsyncAwaitSupport.swift
[132/157] Compiling NIOCore AsyncChannel.swift
[133/157] Compiling NIOCore AsyncChannelHandler.swift
[134/157] Compiling NIOCore AsyncChannelInboundStream.swift
[135/157] Compiling NIOCore AsyncChannelOutboundWriter.swift
[136/157] Compiling NIOCore NIOAsyncSequenceProducer.swift
[137/157] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[138/157] Compiling NIOCore NIOAsyncWriter.swift
[139/157] 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:
[140/157] 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:
[141/157] 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:
[142/157] 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:
[143/157] 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:
[144/157] 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:
[145/157] 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:
[146/157] 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:
[147/157] 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:
[148/157] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[149/157] Compiling NIOCore BSDSocketAPI.swift
[150/157] Compiling NIOCore ByteBuffer-aux.swift
[151/157] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/157] Compiling NIOCore ByteBuffer-conversions.swift
[153/157] Compiling NIOCore ByteBuffer-core.swift
[154/157] Compiling NIOCore ByteBuffer-hex.swift
[155/157] Compiling NIOCore ByteBuffer-int.swift
[156/157] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[157/157] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling _NIOBase64 Base64.swift
[3/46] Compiling Atomics AtomicOptionalWrappable.swift
[4/46] Compiling Atomics AtomicReference.swift
[5/46] Compiling Atomics AtomicStorage.swift
[6/46] Compiling Atomics AtomicValue.swift
[7/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/47] Compiling NIOConcurrencyHelpers lock.swift
[9/47] Compiling Atomics UnsafeAtomic.swift
[10/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[11/49] Compiling NIOConcurrencyHelpers NIOLock.swift
[12/49] Compiling Atomics ManagedAtomic.swift
[13/49] Compiling Atomics ManagedAtomicLazyReference.swift
[14/49] Compiling Atomics AtomicMemoryOrderings.swift
[15/49] Compiling Atomics DoubleWord.swift
[16/49] Compiling Atomics Primitives.shims.swift
[17/49] Compiling Atomics AtomicInteger.swift
[22/49] Compiling _NIODataStructures PriorityQueue.swift
[23/49] Compiling _NIODataStructures _TinyArray.swift
[24/49] Emitting module _NIODataStructures
[25/49] Emitting module _NIOBase64
[26/50] Compiling _NIODataStructures Heap.swift
[28/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/51] Compiling NIOConcurrencyHelpers atomics.swift
[32/51] Compiling Atomics OptionalRawRepresentable.swift
[33/51] Compiling Atomics RawRepresentable.swift
[34/51] Emitting module NIOConcurrencyHelpers
[35/51] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/52] Emitting module InternalCollectionsUtilities
[37/52] Compiling Atomics IntegerOperations.swift
[38/52] Compiling Atomics Unmanaged extensions.swift
[41/52] Compiling Atomics AtomicBool.swift
[42/52] Compiling Atomics IntegerConformances.swift
[43/52] Compiling Atomics PointerConformances.swift
[44/52] Compiling Atomics Primitives.native.swift
[47/68] Emitting module Atomics
[48/68] Compiling DequeModule _DequeBuffer.swift
[49/68] Compiling DequeModule _DequeBufferHeader.swift
[50/70] Compiling DequeModule Deque+Equatable.swift
[51/70] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/70] Compiling DequeModule Deque+Extras.swift
[53/70] Compiling DequeModule Deque+Hashable.swift
[54/70] Compiling DequeModule Deque+CustomReflectable.swift
[55/70] Compiling DequeModule Deque+Descriptions.swift
[56/70] Compiling DequeModule Deque+Testing.swift
[57/70] Compiling DequeModule Deque._Storage.swift
[58/70] Compiling DequeModule Deque+Codable.swift
[59/70] Compiling DequeModule Deque+Collection.swift
[60/70] Compiling DequeModule _DequeSlot.swift
[61/70] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/70] Compiling DequeModule Deque._UnsafeHandle.swift
[63/70] Compiling DequeModule Deque.swift
[70/71] Emitting module DequeModule
[73/132] Compiling NIOCore MulticastChannel.swift
[74/132] Compiling NIOCore NIOAny.swift
[75/132] Compiling NIOCore NIOCloseOnErrorHandler.swift
[76/132] Compiling NIOCore NIOLoopBound.swift
[77/132] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[78/132] Compiling NIOCore NIOScheduledCallback.swift
[79/132] Compiling NIOCore NIOSendable.swift
[80/132] Compiling NIOCore RecvByteBufferAllocator.swift
[81/132] Compiling NIOCore IO.swift
[82/132] Compiling NIOCore IOData.swift
[83/132] Compiling NIOCore IPProtocol.swift
[84/132] Compiling NIOCore IntegerBitPacking.swift
[85/132] Compiling NIOCore IntegerTypes.swift
[86/132] Compiling NIOCore Interfaces.swift
[87/132] Compiling NIOCore Linux.swift
[88/132] Compiling NIOCore MarkedCircularBuffer.swift
[89/140] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[90/140] Compiling NIOCore EventLoopFuture+Deprecated.swift
[91/140] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[92/140] Compiling NIOCore EventLoopFuture.swift
[93/140] Compiling NIOCore FileDescriptor.swift
[94/140] Compiling NIOCore FileHandle.swift
[95/140] Compiling NIOCore FileRegion.swift
[96/140] Compiling NIOCore GlobalSingletons.swift
[97/140] Compiling NIOCore CircularBuffer.swift
[98/140] Compiling NIOCore Codec.swift
[99/140] Compiling NIOCore ConvenienceOptionSupport.swift
[100/140] Compiling NIOCore DeadChannel.swift
[101/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[102/140] Compiling NIOCore EventLoop+Deprecated.swift
[103/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[104/140] Compiling NIOCore EventLoop.swift
[105/140] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[106/140] Compiling NIOCore SocketAddresses.swift
[107/140] Compiling NIOCore SocketOptionProvider.swift
[108/140] Compiling NIOCore SystemCallHelpers.swift
[109/140] Compiling NIOCore TimeAmount+Duration.swift
[110/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[111/140] Compiling NIOCore UniversalBootstrapSupport.swift
[112/140] Compiling NIOCore Utilities.swift
[113/140] Compiling NIOCore AddressedEnvelope.swift
[114/140] Compiling NIOCore AsyncAwaitSupport.swift
[115/140] Compiling NIOCore AsyncChannel.swift
[116/140] Compiling NIOCore AsyncChannelHandler.swift
[117/140] Compiling NIOCore AsyncChannelInboundStream.swift
[118/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[119/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[120/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[121/140] Compiling NIOCore NIOAsyncWriter.swift
[122/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[123/140] Compiling NIOCore BSDSocketAPI.swift
[124/140] Compiling NIOCore ByteBuffer-aux.swift
[125/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[126/140] Compiling NIOCore ByteBuffer-conversions.swift
[127/140] Compiling NIOCore ByteBuffer-core.swift
[128/140] Compiling NIOCore ByteBuffer-hex.swift
[129/140] Compiling NIOCore ByteBuffer-int.swift
[130/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[131/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:
[132/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:
[133/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:
[134/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:
[135/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:
[136/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:
[137/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:
[138/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:
[139/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:
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm