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-nio-transport-services, reference main (decfd2), with Swift 6.1 for Wasm on 26 Jun 2025 13:17:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-transport-services.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/apple/swift-nio-transport-services
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at decfd23 Add static SDK CI workflow (#226)
Cloned https://github.com/apple/swift-nio-transport-services.git
Revision (git rev-parse @):
decfd235996bc163b44e10b8a24997a3d2104b90
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-transport-services.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-transport-services.git
https://github.com/apple/swift-nio-transport-services.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.83.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "swift-nio-transport-services",
  "name" : "swift-nio-transport-services",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOTransportServices",
      "targets" : [
        "NIOTransportServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTSHTTPServer",
      "targets" : [
        "NIOTSHTTPServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTSHTTPClient",
      "targets" : [
        "NIOTSHTTPClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOTransportServicesTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTransportServicesTests",
      "path" : "Tests/NIOTransportServicesTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "Atomics"
      ],
      "sources" : [
        "NIOFilterEmptyWritesHandlerTests.swift",
        "NIOTSAsyncBootstrapTests.swift",
        "NIOTSBootstrapTests.swift",
        "NIOTSChannelMetadataTests.swift",
        "NIOTSChannelOptionsTests.swift",
        "NIOTSConnectionChannelTests.swift",
        "NIOTSDatagramBootstrapTests.swift",
        "NIOTSEndToEndTests.swift",
        "NIOTSEventLoopTests.swift",
        "NIOTSListenerChannelTests.swift",
        "NIOTSSingletonTests.swift",
        "NIOTSSocketOptionTests.swift",
        "NIOTSSocketOptionsOnChannelTests.swift",
        "NIOTSTestUtilities.swift",
        "NIOTSWorkaroundTests.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTransportServices",
      "module_type" : "SwiftTarget",
      "name" : "NIOTransportServices",
      "path" : "Sources/NIOTransportServices",
      "product_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOTLS",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOTransportServices",
        "NIOTSHTTPServer",
        "NIOTSHTTPClient"
      ],
      "sources" : [
        "AcceptHandler.swift",
        "Datagram/NIOTSDatagramConnectionBootstrap.swift",
        "Datagram/NIOTSDatagramConnectionChannel.swift",
        "Datagram/NIOTSDatagramListenerBootstrap.swift",
        "Datagram/NIOTSDatagramListenerChannel.swift",
        "NIOFilterEmptyWritesHandler.swift",
        "NIOTSBootstraps.swift",
        "NIOTSChannelOptions.swift",
        "NIOTSConnectionBootstrap.swift",
        "NIOTSConnectionChannel.swift",
        "NIOTSErrors.swift",
        "NIOTSEventLoop.swift",
        "NIOTSEventLoopGroup.swift",
        "NIOTSListenerBootstrap.swift",
        "NIOTSListenerChannel.swift",
        "NIOTSNetworkEvents.swift",
        "NIOTSSingletons.swift",
        "SocketAddress+NWEndpoint.swift",
        "StateManagedChannel.swift",
        "StateManagedListenerChannel.swift",
        "StateManagedNWConnectionChannel.swift",
        "TCPOptions+SocketChannelOption.swift",
        "UDPOptions+SocketChannelOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTSHTTPServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSHTTPServer",
      "path" : "Sources/NIOTSHTTPServer",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOTSHTTPServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTSHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTSHTTPClient",
      "path" : "Sources/NIOTSHTTPClient",
      "product_dependencies" : [
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "NIOTSHTTPClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOTransportServices"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/78136] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.79s)
Fetched https://github.com/apple/swift-nio.git from cache (3.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[4437/21151] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.84s)
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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.3.0
Building for debugging...
[0/49] Write sources
[15/49] Compiling CNIOWindows WSAStartup.c
[16/49] Compiling CNIOWindows shim.c
[17/49] Compiling CNIOLinux shim.c
[18/49] Compiling _AtomicsShims.c
[19/49] Compiling CNIOWASI CNIOWASI.c
[19/49] Compiling CNIOLinux liburing_shims.c
[19/49] Write sources
[22/49] Compiling CNIOLLHTTP c_nio_http.c
[23/49] Compiling CNIODarwin shim.c
[24/49] Compiling CNIOLLHTTP c_nio_api.c
[25/49] Write swift-version-24593BA9C3E375BF.txt
[27/87] Emitting module InternalCollectionsUtilities
[27/88] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/88] Compiling c-nioatomics.c
[29/88] Compiling c-atomics.c
[31/94] Compiling Atomics AtomicMemoryOrderings.swift
[32/94] Compiling Atomics DoubleWord.swift
[33/94] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/94] Compiling _NIODataStructures _TinyArray.swift
[35/96] Compiling Atomics UnsafeAtomic.swift
[36/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[37/96] Compiling Atomics AtomicInteger.swift
[38/96] Compiling Atomics AtomicOptionalWrappable.swift
[39/96] Compiling Atomics ManagedAtomic.swift
[40/96] Compiling Atomics ManagedAtomicLazyReference.swift
[41/96] Compiling Atomics AtomicReference.swift
[44/96] Compiling Atomics AtomicStorage.swift
[45/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/96] Compiling Atomics OptionalRawRepresentable.swift
[47/96] Compiling Atomics RawRepresentable.swift
[48/96] Compiling Atomics PointerConformances.swift
[49/96] Compiling Atomics Primitives.native.swift
[50/96] Compiling Atomics AtomicBool.swift
[51/96] Compiling Atomics IntegerConformances.swift
[52/96] Emitting module _NIOBase64
[53/96] Compiling _NIOBase64 Base64.swift
[58/96] Compiling Atomics AtomicValue.swift
[59/96] Compiling _NIODataStructures PriorityQueue.swift
[63/98] Emitting module Atomics
[69/98] Compiling Atomics IntegerOperations.swift
[70/98] Compiling Atomics Unmanaged extensions.swift
[71/99] Wrapping AST for InternalCollectionsUtilities for debugging
[72/99] Wrapping AST for _NIOBase64 for debugging
[74/99] Emitting module _NIODataStructures
[75/99] Compiling _NIODataStructures Heap.swift
[76/115] Wrapping AST for Atomics for debugging
[78/115] Compiling NIOConcurrencyHelpers lock.swift
[79/115] Emitting module NIOConcurrencyHelpers
[80/115] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/115] Compiling NIOConcurrencyHelpers NIOLock.swift
[82/115] Compiling NIOConcurrencyHelpers atomics.swift
[83/115] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/116] Compiling DequeModule Deque+CustomReflectable.swift
[85/116] Compiling DequeModule Deque+Descriptions.swift
[86/118] Wrapping AST for _NIODataStructures for debugging
[88/118] Compiling DequeModule _DequeBuffer.swift
[89/118] Compiling DequeModule _DequeBufferHeader.swift
[89/118] Wrapping AST for NIOConcurrencyHelpers for debugging
[91/118] Compiling DequeModule _DequeSlot.swift
[92/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/118] Compiling DequeModule Deque+Testing.swift
[94/118] Compiling DequeModule Deque._Storage.swift
[95/118] Compiling DequeModule Deque+Extras.swift
[96/118] Compiling DequeModule Deque+Hashable.swift
[97/118] Compiling DequeModule Deque._UnsafeHandle.swift
[98/118] Compiling DequeModule Deque.swift
[99/118] Compiling DequeModule Deque+Equatable.swift
[100/118] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/118] Compiling DequeModule Deque+Codable.swift
[102/118] Compiling DequeModule Deque+Collection.swift
[103/118] Emitting module DequeModule
[104/119] Wrapping AST for DequeModule for debugging
[106/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[107/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[108/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[109/179] Compiling NIOCore EventLoopFuture.swift
[110/179] Compiling NIOCore FileDescriptor.swift
[111/179] Compiling NIOCore FileHandle.swift
[112/179] Compiling NIOCore FileRegion.swift
[113/179] Compiling NIOCore GlobalSingletons.swift
[114/179] Compiling NIOCore MulticastChannel.swift
[115/179] Compiling NIOCore NIOAny.swift
[116/179] Compiling NIOCore NIOCloseOnErrorHandler.swift
[117/179] Compiling NIOCore NIOLoopBound.swift
[118/179] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[119/179] Compiling NIOCore NIOScheduledCallback.swift
[120/179] Compiling NIOCore NIOSendable.swift
[121/179] Compiling NIOCore RecvByteBufferAllocator.swift
[122/187] Compiling NIOCore AddressedEnvelope.swift
[123/187] Compiling NIOCore AsyncAwaitSupport.swift
[124/187] Compiling NIOCore AsyncChannel.swift
[125/187] Compiling NIOCore AsyncChannelHandler.swift
[126/187] Compiling NIOCore AsyncChannelInboundStream.swift
[127/187] Compiling NIOCore AsyncChannelOutboundWriter.swift
[128/187] Compiling NIOCore NIOAsyncSequenceProducer.swift
[129/187] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[130/187] Compiling NIOCore NIOAsyncWriter.swift
[131/187] Compiling NIOCore CircularBuffer.swift
[132/187] Compiling NIOCore Codec.swift
[133/187] Compiling NIOCore ConvenienceOptionSupport.swift
[134/187] Compiling NIOCore DeadChannel.swift
[135/187] Compiling NIOCore DispatchQueue+WithFuture.swift
[136/187] Compiling NIOCore EventLoop+Deprecated.swift
[137/187] Compiling NIOCore EventLoop+SerialExecutor.swift
[138/187] Compiling NIOCore EventLoop.swift
[139/187] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[140/187] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[141/187] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[142/187] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[143/187] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[144/187] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[145/187] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[146/187] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[147/187] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[148/187] Compiling NIOCore IO.swift
[149/187] Compiling NIOCore IOData.swift
[150/187] Compiling NIOCore IPProtocol.swift
[151/187] Compiling NIOCore IntegerBitPacking.swift
[152/187] Compiling NIOCore IntegerTypes.swift
[153/187] Compiling NIOCore Interfaces.swift
[154/187] Compiling NIOCore Linux.swift
[155/187] Compiling NIOCore MarkedCircularBuffer.swift
[156/187] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/187] Compiling NIOCore BSDSocketAPI.swift
[158/187] Compiling NIOCore ByteBuffer-aux.swift
[159/187] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[160/187] Compiling NIOCore ByteBuffer-conversions.swift
[161/187] Compiling NIOCore ByteBuffer-core.swift
[162/187] Compiling NIOCore ByteBuffer-hex.swift
[163/187] Compiling NIOCore ByteBuffer-int.swift
[164/187] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[165/187] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[166/187] Compiling NIOCore SocketAddresses.swift
[167/187] Compiling NIOCore SocketOptionProvider.swift
[168/187] Compiling NIOCore SystemCallHelpers.swift
[169/187] Compiling NIOCore TimeAmount+Duration.swift
[170/187] Compiling NIOCore TypeAssistedChannelHandler.swift
[171/187] Compiling NIOCore UniversalBootstrapSupport.swift
[172/187] Compiling NIOCore Utilities.swift
[173/187] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/21] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/60] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[4/67] Compiling NIOConcurrencyHelpers lock.swift
[5/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/68] Compiling Atomics UnsafeAtomic.swift
[7/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[8/68] Compiling Atomics ManagedAtomic.swift
[9/68] Compiling Atomics ManagedAtomicLazyReference.swift
[10/68] Emitting module _NIOBase64
[11/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/68] Compiling Atomics DoubleWord.swift
[13/68] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/68] Compiling InternalCollectionsUtilities Debugging.swift
[15/68] Compiling InternalCollectionsUtilities Descriptions.swift
[17/68] Compiling _NIODataStructures PriorityQueue.swift
[18/68] Compiling _NIOBase64 Base64.swift
[19/69] Compiling Atomics IntegerOperations.swift
[20/69] Compiling Atomics Unmanaged extensions.swift
[22/68] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/68] Compiling InternalCollectionsUtilities Integer rank.swift
[24/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/68] Emitting module NIOConcurrencyHelpers
[26/68] Compiling _NIODataStructures Heap.swift
[27/68] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/68] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/68] Compiling NIOConcurrencyHelpers atomics.swift
[33/68] Emitting module _NIODataStructures
[34/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[37/69] Compiling _NIODataStructures _TinyArray.swift
[40/68] Emitting module InternalCollectionsUtilities
[41/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/68] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/69] Wrapping AST for InternalCollectionsUtilities for debugging
[47/84] Compiling DequeModule _DequeBuffer.swift
[48/84] Compiling DequeModule _DequeBufferHeader.swift
[49/86] Emitting module Atomics
[50/86] Compiling DequeModule _DequeSlot.swift
[51/86] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/86] Compiling DequeModule Deque+Codable.swift
[53/86] Compiling DequeModule Deque+Collection.swift
[54/86] Compiling DequeModule Deque+Equatable.swift
[55/86] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/86] Compiling DequeModule Deque+CustomReflectable.swift
[59/86] Compiling DequeModule Deque+Descriptions.swift
[60/86] Compiling DequeModule Deque._UnsafeHandle.swift
[61/86] Compiling DequeModule Deque.swift
[62/86] Compiling DequeModule Deque+Extras.swift
[63/86] Compiling DequeModule Deque+Hashable.swift
[64/86] Compiling DequeModule Deque+Testing.swift
[65/86] Compiling DequeModule Deque._Storage.swift
[70/87] Wrapping AST for Atomics for debugging
[72/87] Emitting module DequeModule
[73/88] Wrapping AST for DequeModule for debugging
[75/148] Compiling NIOCore MulticastChannel.swift
[76/148] Compiling NIOCore NIOAny.swift
[77/148] Compiling NIOCore NIOCloseOnErrorHandler.swift
[78/148] Compiling NIOCore NIOLoopBound.swift
[79/148] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[80/148] Compiling NIOCore NIOScheduledCallback.swift
[81/148] Compiling NIOCore NIOSendable.swift
[82/148] Compiling NIOCore RecvByteBufferAllocator.swift
[83/156] Compiling NIOCore IO.swift
[84/156] Compiling NIOCore IOData.swift
[85/156] Compiling NIOCore IPProtocol.swift
[86/156] Compiling NIOCore IntegerBitPacking.swift
[87/156] Compiling NIOCore IntegerTypes.swift
[88/156] Compiling NIOCore Interfaces.swift
[89/156] Compiling NIOCore Linux.swift
[90/156] Compiling NIOCore MarkedCircularBuffer.swift
[91/156] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[92/156] Compiling NIOCore EventLoopFuture+Deprecated.swift
[93/156] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[94/156] Compiling NIOCore EventLoopFuture.swift
[95/156] Compiling NIOCore FileDescriptor.swift
[96/156] Compiling NIOCore FileHandle.swift
[97/156] Compiling NIOCore FileRegion.swift
[98/156] Compiling NIOCore GlobalSingletons.swift
[99/156] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[100/156] Compiling NIOCore SocketAddresses.swift
[101/156] Compiling NIOCore SocketOptionProvider.swift
[102/156] Compiling NIOCore SystemCallHelpers.swift
[103/156] Compiling NIOCore TimeAmount+Duration.swift
[104/156] Compiling NIOCore TypeAssistedChannelHandler.swift
[105/156] Compiling NIOCore UniversalBootstrapSupport.swift
[106/156] Compiling NIOCore Utilities.swift
[107/156] Compiling NIOCore CircularBuffer.swift
[108/156] Compiling NIOCore Codec.swift
[109/156] Compiling NIOCore ConvenienceOptionSupport.swift
[110/156] Compiling NIOCore DeadChannel.swift
[111/156] Compiling NIOCore DispatchQueue+WithFuture.swift
[112/156] Compiling NIOCore EventLoop+Deprecated.swift
[113/156] Compiling NIOCore EventLoop+SerialExecutor.swift
[114/156] Compiling NIOCore EventLoop.swift
[115/156] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[116/156] Compiling NIOCore BSDSocketAPI.swift
[117/156] Compiling NIOCore ByteBuffer-aux.swift
[118/156] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[119/156] Compiling NIOCore ByteBuffer-conversions.swift
[120/156] Compiling NIOCore ByteBuffer-core.swift
[121/156] Compiling NIOCore ByteBuffer-hex.swift
[122/156] Compiling NIOCore ByteBuffer-int.swift
[123/156] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[124/156] Compiling NIOCore AddressedEnvelope.swift
[125/156] Compiling NIOCore AsyncAwaitSupport.swift
[126/156] Compiling NIOCore AsyncChannel.swift
[127/156] Compiling NIOCore AsyncChannelHandler.swift
[128/156] Compiling NIOCore AsyncChannelInboundStream.swift
[129/156] Compiling NIOCore AsyncChannelOutboundWriter.swift
[130/156] Compiling NIOCore NIOAsyncSequenceProducer.swift
[131/156] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[132/156] Compiling NIOCore NIOAsyncWriter.swift
[133/156] 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:
[134/156] 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:
[135/156] 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:
[136/156] 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:
[137/156] 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:
[138/156] 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:
[139/156] 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:
[140/156] 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:
[141/156] 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:
[142/156] Emitting module NIOCore
BUILD FAILURE 6.1 wasm