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 main (4240cf), with Swift 6.1 for Wasm on 30 May 2025 22:56:36 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/orlandos-nl/BSON.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/orlandos-nl/BSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-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 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.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (12.59s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1717] Fetching swift-atomics
[362/18308] Fetching swift-atomics, swift-collections
[1181/22699] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
[7690/18308] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
[6305/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.78s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/18] Write sources
[7/18] Compiling CNIOWindows shim.c
[8/18] Compiling CNIOWASI CNIOWASI.c
[8/18] Compiling _AtomicsShims.c
[8/18] Write sources
[11/18] Compiling CNIOWindows WSAStartup.c
[12/18] Compiling CNIODarwin shim.c
[13/18] Compiling CNIOLinux liburing_shims.c
[14/18] Compiling CNIOLinux shim.c
[15/18] Write swift-version-24593BA9C3E375BF.txt
[17/57] Emitting module Atomics
[17/59] Compiling c-nioatomics.c
[19/59] Emitting module InternalCollectionsUtilities
[20/59] Compiling Atomics OptionalRawRepresentable.swift
[21/59] Compiling Atomics RawRepresentable.swift
[22/60] Compiling Atomics AtomicOptionalWrappable.swift
[23/60] Compiling Atomics AtomicMemoryOrderings.swift
[24/60] Compiling Atomics AtomicBool.swift
[25/60] Compiling Atomics AtomicReference.swift
[26/60] Compiling Atomics AtomicStorage.swift
[27/60] Compiling Atomics AtomicValue.swift
[28/60] Compiling _NIODataStructures _TinyArray.swift
[29/60] Compiling _NIODataStructures PriorityQueue.swift
[30/60] Compiling _NIOBase64 Base64.swift
[31/60] Emitting module _NIOBase64
[32/61] Compiling Atomics UnsafeAtomic.swift
[33/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/61] Compiling Atomics IntegerOperations.swift
[35/61] Compiling Atomics Unmanaged extensions.swift
[36/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/61] Compiling Atomics DoubleWord.swift
[40/61] Compiling Atomics IntegerConformances.swift
[41/61] Compiling Atomics ManagedAtomic.swift
[42/61] Compiling Atomics ManagedAtomicLazyReference.swift
[43/61] Compiling Atomics Primitives.shims.swift
[44/61] Compiling Atomics AtomicInteger.swift
[44/61] Compiling c-atomics.c
[54/61] Compiling Atomics PointerConformances.swift
[55/61] Compiling Atomics Primitives.native.swift
[59/62] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[63/84] Emitting module _NIODataStructures
[64/84] Compiling _NIODataStructures Heap.swift
[65/85] Compiling NIOConcurrencyHelpers lock.swift
[67/85] Compiling DequeModule _DequeBuffer.swift
[68/85] Compiling DequeModule _DequeBufferHeader.swift
[69/87] Compiling DequeModule Deque+CustomReflectable.swift
[70/87] Compiling DequeModule Deque+Descriptions.swift
[71/87] Compiling DequeModule Deque+Equatable.swift
[72/87] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/87] Compiling DequeModule Deque+Extras.swift
[74/87] Compiling DequeModule Deque+Hashable.swift
[75/87] Compiling NIOConcurrencyHelpers atomics.swift
[76/87] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[78/87] Emitting module NIOConcurrencyHelpers
[79/88] Compiling DequeModule _DequeSlot.swift
[80/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/88] Compiling DequeModule Deque._UnsafeHandle.swift
[83/88] Compiling DequeModule Deque.swift
[84/88] Compiling DequeModule Deque+Testing.swift
[85/88] Compiling DequeModule Deque._Storage.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 SingleStepByteToMessageDecoder.swift
[107/157] Compiling NIOCore SocketAddresses.swift
[108/157] Compiling NIOCore SocketOptionProvider.swift
[109/157] Compiling NIOCore SystemCallHelpers.swift
[110/157] Compiling NIOCore TimeAmount+Duration.swift
[111/157] Compiling NIOCore TypeAssistedChannelHandler.swift
[112/157] Compiling NIOCore UniversalBootstrapSupport.swift
[113/157] Compiling NIOCore Utilities.swift
[114/157] Compiling NIOCore AddressedEnvelope.swift
[115/157] Compiling NIOCore AsyncAwaitSupport.swift
[116/157] Compiling NIOCore AsyncChannel.swift
[117/157] Compiling NIOCore AsyncChannelHandler.swift
[118/157] Compiling NIOCore AsyncChannelInboundStream.swift
[119/157] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/157] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/157] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/157] Compiling NIOCore NIOAsyncWriter.swift
[123/157] Compiling NIOCore CircularBuffer.swift
[124/157] Compiling NIOCore Codec.swift
[125/157] Compiling NIOCore ConvenienceOptionSupport.swift
[126/157] Compiling NIOCore DeadChannel.swift
[127/157] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/157] Compiling NIOCore EventLoop+Deprecated.swift
[129/157] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/157] Compiling NIOCore EventLoop.swift
[131/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:
[132/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:
[133/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:
[134/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:
[135/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:
[136/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:
[137/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:
[138/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:
[139/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:
[140/157] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[141/157] Compiling NIOCore EventLoopFuture+Deprecated.swift
[142/157] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[143/157] Compiling NIOCore EventLoopFuture.swift
[144/157] Compiling NIOCore FileDescriptor.swift
[145/157] Compiling NIOCore FileHandle.swift
[146/157] Compiling NIOCore FileRegion.swift
[147/157] Compiling NIOCore GlobalSingletons.swift
[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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling Atomics AtomicOptionalWrappable.swift
[3/46] Compiling Atomics AtomicMemoryOrderings.swift
[4/47] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/47] Compiling NIOConcurrencyHelpers lock.swift
[6/47] Compiling Atomics Primitives.native.swift
[7/47] Compiling Atomics OptionalRawRepresentable.swift
[8/47] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[9/47] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/47] Emitting module NIOConcurrencyHelpers
[11/47] Emitting module InternalCollectionsUtilities
[12/47] Compiling Atomics IntegerConformances.swift
[13/47] Compiling Atomics PointerConformances.swift
[14/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/47] Compiling Atomics DoubleWord.swift
[16/47] Compiling Atomics ManagedAtomic.swift
[19/49] Emitting module _NIOBase64
[20/49] Compiling _NIOBase64 Base64.swift
[21/50] Compiling Atomics Primitives.shims.swift
[22/50] Compiling Atomics AtomicInteger.swift
[24/50] Compiling Atomics UnsafeAtomic.swift
[25/50] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/50] Compiling Atomics ManagedAtomicLazyReference.swift
[28/50] Compiling _NIODataStructures PriorityQueue.swift
[29/50] Compiling _NIODataStructures Heap.swift
[30/50] Emitting module _NIODataStructures
[31/50] Compiling _NIODataStructures _TinyArray.swift
[32/51] Compiling Atomics RawRepresentable.swift
[33/51] Compiling Atomics AtomicBool.swift
[34/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[35/51] Compiling NIOConcurrencyHelpers atomics.swift
[39/53] Compiling Atomics IntegerOperations.swift
[40/53] Compiling Atomics Unmanaged extensions.swift
[41/53] Compiling Atomics AtomicReference.swift
[42/53] Compiling Atomics AtomicStorage.swift
[43/53] Compiling Atomics AtomicValue.swift
[50/68] Compiling DequeModule Deque+Equatable.swift
[51/68] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/70] Emitting module Atomics
[53/70] Compiling DequeModule _DequeBuffer.swift
[54/70] Compiling DequeModule _DequeBufferHeader.swift
[55/70] Compiling DequeModule Deque+CustomReflectable.swift
[56/70] Compiling DequeModule Deque+Descriptions.swift
[59/71] Compiling DequeModule Deque+Extras.swift
[60/71] Compiling DequeModule Deque+Hashable.swift
[61/71] Compiling DequeModule Deque+Testing.swift
[62/71] Compiling DequeModule Deque._Storage.swift
[63/71] Compiling DequeModule Deque._UnsafeHandle.swift
[64/71] Compiling DequeModule Deque.swift
[65/71] Compiling DequeModule _DequeSlot.swift
[66/71] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/71] Emitting module DequeModule
[70/71] Compiling DequeModule Deque+Codable.swift
[71/71] Compiling DequeModule Deque+Collection.swift
[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/140] Compiling NIOCore IO.swift
[82/140] Compiling NIOCore IOData.swift
[83/140] Compiling NIOCore IPProtocol.swift
[84/140] Compiling NIOCore IntegerBitPacking.swift
[85/140] Compiling NIOCore IntegerTypes.swift
[86/140] Compiling NIOCore Interfaces.swift
[87/140] Compiling NIOCore Linux.swift
[88/140] 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 SingleStepByteToMessageDecoder.swift
[98/140] Compiling NIOCore SocketAddresses.swift
[99/140] Compiling NIOCore SocketOptionProvider.swift
[100/140] Compiling NIOCore SystemCallHelpers.swift
[101/140] Compiling NIOCore TimeAmount+Duration.swift
[102/140] Compiling NIOCore TypeAssistedChannelHandler.swift
[103/140] Compiling NIOCore UniversalBootstrapSupport.swift
[104/140] Compiling NIOCore Utilities.swift
[105/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:
[106/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:
[107/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:
[108/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:
[109/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:
[110/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:
[111/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:
[112/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:
[113/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:
[114/140] Compiling NIOCore AddressedEnvelope.swift
[115/140] Compiling NIOCore AsyncAwaitSupport.swift
[116/140] Compiling NIOCore AsyncChannel.swift
[117/140] Compiling NIOCore AsyncChannelHandler.swift
[118/140] Compiling NIOCore AsyncChannelInboundStream.swift
[119/140] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/140] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/140] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/140] Compiling NIOCore NIOAsyncWriter.swift
[123/140] Compiling NIOCore CircularBuffer.swift
[124/140] Compiling NIOCore Codec.swift
[125/140] Compiling NIOCore ConvenienceOptionSupport.swift
[126/140] Compiling NIOCore DeadChannel.swift
[127/140] Compiling NIOCore DispatchQueue+WithFuture.swift
[128/140] Compiling NIOCore EventLoop+Deprecated.swift
[129/140] Compiling NIOCore EventLoop+SerialExecutor.swift
[130/140] Compiling NIOCore EventLoop.swift
[131/140] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[132/140] Compiling NIOCore BSDSocketAPI.swift
[133/140] Compiling NIOCore ByteBuffer-aux.swift
[134/140] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[135/140] Compiling NIOCore ByteBuffer-conversions.swift
[136/140] Compiling NIOCore ByteBuffer-core.swift
[137/140] Compiling NIOCore ByteBuffer-hex.swift
[138/140] Compiling NIOCore ByteBuffer-int.swift
[139/140] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[140/140] Emitting module NIOCore
BUILD FAILURE 6.1 wasm