The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-nio-ssh, reference citadel2 (c997b6), with Swift 6.1 for Wasm on 16 Sep 2025 16:44:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Joannis/swift-nio-ssh.git
Reference: citadel2
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/Joannis/swift-nio-ssh
 * branch            citadel2   -> FETCH_HEAD
 * [new branch]      citadel2   -> origin/citadel2
HEAD is now at c997b6b Merge pull request #10 from nedithgar/citadel2
Cloned https://github.com/Joannis/swift-nio-ssh.git
Revision (git rev-parse @):
c997b6b12b8ef51a9b50701d98e3fab250d9a044
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Joannis/swift-nio-ssh.git at citadel2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Joannis/swift-nio-ssh.git
https://github.com/Joannis/swift-nio-ssh.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-nio-ssh",
  "name" : "swift-nio-ssh",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "NIOSSH",
      "targets" : [
        "NIOSSH"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NIOSSHServer",
      "targets" : [
        "NIOSSHServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOSSHPerformanceTester",
      "targets" : [
        "NIOSSHPerformanceTester"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "NIOSSHClient",
      "targets" : [
        "NIOSSHClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NIOSSHTests",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHTests",
      "path" : "Tests/NIOSSHTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "AESGCMTests.swift",
        "ByteBuffer+SSHTests.swift",
        "CertificateAuthenticationIntegrationTests.swift",
        "CertifiedKeyTests.swift",
        "ChildChannelMultiplexerTests.swift",
        "ECKeyExchangeTests.swift",
        "EndToEndTests.swift",
        "FuzzResultTests.swift",
        "HostKeyTests.swift",
        "SSHConfigurationCertificateTests.swift",
        "SSHConnectionStateMachineTests.swift",
        "SSHEncryptedTrafficTests.swift",
        "SSHHandlerTests.swift",
        "SSHKeyExchangeCertificateTests.swift",
        "SSHKeyExchangeStateMachineTests.swift",
        "SSHMessagesTests.swift",
        "SSHPackerSerializerTests.swift",
        "SSHPacketParserTests.swift",
        "UserAuthenticationStateMachineTests.swift",
        "Utilities.swift",
        "UtilitiesTests.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NIOSSHServer",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHServer",
      "path" : "Sources/NIOSSHServer",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat",
        "Crypto"
      ],
      "product_memberships" : [
        "NIOSSHServer"
      ],
      "sources" : [
        "DataToBufferCodec.swift",
        "ExecHandler.swift",
        "GlueHandler.swift",
        "RemotePortForwarding.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSSHPerformanceTester",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHPerformanceTester",
      "path" : "Sources/NIOSSHPerformanceTester",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "Crypto"
      ],
      "product_memberships" : [
        "NIOSSHPerformanceTester"
      ],
      "sources" : [
        "Benchmark.swift",
        "BenchmarkHandshake.swift",
        "BenchmarkLinearThroughput.swift",
        "main.swift",
        "shared.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSSHClient",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSHClient",
      "path" : "Sources/NIOSSHClient",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "NIOSSHClient"
      ],
      "sources" : [
        "ExecHandler.swift",
        "GlueHandler.swift",
        "InteractivePasswordPromptDelegate.swift",
        "PortForwardingServer.swift",
        "SimpleCLIParser.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NIOSSH"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NIOSSH",
      "module_type" : "SwiftTarget",
      "name" : "NIOSSH",
      "path" : "Sources/NIOSSH",
      "product_dependencies" : [
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "Crypto",
        "Atomics"
      ],
      "product_memberships" : [
        "NIOSSH",
        "NIOSSHServer",
        "NIOSSHPerformanceTester",
        "NIOSSHClient"
      ],
      "sources" : [
        "ByteBuffer+SSH.swift",
        "CSPRNG/CSPRNG.swift",
        "Child Channels/ChildChannelOptions.swift",
        "Child Channels/ChildChannelStateMachine.swift",
        "Child Channels/ChildChannelUserEvents.swift",
        "Child Channels/ChildChannelWindowManager.swift",
        "Child Channels/ChildChannelWritabilityManager.swift",
        "Child Channels/OutboundFlowController.swift",
        "Child Channels/SSHChannelData.swift",
        "Child Channels/SSHChannelIdentifier.swift",
        "Child Channels/SSHChannelMultiplexer.swift",
        "Child Channels/SSHChannelType.swift",
        "Child Channels/SSHChildChannel.swift",
        "Connection State Machine/Operations/AcceptsChannelMessages.swift",
        "Connection State Machine/Operations/AcceptsKeyExchangeMessages.swift",
        "Connection State Machine/Operations/AcceptsUserAuthMessages.swift",
        "Connection State Machine/Operations/AcceptsVersionMessages.swift",
        "Connection State Machine/Operations/SendsChannelMessages.swift",
        "Connection State Machine/Operations/SendsKeyExchangeMessages.swift",
        "Connection State Machine/Operations/SendsUserAuthMessages.swift",
        "Connection State Machine/SSHConnectionStateMachine.swift",
        "Connection State Machine/States/ActiveState.swift",
        "Connection State Machine/States/IdleState.swift",
        "Connection State Machine/States/KeyExchangeState.swift",
        "Connection State Machine/States/ReceivedKexInitWhenActiveState.swift",
        "Connection State Machine/States/ReceivedNewKeysState.swift",
        "Connection State Machine/States/RekeyingReceivedNewKeysState.swift",
        "Connection State Machine/States/RekeyingSentNewKeysState.swift",
        "Connection State Machine/States/RekeyingState.swift",
        "Connection State Machine/States/SentKexInitWhenActiveState.swift",
        "Connection State Machine/States/SentNewKeysState.swift",
        "Connection State Machine/States/SentVersionState.swift",
        "Connection State Machine/States/UserAuthenticationState.swift",
        "Constants.swift",
        "GlobalRequestDelegate.swift",
        "Key Exchange/ECDHCompatibleKey.swift",
        "Key Exchange/EllipticCurveKeyExchange.swift",
        "Key Exchange/SSHKeyExchangeResult.swift",
        "Key Exchange/SSHKeyExchangeStateMachine.swift",
        "Keys And Signatures/ClientServerAuthenticationDelegate.swift",
        "Keys And Signatures/CustomKeys.swift",
        "Keys And Signatures/NIOSSHCertifiedPublicKey.swift",
        "Keys And Signatures/NIOSSHPrivateKey.swift",
        "Keys And Signatures/NIOSSHPublicKey.swift",
        "Keys And Signatures/NIOSSHSignature.swift",
        "NIOSSHError.swift",
        "NIOSSHHandler.swift",
        "NIOSSHSendable.swift",
        "Role.swift",
        "SSHClientConfiguration.swift",
        "SSHEncryptablePacketPayload.swift",
        "SSHMessages.swift",
        "SSHPacketParser.swift",
        "SSHPacketSerializer.swift",
        "SSHServerConfiguration.swift",
        "SSHTerminalModes.swift",
        "TransportProtection/AESGCM.swift",
        "TransportProtection/SSHTransportProtection.swift",
        "User Authentication/ClientUserAuthenticationDelegate.swift",
        "User Authentication/DenyAllServerAuthDelegate.swift",
        "User Authentication/ServerUserAuthenticationDelegate.swift",
        "User Authentication/SimplePasswordDelegate.swift",
        "User Authentication/UserAuthDelegate.swift",
        "User Authentication/UserAuthSignablePayload.swift",
        "User Authentication/UserAuthenticationMethod.swift",
        "User Authentication/UserAuthenticationStateMachine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1814] Fetching swift-atomics
[655/3908] Fetching swift-atomics, swift-docc-plugin
[3909/20920] Fetching swift-atomics, swift-docc-plugin, swift-crypto
[5441/99000] Fetching swift-atomics, swift-docc-plugin, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (2.00s)
[74263/96906] Fetching swift-atomics, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.03s)
[58032/79894] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.96s)
Fetched https://github.com/apple/swift-nio.git from cache (5.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.89s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4957] Fetching swift-system
[4958/22423] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.73s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.40s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3527] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.76s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.90s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/419] Write sources
[10/419] Compiling sha1-armv4-large-linux.S
[10/419] Write sources
[12/419] Compiling aes-gcm-avx2-x86_64-linux.S
[13/419] Write sources
[14/419] Compiling aes-gcm-avx512-x86_64-apple.S
[15/419] Compiling sha1-armv8-apple.S
[16/419] Write sources
[21/419] Compiling CNIOWindows WSAStartup.c
[22/419] Compiling CNIOWASI CNIOWASI.c
[23/419] Compiling CNIOWindows shim.c
[24/419] Compiling _AtomicsShims.c
[25/419] Compiling CNIOPosix event_loop_id.c
[26/419] Compiling CNIOLinux shim.c
[27/419] Compiling CNIOLinux liburing_shims.c
[27/419] Compiling CNIODarwin shim.c
[29/419] Compiling fiat_p256_adx_sqr.S
[30/419] Compiling fiat_p256_adx_mul.S
[31/419] Compiling fiat_curve25519_adx_square.S
[32/419] Compiling fiat_curve25519_adx_mul.S
[33/419] Compiling md5-x86_64-linux.S
[34/419] Compiling md5-x86_64-apple.S
[35/419] Compiling CCryptoBoringSSLShims shims.c
[36/419] Write swift-version-24593BA9C3E375BF.txt
[37/419] Compiling hrss.cc
[38/419] Compiling deterministic.cc
[39/419] Compiling md5-586-linux.S
[40/419] Compiling md5-586-apple.S
[41/419] Compiling chacha20_poly1305_x86_64-linux.S
[42/419] Compiling chacha20_poly1305_x86_64-apple.S
[43/439] Compiling chacha20_poly1305_armv8-win.S
[44/439] Compiling chacha20_poly1305_armv8-linux.S
[45/439] Compiling pkcs8_x509.cc
[46/439] Compiling err_data.cc
[47/439] Compiling chacha20_poly1305_armv8-apple.S
[48/439] Compiling chacha-x86_64-linux.S
[49/439] Compiling chacha-x86_64-apple.S
[50/439] Compiling chacha-x86-linux.S
[51/439] Compiling chacha-x86-apple.S
[52/439] Compiling chacha-armv8-win.S
[53/439] Compiling chacha-armv8-linux.S
[54/439] Compiling chacha-armv8-apple.S
[55/439] Compiling chacha-armv4-linux.S
[56/439] Compiling aes128gcmsiv-x86_64-linux.S
[57/439] Compiling aes128gcmsiv-x86_64-apple.S
[58/439] Compiling x86_64-mont5-linux.S
[59/439] Compiling x86_64-mont5-apple.S
[60/439] Compiling x86_64-mont-linux.S
[61/439] Compiling x86_64-mont-apple.S
[62/439] Compiling x86-mont-linux.S
[63/439] Compiling x86-mont-apple.S
[64/439] Compiling vpaes-x86_64-linux.S
[65/439] Compiling vpaes-x86_64-apple.S
[66/439] Compiling vpaes-x86-linux.S
[67/439] Compiling vpaes-x86-apple.S
[69/439] Emitting module _NIODataStructures
[69/439] Compiling vpaes-armv8-linux.S
[70/439] Compiling vpaes-armv8-win.S
[71/439] Compiling vpaes-armv8-apple.S
[72/439] Compiling vpaes-armv7-linux.S
[73/439] Compiling sha512-x86_64-linux.S
[74/439] Compiling sha512-armv8-win.S
[75/439] Compiling sha512-x86_64-apple.S
[76/439] Compiling sha512-armv8-linux.S
[77/439] Compiling sha512-armv4-linux.S
[78/439] Compiling sha512-armv8-apple.S
[79/439] Compiling sha512-586-apple.S
[80/439] Compiling sha512-586-linux.S
[81/439] Compiling sha256-x86_64-apple.S
[82/439] Compiling sha256-x86_64-linux.S
[83/439] Compiling sha256-armv8-win.S
[84/439] Compiling sha256-armv8-linux.S
[85/439] Compiling sha256-586-linux.S
[86/439] Compiling sha256-armv8-apple.S
[87/439] Compiling sha256-armv4-linux.S
[88/439] Compiling sha256-586-apple.S
[89/439] Compiling sha1-x86_64-apple.S
[90/439] Compiling sha1-x86_64-linux.S
[91/439] Compiling sha1-armv8-win.S
[92/439] Compiling sha1-armv8-linux.S
[93/439] Compiling sha1-586-linux.S
[94/439] Compiling sha1-586-apple.S
[95/439] Compiling rsaz-avx2-linux.S
[96/439] Compiling rsaz-avx2-apple.S
[97/439] Compiling c-nioatomics.c
[98/439] Compiling rdrand-x86_64-linux.S
[98/439] Compiling rdrand-x86_64-apple.S
[100/439] Compiling p256_beeu-x86_64-asm-apple.S
[101/439] Compiling p256_beeu-x86_64-asm-linux.S
[102/439] Compiling p256_beeu-armv8-asm-win.S
[103/439] Compiling p256_beeu-armv8-asm-linux.S
[104/439] Compiling p256_beeu-armv8-asm-apple.S
[105/439] Compiling p256-x86_64-asm-apple.S
[106/439] Compiling p256-x86_64-asm-linux.S
[107/439] Compiling p256-armv8-asm-win.S
[108/439] Compiling ghashv8-armv8-linux.S
[109/439] Compiling p256-armv8-asm-linux.S
[110/439] Compiling ghashv8-armv8-win.S
[111/439] Compiling p256-armv8-asm-apple.S
[112/439] Compiling ghashv8-armv8-apple.S
[113/439] Compiling ghash-x86_64-apple.S
[114/439] Compiling ghashv8-armv7-linux.S
[115/439] Compiling ghash-x86_64-linux.S
[116/439] Compiling ghash-x86-linux.S
[117/439] Compiling ghash-ssse3-x86_64-linux.S
[118/439] Compiling ghash-x86-apple.S
[119/439] Compiling ghash-ssse3-x86_64-apple.S
[120/439] Compiling ghash-ssse3-x86-apple.S
[121/439] Compiling ghash-ssse3-x86-linux.S
[122/439] Compiling ghash-neon-armv8-win.S
[123/439] Compiling ghash-neon-armv8-linux.S
[124/439] Compiling ghash-neon-armv8-apple.S
[125/439] Compiling ghash-armv4-linux.S
[126/439] Compiling co-586-linux.S
[127/439] Compiling co-586-apple.S
[128/439] Compiling bsaes-armv7-linux.S
[129/439] Compiling bn-armv8-linux.S
[130/439] Compiling bn-armv8-win.S
[131/439] Compiling bn-armv8-apple.S
[132/439] Compiling bn-586-linux.S
[133/439] Compiling armv8-mont-win.S
[134/439] Compiling bn-586-apple.S
[135/439] Compiling armv8-mont-linux.S
[136/439] Compiling armv8-mont-apple.S
[137/439] Compiling armv4-mont-linux.S
[138/439] Compiling aesv8-gcm-armv8-win.S
[139/439] Compiling aesv8-gcm-armv8-linux.S
[140/439] Compiling aesv8-gcm-armv8-apple.S
[141/439] Compiling aesv8-armv8-win.S
[142/439] Compiling aesv8-armv8-linux.S
[143/439] Compiling aesv8-armv8-apple.S
[144/439] Compiling aesv8-armv7-linux.S
[145/439] Compiling aesni-x86_64-linux.S
[146/439] Compiling aesni-x86_64-apple.S
[147/439] Compiling aesni-x86-linux.S
[148/439] Compiling aesni-x86-apple.S
[149/439] Compiling aesni-gcm-x86_64-linux.S
[150/439] Compiling aesni-gcm-x86_64-apple.S
[151/439] Compiling aes-gcm-avx512-x86_64-linux.S
[152/439] Compiling aes-gcm-avx2-x86_64-apple.S
[153/439] Compiling c-atomics.c
[154/439] Compiling xwing.cc
[156/439] Compiling _NIODataStructures _TinyArray.swift
[157/439] Compiling InternalCollectionsUtilities Descriptions.swift
[158/439] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[159/439] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[160/440] Emitting module _NIOBase64
[161/440] Compiling _NIOBase64 Base64.swift
[162/441] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[163/441] Compiling InternalCollectionsUtilities Debugging.swift
[165/441] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[166/441] Compiling InternalCollectionsUtilities _SortedCollection.swift
[167/447] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[168/447] Compiling InternalCollectionsUtilities Integer rank.swift
[169/447] Emitting module InternalCollectionsUtilities
[170/447] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[171/447] Compiling InternalCollectionsUtilities UInt+reversed.swift
[172/447] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[173/447] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[174/447] Compiling _NIODataStructures PriorityQueue.swift
[174/447] Compiling x_x509a.cc
[176/447] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[176/448] Wrapping AST for _NIOBase64 for debugging
[179/448] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[179/448] Compiling x_x509.cc
[180/459] Compiling x_val.cc
[182/463] Compiling NIOConcurrencyHelpers lock.swift
[183/463] Emitting module NIOConcurrencyHelpers
[184/463] Compiling _NIODataStructures Heap.swift
[184/463] Compiling x_spki.cc
[185/464] Compiling x_sig.cc
[186/464] Wrapping AST for InternalCollectionsUtilities for debugging
[188/464] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[189/464] Compiling NIOConcurrencyHelpers NIOLock.swift
[190/464] Compiling NIOConcurrencyHelpers atomics.swift
[192/465] Compiling x_req.cc
[194/465] Compiling DequeModule Deque+Equatable.swift
[195/465] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[196/465] Compiling DequeModule Deque+Extras.swift
[197/465] Compiling DequeModule Deque+Hashable.swift
[198/465] Compiling DequeModule Deque+CustomReflectable.swift
[199/465] Compiling DequeModule Deque+Descriptions.swift
[200/465] Compiling DequeModule _DequeBuffer.swift
[201/465] Compiling DequeModule _DequeBufferHeader.swift
[201/467] Compiling x_pubkey.cc
[202/467] Wrapping AST for _NIODataStructures for debugging
[203/467] Wrapping AST for NIOConcurrencyHelpers for debugging
[204/467] Compiling DequeModule Deque+Testing.swift
[206/467] Compiling DequeModule Deque._Storage.swift
[207/467] Compiling DequeModule _DequeSlot.swift
[208/467] Compiling DequeModule _UnsafeWrappedBuffer.swift
[208/467] Compiling x_exten.cc
[210/467] Compiling DequeModule Deque._UnsafeHandle.swift
[211/467] Compiling DequeModule Deque.swift
[211/467] Compiling x_name.cc
[213/467] Compiling DequeModule Deque+Codable.swift
[214/467] Compiling DequeModule Deque+Collection.swift
[215/467] Emitting module DequeModule
[215/468] Compiling x_crl.cc
[216/468] Compiling x_attrib.cc
[218/468] Compiling x_all.cc
[219/468] Compiling x_algor.cc
[220/468] Wrapping AST for DequeModule for debugging
[221/468] Compiling x509spki.cc
[222/468] Compiling x509rset.cc
[223/468] Compiling x509name.cc
[224/468] Compiling x509cset.cc
[225/468] Compiling x509_vpm.cc
[226/468] Compiling x509_v3.cc
[227/468] Compiling x509_vfy.cc
[228/468] Compiling x509_txt.cc
[229/468] Compiling x509_trs.cc
[230/468] Compiling x509_set.cc
[231/468] Compiling x509_obj.cc
[232/468] Compiling x509_req.cc
[233/468] Compiling x509_def.cc
[234/468] Compiling x509_lu.cc
[235/468] Compiling x509_d2.cc
[236/468] Compiling x509_ext.cc
[237/468] Compiling x509_cmp.cc
[238/468] Compiling x509_att.cc
[239/468] Compiling x509.cc
[240/468] Compiling v3_utl.cc
[241/468] Compiling v3_skey.cc
[242/468] Compiling v3_pmaps.cc
[243/468] Compiling v3_purp.cc
[244/468] Compiling v3_prn.cc
[245/468] Compiling v3_pcons.cc
[246/468] Compiling v3_ocsp.cc
[247/468] Compiling v3_ncons.cc
[248/468] Compiling v3_lib.cc
[249/468] Compiling v3_int.cc
[250/468] Compiling v3_extku.cc
[251/468] Compiling v3_info.cc
[252/468] Compiling v3_genn.cc
[253/468] Compiling v3_ia5.cc
[254/468] Compiling v3_crld.cc
[255/468] Compiling v3_enum.cc
[256/468] Compiling v3_cpols.cc
[257/468] Compiling v3_conf.cc
[258/468] Compiling v3_bcons.cc
[259/468] Compiling v3_alt.cc
[260/468] Compiling v3_bitst.cc
[261/468] Compiling v3_akeya.cc
[262/468] Compiling v3_akey.cc
[263/468] Compiling t_x509a.cc
[264/468] Compiling t_x509.cc
[265/468] Compiling i2d_pr.cc
[266/468] Compiling t_req.cc
[267/468] Compiling name_print.cc
[268/468] Compiling t_crl.cc
[269/468] Compiling rsa_pss.cc
[270/468] Compiling by_file.cc
[271/468] Compiling policy.cc
[272/468] Compiling by_dir.cc
[273/468] Compiling algorithm.cc
[274/468] Compiling a_digest.cc
[275/468] Compiling a_verify.cc
[276/468] Compiling asn1_gen.cc
[277/468] Compiling a_sign.cc
[278/468] Compiling thread_win.cc
[279/468] Compiling voprf.cc
[280/468] Compiling trust_token.cc
[281/468] Compiling thread_none.cc
[282/468] Compiling stack.cc
[283/468] Compiling thread.cc
[284/468] Compiling thread_pthread.cc
[285/468] Compiling pmbtoken.cc
[286/468] Compiling spake2plus.cc
[287/468] Compiling slhdsa.cc
[288/468] Compiling siphash.cc
[289/468] Compiling sha512.cc
[290/468] Compiling rsa_extra.cc
[291/468] Compiling sha1.cc
[292/468] Compiling sha256.cc
[293/468] Compiling rsa_print.cc
[294/468] Compiling rc4.cc
[295/468] Compiling urandom.cc
[296/468] Compiling refcount.cc
[297/468] Compiling rsa_asn1.cc
[298/468] Compiling windows.cc
[299/468] Compiling rand.cc
[300/468] Compiling rsa_crypt.cc
[301/468] Compiling trusty.cc
[302/468] Compiling poly1305_arm_asm.S
[303/468] Compiling ios.cc
[304/468] Compiling passive.cc
[305/468] Compiling getentropy.cc
[306/468] Compiling forkunsafe.cc
[307/468] Compiling poly1305_vec.cc
[308/468] Compiling poly1305_arm.cc
[309/468] Compiling fork_detect.cc
[310/468] Compiling pool.cc
[311/468] Compiling poly1305.cc
[312/468] Compiling pkcs7.cc
[313/468] Compiling pkcs8.cc
[314/468] Compiling p5_pbev2.cc
[315/468] Compiling pkcs7_x509.cc
[316/468] Compiling pem_x509.cc
[317/468] Compiling pem_pk8.cc
[318/468] Compiling pem_xaux.cc
[319/468] Compiling pem_pkey.cc
[320/468] Compiling pem_lib.cc
[321/468] Compiling obj_xref.cc
[322/468] Compiling pem_oth.cc
[323/468] Compiling mlkem.cc
[324/468] Compiling obj.cc
[325/468] Compiling pem_info.cc
[326/468] Compiling pem_all.cc
[326/468] Compiling poly_rq_mul.S
[328/468] Compiling mldsa.cc
[329/468] Compiling fips_shared_support.cc
[330/468] Compiling mem.cc
[331/468] Compiling lhash.cc
[332/468] Compiling md5.cc
[333/468] Compiling md4.cc
[334/468] Compiling fuzzer_mode.cc
[335/468] Compiling kyber.cc
[336/468] Compiling ex_data.cc
[337/468] Compiling sign.cc
[338/468] Compiling hpke.cc
[339/468] Compiling scrypt.cc
[340/468] Compiling pbkdf.cc
[341/468] Compiling print.cc
[342/468] Compiling p_x25519.cc
[343/468] Compiling p_x25519_asn1.cc
[344/468] Compiling p_rsa_asn1.cc
[345/468] Compiling p_rsa.cc
[346/468] Compiling p_ed25519.cc
[347/468] Compiling p_hkdf.cc
[348/468] Compiling p_ed25519_asn1.cc
[349/468] Compiling p_ec.cc
[350/468] Compiling p_ec_asn1.cc
[351/468] Compiling p_dh_asn1.cc
[352/468] Compiling p_dh.cc
[353/468] Compiling p_dsa_asn1.cc
[354/468] Compiling evp_ctx.cc
[355/468] Compiling evp.cc
[356/468] Compiling evp_asn1.cc
[357/468] Compiling err.cc
[358/468] Compiling engine.cc
[359/468] Compiling ecdsa_p1363.cc
[360/468] Compiling ecdh.cc
[361/468] Compiling ecdsa_asn1.cc
[362/468] Compiling ec_derive.cc
[363/468] Compiling hash_to_curve.cc
[364/468] Compiling dsa_asn1.cc
[365/468] Compiling bcm.cc
[366/468] Compiling params.cc
[367/468] Compiling dsa.cc
[368/468] Compiling ec_asn1.cc
[369/468] Compiling x25519-asm-arm.S
[370/468] Compiling digest_extra.cc
[371/468] Compiling dh_asn1.cc
[372/468] Compiling des.cc
[373/468] Compiling curve25519_64_adx.cc
[374/468] Compiling cpu_intel.cc
[375/468] Compiling crypto.cc
[376/468] Compiling cpu_arm_freebsd.cc
[377/468] Compiling cpu_arm_linux.cc
[378/468] Compiling cpu_aarch64_win.cc
[379/468] Compiling spake25519.cc
[380/468] Compiling cpu_aarch64_sysreg.cc
[381/468] Compiling curve25519.cc
[382/468] Compiling cpu_aarch64_linux.cc
[383/468] Compiling cpu_aarch64_openbsd.cc
[384/468] Compiling cpu_aarch64_fuchsia.cc
[385/468] Compiling cpu_aarch64_apple.cc
[386/468] Compiling conf.cc
[387/468] Compiling get_cipher.cc
[388/468] Compiling tls_cbc.cc
[389/468] Compiling e_tls.cc
[390/468] Compiling e_rc4.cc
[391/468] Compiling e_rc2.cc
[392/468] Compiling cms.cc
[393/468] Compiling e_des.cc
[394/468] Compiling e_null.cc
[395/468] Compiling e_aeseax.cc
[396/468] Compiling e_chacha20poly1305.cc
[397/468] Compiling e_aesgcmsiv.cc
[398/468] Compiling e_aesctrhmac.cc
[399/468] Compiling derive_key.cc
[400/468] Compiling buf.cc
[401/468] Compiling chacha.cc
[402/468] Compiling unicode.cc
[403/468] Compiling ber.cc
[404/468] Compiling cbb.cc
[405/468] Compiling asn1_compat.cc
[406/468] Compiling cbs.cc
[407/468] Compiling sqrt.cc
[408/468] Compiling exponentiation.cc
[408/468] Compiling div.cc
[410/468] Compiling blake2.cc
[411/468] Compiling printf.cc
[412/468] Compiling hexdump.cc
[413/468] Compiling pair.cc
[414/468] Compiling bn_asn1.cc
[415/468] Compiling convert.cc
[416/468] Compiling fd.cc
[417/468] Compiling file.cc
[418/468] Compiling errno.cc
[419/468] Compiling bio_mem.cc
[420/468] Compiling base64.cc
[421/468] Compiling bio.cc
[422/468] Compiling tasn_typ.cc
[423/468] Compiling tasn_utl.cc
[424/468] Compiling tasn_fre.cc
[425/468] Compiling tasn_new.cc
[426/468] Compiling tasn_enc.cc
[427/468] Compiling posix_time.cc
[428/468] Compiling f_string.cc
[429/468] Compiling f_int.cc
[430/468] Compiling tasn_dec.cc
[431/468] Compiling asn_pack.cc
[432/468] Compiling asn1_par.cc
[433/468] Compiling a_utctm.cc
[434/468] Compiling asn1_lib.cc
[435/468] Compiling a_type.cc
[436/468] Compiling a_time.cc
[437/468] Compiling a_octet.cc
[438/468] Compiling a_strnid.cc
[439/468] Compiling a_strex.cc
[440/468] Compiling a_object.cc
[441/468] Compiling a_i2d_fp.cc
[442/468] Compiling a_dup.cc
[443/468] Write sources
[444/468] Compiling a_d2i_fp.cc
[445/468] Compiling a_mbstr.cc
[446/468] Compiling a_int.cc
[447/468] Compiling a_gentm.cc
[448/486] Compiling a_bool.cc
[449/486] Compiling a_bitstr.cc
[451/486] Compiling Atomics UnsafeAtomic.swift
[452/486] Compiling Atomics UnsafeAtomicLazyReference.swift
[453/486] Compiling Atomics AtomicStorage.swift
[454/486] Compiling Atomics AtomicValue.swift
[454/488] Compiling aes.cc
[456/495] Compiling Atomics IntegerOperations.swift
[457/495] Compiling Atomics Unmanaged extensions.swift
[458/496] Compiling Atomics AtomicMemoryOrderings.swift
[459/496] Compiling Atomics DoubleWord.swift
[460/496] Compiling Atomics AtomicInteger.swift
[461/496] Compiling Atomics AtomicOptionalWrappable.swift
[462/496] Compiling Atomics AtomicReference.swift
[463/496] Compiling Atomics OptionalRawRepresentable.swift
[464/496] Compiling Atomics RawRepresentable.swift
[465/496] Compiling Atomics AtomicBool.swift
[466/496] Emitting module Atomics
[467/496] Compiling Atomics IntegerConformances.swift
[468/496] Compiling Atomics PointerConformances.swift
[469/496] Compiling Atomics Primitives.native.swift
[470/496] Compiling Atomics ManagedAtomic.swift
[471/496] Compiling Atomics ManagedAtomicLazyReference.swift
[473/497] Compiling CryptoBoringWrapper RandomBytes.swift
[473/497] Wrapping AST for Atomics for debugging
[475/558] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[476/558] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[477/558] Compiling CryptoBoringWrapper EllipticCurve.swift
[478/558] Emitting module CryptoBoringWrapper
[479/558] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[480/558] Compiling NIOCore NIOAny.swift
[481/558] Compiling NIOCore NIOCloseOnErrorHandler.swift
[482/558] Compiling NIOCore NIOCoreSendableMetatype.swift
[483/558] Compiling NIOCore NIOLoopBound.swift
[484/558] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[485/558] Compiling NIOCore NIOScheduledCallback.swift
[486/558] Compiling NIOCore NIOSendable.swift
[487/558] Compiling NIOCore RecvByteBufferAllocator.swift
[488/566] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[489/566] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[490/567] Wrapping AST for CryptoBoringWrapper for debugging
[492/638] Compiling Crypto HPKE-Modes.swift
[493/638] Compiling Crypto Insecure.swift
[494/638] Compiling Crypto Insecure_HashFunctions.swift
[495/638] Compiling Crypto KEM.swift
[496/638] Compiling Crypto ECDH_boring.swift
[497/638] Compiling Crypto DH.swift
[498/638] Compiling Crypto ECDH.swift
[499/638] Compiling Crypto HKDF.swift
[500/638] Compiling Crypto DHKEM.swift
[501/638] Compiling Crypto HPKE-KEM-Curve25519.swift
[502/638] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[503/638] Compiling Crypto HPKE-KEM.swift
[504/638] Compiling Crypto HPKE-Errors.swift
[505/638] Compiling Crypto HPKE.swift
[506/638] Compiling Crypto HPKE-Context.swift
[507/638] Compiling Crypto HPKE-KeySchedule.swift
[508/638] Compiling Crypto X25519Keys.swift
[509/638] Compiling Crypto SymmetricKeys.swift
[510/638] Compiling Crypto HMAC.swift
[511/638] Compiling Crypto MACFunctions.swift
[512/638] Compiling Crypto MessageAuthenticationCode.swift
[513/638] Compiling Crypto AES.swift
[514/638] Compiling Crypto ECDSASignature_boring.swift
[515/638] Compiling Crypto ECDSA_boring.swift
[516/638] Compiling Crypto PKCS8PrivateKey.swift
[517/638] Compiling Crypto SEC1PrivateKey.swift
[518/638] Compiling Crypto SubjectPublicKeyInfo.swift
[519/638] Compiling Crypto CryptoError_boring.swift
[520/638] Compiling Crypto CryptoKitErrors.swift
[521/638] Compiling Crypto Digest_boring.swift
[522/638] Compiling Crypto Digest.swift
[523/638] Compiling Crypto Digests.swift
[524/638] Compiling Crypto HashFunctions.swift
[525/638] Compiling Crypto HashFunctions_SHA2.swift
[526/648] Compiling Crypto HPKE-AEAD.swift
[527/648] Compiling Crypto HPKE-Ciphersuite.swift
[528/648] Compiling Crypto HPKE-KDF.swift
[529/648] Compiling Crypto HPKE-KexKeyDerivation.swift
[530/648] Compiling Crypto HPKE-LabeledExtract.swift
[531/648] Compiling Crypto HPKE-Utils.swift
[544/648] Compiling Crypto EdDSA_boring.swift
[545/648] Compiling Crypto ECDSA.swift
[546/648] Emitting module Crypto
[547/648] Compiling Crypto ASN1Identifier.swift
[548/648] Compiling Crypto ASN1Integer.swift
[549/648] Compiling Crypto ASN1Null.swift
[550/648] Compiling Crypto ASN1OctetString.swift
[551/648] Compiling Crypto ASN1Strings.swift
[552/648] Compiling Crypto ArraySliceBigint.swift
[553/648] Compiling Crypto GeneralizedTime.swift
[554/648] Compiling Crypto ObjectIdentifier.swift
[555/648] Compiling Crypto ECDSASignature.swift
[556/648] Compiling Crypto PEMDocument.swift
[557/648] Compiling Crypto AES-GCM.swift
[558/648] Compiling Crypto AES-GCM_boring.swift
[559/648] Compiling Crypto ChaChaPoly_boring.swift
[560/648] Compiling Crypto ChaChaPoly.swift
[561/648] Compiling Crypto Cipher.swift
[562/648] Compiling Crypto Nonces.swift
[563/648] Compiling Crypto ASN1.swift
[564/648] Compiling Crypto ASN1Any.swift
[565/648] Compiling Crypto ASN1BitString.swift
[566/648] Compiling Crypto ASN1Boolean.swift
[569/648] Compiling Crypto AESWrap.swift
[570/648] Compiling Crypto AESWrap_boring.swift
[571/648] Compiling Crypto Ed25519_boring.swift
[572/648] Compiling Crypto NISTCurvesKeys_boring.swift
[573/648] Compiling Crypto X25519Keys_boring.swift
[574/648] Compiling Crypto Curve25519.swift
[575/648] Compiling Crypto Ed25519Keys.swift
[576/648] Compiling Crypto NISTCurvesKeys.swift
[587/648] Compiling Crypto Ed25519.swift
[588/648] Compiling Crypto Signature.swift
[589/648] Compiling Crypto CryptoKitErrors_boring.swift
[590/648] Compiling Crypto RNG_boring.swift
[591/648] Compiling Crypto SafeCompare_boring.swift
[592/648] Compiling Crypto Zeroization_boring.swift
[593/648] Compiling Crypto PrettyBytes.swift
[594/648] Compiling Crypto SafeCompare.swift
[595/648] Compiling Crypto SecureBytes.swift
[596/648] Compiling Crypto Zeroization.swift
[597/649] Wrapping AST for Crypto for debugging
[635/649] Emitting module NIOCore
[636/650] Wrapping AST for NIOCore for debugging
[638/707] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[639/707] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 |         self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 |         let runLoop = RunLoop.current
   |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 |         let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 |         while value.withLockedValue({ $0 }) == nil {
65 |             _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
   |                         `- error: value of type 'RunLoop' has no member 'run'
66 |         }
67 |
[640/707] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[641/707] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[642/707] Emitting module NIOFoundationCompat
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 |         self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 |         let runLoop = RunLoop.current
   |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 |         let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 |         while value.withLockedValue({ $0 }) == nil {
65 |             _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
   |                         `- error: value of type 'RunLoop' has no member 'run'
66 |         }
67 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[643/707] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[644/707] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/77] Compiling NIOConcurrencyHelpers lock.swift
[5/77] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[6/77] Compiling Atomics AtomicBool.swift
[7/77] Compiling Atomics IntegerConformances.swift
[8/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/78] Compiling CryptoBoringWrapper RandomBytes.swift
[10/78] Compiling Atomics AtomicReference.swift
[11/78] Compiling Atomics AtomicStorage.swift
[12/78] Compiling Atomics AtomicValue.swift
[13/78] Compiling Atomics AtomicMemoryOrderings.swift
[14/78] Compiling Atomics ManagedAtomic.swift
[15/78] Compiling Atomics ManagedAtomicLazyReference.swift
[16/78] Compiling Atomics UnsafeAtomic.swift
[17/78] Compiling Atomics UnsafeAtomicLazyReference.swift
[18/80] Emitting module _NIOBase64
[19/80] Compiling Atomics OptionalRawRepresentable.swift
[20/80] Compiling Atomics RawRepresentable.swift
[24/80] Compiling Atomics DoubleWord.swift
[25/80] Emitting module CryptoBoringWrapper
[26/80] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[27/80] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[28/80] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/80] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/80] Compiling NIOConcurrencyHelpers atomics.swift
[31/80] Emitting module NIOConcurrencyHelpers
[32/80] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/80] Emitting module _NIODataStructures
[34/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/81] Emitting module InternalCollectionsUtilities
[37/81] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[38/81] Compiling CryptoBoringWrapper EllipticCurve.swift
[39/81] Compiling Atomics AtomicInteger.swift
[40/81] Compiling Atomics AtomicOptionalWrappable.swift
[41/81] Compiling _NIODataStructures PriorityQueue.swift
[42/81] Compiling _NIODataStructures Heap.swift
[43/81] Compiling _NIODataStructures _TinyArray.swift
[44/81] Compiling Atomics IntegerOperations.swift
[45/81] Compiling Atomics Unmanaged extensions.swift
[46/81] Compiling _NIOBase64 Base64.swift
[50/83] Compiling Atomics PointerConformances.swift
[51/83] Compiling Atomics Primitives.native.swift
[55/83] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[56/81] Wrapping AST for InternalCollectionsUtilities for debugging
[58/146] Compiling Crypto ASN1Null.swift
[59/146] Compiling Crypto ASN1OctetString.swift
[60/169] Compiling Crypto ASN1Identifier.swift
[61/169] Compiling Crypto ASN1Integer.swift
[62/169] Compiling Crypto ChaChaPoly_boring.swift
[63/169] Compiling Crypto ChaChaPoly.swift
[64/169] Compiling Crypto ASN1BitString.swift
[65/169] Compiling Crypto ASN1Boolean.swift
[66/169] Compiling DequeModule _DequeSlot.swift
[67/169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/169] Emitting module Atomics
[69/169] Compiling Crypto AES-GCM.swift
[70/169] Compiling Crypto AES-GCM_boring.swift
[71/169] Compiling Crypto ASN1.swift
[72/169] Compiling Crypto ASN1Any.swift
[73/169] Compiling Crypto Cipher.swift
[74/169] Compiling Crypto Nonces.swift
[75/169] Emitting module DequeModule
[84/171] Emitting module Crypto
[84/181] Wrapping AST for DequeModule for debugging
[85/181] Wrapping AST for Atomics for debugging
[87/181] Compiling Crypto HPKE-AEAD.swift
[88/181] Compiling Crypto HPKE-Ciphersuite.swift
[89/181] Compiling Crypto HPKE-KDF.swift
[90/181] Compiling Crypto HPKE-KexKeyDerivation.swift
[91/181] Compiling Crypto HPKE-LabeledExtract.swift
[92/181] Compiling Crypto HPKE-Utils.swift
[93/181] Compiling Crypto DHKEM.swift
[94/181] Compiling Crypto HPKE-KEM-Curve25519.swift
[95/181] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[96/181] Compiling Crypto HPKE-KEM.swift
[97/181] Compiling Crypto HPKE-Errors.swift
[98/181] Compiling Crypto HPKE.swift
[99/181] Compiling Crypto HPKE-Context.swift
[100/181] Compiling Crypto HPKE-KeySchedule.swift
[101/181] Compiling Crypto HPKE-Modes.swift
[102/181] Compiling Crypto Insecure.swift
[103/181] Compiling Crypto Insecure_HashFunctions.swift
[104/181] Compiling Crypto KEM.swift
[105/181] Compiling Crypto ECDH_boring.swift
[106/181] Compiling Crypto DH.swift
[107/242] Compiling NIOCore MarkedCircularBuffer.swift
[108/242] Compiling NIOCore MulticastChannel.swift
[109/242] Compiling NIOCore NIOAny.swift
[110/242] Compiling NIOCore NIOCloseOnErrorHandler.swift
[111/242] Compiling NIOCore NIOCoreSendableMetatype.swift
[112/242] Compiling NIOCore NIOLoopBound.swift
[113/242] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[114/242] Compiling NIOCore NIOScheduledCallback.swift
[115/242] Compiling NIOCore NIOSendable.swift
[116/242] Compiling NIOCore RecvByteBufferAllocator.swift
[117/242] Compiling NIOCore ByteBuffer-aux.swift
[118/242] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[119/242] Compiling NIOCore ByteBuffer-conversions.swift
[120/242] Compiling NIOCore ByteBuffer-core.swift
[121/242] Compiling NIOCore ByteBuffer-hex.swift
[122/242] Compiling NIOCore ByteBuffer-int.swift
[123/242] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[124/242] Compiling NIOCore CircularBuffer.swift
[125/242] Compiling NIOCore Codec.swift
[126/242] Compiling NIOCore ConvenienceOptionSupport.swift
[127/242] Compiling Crypto ECDH.swift
[128/242] Compiling Crypto HKDF.swift
[129/242] Compiling Crypto AESWrap.swift
[130/242] Compiling Crypto AESWrap_boring.swift
[131/242] Compiling Crypto Ed25519_boring.swift
[132/242] Compiling Crypto NISTCurvesKeys_boring.swift
[133/242] Compiling Crypto X25519Keys_boring.swift
[134/242] Compiling Crypto Curve25519.swift
[135/242] Compiling Crypto Ed25519Keys.swift
[136/242] Compiling Crypto NISTCurvesKeys.swift
[137/242] Compiling NIOCore AddressedEnvelope.swift
[138/242] Compiling NIOCore AsyncAwaitSupport.swift
[139/242] Compiling NIOCore AsyncChannel.swift
[140/242] Compiling NIOCore AsyncChannelHandler.swift
[141/242] Compiling NIOCore AsyncChannelInboundStream.swift
[142/242] Compiling NIOCore AsyncChannelOutboundWriter.swift
[143/242] Compiling NIOCore NIOAsyncSequenceProducer.swift
[144/242] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[145/242] Compiling NIOCore NIOAsyncWriter.swift
[146/242] Compiling NIOCore ByteBuffer-multi-int.swift
[147/242] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[148/242] Compiling NIOCore ByteBuffer-views.swift
[149/242] Compiling NIOCore Channel.swift
[150/242] Compiling NIOCore ChannelHandler.swift
[151/242] Compiling NIOCore ChannelHandlers.swift
[152/242] Compiling NIOCore ChannelInvoker.swift
[153/242] Compiling NIOCore ChannelOption.swift
[154/242] Compiling NIOCore ChannelPipeline.swift
[155/242] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[156/242] Compiling NIOCore BSDSocketAPI.swift
[165/250] Compiling Crypto Ed25519.swift
[166/250] Compiling Crypto Signature.swift
[167/250] Compiling Crypto CryptoKitErrors_boring.swift
[168/250] Compiling Crypto RNG_boring.swift
[169/250] Compiling Crypto SafeCompare_boring.swift
[170/250] Compiling Crypto Zeroization_boring.swift
[171/250] Compiling Crypto PrettyBytes.swift
[172/250] Compiling Crypto SafeCompare.swift
[173/250] Compiling Crypto SecureBytes.swift
[174/250] Compiling Crypto Zeroization.swift
[176/251] Compiling NIOCore IOData.swift
[177/251] Compiling NIOCore IPProtocol.swift
[178/251] Compiling NIOCore IntegerBitPacking.swift
[179/251] Compiling NIOCore IntegerTypes.swift
[180/251] Compiling NIOCore Interfaces.swift
[181/251] Compiling NIOCore Linux.swift
[183/251] Wrapping AST for Crypto for debugging
[185/251] Compiling NIOCore EventLoopFuture+Deprecated.swift
[186/251] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[187/251] Compiling NIOCore EventLoopFuture.swift
[188/251] Compiling NIOCore FileDescriptor.swift
[189/251] Compiling NIOCore FileHandle.swift
[190/251] Compiling NIOCore FileRegion.swift
[191/251] Compiling NIOCore GlobalSingletons.swift
[192/251] Compiling NIOCore IO.swift
[196/251] Compiling NIOCore DeadChannel.swift
[197/251] Compiling NIOCore DispatchQueue+WithFuture.swift
[198/251] Compiling NIOCore EventLoop+Deprecated.swift
[199/251] Compiling NIOCore EventLoop+SerialExecutor.swift
[200/251] Compiling NIOCore EventLoop.swift
[201/251] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[202/251] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[203/251] Compiling NIOCore SocketAddresses.swift
[204/251] Compiling NIOCore SocketOptionProvider.swift
[205/251] Compiling NIOCore SystemCallHelpers.swift
[206/251] Compiling NIOCore TimeAmount+Duration.swift
[207/251] Compiling NIOCore TypeAssistedChannelHandler.swift
[208/251] Compiling NIOCore UniversalBootstrapSupport.swift
[209/251] Compiling NIOCore Utilities.swift
[228/251] Emitting module NIOCore
[239/308] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 |         self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 |         let runLoop = RunLoop.current
   |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 |         let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 |         while value.withLockedValue({ $0 }) == nil {
65 |             _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
   |                         `- error: value of type 'RunLoop' has no member 'run'
66 |         }
67 |
[240/308] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[241/308] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[242/308] Compiling NIOPosix IO.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[243/308] Compiling NIOPosix IntegerBitPacking.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[244/308] Compiling NIOPosix IntegerTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/308] Compiling NIOPosix Linux.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/308] Compiling NIOPosix LinuxCPUSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[247/308] Compiling NIOPosix LinuxUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[248/308] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[249/314] Compiling NIOPosix Socket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[250/314] Compiling NIOPosix SocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix SocketProtocols.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix StructuredConcurrencyHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix System.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix Thread.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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)
[255/314] Emitting module NIOPosix
/host/spi-builder-workspace/.build/checkouts/swift-nio/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)
[256/314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[257/314] Emitting module NIOFoundationCompat
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:55:31: error: 'current' is unavailable: RunLoop is not available on WASI
53 |         self.eventLoop._preconditionSafeToWait(file: file, line: line)
54 |
55 |         let runLoop = RunLoop.current
   |                               `- error: 'current' is unavailable: RunLoop is not available on WASI
56 |
57 |         let value: NIOLockedValueBox<Result<Value, any Error>?> = NIOLockedValueBox(nil)
Foundation.RunLoop.current:3:18: note: 'current' has been explicitly marked unavailable here
1 | class RunLoop {
2 | @available(*, unavailable, message: "RunLoop is not available on WASI")
3 |   open class var current: RunLoop { get }}
  |                  `- note: 'current' has been explicitly marked unavailable here
4 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOFoundationCompat/WaitSpinningRunLoop.swift:65:25: error: value of type 'RunLoop' has no member 'run'
63 |
64 |         while value.withLockedValue({ $0 }) == nil {
65 |             _ = runLoop.run(mode: mode, before: Date().addingTimeInterval(0.01))
   |                         `- error: value of type 'RunLoop' has no member 'run'
66 |         }
67 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/314] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[259/314] Emitting module NIOEmbedded
/host/spi-builder-workspace/.build/checkouts/swift-nio/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 |
[260/314] Compiling NIOEmbedded AsyncTestingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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 |
[261/314] Compiling NIOEmbedded Embedded.swift
[262/314] Compiling NIOPosix ThreadPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix ThreadWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[265/314] Compiling NIOPosix Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[266/314] Compiling NIOPosix VsockAddress.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix VsockChannelEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BSDSocketAPICommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BSDSocketAPIPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BSDSocketAPIWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BaseSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BaseSocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix BaseStreamSocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[275/314] Compiling NIOPosix SelectableEventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[276/314] Compiling NIOPosix SelectorEpoll.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix SelectorGeneric.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix SelectorKqueue.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix SelectorUring.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix ServerSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix Bootstrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix ControlMessage.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[283/314] Compiling NIOPosix DatagramVectorReadManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[284/314] Compiling NIOPosix Errors+Any.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[285/314] Compiling NIOPosix FileDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[286/314] Compiling NIOPosix GetaddrinfoResolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix HappyEyeballs.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix NIOPosixSendableMetatype.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix NIOThreadPool.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[290/314] Compiling NIOPosix NonBlockingFileIO.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[291/314] Compiling NIOPosix PendingDatagramWritesManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[292/314] Compiling NIOPosix PendingWritesManager.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix PipeChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix PipePair.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix Pool.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix PosixSingletons.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix RawSocketBootstrap.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix Resolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
[300/314] Compiling NIOPosix Selectable.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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/314] Compiling NIOPosix SelectableChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/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
BUILD FAILURE 6.1 wasm