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 swift-bson, reference v3.1.0 (d18d97), with Swift 6.1 for Wasm on 28 May 2025 05:18:28 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/mongodb/swift-bson.git
Reference: v3.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mongodb/swift-bson
 * tag               v3.1.0     -> FETCH_HEAD
HEAD is now at d18d979 Update README for 3.1.0
Cloned https://github.com/mongodb/swift-bson.git
Revision (git rev-parse @):
d18d9798987b737a7162ce6678da18561b5c629a
SUCCESS checkout https://github.com/mongodb/swift-bson.git at v3.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mongodb/swift-bson.git
https://github.com/mongodb/swift-bson.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-extras-json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-json"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "swift-bson",
  "name" : "swift-bson",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBSON",
      "targets" : [
        "SwiftBSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBSONTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBSONTests",
      "path" : "Tests/SwiftBSONTests",
      "product_dependencies" : [
        "Nimble",
        "ExtrasJSON"
      ],
      "sources" : [
        "BSONCorpusTests.swift",
        "BSONDocument+CollectionTests.swift",
        "BSONDocument+SequenceTests.swift",
        "BSONDocumentIteratorTests.swift",
        "BSONObjectIDTests.swift",
        "BSONTests.swift",
        "BSONValueTests.swift",
        "CodecTests.swift",
        "CommonTestUtils.swift",
        "DocumentTests.swift",
        "ExtendedJSONConversionTests.swift",
        "JSONTests.swift",
        "LeakCheckTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBSON",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBSON",
      "path" : "Sources/SwiftBSON",
      "product_dependencies" : [
        "NIO",
        "ExtrasJSON",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "SwiftBSON"
      ],
      "sources" : [
        "Array+BSONValue.swift",
        "BSON.swift",
        "BSONBinary.swift",
        "BSONCode.swift",
        "BSONDBPointer.swift",
        "BSONDecimal128.swift",
        "BSONDecoder.swift",
        "BSONDocument+Collection.swift",
        "BSONDocument+Sequence.swift",
        "BSONDocument.swift",
        "BSONDocumentIterator.swift",
        "BSONEncoder.swift",
        "BSONError.swift",
        "BSONNulls.swift",
        "BSONObjectID.swift",
        "BSONRegularExpression.swift",
        "BSONSymbol.swift",
        "BSONTimestamp.swift",
        "BSONValue.swift",
        "Bool+BSONValue.swift",
        "ByteBuffer+BSON.swift",
        "CodableNumber.swift",
        "CodingStrategies.swift",
        "Date+BSONValue.swift",
        "Double+BSONValue.swift",
        "ExtendedJSONDecoder.swift",
        "ExtendedJSONEncoder.swift",
        "Integers+BSONValue.swift",
        "JSON.swift",
        "String+BSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/swift-extras/swift-extras-json
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/swift-extras/swift-extras-base64
[1/1056] Fetching swift-extras-json
[54/1889] Fetching swift-extras-json, swift-extras-base64
[1890/21473] Fetching swift-extras-json, swift-extras-base64, nimble
[2086/97528] Fetching swift-extras-json, swift-extras-base64, nimble, swift-nio
Fetched https://github.com/swift-extras/swift-extras-json from cache (6.08s)
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (6.08s)
Fetched https://github.com/Quick/Nimble.git from cache (6.10s)
Fetched https://github.com/apple/swift-nio from cache (6.20s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.5.0 (6.79s)
Computing version for https://github.com/swift-extras/swift-extras-json
Computed https://github.com/swift-extras/swift-extras-json at 0.6.0 (0.51s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.80s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.25s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[754/6101] Fetching swift-atomics, swift-system
[3012/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.89s)
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.04s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/swift-extras/swift-extras-json
Working copy of https://github.com/swift-extras/swift-extras-json resolved at 0.6.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/swift-extras/swift-extras-base64
Working copy of https://github.com/swift-extras/swift-extras-base64 resolved at 0.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-nio
Working copy of https://github.com/apple/swift-nio 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
Building for debugging...
[0/23] Write sources
[12/23] Compiling CNIOLinux shim.c
[13/23] Compiling CNIOWindows WSAStartup.c
[14/23] Compiling CNIOWASI CNIOWASI.c
[15/23] Write sources
[16/23] Compiling CNIODarwin shim.c
[17/23] Compiling CNIOWindows shim.c
[17/23] Compiling _AtomicsShims.c
[19/23] Compiling CNIOLinux liburing_shims.c
[20/23] Write swift-version-24593BA9C3E375BF.txt
[22/79] Emitting module Atomics
[22/81] Compiling c-atomics.c
[24/81] Compiling _NIOBase64 Base64.swift
[25/81] Emitting module _NIOBase64
[26/82] Compiling Atomics UnsafeAtomic.swift
[27/82] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/82] Compiling Atomics Primitives.native.swift
[29/82] Compiling Atomics OptionalRawRepresentable.swift
[30/82] Compiling _NIODataStructures PriorityQueue.swift
[31/83] Compiling _NIODataStructures _TinyArray.swift
[32/83] Emitting module ExtrasJSON
[33/83] Compiling Atomics IntegerConformances.swift
[34/83] Compiling Atomics PointerConformances.swift
[35/83] Compiling ExtrasBase64 DecodingError.swift
[36/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/83] Emitting module InternalCollectionsUtilities
[38/84] Compiling Atomics AtomicMemoryOrderings.swift
[39/84] Compiling Atomics DoubleWord.swift
[40/84] Compiling Atomics ManagedAtomic.swift
[41/84] Compiling Atomics ManagedAtomicLazyReference.swift
[42/84] Compiling Atomics AtomicOptionalWrappable.swift
[43/84] Compiling Atomics AtomicReference.swift
[44/84] Compiling Atomics RawRepresentable.swift
[45/84] Compiling Atomics AtomicBool.swift
[46/84] Compiling Atomics Primitives.shims.swift
[47/84] Compiling Atomics AtomicInteger.swift
[50/84] Compiling Atomics AtomicStorage.swift
[51/84] Compiling Atomics AtomicValue.swift
[66/84] Compiling ExtrasJSON JSONValue.swift
[67/84] Compiling ExtrasJSON DocumentReader.swift
[68/84] Compiling Atomics IntegerOperations.swift
[69/84] Compiling Atomics Unmanaged extensions.swift
[78/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/86] Compiling ExtrasJSON JSONParser.swift
[81/87] Emitting module _NIODataStructures
[82/87] Compiling _NIODataStructures Heap.swift
[85/103] Compiling DequeModule Deque+CustomReflectable.swift
[86/103] Compiling DequeModule Deque+Descriptions.swift
[87/105] Compiling DequeModule _DequeBuffer.swift
[88/105] Compiling DequeModule _DequeBufferHeader.swift
[88/105] Compiling c-nioatomics.c
[90/111] Compiling DequeModule Deque+Equatable.swift
[91/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/111] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/111] Compiling NIOConcurrencyHelpers lock.swift
[94/111] Compiling DequeModule _DequeSlot.swift
[95/111] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/111] Compiling DequeModule Deque+Codable.swift
[97/111] Compiling DequeModule Deque+Collection.swift
[98/111] Compiling DequeModule Deque+Testing.swift
[99/111] Compiling DequeModule Deque._Storage.swift
[100/111] Compiling DequeModule Deque._UnsafeHandle.swift
[101/111] Compiling DequeModule Deque.swift
[102/111] Compiling DequeModule Deque+Extras.swift
[103/111] Compiling DequeModule Deque+Hashable.swift
[104/111] Emitting module NIOConcurrencyHelpers
[105/111] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[106/111] Emitting module DequeModule
[107/112] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[108/112] Compiling NIOConcurrencyHelpers atomics.swift
[111/173] Compiling NIOCore MulticastChannel.swift
[112/173] Compiling NIOCore NIOAny.swift
[113/173] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/173] Compiling NIOCore NIOLoopBound.swift
[115/173] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/173] Compiling NIOCore NIOScheduledCallback.swift
[117/173] Compiling NIOCore NIOSendable.swift
[118/173] Compiling NIOCore RecvByteBufferAllocator.swift
[119/181] Compiling NIOCore IO.swift
[120/181] Compiling NIOCore IOData.swift
[121/181] Compiling NIOCore IPProtocol.swift
[122/181] Compiling NIOCore IntegerBitPacking.swift
[123/181] Compiling NIOCore IntegerTypes.swift
[124/181] Compiling NIOCore Interfaces.swift
[125/181] Compiling NIOCore Linux.swift
[126/181] Compiling NIOCore MarkedCircularBuffer.swift
[127/181] Compiling ExtrasBase64 Chromium.swift
[128/181] Compiling ExtrasBase64 Base64.swift
[129/181] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/181] Compiling NIOCore SocketAddresses.swift
[131/181] Compiling NIOCore SocketOptionProvider.swift
[132/181] Compiling NIOCore SystemCallHelpers.swift
[133/181] Compiling NIOCore TimeAmount+Duration.swift
[134/181] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/181] Compiling NIOCore UniversalBootstrapSupport.swift
[136/181] Compiling NIOCore Utilities.swift
[137/181] Emitting module ExtrasBase64
[139/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[140/182] Compiling NIOCore BSDSocketAPI.swift
[141/182] Compiling NIOCore ByteBuffer-aux.swift
[142/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[143/182] Compiling NIOCore ByteBuffer-conversions.swift
[144/182] Compiling NIOCore ByteBuffer-core.swift
[145/182] Compiling NIOCore ByteBuffer-hex.swift
[146/182] Compiling NIOCore ByteBuffer-int.swift
[147/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[148/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[149/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[150/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[151/182] Compiling NIOCore EventLoopFuture.swift
[152/182] Compiling NIOCore FileDescriptor.swift
[153/182] Compiling NIOCore FileHandle.swift
[154/182] Compiling NIOCore FileRegion.swift
[155/182] Compiling NIOCore GlobalSingletons.swift
[156/182] Compiling NIOCore AddressedEnvelope.swift
[157/182] Compiling NIOCore AsyncAwaitSupport.swift
[158/182] Compiling NIOCore AsyncChannel.swift
[159/182] Compiling NIOCore AsyncChannelHandler.swift
[160/182] Compiling NIOCore AsyncChannelInboundStream.swift
[161/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[162/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[163/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/182] Compiling NIOCore NIOAsyncWriter.swift
[165/182] Compiling NIOCore CircularBuffer.swift
[166/182] Compiling NIOCore Codec.swift
[167/182] Compiling NIOCore ConvenienceOptionSupport.swift
[168/182] Compiling NIOCore DeadChannel.swift
[169/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[170/182] Compiling NIOCore EventLoop+Deprecated.swift
[171/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[172/182] Compiling NIOCore EventLoop.swift
[173/182] 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:
[174/182] 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:
[175/182] 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:
[176/182] 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:
[177/182] 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:
[178/182] 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:
[179/182] 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:
[180/182] 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:
[181/182] 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:
[182/182] 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/63] Compiling ExtrasBase64 DecodingError.swift
[3/63] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/64] Compiling Atomics UnsafeAtomic.swift
[5/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/66] Compiling Atomics AtomicStorage.swift
[7/66] Compiling Atomics AtomicValue.swift
[8/66] Compiling ExtrasJSON JSONUnkeyedDecodingContainer.swift
[9/66] Compiling ExtrasJSON JSONEncoder.swift
[10/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/66] Compiling NIOConcurrencyHelpers lock.swift
[12/66] Compiling Atomics ManagedAtomic.swift
[13/66] Compiling Atomics ManagedAtomicLazyReference.swift
[14/66] Compiling ExtrasJSON JSONValue.swift
[15/67] Compiling ExtrasJSON JSONUnkeyedEncodingContainer.swift
[16/67] Compiling ExtrasJSON JSONError+DecodingError.swift
[17/67] Compiling Atomics AtomicMemoryOrderings.swift
[18/67] Compiling Atomics DoubleWord.swift
[19/67] Compiling ExtrasJSON ArrayKey.swift
[20/67] Compiling ExtrasJSON JSONDecoder.swift
[21/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/67] Emitting module NIOConcurrencyHelpers
[23/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[24/67] Compiling NIOConcurrencyHelpers atomics.swift
[27/67] Compiling ExtrasJSON JSONKeyedEncodingContainer.swift
[28/67] Compiling ExtrasJSON JSONSingleValueEncodingContainer.swift
[29/67] Emitting module _NIOBase64
[30/67] Compiling _NIOBase64 Base64.swift
[33/68] Compiling ExtrasJSON JSONKeyedDecodingContainer.swift
[34/68] Compiling ExtrasJSON JSONSingleValueDecodingContainer.swift
[35/68] Compiling Atomics IntegerOperations.swift
[36/68] Compiling Atomics Unmanaged extensions.swift
[43/68] Emitting module ExtrasJSON
[45/68] Compiling _NIODataStructures Heap.swift
[46/68] Emitting module _NIODataStructures
[47/68] Compiling _NIODataStructures PriorityQueue.swift
[48/68] Compiling _NIODataStructures _TinyArray.swift
[49/69] Compiling ExtrasJSON DocumentReader.swift
[52/69] Emitting module InternalCollectionsUtilities
[53/69] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[61/71] Compiling ExtrasJSON JSONParser.swift
[63/87] Compiling DequeModule _DequeBuffer.swift
[64/87] Compiling DequeModule _DequeBufferHeader.swift
[65/89] Compiling DequeModule Deque+Equatable.swift
[66/89] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/89] Compiling DequeModule Deque+CustomReflectable.swift
[68/89] Compiling DequeModule Deque+Descriptions.swift
[69/89] Compiling DequeModule Deque+Extras.swift
[70/89] Compiling DequeModule Deque+Hashable.swift
[71/89] Compiling DequeModule Deque+Testing.swift
[72/89] Compiling DequeModule Deque._Storage.swift
[73/89] Emitting module Atomics
[80/90] Compiling DequeModule Deque._UnsafeHandle.swift
[81/90] Compiling DequeModule Deque.swift
[83/90] Compiling DequeModule _DequeSlot.swift
[84/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/90] Emitting module DequeModule
[86/90] Compiling DequeModule Deque+Codable.swift
[87/90] Compiling DequeModule Deque+Collection.swift
[89/151] Compiling NIOCore MulticastChannel.swift
[90/151] Compiling NIOCore NIOAny.swift
[91/151] Compiling NIOCore NIOCloseOnErrorHandler.swift
[92/151] Compiling NIOCore NIOLoopBound.swift
[93/151] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[94/151] Compiling NIOCore NIOScheduledCallback.swift
[95/151] Compiling NIOCore NIOSendable.swift
[96/151] Compiling NIOCore RecvByteBufferAllocator.swift
[97/159] Compiling NIOCore IO.swift
[98/159] Compiling NIOCore IOData.swift
[99/159] Compiling NIOCore IPProtocol.swift
[100/159] Compiling NIOCore IntegerBitPacking.swift
[101/159] Compiling NIOCore IntegerTypes.swift
[102/159] Compiling NIOCore Interfaces.swift
[103/159] Compiling NIOCore Linux.swift
[104/159] Compiling NIOCore MarkedCircularBuffer.swift
[105/159] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[106/159] Compiling NIOCore EventLoopFuture+Deprecated.swift
[107/159] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[108/159] Compiling NIOCore EventLoopFuture.swift
[109/159] Compiling NIOCore FileDescriptor.swift
[110/159] Compiling NIOCore FileHandle.swift
[111/159] Compiling NIOCore FileRegion.swift
[112/159] Compiling NIOCore GlobalSingletons.swift
[113/159] 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:
[114/159] 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:
[115/159] 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:
[116/159] 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:
[117/159] 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:
[118/159] 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:
[119/159] 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:
[120/159] 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:
[121/159] 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:
[122/159] Compiling NIOCore AddressedEnvelope.swift
[123/159] Compiling NIOCore AsyncAwaitSupport.swift
[124/159] Compiling NIOCore AsyncChannel.swift
[125/159] Compiling NIOCore AsyncChannelHandler.swift
[126/159] Compiling NIOCore AsyncChannelInboundStream.swift
[127/159] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/159] Compiling NIOCore NIOAsyncSequenceProducer.swift
[129/159] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/159] Compiling NIOCore NIOAsyncWriter.swift
[131/159] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[132/159] Compiling NIOCore SocketAddresses.swift
[133/159] Compiling NIOCore SocketOptionProvider.swift
[134/159] Compiling NIOCore SystemCallHelpers.swift
[135/159] Compiling NIOCore TimeAmount+Duration.swift
[136/159] Compiling NIOCore TypeAssistedChannelHandler.swift
[137/159] Compiling NIOCore UniversalBootstrapSupport.swift
[138/159] Compiling NIOCore Utilities.swift
[139/159] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[140/159] Compiling NIOCore BSDSocketAPI.swift
[141/159] Compiling NIOCore ByteBuffer-aux.swift
[142/159] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[143/159] Compiling NIOCore ByteBuffer-conversions.swift
[144/159] Compiling NIOCore ByteBuffer-core.swift
[145/159] Compiling NIOCore ByteBuffer-hex.swift
[146/159] Compiling NIOCore ByteBuffer-int.swift
[147/159] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[148/159] Compiling NIOCore CircularBuffer.swift
[149/159] Compiling NIOCore Codec.swift
[150/159] Compiling NIOCore ConvenienceOptionSupport.swift
[151/159] Compiling NIOCore DeadChannel.swift
[152/159] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/159] Compiling NIOCore EventLoop+Deprecated.swift
[154/159] Compiling NIOCore EventLoop+SerialExecutor.swift
[155/159] Compiling NIOCore EventLoop.swift
[156/159] Emitting module ExtrasBase64
[157/159] Compiling ExtrasBase64 Base64.swift
[158/159] Compiling ExtrasBase64 Chromium.swift
[160/160] Emitting module NIOCore
BUILD FAILURE 6.1 wasm