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-ssh, reference 0.11.0 (80fe4b), with Swift 6.1 for Wasm on 26 Jun 2025 21:06:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-ssh.git
Reference: 0.11.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-nio-ssh
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 80fe4bc Add static SDK CI workflow (#194)
Cloned https://github.com/apple/swift-nio-ssh.git
Revision (git rev-parse @):
80fe4bc4145780c3b717b153c62be524355c8c37
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-ssh.git at 0.11.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-nio-ssh.git
https://github.com/apple/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"
    }
  ],
  "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",
        "CertifiedKeyTests.swift",
        "ChildChannelMultiplexerTests.swift",
        "ECKeyExchangeTests.swift",
        "EndToEndTests.swift",
        "FuzzResultTests.swift",
        "HostKeyTests.swift",
        "SSHConnectionStateMachineTests.swift",
        "SSHEncryptedTrafficTests.swift",
        "SSHHandlerTests.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/NIOSSHCertifiedPublicKey.swift",
        "Keys And Signatures/NIOSSHPrivateKey.swift",
        "Keys And Signatures/NIOSSHPublicKey.swift",
        "Keys And Signatures/NIOSSHSignature.swift",
        "NIOSSHError.swift",
        "NIOSSHHandler.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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/17266] Fetching swift-atomics, swift-crypto
[3655/93605] Fetching swift-atomics, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (3.59s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.62s)
Fetched https://github.com/apple/swift-nio.git from cache (3.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[889/21151] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.51s)
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.71s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.87s)
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.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/408] Write sources
[9/408] Compiling rdrand-x86_64-apple.S
[10/408] Write sources
[12/408] Compiling _AtomicsShims.c
[13/408] Write sources
[18/408] Write swift-version-24593BA9C3E375BF.txt
[19/408] Compiling CNIOWindows shim.c
[20/408] Compiling CNIOWindows WSAStartup.c
[21/412] Compiling a_dup.cc
[22/412] Compiling a_bitstr.cc
[23/412] Compiling a_d2i_fp.cc
[24/412] Compiling poly1305_vec.cc
[25/414] Compiling blake2.cc
[26/414] Compiling CNIOLinux shim.c
[27/414] Compiling CNIOLinux liburing_shims.c
[27/414] Compiling CNIOWASI CNIOWASI.c
[29/414] Compiling CNIODarwin shim.c
[30/428] Compiling a_gentm.cc
[31/446] Compiling fiat_p256_adx_sqr.S
[33/446] Emitting module _NIOBase64
[33/446] Compiling fiat_p256_adx_mul.S
[34/446] Compiling fiat_curve25519_adx_square.S
[35/446] Compiling fiat_curve25519_adx_mul.S
[36/446] Compiling md5-x86_64-linux.S
[37/446] Compiling md5-x86_64-apple.S
[38/446] Compiling md5-586-linux.S
[39/446] Compiling md5-586-apple.S
[40/446] Compiling CCryptoBoringSSLShims shims.c
[41/446] Compiling chacha20_poly1305_x86_64-linux.S
[42/446] Compiling chacha20_poly1305_x86_64-apple.S
[43/446] Compiling chacha20_poly1305_armv8-win.S
[44/446] Compiling chacha20_poly1305_armv8-linux.S
[45/446] Compiling chacha20_poly1305_armv8-apple.S
[46/446] Compiling chacha-x86_64-linux.S
[47/446] Compiling chacha-x86_64-apple.S
[48/446] Compiling chacha-x86-linux.S
[49/446] Compiling err_data.cc
[50/446] Compiling chacha-x86-apple.S
[51/446] Compiling chacha-armv8-win.S
[52/446] Compiling chacha-armv8-linux.S
[53/446] Compiling chacha-armv8-apple.S
[54/446] Compiling aes128gcmsiv-x86_64-linux.S
[55/446] Compiling chacha-armv4-linux.S
[56/446] Compiling aes128gcmsiv-x86_64-apple.S
[57/446] Compiling x86_64-mont5-linux.S
[58/446] Compiling x86_64-mont-linux.S
[59/446] Compiling x86_64-mont5-apple.S
[60/446] Compiling x86_64-mont-apple.S
[61/446] Compiling x86-mont-apple.S
[62/446] Compiling x86-mont-linux.S
[63/446] Compiling vpaes-x86_64-apple.S
[64/446] Compiling vpaes-x86_64-linux.S
[65/446] Compiling vpaes-x86-linux.S
[66/446] Compiling vpaes-x86-apple.S
[67/446] Compiling vpaes-armv8-win.S
[68/446] Compiling vpaes-armv8-linux.S
[69/446] Compiling vpaes-armv8-apple.S
[70/446] Compiling vpaes-armv7-linux.S
[71/446] Compiling sha512-x86_64-linux.S
[72/446] Compiling sha512-x86_64-apple.S
[73/446] Compiling sha512-armv8-win.S
[74/446] Compiling sha512-armv8-linux.S
[75/446] Compiling sha512-armv8-apple.S
[76/446] Compiling sha512-armv4-linux.S
[77/446] Compiling sha512-586-linux.S
[78/446] Compiling sha512-586-apple.S
[79/446] Compiling sha256-x86_64-linux.S
[80/446] Compiling sha256-x86_64-apple.S
[81/446] Compiling sha256-armv8-win.S
[82/446] Compiling sha256-armv8-linux.S
[83/446] Compiling sha256-armv8-apple.S
[84/446] Compiling sha256-armv4-linux.S
[85/446] Compiling sha256-586-linux.S
[86/446] Compiling sha256-586-apple.S
[87/446] Compiling sha1-x86_64-linux.S
[88/446] Compiling sha1-x86_64-apple.S
[89/446] Compiling sha1-armv8-win.S
[90/446] Compiling sha1-armv8-linux.S
[91/446] Compiling sha1-armv8-apple.S
[92/446] Compiling sha1-armv4-large-linux.S
[93/446] Compiling sha1-586-linux.S
[94/446] Compiling sha1-586-apple.S
[95/446] Compiling c-nioatomics.c
[96/446] Compiling rsaz-avx2-apple.S
[97/446] Compiling rsaz-avx2-linux.S
[98/446] Compiling rdrand-x86_64-linux.S
[100/446] Compiling _NIOBase64 Base64.swift
[100/446] Compiling p256_beeu-x86_64-asm-apple.S
[102/447] Compiling Atomics AtomicStorage.swift
[103/447] Compiling Atomics AtomicValue.swift
[103/449] Compiling p256_beeu-x86_64-asm-linux.S
[105/449] Compiling Atomics UnsafeAtomic.swift
[106/449] Compiling Atomics UnsafeAtomicLazyReference.swift
[106/449] Compiling p256_beeu-armv8-asm-win.S
[108/449] Compiling _NIODataStructures _TinyArray.swift
[109/449] Compiling Atomics ManagedAtomic.swift
[110/449] Compiling Atomics ManagedAtomicLazyReference.swift
[110/449] Compiling p256_beeu-armv8-asm-linux.S
[111/449] Compiling p256_beeu-armv8-asm-apple.S
[114/449] Compiling Atomics AtomicMemoryOrderings.swift
[115/449] Compiling Atomics DoubleWord.swift
[115/449] Compiling p256-x86_64-asm-linux.S
[117/449] Compiling Atomics AtomicReference.swift
[119/449] Compiling Atomics AtomicInteger.swift
[120/449] Compiling Atomics AtomicOptionalWrappable.swift
[121/450] Compiling Atomics PointerConformances.swift
[122/450] Compiling Atomics Primitives.native.swift
[125/450] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[125/450] Compiling p256-armv8-asm-win.S
[127/450] Emitting module InternalCollectionsUtilities
[128/450] Compiling Atomics OptionalRawRepresentable.swift
[129/450] Compiling Atomics RawRepresentable.swift
[130/450] Compiling Atomics AtomicBool.swift
[131/450] Compiling Atomics IntegerConformances.swift
[131/450] Compiling p256-x86_64-asm-apple.S
[133/450] Compiling _NIODataStructures PriorityQueue.swift
[133/450] Compiling p256-armv8-asm-linux.S
[135/450] Emitting module Atomics
[144/450] Compiling p256-armv8-asm-apple.S
[145/450] Compiling ghashv8-armv8-win.S
[146/450] Compiling ghashv8-armv8-linux.S
[147/450] Compiling ghashv8-armv8-apple.S
[148/450] Compiling ghashv8-armv7-linux.S
[149/450] Compiling ghash-x86_64-linux.S
[150/450] Wrapping AST for _NIOBase64 for debugging
[151/450] Compiling ghash-x86_64-apple.S
[152/450] Compiling ghash-x86-linux.S
[154/450] Compiling Atomics IntegerOperations.swift
[155/450] Compiling Atomics Unmanaged extensions.swift
[155/450] Compiling ghash-x86-apple.S
[156/451] Compiling ghash-ssse3-x86_64-linux.S
[157/451] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[158/452] Compiling ghash-ssse3-x86_64-apple.S
[159/452] Compiling ghash-ssse3-x86-linux.S
[160/452] Compiling ghash-ssse3-x86-apple.S
[161/452] Compiling ghash-neon-armv8-win.S
[162/452] Compiling ghash-neon-armv8-linux.S
[163/452] Compiling ghash-neon-armv8-apple.S
[166/452] Compiling ghash-armv4-linux.S
[167/452] Compiling co-586-linux.S
[168/452] Compiling bsaes-armv7-linux.S
[169/452] Compiling co-586-apple.S
[170/452] Compiling bn-armv8-win.S
[171/452] Compiling bn-armv8-linux.S
[172/452] Compiling bn-586-linux.S
[173/452] Compiling bn-armv8-apple.S
[174/452] Compiling bn-586-apple.S
[175/452] Wrapping AST for InternalCollectionsUtilities for debugging
[176/452] Compiling armv8-mont-win.S
[177/452] Compiling armv4-mont-linux.S
[178/452] Compiling armv8-mont-apple.S
[179/452] Compiling aesv8-gcm-armv8-win.S
[180/452] Compiling armv8-mont-linux.S
[181/452] Compiling aesv8-gcm-armv8-linux.S
[182/455] Compiling aesv8-armv8-linux.S
[183/459] Compiling aesv8-gcm-armv8-apple.S
[185/459] Emitting module _NIODataStructures
[186/459] Compiling _NIODataStructures Heap.swift
[186/465] Compiling aesv8-armv8-win.S
[187/468] Compiling aesv8-armv8-apple.S
[188/468] Compiling aesv8-armv7-linux.S
[189/468] Compiling c-atomics.c
[190/468] Compiling aesni-x86_64-linux.S
[191/468] Compiling aesni-x86_64-apple.S
[192/468] Compiling aesni-x86-linux.S
[193/468] Compiling aesni-x86-apple.S
[194/468] Compiling aesni-gcm-x86_64-linux.S
[196/468] Compiling aesni-gcm-x86_64-apple.S
[197/468] Compiling aes-gcm-avx10-x86_64-linux.S
[199/468] Compiling DequeModule Deque+CustomReflectable.swift
[200/468] Compiling DequeModule Deque+Descriptions.swift
[201/468] Compiling DequeModule Deque+Equatable.swift
[202/468] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[202/470] Compiling aes-gcm-avx10-x86_64-apple.S
[203/470] Wrapping AST for _NIODataStructures for debugging
[205/470] Compiling DequeModule _DequeBuffer.swift
[206/470] Compiling DequeModule _DequeBufferHeader.swift
[207/476] Compiling DequeModule Deque+Extras.swift
[208/476] Compiling DequeModule Deque+Hashable.swift
[209/476] Compiling NIOConcurrencyHelpers lock.swift
[210/476] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[211/476] Compiling DequeModule _DequeSlot.swift
[212/476] Compiling DequeModule _UnsafeWrappedBuffer.swift
[213/476] Compiling NIOConcurrencyHelpers NIOLock.swift
[214/476] Compiling NIOConcurrencyHelpers atomics.swift
[215/476] Compiling DequeModule Deque+Testing.swift
[216/476] Compiling DequeModule Deque._Storage.swift
[217/476] Compiling DequeModule Deque._UnsafeHandle.swift
[218/476] Compiling DequeModule Deque.swift
[218/476] Compiling x_x509.cc
[219/476] Compiling x_x509a.cc
[221/476] Emitting module DequeModule
[222/476] Compiling DequeModule Deque+Codable.swift
[223/476] Compiling DequeModule Deque+Collection.swift
[224/477] Compiling x_sig.cc
[225/477] Compiling x_spki.cc
[227/477] Emitting module NIOConcurrencyHelpers
[228/477] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[228/477] Compiling x_val.cc
[229/478] Compiling x_req.cc
[231/478] Wrapping AST for DequeModule for debugging
[232/478] Compiling x_name.cc
[233/478] Compiling x_exten.cc
[234/478] Compiling x_crl.cc
[235/487] Compiling x_pubkey.cc
[236/524] Wrapping AST for NIOConcurrencyHelpers for debugging
[237/538] Compiling x_attrib.cc
[238/538] Compiling x_algor.cc
[239/538] Compiling x_all.cc
[240/538] Compiling x509spki.cc
[241/538] Compiling x509rset.cc
[242/538] Compiling x509cset.cc
[244/538] Compiling NIOCore MulticastChannel.swift
[245/538] Compiling NIOCore NIOAny.swift
[246/538] Compiling NIOCore NIOCloseOnErrorHandler.swift
[247/538] Compiling NIOCore NIOLoopBound.swift
[248/538] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[249/538] Compiling NIOCore NIOScheduledCallback.swift
[250/538] Compiling NIOCore NIOSendable.swift
[251/538] Compiling NIOCore RecvByteBufferAllocator.swift
[251/546] Compiling x509name.cc
[252/546] Compiling x509_v3.cc
[253/546] Compiling x509_vpm.cc
[254/546] Compiling x509_vfy.cc
[255/546] Compiling x509_txt.cc
[256/546] Compiling x509_trs.cc
[257/546] Compiling x509_set.cc
[259/546] Compiling NIOCore IO.swift
[260/546] Compiling NIOCore IOData.swift
[261/546] Compiling NIOCore IPProtocol.swift
[262/546] Compiling NIOCore IntegerBitPacking.swift
[263/546] Compiling NIOCore IntegerTypes.swift
[264/546] Compiling NIOCore Interfaces.swift
[265/546] Compiling NIOCore Linux.swift
[266/546] Compiling NIOCore MarkedCircularBuffer.swift
[266/546] Compiling x509_obj.cc
[267/546] Compiling x509_lu.cc
[268/546] Compiling x509_req.cc
[269/546] Compiling x509_ext.cc
[271/546] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[272/546] Compiling NIOCore EventLoopFuture+Deprecated.swift
[273/546] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[274/546] Compiling NIOCore EventLoopFuture.swift
[275/546] Compiling NIOCore FileDescriptor.swift
[276/546] Compiling NIOCore FileHandle.swift
[277/546] Compiling NIOCore FileRegion.swift
[278/546] Compiling NIOCore GlobalSingletons.swift
[278/546] Compiling x509_def.cc
[280/546] Compiling NIOCore CircularBuffer.swift
[281/546] Compiling NIOCore Codec.swift
[282/546] Compiling NIOCore ConvenienceOptionSupport.swift
[283/546] Compiling NIOCore DeadChannel.swift
[284/546] Compiling NIOCore DispatchQueue+WithFuture.swift
[285/546] Compiling NIOCore EventLoop+Deprecated.swift
[286/546] Compiling NIOCore EventLoop+SerialExecutor.swift
[287/546] Compiling NIOCore EventLoop.swift
[287/546] Compiling x509_d2.cc
[289/546] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[290/546] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[291/546] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[292/546] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[293/546] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[294/546] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[295/546] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[296/546] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[297/546] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[297/546] Compiling x509_cmp.cc
[299/546] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[300/546] Compiling NIOCore SocketAddresses.swift
[301/546] Compiling NIOCore SocketOptionProvider.swift
[302/546] Compiling NIOCore SystemCallHelpers.swift
[303/546] Compiling NIOCore TimeAmount+Duration.swift
[304/546] Compiling NIOCore TypeAssistedChannelHandler.swift
[305/546] Compiling NIOCore UniversalBootstrapSupport.swift
[306/546] Compiling NIOCore Utilities.swift
[306/546] Compiling x509_att.cc
[307/546] Compiling v3_skey.cc
[308/546] Compiling x509.cc
[309/546] Compiling v3_utl.cc
[310/546] Compiling v3_purp.cc
[311/546] Compiling v3_prn.cc
[312/546] Compiling v3_pmaps.cc
[314/546] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[315/546] Compiling NIOCore BSDSocketAPI.swift
[316/546] Compiling NIOCore ByteBuffer-aux.swift
[317/546] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[318/546] Compiling NIOCore ByteBuffer-conversions.swift
[319/546] Compiling NIOCore ByteBuffer-core.swift
[320/546] Compiling NIOCore ByteBuffer-hex.swift
[321/546] Compiling NIOCore ByteBuffer-int.swift
[322/546] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[323/546] Compiling NIOCore AddressedEnvelope.swift
[324/546] Compiling NIOCore AsyncAwaitSupport.swift
[325/546] Compiling NIOCore AsyncChannel.swift
[326/546] Compiling NIOCore AsyncChannelHandler.swift
[327/546] Compiling NIOCore AsyncChannelInboundStream.swift
[328/546] Compiling NIOCore AsyncChannelOutboundWriter.swift
[329/546] Compiling NIOCore NIOAsyncSequenceProducer.swift
[330/546] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[331/546] Compiling NIOCore NIOAsyncWriter.swift
[331/546] Compiling v3_pcons.cc
[332/546] Compiling v3_ncons.cc
[333/546] Compiling v3_ocsp.cc
[334/546] Compiling v3_lib.cc
[335/546] Compiling v3_int.cc
[336/546] Compiling v3_ia5.cc
[337/546] Compiling v3_info.cc
[338/546] Compiling v3_enum.cc
[339/546] Compiling v3_extku.cc
[340/546] Compiling v3_genn.cc
[341/546] Compiling v3_crld.cc
[342/546] Compiling v3_cpols.cc
[343/546] Compiling v3_conf.cc
[344/546] Compiling v3_bitst.cc
[345/546] Compiling v3_bcons.cc
[346/546] Compiling v3_akeya.cc
[347/546] Compiling v3_alt.cc
[348/546] Compiling v3_akey.cc
[349/546] Compiling t_req.cc
[350/546] Compiling t_x509a.cc
[351/546] Compiling t_x509.cc
[352/546] Compiling t_crl.cc
[353/546] Compiling rsa_pss.cc
[354/546] Compiling i2d_pr.cc
[355/546] Compiling policy.cc
[356/546] Compiling name_print.cc
[357/546] Compiling by_file.cc
[358/546] Compiling by_dir.cc
[359/546] Compiling asn1_gen.cc
[360/546] Compiling algorithm.cc
[361/546] Compiling a_verify.cc
[363/546] Emitting module NIOCore
[363/546] Compiling a_digest.cc
[364/546] Compiling thread_win.cc
[364/546] Compiling trust_token.cc
[364/546] Compiling voprf.cc
[364/546] Compiling thread_none.cc
[364/546] Compiling thread_pthread.cc
[364/546] Compiling pmbtoken.cc
[364/546] Compiling a_sign.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/188] Compiling thread_pthread.cc
[1/188] Compiling thread.cc
[2/188] Compiling thread_win.cc
[3/188] Write swift-version-24593BA9C3E375BF.txt
[4/188] Compiling thread_none.cc
[5/192] Compiling trust_token.cc
[6/192] Compiling voprf.cc
[7/194] Compiling pmbtoken.cc
[8/194] Compiling a_sign.cc
[9/194] Compiling wots.cc
[10/232] Compiling thash.cc
[11/232] Compiling stack.cc
[13/232] Compiling Atomics ManagedAtomic.swift
[14/232] Compiling Atomics ManagedAtomicLazyReference.swift
[15/234] Emitting module _NIODataStructures
[16/234] Compiling _NIODataStructures Heap.swift
[17/234] Compiling _NIODataStructures _TinyArray.swift
[18/234] Compiling _NIODataStructures PriorityQueue.swift
[19/234] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/236] Compiling NIOConcurrencyHelpers lock.swift
[21/236] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/236] Compiling InternalCollectionsUtilities Debugging.swift
[23/236] Compiling InternalCollectionsUtilities Descriptions.swift
[24/236] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/236] Compiling Atomics AtomicInteger.swift
[26/236] Compiling Atomics AtomicOptionalWrappable.swift
[27/236] Compiling Atomics UnsafeAtomic.swift
[28/236] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/235] Emitting module _NIOBase64
[31/235] Compiling _NIOBase64 Base64.swift
[35/236] Compiling Atomics DoubleWord.swift
[36/236] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/235] Compiling Atomics IntegerOperations.swift
[39/235] Compiling Atomics Unmanaged extensions.swift
[40/235] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[41/235] Emitting module NIOConcurrencyHelpers
[41/235] Compiling slhdsa.cc
[43/235] Compiling Atomics OptionalRawRepresentable.swift
[44/235] Compiling Atomics RawRepresentable.swift
[44/235] Compiling merkle.cc
[46/235] Compiling Atomics PointerConformances.swift
[47/235] Compiling Atomics Primitives.native.swift
[48/235] Compiling Atomics AtomicReference.swift
[49/235] Compiling Atomics IntegerConformances.swift
[50/235] Compiling NIOConcurrencyHelpers NIOLock.swift
[51/235] Compiling NIOConcurrencyHelpers atomics.swift
[52/235] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[52/236] Compiling fors.cc
[54/236] Emitting module InternalCollectionsUtilities
[59/236] Compiling siphash.cc
[60/236] Compiling sha512.cc
[61/236] Compiling sha1.cc
[62/236] Wrapping AST for InternalCollectionsUtilities for debugging
[63/251] Compiling rsa_print.cc
[64/251] Compiling sha256.cc
[66/251] Compiling DequeModule Deque+CustomReflectable.swift
[67/251] Compiling DequeModule Deque+Descriptions.swift
[68/253] Compiling DequeModule _DequeBuffer.swift
[69/253] Compiling DequeModule _DequeBufferHeader.swift
[69/253] Compiling rsa_extra.cc
[71/253] Compiling DequeModule Deque+Extras.swift
[72/253] Compiling DequeModule Deque+Hashable.swift
[73/253] Compiling DequeModule Deque+Equatable.swift
[74/253] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/253] Compiling rsa_crypt.cc
[75/253] Compiling rc4.cc
[76/253] Compiling refcount.cc
[77/253] Compiling windows.cc
[79/253] Compiling DequeModule _DequeSlot.swift
[80/253] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/253] Compiling DequeModule Deque+Testing.swift
[82/253] Compiling DequeModule Deque._Storage.swift
[83/253] Compiling DequeModule Deque._UnsafeHandle.swift
[84/253] Compiling DequeModule Deque.swift
[84/253] Compiling rsa_asn1.cc
[85/253] Compiling urandom.cc
[87/253] Compiling DequeModule Deque+Codable.swift
[88/253] Compiling DequeModule Deque+Collection.swift
[88/253] Compiling trusty.cc
[90/253] Emitting module Atomics
[90/253] Compiling rand_extra.cc
[91/253] Compiling passive.cc
[93/253] Emitting module DequeModule
[93/254] Compiling ios.cc
[94/254] Compiling poly1305_arm_asm.S
[96/254] Compiling getentropy.cc
[97/254] Wrapping AST for DequeModule for debugging
[98/254] Compiling fork_detect.cc
[99/254] Compiling forkunsafe.cc
[100/254] Compiling deterministic.cc
[108/255] Compiling poly1305_arm.cc
[109/255] Compiling pool.cc
[110/255] Compiling poly1305.cc
[111/315] Compiling pkcs7.cc
[112/315] Compiling pkcs8_x509.cc
[113/315] Compiling pkcs7_x509.cc
[114/315] Compiling pkcs8.cc
[115/315] Compiling p5_pbev2.cc
[116/315] Compiling pem_xaux.cc
[117/315] Compiling pem_x509.cc
[119/315] Compiling NIOCore MulticastChannel.swift
[120/315] Compiling NIOCore NIOAny.swift
[121/315] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/315] Compiling NIOCore NIOLoopBound.swift
[123/315] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[124/315] Compiling NIOCore NIOScheduledCallback.swift
[125/315] Compiling NIOCore NIOSendable.swift
[126/315] Compiling NIOCore RecvByteBufferAllocator.swift
[126/323] Compiling pem_pkey.cc
[127/323] Compiling pem_pk8.cc
[128/323] Compiling pem_info.cc
[129/323] Compiling pem_oth.cc
[130/323] Compiling pem_lib.cc
[132/323] Compiling NIOCore IO.swift
[133/323] Compiling NIOCore IOData.swift
[134/323] Compiling NIOCore IPProtocol.swift
[135/323] Compiling NIOCore IntegerBitPacking.swift
[136/323] Compiling NIOCore IntegerTypes.swift
[137/323] Compiling NIOCore Interfaces.swift
[138/323] Compiling NIOCore Linux.swift
[139/323] Compiling NIOCore MarkedCircularBuffer.swift
[139/323] Compiling obj_xref.cc
[140/323] Compiling pem_all.cc
[141/323] Compiling mldsa.cc
[142/323] Compiling md5.cc
[143/323] Compiling mem.cc
[144/323] Compiling poly_rq_mul.S
[145/323] Compiling obj.cc
[146/323] Compiling fips_shared_support.cc
[147/323] Compiling md4.cc
[149/323] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[150/323] Compiling NIOCore EventLoopFuture+Deprecated.swift
[151/323] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[152/323] Compiling NIOCore EventLoopFuture.swift
[153/323] Compiling NIOCore FileDescriptor.swift
[154/323] Compiling NIOCore FileHandle.swift
[155/323] Compiling NIOCore FileRegion.swift
[156/323] Compiling NIOCore GlobalSingletons.swift
[156/323] Compiling mlkem.cc
[157/323] Compiling lhash.cc
[159/323] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/323] Compiling NIOCore BSDSocketAPI.swift
[161/323] Compiling NIOCore ByteBuffer-aux.swift
[162/323] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[163/323] Compiling NIOCore ByteBuffer-conversions.swift
[164/323] Compiling NIOCore ByteBuffer-core.swift
[165/323] Compiling NIOCore ByteBuffer-hex.swift
[166/323] Compiling NIOCore ByteBuffer-int.swift
[167/323] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/323] Compiling NIOCore CircularBuffer.swift
[169/323] Compiling NIOCore Codec.swift
[170/323] Compiling NIOCore ConvenienceOptionSupport.swift
[171/323] Compiling NIOCore DeadChannel.swift
[172/323] Compiling NIOCore DispatchQueue+WithFuture.swift
[173/323] Compiling NIOCore EventLoop+Deprecated.swift
[174/323] Compiling NIOCore EventLoop+SerialExecutor.swift
[175/323] Compiling NIOCore EventLoop.swift
[175/323] Compiling hrss.cc
[175/323] Compiling ex_data.cc
[177/323] Compiling sign.cc
[178/323] Compiling kyber.cc
[179/323] Compiling scrypt.cc
[180/323] Compiling hpke.cc
[182/323] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[183/323] Compiling NIOCore SocketAddresses.swift
[184/323] Compiling NIOCore SocketOptionProvider.swift
[185/323] Compiling NIOCore SystemCallHelpers.swift
[186/323] Compiling NIOCore TimeAmount+Duration.swift
[187/323] Compiling NIOCore TypeAssistedChannelHandler.swift
[188/323] Compiling NIOCore UniversalBootstrapSupport.swift
[189/323] Compiling NIOCore Utilities.swift
[189/323] Compiling p_x25519.cc
[190/323] Compiling pbkdf.cc
[191/323] Compiling p_x25519_asn1.cc
[192/323] Compiling print.cc
[194/323] Compiling NIOCore AddressedEnvelope.swift
[195/323] Compiling NIOCore AsyncAwaitSupport.swift
[196/323] Compiling NIOCore AsyncChannel.swift
[197/323] Compiling NIOCore AsyncChannelHandler.swift
[198/323] Compiling NIOCore AsyncChannelInboundStream.swift
[199/323] Compiling NIOCore AsyncChannelOutboundWriter.swift
[200/323] Compiling NIOCore NIOAsyncSequenceProducer.swift
[201/323] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[202/323] Compiling NIOCore NIOAsyncWriter.swift
[203/323] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[204/323] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[205/323] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[206/323] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[207/323] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[208/323] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[209/323] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[210/323] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[211/323] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[211/323] Compiling p_rsa.cc
[212/323] Compiling p_rsa_asn1.cc
[213/323] Compiling p_ed25519.cc
[214/323] Compiling p_hkdf.cc
[215/323] Compiling p_ed25519_asn1.cc
[216/323] Compiling p_ec_asn1.cc
[217/323] Compiling p_ec.cc
[218/323] Compiling p_dsa_asn1.cc
[219/323] Compiling p_dh_asn1.cc
[220/323] Compiling p_dh.cc
[221/323] Compiling evp_ctx.cc
[222/323] Compiling evp.cc
[223/323] Compiling evp_asn1.cc
[224/323] Compiling err.cc
[225/323] Compiling engine.cc
[226/323] Compiling ecdh_extra.cc
[227/323] Compiling ecdsa_asn1.cc
[228/323] Compiling hash_to_curve.cc
[229/323] Compiling ec_derive.cc
[230/323] Compiling bcm.cc
[231/323] Compiling dsa_asn1.cc
[232/323] Compiling ec_asn1.cc
[233/323] Compiling dsa.cc
[234/323] Compiling params.cc
[235/323] Compiling digest_extra.cc
[236/323] Compiling x25519-asm-arm.S
[237/323] Compiling dh_asn1.cc
[238/323] Compiling curve25519_64_adx.cc
[239/323] Compiling des.cc
[240/323] Compiling spake25519.cc
[241/323] Compiling crypto.cc
[242/323] Compiling cpu_intel.cc
[243/323] Compiling cpu_arm_linux.cc
[244/323] Compiling cpu_arm_freebsd.cc
[245/323] Compiling curve25519.cc
[246/323] Compiling cpu_aarch64_openbsd.cc
[248/323] Emitting module NIOCore
[248/323] Compiling cpu_aarch64_win.cc
[249/323] Compiling tls_cbc.cc
[249/323] Compiling cpu_aarch64_fuchsia.cc
[249/323] Compiling cpu_aarch64_sysreg.cc
[249/323] Compiling conf.cc
[249/323] Compiling e_tls.cc
[249/323] Compiling cpu_aarch64_linux.cc
[249/323] Compiling cpu_aarch64_apple.cc
BUILD FAILURE 6.1 wasm