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, reference main (2550c9), with Swift 6.1 for Wasm on 8 Sep 2025 21:16:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio.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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2550c9e Remove NIOFileSystem from products (#3370)
Cloned https://github.com/apple/swift-nio.git
Revision (git rev-parse @):
2550c9ed48e11193780e097277ce21be8352e8cf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio.git
https://github.com/apple/swift-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    }
  ],
  "manifest_display_name" : "swift-nio",
  "name" : "swift-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NIOCore",
      "targets" : [
        "NIOCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIO",
      "targets" : [
        "NIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOEmbedded",
      "targets" : [
        "NIOEmbedded"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOPosix",
      "targets" : [
        "NIOPosix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NIOConcurrency",
      "targets" : [
        "_NIOConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTLS",
      "targets" : [
        "NIOTLS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOHTTP1",
      "targets" : [
        "NIOHTTP1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOConcurrencyHelpers",
      "targets" : [
        "NIOConcurrencyHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOFoundationCompat",
      "targets" : [
        "NIOFoundationCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOWebSocket",
      "targets" : [
        "NIOWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOTestUtils",
      "targets" : [
        "NIOTestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NIOFileSystem",
      "targets" : [
        "_NIOFileSystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NIOFileSystemFoundationCompat",
      "targets" : [
        "_NIOFileSystemFoundationCompat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOWebSocketServer",
      "targets" : [
        "NIOWebSocketServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOWebSocketClient",
      "targets" : [
        "NIOWebSocketClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOUDPEchoServer",
      "targets" : [
        "NIOUDPEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOUDPEchoClient",
      "targets" : [
        "NIOUDPEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTCPEchoServer",
      "targets" : [
        "NIOTCPEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOTCPEchoClient",
      "targets" : [
        "NIOTCPEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOPerformanceTester",
      "targets" : [
        "NIOPerformanceTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOMulticastChat",
      "targets" : [
        "NIOMulticastChat"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOHTTP1Server",
      "targets" : [
        "NIOHTTP1Server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOHTTP1Client",
      "targets" : [
        "NIOHTTP1Client"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOEchoServer",
      "targets" : [
        "NIOEchoServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOEchoClient",
      "targets" : [
        "NIOEchoClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOCrashTester",
      "targets" : [
        "NIOCrashTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOChatServer",
      "targets" : [
        "NIOChatServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOChatClient",
      "targets" : [
        "NIOChatClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOAsyncAwaitDemo",
      "targets" : [
        "NIOAsyncAwaitDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOFileSystemTour",
      "targets" : [
        "NIOFileSystemTour"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_NIOFileSystemFoundationCompat",
      "module_type" : "SwiftTarget",
      "name" : "_NIOFileSystemFoundationCompat",
      "path" : "Sources/_NIOFileSystemFoundationCompat",
      "product_memberships" : [
        "_NIOFileSystemFoundationCompat",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Data+FileSystem.swift",
        "Date+FileInfo.swift"
      ],
      "target_dependencies" : [
        "_NIOFileSystem",
        "NIOFoundationCompat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIOFileSystem",
      "module_type" : "SwiftTarget",
      "name" : "_NIOFileSystem",
      "path" : "Sources/_NIOFileSystem",
      "product_dependencies" : [
        "Atomics",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Array+FileSystem.swift",
        "ArraySlice+FileSystem.swift",
        "BufferedReader.swift",
        "BufferedWriter.swift",
        "ByteBuffer+FileSystem.swift",
        "ByteCount.swift",
        "Convenience.swift",
        "DirectoryEntries.swift",
        "DirectoryEntry.swift",
        "Exports.swift",
        "FileChunks.swift",
        "FileHandle.swift",
        "FileHandleProtocol.swift",
        "FileInfo.swift",
        "FileSystem.swift",
        "FileSystemError+Syscall.swift",
        "FileSystemError.swift",
        "FileSystemProtocol.swift",
        "FileType.swift",
        "IOStrategy.swift",
        "Internal/BufferedOrAnyStream.swift",
        "Internal/BufferedStream.swift",
        "Internal/Cancellation.swift",
        "Internal/Concurrency Primitives/TokenBucket.swift",
        "Internal/Concurrency Primitives/UnsafeTransfer.swift",
        "Internal/ParallelDirCopy.swift",
        "Internal/ParallelRemoval.swift",
        "Internal/String+UnsafeUnititializedCapacity.swift",
        "Internal/System Calls/CInterop.swift",
        "Internal/System Calls/Errno.swift",
        "Internal/System Calls/FileDescriptor+Syscalls.swift",
        "Internal/System Calls/Mocking.swift",
        "Internal/System Calls/Syscall.swift",
        "Internal/System Calls/Syscalls.swift",
        "Internal/SystemFileHandle.swift",
        "Internal/Utilities.swift",
        "NIOFilePath.swift",
        "NIOFileSystemSendableMetatype.swift",
        "OpenOptions.swift",
        "String+FileSystem.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "CNIOLinux",
        "CNIODarwin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIODataStructures",
      "module_type" : "SwiftTarget",
      "name" : "_NIODataStructures",
      "path" : "Sources/_NIODataStructures",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Heap.swift",
        "PriorityQueue.swift",
        "_TinyArray.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIOConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "_NIOConcurrency",
      "path" : "Sources/_NIOConcurrency",
      "product_memberships" : [
        "_NIOConcurrency",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NIOBase64",
      "module_type" : "SwiftTarget",
      "name" : "_NIOBase64",
      "path" : "Sources/_NIOBase64",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Base64.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocketTests",
      "path" : "Tests/NIOWebSocketTests",
      "sources" : [
        "ByteBufferWebSocketTests.swift",
        "NIOWebSocketClientUpgraderTests.swift",
        "NIOWebSocketFrameAggregatorTests.swift",
        "WebSocketClientEndToEndTests.swift",
        "WebSocketFrameDecoderTest.swift",
        "WebSocketFrameEncoderTest.swift",
        "WebSocketMaskingKeyTests.swift",
        "WebSocketServerEndToEndTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOWebSocketServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocketServer",
      "path" : "Sources/NIOWebSocketServer",
      "product_memberships" : [
        "NIOWebSocketServer"
      ],
      "sources" : [
        "Server.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOWebSocketClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocketClient",
      "path" : "Sources/NIOWebSocketClient",
      "product_memberships" : [
        "NIOWebSocketClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NIOWebSocket",
      "path" : "Sources/NIOWebSocket",
      "product_memberships" : [
        "NIOWebSocket",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "NIOWebSocketClientUpgrader.swift",
        "NIOWebSocketFrameAggregator.swift",
        "NIOWebSocketServerUpgrader.swift",
        "SHA1.swift",
        "WebSocketErrorCodes.swift",
        "WebSocketFrame.swift",
        "WebSocketFrameDecoder.swift",
        "WebSocketFrameEncoder.swift",
        "WebSocketOpcode.swift",
        "WebSocketProtocolErrorHandler.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOHTTP1",
        "CNIOSHA1",
        "_NIOBase64"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOUDPEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOUDPEchoServer",
      "path" : "Sources/NIOUDPEchoServer",
      "product_memberships" : [
        "NIOUDPEchoServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOUDPEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOUDPEchoClient",
      "path" : "Sources/NIOUDPEchoClient",
      "product_memberships" : [
        "NIOUDPEchoClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTests",
      "path" : "Tests/NIOTests",
      "sources" : [
        "NIOTests.swift"
      ],
      "target_dependencies" : [
        "NIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTestUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTestUtilsTests",
      "path" : "Tests/NIOTestUtilsTests",
      "sources" : [
        "ByteToMessageDecoderVerifierTest.swift",
        "EventCounterHandlerTest.swift",
        "ManualTaskExecutorTest.swift",
        "NIOHTTP1TestServerTest.swift"
      ],
      "target_dependencies" : [
        "NIOTestUtils",
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTestUtils",
      "module_type" : "SwiftTarget",
      "name" : "NIOTestUtils",
      "path" : "Sources/NIOTestUtils",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "NIOTestUtils",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ByteToMessageDecoderVerifier.swift",
        "EventCounterHandler.swift",
        "ManualTaskExecutor.swift",
        "NIOHTTP1TestServer.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTLSTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOTLSTests",
      "path" : "Tests/NIOTLSTests",
      "sources" : [
        "ApplicationProtocolNegotiationHandlerTests.swift",
        "NIOTypedApplicationProtocolNegotiationHandlerTests.swift",
        "SNIHandlerTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOTLS",
        "NIOFoundationCompat",
        "NIOTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOTLS",
      "module_type" : "SwiftTarget",
      "name" : "NIOTLS",
      "path" : "Sources/NIOTLS",
      "product_dependencies" : [
        "DequeModule"
      ],
      "product_memberships" : [
        "NIOTLS",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ApplicationProtocolNegotiationHandler.swift",
        "NIOTypedApplicationProtocolNegotiationHandler.swift",
        "ProtocolNegotiationHandlerStateMachine.swift",
        "SNIHandler.swift",
        "TLSEvents.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOTCPEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOTCPEchoServer",
      "path" : "Sources/NIOTCPEchoServer",
      "product_memberships" : [
        "NIOTCPEchoServer"
      ],
      "sources" : [
        "Server.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOTCPEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOTCPEchoClient",
      "path" : "Sources/NIOTCPEchoClient",
      "product_memberships" : [
        "NIOTCPEchoClient"
      ],
      "sources" : [
        "Client.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSingletonsTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOSingletonsTests",
      "path" : "Tests/NIOSingletonsTests",
      "sources" : [
        "GlobalSingletonsTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOPosixTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOPosixTests",
      "path" : "Tests/NIOPosixTests",
      "sources" : [
        "AcceptBackoffHandlerTest.swift",
        "AsyncChannelBootstrapTests.swift",
        "BlockingIOThreadPoolTest.swift",
        "BootstrapTest.swift",
        "ChannelNotificationTest.swift",
        "ChannelPipelineTest.swift",
        "ChannelTests.swift",
        "CoWValue.swift",
        "CodecTest.swift",
        "ControlMessageTests.swift",
        "DatagramChannelTests.swift",
        "EchoServerClientTest.swift",
        "EventLoopFutureIsolatedTests.swift",
        "EventLoopFutureTest.swift",
        "EventLoopMetricsDelegateTests.swift",
        "EventLoopTest.swift",
        "FileRegionTest.swift",
        "GetAddrInfoResolverTest.swift",
        "HappyEyeballsTest.swift",
        "IPv4Header.swift",
        "IdleStateHandlerTest.swift",
        "IntegerBitPackingTests.swift",
        "MulticastTest.swift",
        "NIOFileHandleTest.swift",
        "NIOLoopBoundTests.swift",
        "NIOScheduledCallbackTests.swift",
        "NIOThreadPoolTest.swift",
        "NonBlockingFileIOTest.swift",
        "PendingDatagramWritesManagerTests.swift",
        "PipeChannelTest.swift",
        "RawSocketBootstrapTests.swift",
        "SALChannelTests.swift",
        "SALEventLoopTests.swift",
        "SelectorTest.swift",
        "SerialExecutorTests.swift",
        "SocketAddressTest.swift",
        "SocketChannelTest.swift",
        "SocketOptionProviderTest.swift",
        "StreamChannelsTest.swift",
        "SyscallAbstractionLayer.swift",
        "SyscallAbstractionLayerContext.swift",
        "SystemCallWrapperHelpers.swift",
        "SystemTest.swift",
        "TestUtils.swift",
        "ThreadTest.swift",
        "UniversalBootstrapSupportTest.swift",
        "VsockAddressTest.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOTestUtils",
        "NIOConcurrencyHelpers",
        "NIOEmbedded",
        "CNIOLinux",
        "CNIODarwin",
        "NIOTLS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOPosix",
      "module_type" : "SwiftTarget",
      "name" : "NIOPosix",
      "path" : "Sources/NIOPosix",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "NIO",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "BSDSocketAPICommon.swift",
        "BSDSocketAPIPosix.swift",
        "BSDSocketAPIWindows.swift",
        "BaseSocket.swift",
        "BaseSocketChannel+SocketOptionProvider.swift",
        "BaseSocketChannel.swift",
        "BaseStreamSocketChannel.swift",
        "Bootstrap.swift",
        "ControlMessage.swift",
        "DatagramVectorReadManager.swift",
        "Errors+Any.swift",
        "FileDescriptor.swift",
        "GetaddrinfoResolver.swift",
        "HappyEyeballs.swift",
        "IO.swift",
        "IntegerBitPacking.swift",
        "IntegerTypes.swift",
        "Linux.swift",
        "LinuxCPUSet.swift",
        "LinuxUring.swift",
        "MultiThreadedEventLoopGroup.swift",
        "NIOPosixSendableMetatype.swift",
        "NIOThreadPool.swift",
        "NonBlockingFileIO.swift",
        "PendingDatagramWritesManager.swift",
        "PendingWritesManager.swift",
        "PipeChannel.swift",
        "PipePair.swift",
        "Pool.swift",
        "PosixSingletons+ConcurrencyTakeOver.swift",
        "PosixSingletons.swift",
        "RawSocketBootstrap.swift",
        "Resolver.swift",
        "Selectable.swift",
        "SelectableChannel.swift",
        "SelectableEventLoop.swift",
        "SelectorEpoll.swift",
        "SelectorGeneric.swift",
        "SelectorKqueue.swift",
        "SelectorUring.swift",
        "SelectorWSAPoll.swift",
        "ServerSocket.swift",
        "Socket.swift",
        "SocketChannel.swift",
        "SocketProtocols.swift",
        "StructuredConcurrencyHelpers.swift",
        "System.swift",
        "Thread.swift",
        "ThreadPosix.swift",
        "ThreadWindows.swift",
        "UnsafeTransfer.swift",
        "Utilities.swift",
        "VsockAddress.swift",
        "VsockChannelEvents.swift",
        "Windows.swift"
      ],
      "target_dependencies" : [
        "CNIOLinux",
        "CNIODarwin",
        "CNIOWindows",
        "NIOConcurrencyHelpers",
        "NIOCore",
        "_NIODataStructures",
        "CNIOPosix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOPerformanceTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOPerformanceTester",
      "path" : "Sources/NIOPerformanceTester",
      "product_memberships" : [
        "NIOPerformanceTester"
      ],
      "sources" : [
        "Benchmark.swift",
        "ByteBufferViewContainsBenchmark.swift",
        "ByteBufferViewCopyToArrayBenchmark.swift",
        "ByteBufferViewIteratorBenchmark.swift",
        "ByteBufferWriteMultipleBenchmarks.swift",
        "ByteToMessageDecoderDecodeManySmallsBenchmark.swift",
        "ChannelPipelineBenchmark.swift",
        "CircularBufferCopyToArrayBenchmark.swift",
        "CircularBufferIntoByteBufferBenchmark.swift",
        "DeadlineNowBenchmark.swift",
        "ExecuteBenchmark.swift",
        "LockBenchmark.swift",
        "NIOAsyncSequenceProducerBenchmark.swift",
        "NIOAsyncWriterSingleWritesBenchmark.swift",
        "RunIfActiveBenchmark.swift",
        "SchedulingAndRunningBenchmark.swift",
        "TCPThroughputBenchmark.swift",
        "UDPBenchmark.swift",
        "WebSocketFrameDecoderBenchmark.swift",
        "WebSocketFrameEncoderBenchmark.swift",
        "main.swift",
        "resources.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOMulticastChat",
      "module_type" : "SwiftTarget",
      "name" : "NIOMulticastChat",
      "path" : "Sources/NIOMulticastChat",
      "product_memberships" : [
        "NIOMulticastChat"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOHTTP1Tests",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1Tests",
      "path" : "Tests/NIOHTTP1Tests",
      "sources" : [
        "ByteBufferUtilsTest.swift",
        "ContentLengthTests.swift",
        "HTTPClientUpgradeTests.swift",
        "HTTPDecoderLengthTest.swift",
        "HTTPDecoderTest.swift",
        "HTTPHeaderValidationTests.swift",
        "HTTPHeadersTest.swift",
        "HTTPRequestEncoderTest.swift",
        "HTTPResponseEncoderTest.swift",
        "HTTPResponseStatusTests.swift",
        "HTTPServerClientTest.swift",
        "HTTPServerPipelineHandlerTest.swift",
        "HTTPServerProtocolErrorHandlerTest.swift",
        "HTTPServerUpgradeTests.swift",
        "HTTPTest.swift",
        "HTTPTypesTest.swift",
        "NIOHTTPObjectAggregatorTest.swift",
        "TestUtils.swift",
        "UnsafeTransfer.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOHTTP1Server",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1Server",
      "path" : "Sources/NIOHTTP1Server",
      "product_memberships" : [
        "NIOHTTP1Server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOHTTP1Client",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1Client",
      "path" : "Sources/NIOHTTP1Client",
      "product_memberships" : [
        "NIOHTTP1Client"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOHTTP1",
      "module_type" : "SwiftTarget",
      "name" : "NIOHTTP1",
      "path" : "Sources/NIOHTTP1",
      "product_dependencies" : [
        "DequeModule"
      ],
      "product_memberships" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ByteCollectionUtils.swift",
        "HTTPDecoder.swift",
        "HTTPEncoder.swift",
        "HTTPHeaderValidator.swift",
        "HTTPHeaders+Validation.swift",
        "HTTPPipelineSetup.swift",
        "HTTPServerPipelineHandler.swift",
        "HTTPServerProtocolErrorHandler.swift",
        "HTTPServerUpgradeHandler.swift",
        "HTTPTypedPipelineSetup.swift",
        "HTTPTypes.swift",
        "NIOHTTPClientUpgradeHandler.swift",
        "NIOHTTPObjectAggregator.swift",
        "NIOTypedHTTPClientUpgradeHandler.swift",
        "NIOTypedHTTPClientUpgraderStateMachine.swift",
        "NIOTypedHTTPServerUpgradeHandler.swift",
        "NIOTypedHTTPServerUpgraderStateMachine.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "CNIOLLHTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFoundationCompatTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFoundationCompatTests",
      "path" : "Tests/NIOFoundationCompatTests",
      "sources" : [
        "ByteBuffer+UUIDTests.swift",
        "ByteBufferDataProtocolTests.swift",
        "ByteBufferView+MutableDataProtocolTest.swift",
        "Codable+ByteBufferTest.swift",
        "JSONSerialization+ByteBufferTest.swift",
        "WaitSpinningRunLoopTests.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFoundationCompat",
      "module_type" : "SwiftTarget",
      "name" : "NIOFoundationCompat",
      "path" : "Sources/NIOFoundationCompat",
      "product_memberships" : [
        "NIOFoundationCompat",
        "_NIOFileSystemFoundationCompat",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "ByteBuffer-foundation.swift",
        "Codable+ByteBuffer.swift",
        "JSONSerialization+ByteBuffer.swift",
        "WaitSpinningRunLoop.swift"
      ],
      "target_dependencies" : [
        "NIO",
        "NIOCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFileSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystemTests",
      "path" : "Tests/NIOFileSystemTests",
      "product_dependencies" : [
        "Atomics",
        "DequeModule",
        "SystemPackage"
      ],
      "sources" : [
        "ByteCountTests.swift",
        "DirectoryEntriesTests.swift",
        "FileChunksTests.swift",
        "FileHandleTests.swift",
        "FileInfoTests.swift",
        "FileOpenOptionsTests.swift",
        "FilePathTests.swift",
        "FileSystemErrorTests.swift",
        "FileTypeTests.swift",
        "Internal/CancellationTests.swift",
        "Internal/Concurrency Primitives/BufferedStreamTests.swift",
        "Internal/MockingInfrastructure.swift",
        "Internal/SyscallTests.swift",
        "XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOFileSystem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFileSystemIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystemIntegrationTests",
      "path" : "Tests/NIOFileSystemIntegrationTests",
      "sources" : [
        "BufferedReaderTests.swift",
        "BufferedWriterTests.swift",
        "ConvenienceTests.swift",
        "FileHandleTests.swift",
        "FileSystemTests+SPI.swift",
        "FileSystemTests.swift",
        "XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOFileSystem",
        "NIOFoundationCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFileSystemFoundationCompatTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystemFoundationCompatTests",
      "path" : "Tests/NIOFileSystemFoundationCompatTests",
      "sources" : [
        "FileSystemFoundationCompatTests.swift"
      ],
      "target_dependencies" : [
        "NIOFileSystem",
        "NIOFileSystemFoundationCompat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOFileSystemFoundationCompat",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystemFoundationCompat",
      "path" : "Sources/NIOFileSystemFoundationCompat",
      "sources" : [
        "Data+FileSystem.swift",
        "Date+FileInfo.swift"
      ],
      "target_dependencies" : [
        "NIOFileSystem",
        "NIOFoundationCompat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFileSystem",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystem",
      "path" : "Sources/NIOFileSystem",
      "product_dependencies" : [
        "Atomics",
        "DequeModule",
        "SystemPackage"
      ],
      "sources" : [
        "Array+FileSystem.swift",
        "ArraySlice+FileSystem.swift",
        "BufferedReader.swift",
        "BufferedWriter.swift",
        "ByteBuffer+FileSystem.swift",
        "ByteCount.swift",
        "Convenience.swift",
        "DirectoryEntries.swift",
        "DirectoryEntry.swift",
        "Exports.swift",
        "FileChunks.swift",
        "FileHandle.swift",
        "FileHandleProtocol.swift",
        "FileInfo.swift",
        "FileSystem.swift",
        "FileSystemError+Syscall.swift",
        "FileSystemError.swift",
        "FileSystemProtocol.swift",
        "FileType.swift",
        "IOStrategy.swift",
        "Internal/BufferedOrAnyStream.swift",
        "Internal/BufferedStream.swift",
        "Internal/Cancellation.swift",
        "Internal/Concurrency Primitives/TokenBucket.swift",
        "Internal/Concurrency Primitives/UnsafeTransfer.swift",
        "Internal/ParallelDirCopy.swift",
        "Internal/ParallelRemoval.swift",
        "Internal/String+UnsafeUnititializedCapacity.swift",
        "Internal/System Calls/CInterop.swift",
        "Internal/System Calls/Errno.swift",
        "Internal/System Calls/FileDescriptor+Syscalls.swift",
        "Internal/System Calls/Mocking.swift",
        "Internal/System Calls/Syscall.swift",
        "Internal/System Calls/Syscalls.swift",
        "Internal/SystemFileHandle.swift",
        "Internal/Utilities.swift",
        "NIOFilePath.swift",
        "NIOFileSystemSendableMetatype.swift",
        "OpenOptions.swift",
        "String+FileSystem.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "CNIOLinux",
        "CNIODarwin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOEmbeddedTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOEmbeddedTests",
      "path" : "Tests/NIOEmbeddedTests",
      "sources" : [
        "AsyncTestingChannelTests.swift",
        "AsyncTestingEventLoopTests.swift",
        "EmbeddedChannelTest.swift",
        "EmbeddedEventLoopTest.swift",
        "TestUtils.swift",
        "XCTest+AsyncAwait.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOEmbedded"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOEmbedded",
      "module_type" : "SwiftTarget",
      "name" : "NIOEmbedded",
      "path" : "Sources/NIOEmbedded",
      "product_dependencies" : [
        "Atomics",
        "DequeModule"
      ],
      "product_memberships" : [
        "NIO",
        "NIOEmbedded",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "AsyncTestingChannel.swift",
        "AsyncTestingEventLoop.swift",
        "Embedded.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers",
        "_NIODataStructures"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOEchoServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOEchoServer",
      "path" : "Sources/NIOEchoServer",
      "product_memberships" : [
        "NIOEchoServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOEchoClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOEchoClient",
      "path" : "Sources/NIOEchoClient",
      "product_memberships" : [
        "NIOEchoClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIODataStructuresTests",
      "module_type" : "SwiftTarget",
      "name" : "NIODataStructuresTests",
      "path" : "Tests/NIODataStructuresTests",
      "sources" : [
        "HeapTests.swift",
        "PriorityQueueTests.swift"
      ],
      "target_dependencies" : [
        "_NIODataStructures"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOCrashTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOCrashTester",
      "path" : "Sources/NIOCrashTester",
      "product_memberships" : [
        "NIOCrashTester"
      ],
      "sources" : [
        "CrashTestSuites.swift",
        "CrashTests+ByteBuffer.swift",
        "CrashTests+EventLoop.swift",
        "CrashTests+HTTP.swift",
        "CrashTests+LoopBound.swift",
        "CrashTests+Strict.swift",
        "CrashTests+System.swift",
        "OutputGrepper.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOEmbedded",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOFoundationCompat"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOCoreTests",
      "path" : "Tests/NIOCoreTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "AddressedEnvelopeTests.swift",
        "AsyncChannel/AsyncChannelInboundStreamTests.swift",
        "AsyncChannel/AsyncChannelOutboundWriterTests.swift",
        "AsyncChannel/AsyncChannelTests.swift",
        "AsyncSequenceTests.swift",
        "AsyncSequences/NIOAsyncSequenceProducer+HighLowWatermarkBackPressureStrategyTests.swift",
        "AsyncSequences/NIOAsyncSequenceTests.swift",
        "AsyncSequences/NIOAsyncWriterTests.swift",
        "AsyncSequences/NIOThrowingAsyncSequenceTests.swift",
        "BaseObjectsTest.swift",
        "ByteBufferBinaryEncodedLengthPrefixTests.swift",
        "ByteBufferLengthPrefixTests.swift",
        "ByteBufferQUICBinaryEncodingStrategyTests.swift",
        "ByteBufferTest.swift",
        "ChannelOptionStorageTest.swift",
        "CircularBufferTests.swift",
        "CustomChannelTests.swift",
        "DispatchQueue+WithFutureTest.swift",
        "IOErrorTest.swift",
        "IntegerTypesTest.swift",
        "LinuxTest.swift",
        "MarkedCircularBufferTests.swift",
        "NIOAnyDebugTest.swift",
        "NIOCloseOnErrorHandlerTest.swift",
        "NIOIsolatedEventLoopTests.swift",
        "NIOPooledRecvBufferAllocatorTests.swift",
        "RecvByteBufAllocatorTest.swift",
        "SingleStepByteToMessageDecoderTest.swift",
        "TimeAmount+DurationTests.swift",
        "TimeAmountTests.swift",
        "TypeAssistedChannelHandlerTests.swift",
        "UtilitiesTest.swift",
        "XCTest+AsyncAwait.swift",
        "XCTest+Extensions.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOEmbedded",
        "NIOFoundationCompat",
        "NIOTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOCore",
      "module_type" : "SwiftTarget",
      "name" : "NIOCore",
      "path" : "Sources/NIOCore",
      "product_dependencies" : [
        "DequeModule",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "AddressedEnvelope.swift",
        "AsyncAwaitSupport.swift",
        "AsyncChannel/AsyncChannel.swift",
        "AsyncChannel/AsyncChannelHandler.swift",
        "AsyncChannel/AsyncChannelInboundStream.swift",
        "AsyncChannel/AsyncChannelOutboundWriter.swift",
        "AsyncSequences/NIOAsyncSequenceProducer.swift",
        "AsyncSequences/NIOAsyncSequenceProducerStrategies.swift",
        "AsyncSequences/NIOAsyncWriter.swift",
        "AsyncSequences/NIOThrowingAsyncSequenceProducer.swift",
        "BSDSocketAPI.swift",
        "ByteBuffer-aux.swift",
        "ByteBuffer-binaryEncodedLengthPrefix.swift",
        "ByteBuffer-conversions.swift",
        "ByteBuffer-core.swift",
        "ByteBuffer-hex.swift",
        "ByteBuffer-int.swift",
        "ByteBuffer-lengthPrefix.swift",
        "ByteBuffer-multi-int.swift",
        "ByteBuffer-quicBinaryEncodingStrategy.swift",
        "ByteBuffer-views.swift",
        "Channel.swift",
        "ChannelHandler.swift",
        "ChannelHandlers.swift",
        "ChannelInvoker.swift",
        "ChannelOption.swift",
        "ChannelPipeline.swift",
        "CircularBuffer.swift",
        "Codec.swift",
        "ConvenienceOptionSupport.swift",
        "DeadChannel.swift",
        "DispatchQueue+WithFuture.swift",
        "EventLoop+Deprecated.swift",
        "EventLoop+SerialExecutor.swift",
        "EventLoop.swift",
        "EventLoopFuture+AssumeIsolated.swift",
        "EventLoopFuture+Deprecated.swift",
        "EventLoopFuture+WithEventLoop.swift",
        "EventLoopFuture.swift",
        "FileDescriptor.swift",
        "FileHandle.swift",
        "FileRegion.swift",
        "GlobalSingletons.swift",
        "IO.swift",
        "IOData.swift",
        "IPProtocol.swift",
        "IntegerBitPacking.swift",
        "IntegerTypes.swift",
        "Interfaces.swift",
        "Linux.swift",
        "MarkedCircularBuffer.swift",
        "MulticastChannel.swift",
        "NIOAny.swift",
        "NIOCloseOnErrorHandler.swift",
        "NIOCoreSendableMetatype.swift",
        "NIOLoopBound.swift",
        "NIOPooledRecvBufferAllocator.swift",
        "NIOScheduledCallback.swift",
        "NIOSendable.swift",
        "RecvByteBufferAllocator.swift",
        "SingleStepByteToMessageDecoder.swift",
        "SocketAddresses.swift",
        "SocketOptionProvider.swift",
        "SystemCallHelpers.swift",
        "TimeAmount+Duration.swift",
        "TypeAssistedChannelHandler.swift",
        "UniversalBootstrapSupport.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "_NIOBase64",
        "CNIODarwin",
        "CNIOLinux",
        "CNIOWindows",
        "CNIOWASI",
        "_NIODataStructures"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOConcurrencyHelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOConcurrencyHelpersTests",
      "path" : "Tests/NIOConcurrencyHelpersTests",
      "sources" : [
        "NIOConcurrencyHelpersTests.swift"
      ],
      "target_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOConcurrencyHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NIOConcurrencyHelpers",
      "path" : "Sources/NIOConcurrencyHelpers",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "NIOAtomic.swift",
        "NIOLock.swift",
        "NIOLockedValueBox.swift",
        "atomics.swift",
        "lock.swift"
      ],
      "target_dependencies" : [
        "CNIOAtomics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOChatServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOChatServer",
      "path" : "Sources/NIOChatServer",
      "product_memberships" : [
        "NIOChatServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOChatClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOChatClient",
      "path" : "Sources/NIOChatClient",
      "product_memberships" : [
        "NIOChatClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOConcurrencyHelpers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOBase64Tests",
      "module_type" : "SwiftTarget",
      "name" : "NIOBase64Tests",
      "path" : "Tests/NIOBase64Tests",
      "sources" : [
        "Base64Test.swift"
      ],
      "target_dependencies" : [
        "_NIOBase64"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOAsyncAwaitDemo",
      "module_type" : "SwiftTarget",
      "name" : "NIOAsyncAwaitDemo",
      "path" : "Sources/NIOAsyncAwaitDemo",
      "product_memberships" : [
        "NIOAsyncAwaitDemo"
      ],
      "sources" : [
        "AsyncChannelIO.swift",
        "FullRequestResponse.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOPosix",
        "NIOCore",
        "NIOHTTP1"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIO",
      "module_type" : "SwiftTarget",
      "name" : "NIO",
      "path" : "Sources/NIO",
      "product_memberships" : [
        "NIO",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOPosix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOWindows",
      "module_type" : "ClangTarget",
      "name" : "CNIOWindows",
      "path" : "Sources/CNIOWindows",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "WSAStartup.c",
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOWASI",
      "module_type" : "ClangTarget",
      "name" : "CNIOWASI",
      "path" : "Sources/CNIOWASI",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "CNIOWASI.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOSHA1",
      "module_type" : "ClangTarget",
      "name" : "CNIOSHA1",
      "path" : "Sources/CNIOSHA1",
      "product_memberships" : [
        "NIOWebSocket",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOCrashTester",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "c_nio_sha1.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOPosix",
      "module_type" : "ClangTarget",
      "name" : "CNIOPosix",
      "path" : "Sources/CNIOPosix",
      "product_memberships" : [
        "NIO",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "event_loop_id.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOLinux",
      "module_type" : "ClangTarget",
      "name" : "CNIOLinux",
      "path" : "Sources/CNIOLinux",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "liburing_shims.c",
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOLLHTTP",
      "module_type" : "ClangTarget",
      "name" : "CNIOLLHTTP",
      "path" : "Sources/CNIOLLHTTP",
      "product_memberships" : [
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOPerformanceTester",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOCrashTester",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "c_nio_api.c",
        "c_nio_http.c",
        "c_nio_llhttp.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIODarwin",
      "module_type" : "ClangTarget",
      "name" : "CNIODarwin",
      "path" : "Sources/CNIODarwin",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "shim.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CNIOAtomics",
      "module_type" : "ClangTarget",
      "name" : "CNIOAtomics",
      "path" : "Sources/CNIOAtomics",
      "product_memberships" : [
        "NIOCore",
        "NIO",
        "NIOEmbedded",
        "NIOPosix",
        "_NIOConcurrency",
        "NIOTLS",
        "NIOHTTP1",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "NIOWebSocket",
        "NIOTestUtils",
        "_NIOFileSystem",
        "_NIOFileSystemFoundationCompat",
        "NIOWebSocketServer",
        "NIOWebSocketClient",
        "NIOUDPEchoServer",
        "NIOUDPEchoClient",
        "NIOTCPEchoServer",
        "NIOTCPEchoClient",
        "NIOPerformanceTester",
        "NIOMulticastChat",
        "NIOHTTP1Server",
        "NIOHTTP1Client",
        "NIOEchoServer",
        "NIOEchoClient",
        "NIOCrashTester",
        "NIOChatServer",
        "NIOChatClient",
        "NIOAsyncAwaitDemo",
        "NIOFileSystemTour"
      ],
      "sources" : [
        "src/c-atomics.c",
        "src/c-nioatomics.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NIOFileSystemTour",
      "module_type" : "SwiftTarget",
      "name" : "NIOFileSystemTour",
      "path" : "Snippets",
      "product_memberships" : [
        "NIOFileSystemTour"
      ],
      "sources" : [
        "NIOFileSystemTour.swift"
      ],
      "target_dependencies" : [
        "_NIOFileSystemFoundationCompat",
        "_NIOFileSystem",
        "_NIOConcurrency",
        "NIOWebSocket",
        "NIOTestUtils",
        "NIOTLS",
        "NIOPosix",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOEmbedded",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIO"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
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/1814] Fetching swift-atomics
[636/6751] Fetching swift-atomics, swift-system
[6480/24161] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
[2960/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.21s)
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
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.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Building for debugging...
[0/124] Write sources
[37/124] Compiling CNIODarwin shim.c
[38/124] Compiling _AtomicsShims.c
[39/124] Compiling CSystem shims.c
[40/124] Compiling CNIOWindows shim.c
[40/124] Compiling CNIOWindows WSAStartup.c
[42/124] Compiling CNIOWASI CNIOWASI.c
[43/124] Compiling CNIOPosix event_loop_id.c
[44/124] Compiling CNIOLinux shim.c
[45/124] Compiling CNIOLinux liburing_shims.c
[45/124] Write sources
[47/124] Compiling CNIOSHA1 c_nio_sha1.c
[48/124] Compiling CNIOLLHTTP c_nio_api.c
[49/124] Compiling CNIOLLHTTP c_nio_http.c
[50/124] Write swift-version-24593BA9C3E375BF.txt
[52/193] Emitting module _NIOBase64
[53/193] Emitting module _NIODataStructures
[54/193] Emitting module InternalCollectionsUtilities
[55/194] Emitting module SystemPackage
[55/198] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/198] Emitting module Atomics
[58/200] Compiling _NIODataStructures _TinyArray.swift
[59/200] Compiling _NIODataStructures PriorityQueue.swift
[60/200] Compiling _NIOBase64 Base64.swift
[61/200] Compiling Atomics AtomicInteger.swift
[62/200] Compiling Atomics AtomicOptionalWrappable.swift
[63/200] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/201] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/201] Compiling Atomics PointerConformances.swift
[66/201] Compiling Atomics Primitives.native.swift
[67/201] Compiling Atomics AtomicReference.swift
[68/201] Compiling Atomics AtomicStorage.swift
[69/201] Compiling Atomics AtomicValue.swift
[70/201] Compiling Atomics AtomicMemoryOrderings.swift
[71/201] Compiling Atomics ManagedAtomic.swift
[72/201] Compiling Atomics ManagedAtomicLazyReference.swift
[73/201] Compiling Atomics UnsafeAtomic.swift
[74/201] Compiling Atomics UnsafeAtomicLazyReference.swift
[80/201] Compiling Atomics IntegerOperations.swift
[81/201] Compiling Atomics Unmanaged extensions.swift
[83/201] Compiling Atomics DoubleWord.swift
[84/201] Compiling SystemPackage SystemString.swift
[85/201] Compiling SystemPackage Util+StringArray.swift
[86/201] Compiling SystemPackage Util.swift
[87/201] Compiling SystemPackage UtilConsumers.swift
[88/201] Compiling Atomics AtomicBool.swift
[89/201] Compiling Atomics IntegerConformances.swift
[90/201] Compiling Atomics OptionalRawRepresentable.swift
[91/201] Compiling Atomics RawRepresentable.swift
[100/203] Wrapping AST for _NIOBase64 for debugging
[101/203] Wrapping AST for InternalCollectionsUtilities for debugging
[102/216] Wrapping AST for Atomics for debugging
[104/218] Compiling DequeModule Deque+Hashable.swift
[105/218] Compiling DequeModule Deque+Equatable.swift
[106/218] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/218] Compiling DequeModule Deque+Testing.swift
[112/218] Compiling DequeModule Deque+Codable.swift
[113/218] Compiling DequeModule Deque+Collection.swift
[114/218] Compiling DequeModule Deque+CustomReflectable.swift
[115/218] Compiling DequeModule Deque+Descriptions.swift
[116/218] Compiling DequeModule Deque+Extras.swift
[117/218] Compiling DequeModule Deque._Storage.swift
[118/218] Compiling DequeModule Deque._UnsafeHandle.swift
[119/218] Compiling DequeModule Deque.swift
[120/218] Compiling DequeModule _DequeBuffer.swift
[121/218] Compiling DequeModule _DequeBufferHeader.swift
[122/218] Compiling _NIODataStructures Heap.swift
[123/219] Compiling SystemPackage Syscalls.swift
[124/219] Compiling SystemPackage WindowsSyscallAdapters.swift
[125/219] Compiling SystemPackage MachPort.swift
[126/219] Compiling SystemPackage PlatformString.swift
[127/219] Compiling SystemPackage Constants.swift
[128/219] Compiling SystemPackage Exports.swift
[129/219] Compiling SystemPackage Mocking.swift
[130/219] Compiling SystemPackage RawBuffer.swift
[132/219] Compiling SystemPackage FilePathTemp.swift
[133/219] Compiling SystemPackage FilePathTempPosix.swift
[134/219] Compiling SystemPackage FilePathTempWindows.swift
[137/222] Compiling c-nioatomics.c
[141/222] Wrapping AST for SystemPackage for debugging
[142/222] Wrapping AST for _NIODataStructures for debugging
[152/222] Compiling DequeModule _DequeSlot.swift
[153/222] Compiling DequeModule _UnsafeWrappedBuffer.swift
[155/222] Compiling c-atomics.c
[157/222] Emitting module DequeModule
[158/229] Wrapping AST for DequeModule for debugging
[160/229] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[161/229] Compiling NIOConcurrencyHelpers lock.swift
[162/229] Compiling NIOConcurrencyHelpers NIOLock.swift
[163/229] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[164/229] Emitting module NIOConcurrencyHelpers
[165/229] Compiling NIOConcurrencyHelpers atomics.swift
[166/230] Wrapping AST for NIOConcurrencyHelpers for debugging
[168/291] Compiling NIOCore NIOAny.swift
[169/291] Compiling NIOCore NIOCloseOnErrorHandler.swift
[170/291] Compiling NIOCore NIOCoreSendableMetatype.swift
[171/291] Compiling NIOCore NIOLoopBound.swift
[172/291] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[173/291] Compiling NIOCore NIOScheduledCallback.swift
[174/291] Compiling NIOCore NIOSendable.swift
[175/291] Compiling NIOCore RecvByteBufferAllocator.swift
[176/299] Compiling NIOCore IOData.swift
[177/299] Compiling NIOCore IPProtocol.swift
[178/299] Compiling NIOCore IntegerBitPacking.swift
[179/299] Compiling NIOCore IntegerTypes.swift
[180/299] Compiling NIOCore Interfaces.swift
[181/299] Compiling NIOCore Linux.swift
[182/299] Compiling NIOCore MarkedCircularBuffer.swift
[183/299] Compiling NIOCore MulticastChannel.swift
[184/299] Compiling NIOCore EventLoopFuture+Deprecated.swift
[185/299] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[186/299] Compiling NIOCore EventLoopFuture.swift
[187/299] Compiling NIOCore FileDescriptor.swift
[188/299] Compiling NIOCore FileHandle.swift
[189/299] Compiling NIOCore FileRegion.swift
[190/299] Compiling NIOCore GlobalSingletons.swift
[191/299] Compiling NIOCore IO.swift
[192/299] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[193/299] Compiling NIOCore SocketAddresses.swift
[194/299] Compiling NIOCore SocketOptionProvider.swift
[195/299] Compiling NIOCore SystemCallHelpers.swift
[196/299] Compiling NIOCore TimeAmount+Duration.swift
[197/299] Compiling NIOCore TypeAssistedChannelHandler.swift
[198/299] Compiling NIOCore UniversalBootstrapSupport.swift
[199/299] Compiling NIOCore Utilities.swift
[200/299] Compiling NIOCore CircularBuffer.swift
[201/299] Compiling NIOCore Codec.swift
[202/299] Compiling NIOCore ConvenienceOptionSupport.swift
[203/299] Compiling NIOCore DeadChannel.swift
[204/299] Compiling NIOCore DispatchQueue+WithFuture.swift
[205/299] Compiling NIOCore EventLoop+Deprecated.swift
[206/299] Compiling NIOCore EventLoop+SerialExecutor.swift
[207/299] Compiling NIOCore EventLoop.swift
[208/299] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[209/299] Compiling NIOCore ByteBuffer-multi-int.swift
[210/299] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[211/299] Compiling NIOCore ByteBuffer-views.swift
[212/299] Compiling NIOCore Channel.swift
[213/299] Compiling NIOCore ChannelHandler.swift
[214/299] Compiling NIOCore ChannelHandlers.swift
[215/299] Compiling NIOCore ChannelInvoker.swift
[216/299] Compiling NIOCore ChannelOption.swift
[217/299] Compiling NIOCore ChannelPipeline.swift
[218/299] Compiling NIOCore AddressedEnvelope.swift
[219/299] Compiling NIOCore AsyncAwaitSupport.swift
[220/299] Compiling NIOCore AsyncChannel.swift
[221/299] Compiling NIOCore AsyncChannelHandler.swift
[222/299] Compiling NIOCore AsyncChannelInboundStream.swift
[223/299] Compiling NIOCore AsyncChannelOutboundWriter.swift
[224/299] Compiling NIOCore NIOAsyncSequenceProducer.swift
[225/299] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[226/299] Compiling NIOCore NIOAsyncWriter.swift
[227/299] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[228/299] Compiling NIOCore BSDSocketAPI.swift
[229/299] Compiling NIOCore ByteBuffer-aux.swift
[230/299] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[231/299] Compiling NIOCore ByteBuffer-conversions.swift
[232/299] Compiling NIOCore ByteBuffer-core.swift
[233/299] Compiling NIOCore ByteBuffer-hex.swift
[234/299] Compiling NIOCore ByteBuffer-int.swift
[235/299] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[236/299] Emitting module NIOCore
[237/300] Wrapping AST for NIOCore for debugging
[239/383] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/Sources/NIOEmbedded/AsyncTestingChannel.swift:731:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
729 | // Synchronous options are never Sendable.
730 | @available(*, unavailable)
731 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
732 |
[240/383] Emitting module _NIOConcurrency
[241/383] Compiling _NIOConcurrency Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[242/384] Emitting module NIOEmbedded
/host/spi-builder-workspace/Sources/NIOEmbedded/AsyncTestingChannel.swift:731:11: error: cannot find type 'NIOAsyncTestingChannel' in scope
729 | // Synchronous options are never Sendable.
730 | @available(*, unavailable)
731 | extension NIOAsyncTestingChannel.SynchronousOptions: Sendable {}
    |           `- error: cannot find type 'NIOAsyncTestingChannel' in scope
732 |
[243/384] Compiling NIOTLS TLSEvents.swift
[245/384] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[246/384] Emitting module NIOTLS
[247/384] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[247/384] Wrapping AST for _NIOConcurrency for debugging
[249/384] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[250/384] Compiling NIOTLS SNIHandler.swift
[251/385] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[252/385] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[253/385] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[254/385] Compiling NIOPosix StructuredConcurrencyHelpers.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[255/385] Compiling NIOPosix System.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[256/385] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[257/385] Compiling NIOPosix ThreadPosix.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[258/391] Compiling NIOPosix Pool.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[259/391] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[260/391] Compiling NIOPosix PosixSingletons.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[261/391] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[262/391] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[263/391] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[264/391] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[265/391] Emitting module NIOPosix
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[267/391] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[268/391] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[269/391] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[270/391] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[271/391] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[272/391] Compiling NIOPosix SelectorWSAPoll.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[273/391] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[274/391] Compiling NIOPosix HappyEyeballs.swift
[275/391] Compiling NIOPosix IO.swift
[276/393] Compiling NIOPosix ThreadWindows.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[277/393] Compiling NIOPosix UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[278/393] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[279/393] Compiling NIOPosix VsockAddress.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[280/393] Compiling NIOPosix VsockChannelEvents.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[281/393] Compiling NIOPosix Windows.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[282/393] Compiling NIOPosix FileDescriptor.swift
[283/393] Compiling NIOPosix GetaddrinfoResolver.swift
[284/393] Compiling NIOEmbedded Embedded.swift
[285/393] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[286/393] Compiling NIOPosix Bootstrap.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[287/393] Compiling NIOPosix ControlMessage.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[288/393] Compiling NIOPosix DatagramVectorReadManager.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[289/393] Compiling NIOPosix Errors+Any.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[293/393] Compiling NIOPosix NIOPosixSendableMetatype.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[294/393] Compiling NIOPosix NIOThreadPool.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[295/393] Compiling NIOPosix NonBlockingFileIO.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[296/393] Compiling NIOPosix PendingDatagramWritesManager.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[297/393] Compiling NIOPosix PendingWritesManager.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[298/393] Compiling NIOPosix PipeChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[299/393] Compiling NIOPosix PipePair.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[301/393] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[302/393] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[303/393] Compiling NIOPosix Linux.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[304/393] Compiling NIOPosix LinuxCPUSet.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[305/393] Compiling NIOPosix LinuxUring.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[306/393] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[307/393] Compiling NIOPosix BSDSocketAPICommon.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[308/393] Compiling NIOPosix BSDSocketAPIPosix.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[309/393] Compiling NIOPosix BSDSocketAPIWindows.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[310/393] Compiling NIOPosix BaseSocket.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[311/393] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[312/393] Compiling NIOPosix BaseSocketChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[313/393] Compiling NIOPosix BaseStreamSocketChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[313/393] Wrapping AST for NIOTLS for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/71] Write swift-version-24593BA9C3E375BF.txt
[2/146] Compiling SystemPackage FilePathTempWindows.swift
[3/146] Compiling SystemPackage FilePath.swift
[4/147] Compiling SystemPackage FilePathComponentView.swift
[5/147] Compiling SystemPackage FilePathComponents.swift
[6/147] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/147] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[12/149] Compiling NIOConcurrencyHelpers lock.swift
[13/149] Compiling _NIODataStructures PriorityQueue.swift
[14/149] Compiling SystemPackage FilePermissions.swift
[15/149] Compiling SystemPackage IOCompletion.swift
[16/149] Compiling SystemPackage FileHelpers.swift
[17/149] Compiling SystemPackage FileOperations.swift
[18/149] Compiling NIOConcurrencyHelpers NIOLock.swift
[19/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/149] Compiling SystemPackage Syscalls.swift
[21/149] Compiling SystemPackage WindowsSyscallAdapters.swift
[22/149] Compiling SystemPackage MachPort.swift
[23/149] Compiling SystemPackage PlatformString.swift
[24/153] Compiling _NIODataStructures Heap.swift
[25/153] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/153] Compiling Atomics IntegerOperations.swift
[27/153] Compiling Atomics Unmanaged extensions.swift
[28/153] Emitting module _NIOBase64
[29/153] Compiling _NIOBase64 Base64.swift
[30/153] Emitting module NIOConcurrencyHelpers
[31/154] Compiling SystemPackage FilePathTemp.swift
[32/154] Compiling SystemPackage FilePathTempPosix.swift
[33/154] Emitting module _NIODataStructures
[34/154] Compiling SystemPackage FilePathParsing.swift
[35/154] Compiling SystemPackage FilePathString.swift
[36/154] Compiling SystemPackage FilePathWindows.swift
[37/154] Compiling _NIODataStructures _TinyArray.swift
[39/154] Compiling NIOConcurrencyHelpers atomics.swift
[40/154] Emitting module InternalCollectionsUtilities
[41/155] Compiling SystemPackage Errno.swift
[42/155] Compiling SystemPackage ErrnoWindows.swift
[44/155] Compiling SystemPackage FilePathSyntax.swift
[45/155] Compiling SystemPackage FileDescriptor.swift
[59/154] Compiling SystemPackage RawIORequest.swift
[60/154] Compiling SystemPackage Backcompat.swift
[61/154] Compiling SystemPackage CInterop.swift
[62/154] Compiling SystemPackage Constants.swift
[63/154] Compiling SystemPackage Exports.swift
[64/154] Compiling SystemPackage Mocking.swift
[65/154] Compiling SystemPackage RawBuffer.swift
[65/154] Wrapping AST for InternalCollectionsUtilities for debugging
[67/169] Compiling DequeModule _DequeBuffer.swift
[68/169] Compiling DequeModule _DequeBufferHeader.swift
[69/171] Compiling DequeModule Deque+CustomReflectable.swift
[70/171] Compiling DequeModule Deque+Descriptions.swift
[71/171] Compiling SystemPackage SystemString.swift
[72/171] Compiling SystemPackage Util+StringArray.swift
[73/171] Compiling SystemPackage Util.swift
[74/171] Compiling SystemPackage UtilConsumers.swift
[75/171] Emitting module Atomics
[76/171] Compiling DequeModule _DequeSlot.swift
[77/171] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/171] Compiling DequeModule Deque+Testing.swift
[79/171] Compiling DequeModule Deque._Storage.swift
[80/171] Compiling DequeModule Deque._UnsafeHandle.swift
[81/171] Compiling DequeModule Deque.swift
[82/171] Compiling DequeModule Deque+Equatable.swift
[83/171] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/171] Compiling DequeModule Deque+Extras.swift
[85/171] Compiling DequeModule Deque+Hashable.swift
[86/171] Emitting module SystemPackage
[87/171] Compiling DequeModule Deque+Codable.swift
[88/171] Compiling DequeModule Deque+Collection.swift
[97/172] Emitting module DequeModule
[108/174] Wrapping AST for SystemPackage for debugging
[109/174] Wrapping AST for DequeModule for debugging
[110/174] Wrapping AST for Atomics for debugging
[112/235] Compiling NIOCore IOData.swift
[113/235] Compiling NIOCore IPProtocol.swift
[114/235] Compiling NIOCore IntegerBitPacking.swift
[115/235] Compiling NIOCore IntegerTypes.swift
[116/235] Compiling NIOCore Interfaces.swift
[117/235] Compiling NIOCore Linux.swift
[118/235] Compiling NIOCore MarkedCircularBuffer.swift
[119/235] Compiling NIOCore MulticastChannel.swift
[120/235] Compiling NIOCore EventLoopFuture+Deprecated.swift
[121/235] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[122/235] Compiling NIOCore EventLoopFuture.swift
[123/235] Compiling NIOCore FileDescriptor.swift
[124/235] Compiling NIOCore FileHandle.swift
[125/235] Compiling NIOCore FileRegion.swift
[126/235] Compiling NIOCore GlobalSingletons.swift
[127/235] Compiling NIOCore IO.swift
[128/243] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[129/243] Compiling NIOCore SocketAddresses.swift
[130/243] Compiling NIOCore SocketOptionProvider.swift
[131/243] Compiling NIOCore SystemCallHelpers.swift
[132/243] Compiling NIOCore TimeAmount+Duration.swift
[133/243] Compiling NIOCore TypeAssistedChannelHandler.swift
[134/243] Compiling NIOCore UniversalBootstrapSupport.swift
[135/243] Compiling NIOCore Utilities.swift
[136/243] Compiling NIOCore CircularBuffer.swift
[137/243] Compiling NIOCore Codec.swift
[138/243] Compiling NIOCore ConvenienceOptionSupport.swift
[139/243] Compiling NIOCore DeadChannel.swift
[140/243] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/243] Compiling NIOCore EventLoop+Deprecated.swift
[142/243] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/243] Compiling NIOCore EventLoop.swift
[144/243] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[145/243] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/243] Compiling NIOCore BSDSocketAPI.swift
[147/243] Compiling NIOCore ByteBuffer-aux.swift
[148/243] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/243] Compiling NIOCore ByteBuffer-conversions.swift
[150/243] Compiling NIOCore ByteBuffer-core.swift
[151/243] Compiling NIOCore ByteBuffer-hex.swift
[152/243] Compiling NIOCore ByteBuffer-int.swift
[153/243] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/243] Compiling NIOCore NIOAny.swift
[155/243] Compiling NIOCore NIOCloseOnErrorHandler.swift
[156/243] Compiling NIOCore NIOCoreSendableMetatype.swift
[157/243] Compiling NIOCore NIOLoopBound.swift
[158/243] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[159/243] Compiling NIOCore NIOScheduledCallback.swift
[160/243] Compiling NIOCore NIOSendable.swift
[161/243] Compiling NIOCore RecvByteBufferAllocator.swift
[162/243] Emitting module NIOCore
[163/243] Compiling NIOCore AddressedEnvelope.swift
[164/243] Compiling NIOCore AsyncAwaitSupport.swift
[165/243] Compiling NIOCore AsyncChannel.swift
[166/243] Compiling NIOCore AsyncChannelHandler.swift
[167/243] Compiling NIOCore AsyncChannelInboundStream.swift
[168/243] Compiling NIOCore AsyncChannelOutboundWriter.swift
[169/243] Compiling NIOCore NIOAsyncSequenceProducer.swift
[170/243] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[171/243] Compiling NIOCore NIOAsyncWriter.swift
[172/243] Compiling NIOCore ByteBuffer-multi-int.swift
[173/243] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[174/243] Compiling NIOCore ByteBuffer-views.swift
[175/243] Compiling NIOCore Channel.swift
[176/243] Compiling NIOCore ChannelHandler.swift
[177/243] Compiling NIOCore ChannelHandlers.swift
[178/243] Compiling NIOCore ChannelInvoker.swift
[179/243] Compiling NIOCore ChannelOption.swift
[180/243] Compiling NIOCore ChannelPipeline.swift
[182/314] Compiling _NIOConcurrency Empty.swift
[183/320] Emitting module _NIOConcurrency
[185/326] Compiling NIOTLS TLSEvents.swift
[186/326] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[187/326] Emitting module NIOTLS
[188/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[189/326] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[190/328] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[191/328] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[192/328] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[193/328] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[194/328] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[195/328] Compiling NIOPosix SelectorWSAPoll.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[196/328] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[198/334] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[199/334] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[200/334] Compiling NIOPosix Linux.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[201/334] Compiling NIOPosix LinuxCPUSet.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[202/334] Compiling NIOPosix LinuxUring.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[203/334] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[204/334] Compiling NIOPosix NIOPosixSendableMetatype.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[205/334] Compiling NIOPosix NIOThreadPool.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[206/334] Compiling NIOPosix NonBlockingFileIO.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[207/334] Compiling NIOPosix PendingDatagramWritesManager.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[208/334] Compiling NIOPosix PendingWritesManager.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[209/334] Compiling NIOPosix PipeChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[210/334] Compiling NIOPosix PipePair.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[211/334] Compiling NIOPosix Pool.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[212/334] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[213/334] Compiling NIOPosix PosixSingletons.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[214/334] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[215/334] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[216/334] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[217/334] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[218/334] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[219/334] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[220/334] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[221/334] Compiling NIOPosix StructuredConcurrencyHelpers.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[222/334] Compiling NIOPosix System.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[223/334] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[224/334] Compiling NIOPosix ThreadPosix.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[225/334] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[226/334] Compiling NIOTLS SNIHandler.swift
[227/334] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[229/335] Emitting module NIOHTTP1
[230/335] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[231/335] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[232/335] Compiling NIOPosix ThreadWindows.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[233/335] Compiling NIOPosix UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[234/335] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[235/335] Compiling NIOPosix VsockAddress.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[236/335] Compiling NIOPosix VsockChannelEvents.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[237/335] Compiling NIOPosix Windows.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[238/335] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[239/335] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[240/335] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[241/335] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[242/335] Emitting module NIOPosix
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[242/335] Wrapping AST for NIOTLS for debugging
[244/335] Compiling NIOHTTP1 ByteCollectionUtils.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[245/335] Compiling NIOHTTP1 HTTPDecoder.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[246/335] Compiling NIOHTTP1 HTTPEncoder.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[251/335] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[252/335] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[255/335] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[256/335] Compiling NIOHTTP1 HTTPTypes.swift
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
/host/spi-builder-workspace/Sources/NIOPosix/SelectableEventLoop.swift:18:8: error: no such module 'Dispatch'
  16 | import CNIOPosix
  17 | import DequeModule
  18 | import Dispatch
     |        `- error: no such module 'Dispatch'
  19 | import NIOConcurrencyHelpers
  20 | import NIOCore
[258/335] Compiling NIOEmbedded AsyncTestingEventLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
BUILD FAILURE 6.1 wasm