The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FDBSwift, reference 4.2.0 (82259c), with Swift 6.1 for Wasm on 28 May 2025 05:19:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kirilltitov/fdbswift.git
Reference: 4.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/kirilltitov/fdbswift
 * tag               4.2.0      -> FETCH_HEAD
HEAD is now at 82259c7 Merge pull request #73 from kirilltitov/network-options-enhancements
Cloned https://github.com/kirilltitov/fdbswift.git
Revision (git rev-parse @):
82259c7a470fd50d37bcd1971a697a2318464cbf
SUCCESS checkout https://github.com/kirilltitov/fdbswift.git at 4.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kirilltitov/fdbswift.git
https://github.com/kirilltitov/fdbswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "FDBSwift",
  "name" : "FDBSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FDB",
      "targets" : [
        "FDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FDBTests",
      "module_type" : "SwiftTarget",
      "name" : "FDBTests",
      "path" : "Tests/FDBTests",
      "sources" : [
        "FDBTests.swift",
        "TupleTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FDB",
      "module_type" : "SwiftTarget",
      "name" : "FDB",
      "path" : "Sources/FDB",
      "product_dependencies" : [
        "NIO",
        "Logging"
      ],
      "product_memberships" : [
        "FDB"
      ],
      "sources" : [
        "AnyFDB.swift",
        "AnyFDBKey.swift",
        "AnyFDBTransaction.swift",
        "FDB.swift",
        "FDB/FDB+Enums.swift",
        "FDB/FDB+Errors.swift",
        "FDB/FDB+NetworkOptions.swift",
        "FDB/FDB+Sync.swift",
        "FDB/FDB+Transactions.swift",
        "Future.swift",
        "Future/Future+Bytes.swift",
        "Future/Future+Int64.swift",
        "Future/Future+KeyValue.swift",
        "Future/Future+OpaquePointer.swift",
        "Future/Future+Void.swift",
        "Helpers.swift",
        "KeyValues.swift",
        "Subspace.swift",
        "Transaction.swift",
        "Transaction/Transaction+Internal+Async.swift",
        "Transaction/Transaction+NIO.swift",
        "Transaction/Transaction+Options.swift",
        "Transaction/Transaction+Sync.swift",
        "Tuple.swift",
        "Tuple/Tuple+Array.swift",
        "Tuple/Tuple+Bool.swift",
        "Tuple/Tuple+FloatingPoint.swift",
        "Tuple/Tuple+Int.swift",
        "Tuple/Tuple+String.swift",
        "Tuple/Tuple+UUID.swift",
        "Tuple/Tuple+Unpack.swift",
        "Versionstamp.swift"
      ],
      "target_dependencies" : [
        "CFDB"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CFDB",
      "module_type" : "SystemLibraryTarget",
      "name" : "CFDB",
      "path" : "Sources/CFDB",
      "product_memberships" : [
        "FDB"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3799/79891] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.71s)
Fetched https://github.com/apple/swift-nio.git from cache (8.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (9.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.65s)
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/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
[4653/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[7378/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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
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
warning: couldn't find pc file for libfdb
warning: couldn't find pc file for libfdb
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOLinux shim.c
[12/22] Compiling _AtomicsShims.c
[13/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling CNIOWindows shim.c
[14/22] Compiling CNIOLinux liburing_shims.c
[14/22] Compiling CNIOWindows WSAStartup.c
[17/22] Write sources
[18/22] Compiling CNIODarwin shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[20/66] Compiling c-nioatomics.c
[22/66] Emitting module _NIOBase64
[23/66] Compiling _NIOBase64 Base64.swift
[24/67] Compiling Atomics OptionalRawRepresentable.swift
[25/67] Compiling Atomics RawRepresentable.swift
[26/67] Emitting module InternalCollectionsUtilities
[27/67] Compiling Atomics AtomicBool.swift
[28/67] Compiling Atomics IntegerConformances.swift
[29/67] Emitting module Logging
[30/68] Compiling Atomics PointerConformances.swift
[31/68] Compiling Atomics Primitives.native.swift
[32/68] Compiling Logging Locks.swift
[33/68] Compiling Atomics UnsafeAtomic.swift
[34/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/68] Compiling Atomics Primitives.shims.swift
[36/68] Compiling Atomics AtomicInteger.swift
[37/68] Compiling Atomics AtomicOptionalWrappable.swift
[38/68] Compiling Atomics AtomicReference.swift
[39/68] Compiling Atomics AtomicStorage.swift
[40/68] Compiling Atomics AtomicValue.swift
[41/70] Compiling Atomics AtomicMemoryOrderings.swift
[42/70] Compiling Atomics DoubleWord.swift
[43/70] Compiling Atomics ManagedAtomic.swift
[44/70] Compiling Atomics ManagedAtomicLazyReference.swift
[45/70] Compiling _NIODataStructures PriorityQueue.swift
[46/70] Compiling _NIODataStructures _TinyArray.swift
[54/70] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/70] Emitting module Atomics
[62/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/71] Compiling Logging LogHandler.swift
[64/71] Compiling Logging Logging.swift
[65/71] Compiling Atomics IntegerOperations.swift
[66/71] Compiling Atomics Unmanaged extensions.swift
[67/71] Compiling Logging MetadataProvider.swift
[68/71] Emitting module _NIODataStructures
[69/72] Compiling _NIODataStructures Heap.swift
[73/74] Compiling c-atomics.c
[75/95] Compiling DequeModule Deque+Equatable.swift
[76/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/97] Compiling DequeModule _DequeBuffer.swift
[78/97] Compiling DequeModule _DequeBufferHeader.swift
[79/97] Compiling DequeModule Deque+CustomReflectable.swift
[80/97] Compiling DequeModule Deque+Descriptions.swift
[81/97] Compiling DequeModule Deque+Extras.swift
[82/97] Compiling DequeModule Deque+Hashable.swift
[83/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/97] Compiling NIOConcurrencyHelpers lock.swift
[85/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[86/97] Compiling DequeModule _DequeSlot.swift
[87/97] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/97] Emitting module NIOConcurrencyHelpers
[89/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/97] Compiling DequeModule Deque+Testing.swift
[91/97] Compiling DequeModule Deque._Storage.swift
[92/97] Compiling DequeModule Deque._UnsafeHandle.swift
[93/97] Compiling DequeModule Deque.swift
[94/97] Compiling NIOConcurrencyHelpers atomics.swift
[95/98] Compiling DequeModule Deque+Codable.swift
[96/98] Compiling DequeModule Deque+Collection.swift
[98/98] Emitting module DequeModule
[100/159] Compiling NIOCore MulticastChannel.swift
[101/159] Compiling NIOCore NIOAny.swift
[102/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[103/159] Compiling NIOCore NIOLoopBound.swift
[104/159] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/159] Compiling NIOCore NIOScheduledCallback.swift
[106/159] Compiling NIOCore NIOSendable.swift
[107/159] Compiling NIOCore RecvByteBufferAllocator.swift
[108/167] Compiling NIOCore IO.swift
[109/167] Compiling NIOCore IOData.swift
[110/167] Compiling NIOCore IPProtocol.swift
[111/167] Compiling NIOCore IntegerBitPacking.swift
[112/167] Compiling NIOCore IntegerTypes.swift
[113/167] Compiling NIOCore Interfaces.swift
[114/167] Compiling NIOCore Linux.swift
[115/167] Compiling NIOCore MarkedCircularBuffer.swift
[116/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[117/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[118/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[119/167] Compiling NIOCore EventLoopFuture.swift
[120/167] Compiling NIOCore FileDescriptor.swift
[121/167] Compiling NIOCore FileHandle.swift
[122/167] Compiling NIOCore FileRegion.swift
[123/167] Compiling NIOCore GlobalSingletons.swift
[124/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[125/167] Compiling NIOCore SocketAddresses.swift
[126/167] Compiling NIOCore SocketOptionProvider.swift
[127/167] Compiling NIOCore SystemCallHelpers.swift
[128/167] Compiling NIOCore TimeAmount+Duration.swift
[129/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[130/167] Compiling NIOCore UniversalBootstrapSupport.swift
[131/167] Compiling NIOCore Utilities.swift
[132/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[133/167] Compiling NIOCore BSDSocketAPI.swift
[134/167] Compiling NIOCore ByteBuffer-aux.swift
[135/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[136/167] Compiling NIOCore ByteBuffer-conversions.swift
[137/167] Compiling NIOCore ByteBuffer-core.swift
[138/167] Compiling NIOCore ByteBuffer-hex.swift
[139/167] Compiling NIOCore ByteBuffer-int.swift
[140/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[141/167] Compiling NIOCore CircularBuffer.swift
[142/167] Compiling NIOCore Codec.swift
[143/167] Compiling NIOCore ConvenienceOptionSupport.swift
[144/167] Compiling NIOCore DeadChannel.swift
[145/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/167] Compiling NIOCore EventLoop+Deprecated.swift
[147/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/167] Compiling NIOCore EventLoop.swift
[149/167] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[150/167] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[151/167] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[152/167] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[153/167] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[154/167] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[155/167] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[156/167] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[157/167] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[158/167] Compiling NIOCore AddressedEnvelope.swift
[159/167] Compiling NIOCore AsyncAwaitSupport.swift
[160/167] Compiling NIOCore AsyncChannel.swift
[161/167] Compiling NIOCore AsyncChannelHandler.swift
[162/167] Compiling NIOCore AsyncChannelInboundStream.swift
[163/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[164/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[165/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[166/167] Compiling NIOCore NIOAsyncWriter.swift
[167/167] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: couldn't find pc file for libfdb
warning: couldn't find pc file for libfdb
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling Atomics Primitives.shims.swift
[3/51] Compiling Atomics AtomicInteger.swift
[4/52] Compiling Logging MetadataProvider.swift
[5/52] Compiling NIOConcurrencyHelpers lock.swift
[6/52] Compiling Atomics AtomicStorage.swift
[7/52] Compiling Atomics AtomicValue.swift
[8/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/52] Compiling Atomics UnsafeAtomic.swift
[10/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[11/54] Compiling Atomics ManagedAtomic.swift
[12/54] Compiling Atomics ManagedAtomicLazyReference.swift
[13/54] Compiling Atomics AtomicMemoryOrderings.swift
[14/54] Compiling Atomics DoubleWord.swift
[15/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/54] Compiling _NIOBase64 Base64.swift
[17/54] Emitting module _NIODataStructures
[18/54] Emitting module _NIOBase64
[19/55] Compiling _NIODataStructures Heap.swift
[21/55] Compiling Atomics IntegerOperations.swift
[22/55] Compiling Atomics Unmanaged extensions.swift
[23/55] Compiling Atomics PointerConformances.swift
[24/55] Compiling Atomics Primitives.native.swift
[25/55] Compiling Atomics AtomicOptionalWrappable.swift
[26/55] Compiling Atomics AtomicReference.swift
[27/55] Compiling Atomics AtomicBool.swift
[28/55] Compiling Atomics IntegerConformances.swift
[29/55] Compiling _NIODataStructures PriorityQueue.swift
[30/55] Compiling Atomics OptionalRawRepresentable.swift
[31/55] Compiling Atomics RawRepresentable.swift
[32/55] Compiling _NIODataStructures _TinyArray.swift
[39/56] Emitting module InternalCollectionsUtilities
[40/57] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/57] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[42/57] Emitting module NIOConcurrencyHelpers
[43/57] Compiling NIOConcurrencyHelpers NIOLock.swift
[44/57] Compiling NIOConcurrencyHelpers atomics.swift
[48/73] Compiling Logging LogHandler.swift
[49/73] Compiling Logging Locks.swift
[50/73] Emitting module Logging
[51/73] Compiling Logging Logging.swift
[53/74] Compiling DequeModule Deque+Equatable.swift
[54/74] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/76] Compiling DequeModule _DequeBuffer.swift
[56/76] Compiling DequeModule _DequeBufferHeader.swift
[57/76] Emitting module Atomics
[58/76] Emitting module DequeModule
[59/76] Compiling DequeModule Deque._UnsafeHandle.swift
[60/76] Compiling DequeModule Deque.swift
[63/76] Compiling DequeModule Deque+CustomReflectable.swift
[64/76] Compiling DequeModule Deque+Descriptions.swift
[67/76] Compiling DequeModule Deque+Extras.swift
[68/76] Compiling DequeModule Deque+Hashable.swift
[71/76] Compiling DequeModule Deque+Testing.swift
[72/76] Compiling DequeModule Deque._Storage.swift
[73/76] Compiling DequeModule Deque+Codable.swift
[74/76] Compiling DequeModule Deque+Collection.swift
[75/77] Compiling DequeModule _DequeSlot.swift
[76/77] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/138] Compiling NIOCore MulticastChannel.swift
[80/138] Compiling NIOCore NIOAny.swift
[81/138] Compiling NIOCore NIOCloseOnErrorHandler.swift
[82/138] Compiling NIOCore NIOLoopBound.swift
[83/138] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[84/138] Compiling NIOCore NIOScheduledCallback.swift
[85/138] Compiling NIOCore NIOSendable.swift
[86/138] Compiling NIOCore RecvByteBufferAllocator.swift
[87/146] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[88/146] Compiling NIOCore EventLoopFuture+Deprecated.swift
[89/146] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[90/146] Compiling NIOCore EventLoopFuture.swift
[91/146] Compiling NIOCore FileDescriptor.swift
[92/146] Compiling NIOCore FileHandle.swift
[93/146] Compiling NIOCore FileRegion.swift
[94/146] Compiling NIOCore GlobalSingletons.swift
[95/146] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[96/146] Compiling NIOCore SocketAddresses.swift
[97/146] Compiling NIOCore SocketOptionProvider.swift
[98/146] Compiling NIOCore SystemCallHelpers.swift
[99/146] Compiling NIOCore TimeAmount+Duration.swift
[100/146] Compiling NIOCore TypeAssistedChannelHandler.swift
[101/146] Compiling NIOCore UniversalBootstrapSupport.swift
[102/146] Compiling NIOCore Utilities.swift
[103/146] Compiling NIOCore IO.swift
[104/146] Compiling NIOCore IOData.swift
[105/146] Compiling NIOCore IPProtocol.swift
[106/146] Compiling NIOCore IntegerBitPacking.swift
[107/146] Compiling NIOCore IntegerTypes.swift
[108/146] Compiling NIOCore Interfaces.swift
[109/146] Compiling NIOCore Linux.swift
[110/146] Compiling NIOCore MarkedCircularBuffer.swift
[111/146] Compiling NIOCore CircularBuffer.swift
[112/146] Compiling NIOCore Codec.swift
[113/146] Compiling NIOCore ConvenienceOptionSupport.swift
[114/146] Compiling NIOCore DeadChannel.swift
[115/146] Compiling NIOCore DispatchQueue+WithFuture.swift
[116/146] Compiling NIOCore EventLoop+Deprecated.swift
[117/146] Compiling NIOCore EventLoop+SerialExecutor.swift
[118/146] Compiling NIOCore EventLoop.swift
[119/146] 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:
[120/146] 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:
[121/146] 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:
[122/146] 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:
[123/146] 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:
[124/146] 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:
[125/146] 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:
[126/146] 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:
[127/146] 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:
[128/146] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/146] Compiling NIOCore BSDSocketAPI.swift
[130/146] Compiling NIOCore ByteBuffer-aux.swift
[131/146] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/146] Compiling NIOCore ByteBuffer-conversions.swift
[133/146] Compiling NIOCore ByteBuffer-core.swift
[134/146] Compiling NIOCore ByteBuffer-hex.swift
[135/146] Compiling NIOCore ByteBuffer-int.swift
[136/146] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/146] Compiling NIOCore AddressedEnvelope.swift
[138/146] Compiling NIOCore AsyncAwaitSupport.swift
[139/146] Compiling NIOCore AsyncChannel.swift
[140/146] Compiling NIOCore AsyncChannelHandler.swift
[141/146] Compiling NIOCore AsyncChannelInboundStream.swift
[142/146] Compiling NIOCore AsyncChannelOutboundWriter.swift
[143/146] Compiling NIOCore NIOAsyncSequenceProducer.swift
[144/146] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/146] Compiling NIOCore NIOAsyncWriter.swift
[146/146] Emitting module NIOCore
BUILD FAILURE 6.1 wasm