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 main (80fe4b), with Swift 6.1 for Wasm on 26 Jun 2025 13:34:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/swift-nio-ssh
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4606859-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
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[1702/15469] Fetching swift-crypto
[2477/91808] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.97s)
[55728/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.54s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[2841/21151] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
[4179/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.25s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.18s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/408] Write sources
[15/408] Compiling CNIOWindows shim.c
[16/408] Compiling _AtomicsShims.c
[17/408] Compiling CNIOWindows WSAStartup.c
[18/408] Compiling CNIOWASI CNIOWASI.c
[19/408] Compiling CNIOLinux shim.c
[20/408] Compiling CNIODarwin shim.c
[21/408] Compiling CNIOLinux liburing_shims.c
[22/408] Compiling fiat_p256_adx_sqr.S
[23/408] Compiling fiat_p256_adx_mul.S
[24/408] Compiling fiat_curve25519_adx_mul.S
[25/408] Compiling fiat_curve25519_adx_square.S
[26/408] Compiling md5-x86_64-apple.S
[27/408] Compiling md5-586-linux.S
[28/408] Compiling md5-x86_64-linux.S
[29/408] Compiling md5-586-apple.S
[30/408] Write swift-version-24593BA9C3E375BF.txt
[31/408] Compiling chacha20_poly1305_x86_64-linux.S
[32/408] Compiling chacha20_poly1305_x86_64-apple.S
[33/408] Compiling chacha20_poly1305_armv8-win.S
[34/408] Compiling chacha20_poly1305_armv8-linux.S
[35/410] Compiling chacha20_poly1305_armv8-apple.S
[36/421] Compiling CCryptoBoringSSLShims shims.c
[37/428] Compiling chacha-x86_64-linux.S
[38/428] Compiling chacha-x86_64-apple.S
[39/428] Compiling chacha-x86-linux.S
[40/428] Compiling chacha-x86-apple.S
[41/428] Compiling chacha-armv8-win.S
[42/428] Compiling chacha-armv8-linux.S
[43/428] Compiling chacha-armv8-apple.S
[44/428] Compiling chacha-armv4-linux.S
[45/428] Compiling aes128gcmsiv-x86_64-linux.S
[46/428] Compiling x86_64-mont5-linux.S
[47/428] Compiling aes128gcmsiv-x86_64-apple.S
[48/428] Compiling x86_64-mont5-apple.S
[49/428] Compiling x86_64-mont-linux.S
[51/428] Emitting module _NIODataStructures
[51/428] Compiling x86-mont-linux.S
[52/428] Compiling x86_64-mont-apple.S
[53/428] Compiling vpaes-x86_64-linux.S
[54/428] Compiling x86-mont-apple.S
[55/428] Compiling vpaes-x86-linux.S
[56/428] Compiling vpaes-x86_64-apple.S
[57/428] Compiling vpaes-armv8-win.S
[58/428] Compiling vpaes-x86-apple.S
[59/428] Compiling vpaes-armv8-linux.S
[59/428] Compiling vpaes-armv8-apple.S
[61/428] Compiling vpaes-armv7-linux.S
[62/428] Compiling sha512-x86_64-linux.S
[63/428] Compiling sha512-x86_64-apple.S
[64/428] Compiling sha512-armv8-win.S
[65/428] Compiling sha512-armv8-linux.S
[66/428] Compiling sha512-armv8-apple.S
[67/428] Compiling err_data.cc
[68/428] Compiling sha512-armv4-linux.S
[69/428] Compiling sha512-586-apple.S
[70/428] Compiling sha512-586-linux.S
[71/428] Compiling sha256-x86_64-linux.S
[72/428] Compiling sha256-x86_64-apple.S
[73/428] Compiling sha256-armv8-win.S
[74/428] Compiling sha256-armv8-linux.S
[75/428] Compiling sha256-armv8-apple.S
[76/428] Compiling sha256-armv4-linux.S
[77/428] Compiling sha256-586-linux.S
[78/428] Compiling sha256-586-apple.S
[79/428] Compiling sha1-x86_64-linux.S
[80/428] Compiling sha1-x86_64-apple.S
[81/428] Compiling sha1-armv8-win.S
[82/428] Compiling sha1-armv8-linux.S
[83/428] Compiling sha1-armv8-apple.S
[84/428] Compiling sha1-586-linux.S
[85/428] Compiling sha1-armv4-large-linux.S
[86/428] Compiling sha1-586-apple.S
[87/428] Compiling rsaz-avx2-linux.S
[88/428] Compiling rdrand-x86_64-linux.S
[89/428] Compiling rsaz-avx2-apple.S
[90/428] Compiling p256_beeu-x86_64-asm-linux.S
[91/428] Compiling rdrand-x86_64-apple.S
[92/428] Compiling p256_beeu-x86_64-asm-apple.S
[93/428] Compiling p256_beeu-armv8-asm-linux.S
[94/428] Compiling p256_beeu-armv8-asm-win.S
[95/428] Compiling p256_beeu-armv8-asm-apple.S
[96/428] Compiling p256-x86_64-asm-linux.S
[97/428] Compiling p256-armv8-asm-win.S
[98/428] Compiling p256-x86_64-asm-apple.S
[99/428] Compiling p256-armv8-asm-linux.S
[100/428] Compiling ghashv8-armv8-win.S
[101/428] Compiling p256-armv8-asm-apple.S
[102/428] Compiling ghashv8-armv8-linux.S
[103/428] Compiling ghashv8-armv8-apple.S
[104/428] Compiling ghashv8-armv7-linux.S
[105/428] Compiling ghash-x86_64-apple.S
[106/428] Compiling ghash-x86_64-linux.S
[107/428] Compiling ghash-x86-linux.S
[108/428] Compiling ghash-x86-apple.S
[109/428] Compiling ghash-ssse3-x86_64-apple.S
[110/428] Compiling ghash-ssse3-x86_64-linux.S
[111/428] Compiling ghash-ssse3-x86-linux.S
[112/428] Compiling ghash-ssse3-x86-apple.S
[113/428] Compiling ghash-neon-armv8-win.S
[114/428] Compiling ghash-neon-armv8-linux.S
[115/428] Compiling ghash-neon-armv8-apple.S
[116/428] Compiling ghash-armv4-linux.S
[117/428] Compiling co-586-apple.S
[118/428] Compiling co-586-linux.S
[119/428] Compiling bsaes-armv7-linux.S
[120/428] Compiling bn-armv8-win.S
[121/428] Compiling bn-armv8-apple.S
[122/428] Compiling bn-armv8-linux.S
[123/428] Compiling bn-586-linux.S
[124/428] Compiling bn-586-apple.S
[125/428] Compiling armv8-mont-win.S
[126/428] Compiling armv8-mont-linux.S
[127/428] Compiling armv4-mont-linux.S
[128/428] Compiling armv8-mont-apple.S
[129/428] Compiling aesv8-gcm-armv8-win.S
[130/428] Compiling aesv8-gcm-armv8-linux.S
[131/428] Compiling aesv8-gcm-armv8-apple.S
[132/428] Compiling aesv8-armv8-linux.S
[133/428] Compiling aesv8-armv8-win.S
[134/428] Compiling aesv8-armv8-apple.S
[135/428] Compiling aesv8-armv7-linux.S
[136/428] Compiling aesni-x86_64-linux.S
[137/428] Compiling aesni-x86_64-apple.S
[138/428] Compiling aesni-x86-apple.S
[139/428] Compiling aesni-gcm-x86_64-linux.S
[140/428] Compiling aesni-x86-linux.S
[141/428] Compiling aesni-gcm-x86_64-apple.S
[142/428] Compiling aes-gcm-avx10-x86_64-linux.S
[143/428] Compiling aes-gcm-avx10-x86_64-apple.S
[144/428] Compiling c-nioatomics.c
[146/428] Compiling InternalCollectionsUtilities Descriptions.swift
[147/428] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[148/428] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[149/428] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[150/428] Compiling InternalCollectionsUtilities Debugging.swift
[151/428] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[152/428] Compiling InternalCollectionsUtilities _SortedCollection.swift
[153/429] Emitting module _NIOBase64
[154/429] Compiling _NIOBase64 Base64.swift
[155/430] Compiling _NIODataStructures PriorityQueue.swift
[156/430] Compiling _NIODataStructures _TinyArray.swift
[157/430] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[158/430] Compiling InternalCollectionsUtilities UInt+reversed.swift
[159/430] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[160/430] Compiling InternalCollectionsUtilities Integer rank.swift
[161/430] Emitting module InternalCollectionsUtilities
[162/430] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[163/430] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[165/430] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[166/431] Compiling c-atomics.c
[167/431] Wrapping AST for _NIOBase64 for debugging
[168/431] Compiling x_val.cc
[169/431] Compiling x_x509a.cc
[170/431] Compiling x_x509.cc
[172/431] Compiling _NIODataStructures Heap.swift
[172/432] Compiling x_spki.cc
[174/453] Wrapping AST for InternalCollectionsUtilities for debugging
[175/453] Wrapping AST for _NIODataStructures for debugging
[177/453] Compiling DequeModule _DequeBuffer.swift
[178/453] Compiling DequeModule _DequeBufferHeader.swift
[179/455] Compiling DequeModule Deque+CustomReflectable.swift
[180/455] Compiling DequeModule Deque+Descriptions.swift
[181/455] Compiling NIOConcurrencyHelpers lock.swift
[182/455] Compiling NIOConcurrencyHelpers NIOLock.swift
[183/455] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[184/455] Compiling NIOConcurrencyHelpers atomics.swift
[184/455] Compiling x_exten.cc
[186/455] Compiling DequeModule Deque+Equatable.swift
[187/455] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[188/455] Compiling DequeModule Deque+Extras.swift
[189/455] Compiling DequeModule Deque+Hashable.swift
[190/455] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[191/455] Emitting module NIOConcurrencyHelpers
[192/455] Compiling DequeModule Deque+Testing.swift
[193/455] Compiling DequeModule Deque._Storage.swift
[193/456] Compiling x_sig.cc
[196/456] Compiling DequeModule _DequeSlot.swift
[197/456] Compiling DequeModule _UnsafeWrappedBuffer.swift
[197/456] Wrapping AST for NIOConcurrencyHelpers for debugging
[199/456] Compiling DequeModule Deque._UnsafeHandle.swift
[200/456] Compiling DequeModule Deque.swift
[200/456] Compiling x_name.cc
[201/456] Compiling x_req.cc
[202/456] Compiling x_pubkey.cc
[204/456] Compiling DequeModule Deque+Codable.swift
[205/456] Compiling DequeModule Deque+Collection.swift
[205/456] Compiling x_crl.cc
[207/456] Emitting module DequeModule
[207/457] Compiling x_attrib.cc
[209/457] Compiling x_all.cc
[210/457] Wrapping AST for DequeModule for debugging
[211/457] Compiling x_algor.cc
[212/457] Compiling x509spki.cc
[213/457] Compiling x509rset.cc
[214/457] Compiling x509_vpm.cc
[215/457] Compiling x509name.cc
[216/457] Compiling x509cset.cc
[217/457] Compiling x509_vfy.cc
[218/457] Compiling x509_req.cc
[219/457] Compiling x509_v3.cc
[220/457] Compiling x509_txt.cc
[221/457] Compiling x509_set.cc
[222/457] Compiling x509_obj.cc
[223/457] Compiling x509_trs.cc
[224/457] Compiling x509_lu.cc
[225/457] Compiling x509_ext.cc
[226/457] Compiling x509_def.cc
[227/457] Compiling x509_d2.cc
[228/457] Compiling x509_cmp.cc
[229/457] Compiling x509_att.cc
[230/457] Compiling x509.cc
[231/457] Compiling v3_utl.cc
[232/457] Compiling v3_skey.cc
[233/457] Compiling v3_purp.cc
[234/457] Compiling v3_prn.cc
[235/457] Compiling v3_pmaps.cc
[236/457] Compiling v3_pcons.cc
[237/457] Compiling v3_ocsp.cc
[238/457] Compiling v3_ncons.cc
[239/457] Compiling v3_lib.cc
[240/457] Compiling v3_int.cc
[241/457] Compiling v3_info.cc
[242/457] Compiling v3_ia5.cc
[243/457] Compiling v3_enum.cc
[244/457] Compiling v3_genn.cc
[245/457] Compiling v3_crld.cc
[246/457] Compiling v3_extku.cc
[247/457] Compiling v3_cpols.cc
[248/457] Compiling v3_conf.cc
[249/457] Compiling v3_bitst.cc
[250/457] Compiling v3_bcons.cc
[251/457] Compiling v3_akeya.cc
[252/457] Compiling v3_alt.cc
[253/457] Compiling t_x509a.cc
[254/457] Compiling v3_akey.cc
[255/457] Compiling t_x509.cc
[256/457] Compiling t_req.cc
[257/457] Compiling t_crl.cc
[258/457] Compiling i2d_pr.cc
[259/457] Compiling rsa_pss.cc
[260/457] Compiling name_print.cc
[261/457] Compiling policy.cc
[262/457] Compiling by_file.cc
[263/457] Compiling by_dir.cc
[264/457] Compiling asn1_gen.cc
[265/457] Compiling algorithm.cc
[266/457] Compiling a_verify.cc
[267/457] Compiling thread_win.cc
[268/457] Compiling voprf.cc
[269/457] Compiling a_sign.cc
[270/457] Compiling a_digest.cc
[271/457] Compiling trust_token.cc
[272/457] Compiling pmbtoken.cc
[273/457] Compiling thread_pthread.cc
[274/457] Compiling thread_none.cc
[275/457] Compiling thread.cc
[276/457] Compiling stack.cc
[277/457] Compiling wots.cc
[278/457] Compiling thash.cc
[279/457] Compiling merkle.cc
[280/457] Compiling fors.cc
[281/457] Compiling slhdsa.cc
[282/457] Compiling siphash.cc
[283/457] Compiling sha512.cc
[284/457] Compiling sha256.cc
[285/457] Compiling sha1.cc
[286/457] Compiling rsa_print.cc
[287/457] Compiling rsa_extra.cc
[288/457] Compiling rsa_crypt.cc
[289/457] Compiling refcount.cc
[290/457] Compiling rc4.cc
[291/457] Compiling urandom.cc
[292/457] Compiling windows.cc
[293/457] Compiling rsa_asn1.cc
[294/457] Compiling trusty.cc
[295/457] Compiling rand_extra.cc
[296/457] Compiling passive.cc
[297/457] Compiling poly1305_arm_asm.S
[298/457] Compiling ios.cc
[299/457] Compiling getentropy.cc
[300/457] Compiling fork_detect.cc
[300/457] Compiling deterministic.cc
[302/457] Compiling forkunsafe.cc
[303/457] Compiling poly1305_vec.cc
[304/457] Compiling pool.cc
[305/457] Compiling poly1305.cc
[306/457] Compiling poly1305_arm.cc
[307/457] Compiling pkcs8_x509.cc
[308/457] Compiling pkcs8.cc
[309/457] Compiling pkcs7.cc
[310/457] Compiling pkcs7_x509.cc
[311/457] Compiling p5_pbev2.cc
[312/457] Compiling pem_xaux.cc
[313/457] Compiling pem_x509.cc
[314/457] Compiling pem_pkey.cc
[315/457] Compiling obj_xref.cc
[316/457] Compiling pem_oth.cc
[317/457] Compiling pem_pk8.cc
[318/457] Compiling pem_info.cc
[319/457] Compiling pem_lib.cc
[320/457] Compiling pem_all.cc
[321/457] Compiling mlkem.cc
[322/457] Compiling obj.cc
[323/457] Compiling poly_rq_mul.S
[324/457] Compiling mldsa.cc
[325/457] Compiling fips_shared_support.cc
[326/457] Compiling mem.cc
[327/457] Compiling md5.cc
[328/457] Compiling md4.cc
[329/457] Compiling lhash.cc
[330/457] Compiling kyber.cc
[331/457] Compiling hrss.cc
[332/457] Compiling ex_data.cc
[333/457] Compiling sign.cc
[334/457] Compiling scrypt.cc
[335/457] Compiling hpke.cc
[336/457] Compiling print.cc
[337/457] Compiling pbkdf.cc
[338/457] Compiling p_x25519.cc
[339/457] Compiling p_x25519_asn1.cc
[340/457] Compiling p_rsa_asn1.cc
[341/457] Compiling p_rsa.cc
[342/457] Compiling p_ed25519.cc
[343/457] Compiling p_hkdf.cc
[344/457] Compiling p_ed25519_asn1.cc
[345/457] Compiling p_ec.cc
[346/457] Compiling p_ec_asn1.cc
[347/457] Compiling p_dh_asn1.cc
[348/457] Compiling p_dh.cc
[349/457] Compiling evp_ctx.cc
[350/457] Compiling p_dsa_asn1.cc
[351/457] Compiling evp_asn1.cc
[352/457] Compiling evp.cc
[353/457] Compiling err.cc
[354/457] Compiling engine.cc
[355/457] Compiling ecdh_extra.cc
[356/457] Compiling hash_to_curve.cc
[357/457] Compiling ec_derive.cc
[358/457] Compiling ecdsa_asn1.cc
[359/457] Compiling dsa.cc
[360/457] Compiling ec_asn1.cc
[361/457] Compiling dsa_asn1.cc
[362/457] Compiling bcm.cc
[363/457] Compiling params.cc
[364/457] Compiling x25519-asm-arm.S
[365/457] Compiling digest_extra.cc
[366/457] Compiling des.cc
[367/457] Compiling dh_asn1.cc
[368/457] Compiling curve25519_64_adx.cc
[369/457] Compiling crypto.cc
[370/457] Compiling cpu_intel.cc
[371/457] Compiling spake25519.cc
[372/457] Compiling cpu_arm_linux.cc
[373/457] Compiling cpu_arm_freebsd.cc
[374/457] Compiling cpu_aarch64_win.cc
[375/457] Compiling curve25519.cc
[376/457] Compiling cpu_aarch64_openbsd.cc
[377/457] Compiling cpu_aarch64_sysreg.cc
[378/457] Compiling cpu_aarch64_linux.cc
[379/457] Compiling cpu_aarch64_fuchsia.cc
[380/457] Compiling cpu_aarch64_apple.cc
[381/457] Compiling conf.cc
[382/457] Compiling tls_cbc.cc
[383/457] Compiling e_tls.cc
[384/457] Compiling e_rc4.cc
[385/457] Compiling e_rc2.cc
[386/457] Compiling e_null.cc
[387/457] Compiling e_des.cc
[388/457] Compiling e_chacha20poly1305.cc
[389/457] Compiling e_aesctrhmac.cc
[390/457] Compiling e_aesgcmsiv.cc
[391/457] Compiling derive_key.cc
[392/457] Compiling cipher_extra.cc
[393/457] Compiling chacha.cc
[394/457] Compiling unicode.cc
[395/457] Compiling cbs.cc
[396/457] Compiling cbb.cc
[397/457] Compiling asn1_compat.cc
[398/457] Compiling buf.cc
[399/457] Compiling ber.cc
[400/457] Compiling bn_asn1.cc
[401/457] Compiling convert.cc
[402/457] Compiling blake2.cc
[403/457] Compiling printf.cc
[404/457] Compiling pair.cc
[405/457] Compiling hexdump.cc
[406/457] Compiling fd.cc
[407/457] Compiling file.cc
[408/457] Compiling errno.cc
[409/457] Compiling bio_mem.cc
[410/457] Compiling bio.cc
[411/457] Compiling base64.cc
[412/457] Compiling tasn_typ.cc
[413/457] Compiling tasn_fre.cc
[414/457] Compiling tasn_utl.cc
[415/457] Compiling tasn_new.cc
[416/457] Compiling tasn_enc.cc
[417/457] Compiling posix_time.cc
[418/457] Compiling f_string.cc
[419/457] Compiling tasn_dec.cc
[420/457] Compiling f_int.cc
[421/457] Compiling asn_pack.cc
[422/457] Compiling asn1_par.cc
[423/457] Compiling a_utctm.cc
[424/457] Compiling asn1_lib.cc
[425/457] Compiling a_type.cc
[426/457] Compiling a_time.cc
[427/457] Compiling a_octet.cc
[428/457] Compiling a_strnid.cc
[429/457] Compiling a_strex.cc
[430/457] Compiling a_object.cc
[431/457] Compiling a_i2d_fp.cc
[431/457] Write sources
[433/457] Compiling a_mbstr.cc
[434/457] Compiling a_int.cc
[435/457] Compiling a_dup.cc
[436/457] Compiling a_d2i_fp.cc
[437/475] Compiling a_gentm.cc
[438/475] Compiling a_bitstr.cc
[440/475] Compiling Atomics UnsafeAtomic.swift
[441/475] Compiling Atomics UnsafeAtomicLazyReference.swift
[442/475] Compiling Atomics ManagedAtomic.swift
[443/475] Compiling Atomics ManagedAtomicLazyReference.swift
[443/475] Compiling a_bool.cc
[445/477] Compiling Atomics AtomicStorage.swift
[446/477] Compiling Atomics AtomicValue.swift
[447/477] Compiling Atomics AtomicMemoryOrderings.swift
[448/477] Compiling Atomics DoubleWord.swift
[449/485] Compiling Atomics AtomicInteger.swift
[450/485] Compiling Atomics AtomicOptionalWrappable.swift
[451/485] Compiling Atomics AtomicReference.swift
[452/485] Compiling Atomics IntegerOperations.swift
[453/485] Compiling Atomics Unmanaged extensions.swift
[454/485] Emitting module Atomics
[455/485] Compiling Atomics OptionalRawRepresentable.swift
[456/485] Compiling Atomics RawRepresentable.swift
[457/485] Compiling Atomics AtomicBool.swift
[458/485] Compiling Atomics IntegerConformances.swift
[459/485] Compiling Atomics PointerConformances.swift
[460/485] Compiling Atomics Primitives.native.swift
[461/486] Compiling CryptoBoringWrapper RandomBytes.swift
[462/486] Wrapping AST for Atomics for debugging
[464/546] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[465/546] Emitting module CryptoBoringWrapper
[466/546] Compiling CryptoBoringWrapper EllipticCurve.swift
[467/546] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[468/546] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[469/546] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[470/546] Compiling NIOCore MulticastChannel.swift
[471/546] Compiling NIOCore NIOAny.swift
[472/546] Compiling NIOCore NIOCloseOnErrorHandler.swift
[473/546] Compiling NIOCore NIOLoopBound.swift
[474/546] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[475/546] Compiling NIOCore NIOScheduledCallback.swift
[476/546] Compiling NIOCore NIOSendable.swift
[477/546] Compiling NIOCore RecvByteBufferAllocator.swift
[478/554] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[479/555] Wrapping AST for CryptoBoringWrapper for debugging
[481/626] Compiling Crypto HMAC.swift
[482/626] Compiling Crypto MACFunctions.swift
[483/626] Compiling Crypto MessageAuthenticationCode.swift
[484/626] Compiling Crypto AES.swift
[485/626] Compiling Crypto ECDSASignature_boring.swift
[486/626] Compiling Crypto ECDSA_boring.swift
[487/626] Compiling Crypto EdDSA_boring.swift
[488/626] Compiling Crypto ECDSA.swift
[489/626] Compiling Crypto ObjectIdentifier.swift
[490/626] Compiling Crypto ECDSASignature.swift
[491/626] Compiling Crypto PEMDocument.swift
[492/626] Compiling Crypto HPKE-Ciphersuite.swift
[493/626] Compiling Crypto HPKE-KDF.swift
[494/626] Compiling Crypto HPKE-KexKeyDerivation.swift
[495/626] Compiling Crypto HPKE-LabeledExtract.swift
[496/626] Compiling Crypto HPKE-Utils.swift
[497/626] Compiling Crypto Ed25519.swift
[498/626] Compiling Crypto HKDF.swift
[499/626] Compiling Crypto AESWrap.swift
[500/626] Compiling Crypto AESWrap_boring.swift
[501/626] Compiling Crypto Ed25519_boring.swift
[502/626] Compiling Crypto NISTCurvesKeys_boring.swift
[503/626] Compiling Crypto X25519Keys_boring.swift
[504/626] Compiling Crypto Curve25519.swift
[505/626] Emitting module Crypto
[506/635] Compiling Crypto DHKEM.swift
[507/635] Compiling Crypto HPKE-KEM-Curve25519.swift
[508/635] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[509/635] Compiling Crypto HPKE-KEM.swift
[510/635] Compiling Crypto HPKE-Errors.swift
[511/635] Compiling Crypto HPKE.swift
[512/635] Compiling Crypto HPKE-Context.swift
[513/635] Compiling Crypto HPKE-KeySchedule.swift
[521/635] Compiling Crypto Ed25519Keys.swift
[522/635] Compiling Crypto NISTCurvesKeys.swift
[523/635] Compiling Crypto X25519Keys.swift
[524/635] Compiling Crypto SymmetricKeys.swift
[534/635] Compiling Crypto PKCS8PrivateKey.swift
[535/635] Compiling Crypto SEC1PrivateKey.swift
[536/635] Compiling Crypto SubjectPublicKeyInfo.swift
[537/635] Compiling Crypto CryptoKitErrors.swift
[538/635] Compiling Crypto Digest_boring.swift
[539/635] Compiling Crypto Digest.swift
[540/635] Compiling Crypto Digests.swift
[541/635] Compiling Crypto HashFunctions.swift
[542/635] Compiling Crypto HashFunctions_SHA2.swift
[543/635] Compiling Crypto HPKE-AEAD.swift
[544/635] Compiling Crypto AES-GCM.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:
[545/635] Compiling Crypto AES-GCM_boring.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:
[546/635] Compiling Crypto ChaChaPoly_boring.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:
[547/635] Compiling Crypto ChaChaPoly.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:
[548/635] Compiling Crypto Cipher.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:
[549/635] Compiling Crypto Nonces.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:
[550/635] Compiling Crypto ASN1.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:
[551/635] Compiling Crypto ASN1Any.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:
[552/635] Compiling Crypto ASN1BitString.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:
[556/635] Compiling Crypto HPKE-Modes.swift
[557/635] Compiling Crypto Insecure.swift
[558/635] Compiling Crypto Insecure_HashFunctions.swift
[559/635] Compiling Crypto KEM.swift
[560/635] Compiling Crypto ECDH_boring.swift
[561/635] Compiling Crypto DH.swift
[562/635] Compiling Crypto ECDH.swift
[575/635] Compiling Crypto ASN1Identifier.swift
[576/635] Compiling Crypto ASN1Integer.swift
[577/635] Compiling Crypto ASN1Null.swift
[578/635] Compiling Crypto ASN1OctetString.swift
[579/635] Compiling Crypto ASN1Strings.swift
[580/635] Compiling Crypto ArraySliceBigint.swift
[581/635] Compiling Crypto GeneralizedTime.swift
[582/635] Compiling Crypto ASN1Boolean.swift
[611/635] Compiling Crypto Signature.swift
[612/635] Compiling Crypto CryptoKitErrors_boring.swift
[613/635] Compiling Crypto RNG_boring.swift
[614/635] Compiling Crypto SafeCompare_boring.swift
[615/635] Compiling Crypto Zeroization_boring.swift
[616/635] Compiling Crypto PrettyBytes.swift
[617/635] Compiling Crypto SafeCompare.swift
[618/635] Compiling Crypto SecureBytes.swift
[619/635] Compiling Crypto Zeroization.swift
[620/636] Wrapping AST for Crypto for debugging
[622/636] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/23] Write swift-version-24593BA9C3E375BF.txt
[2/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/76] Compiling CryptoBoringWrapper RandomBytes.swift
[4/76] Compiling NIOConcurrencyHelpers lock.swift
[5/76] Compiling Atomics UnsafeAtomic.swift
[6/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[7/76] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[8/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/78] Compiling InternalCollectionsUtilities Debugging.swift
[10/78] Compiling InternalCollectionsUtilities Descriptions.swift
[11/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/78] Compiling Atomics OptionalRawRepresentable.swift
[15/78] Compiling Atomics RawRepresentable.swift
[16/78] Compiling Atomics AtomicBool.swift
[17/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/78] Emitting module _NIOBase64
[19/78] Compiling _NIOBase64 Base64.swift
[22/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/79] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[26/78] Compiling _NIODataStructures PriorityQueue.swift
[27/78] Compiling _NIODataStructures Heap.swift
[28/78] Emitting module _NIODataStructures
[29/78] Compiling _NIODataStructures _TinyArray.swift
[30/79] Emitting module CryptoBoringWrapper
[31/79] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[32/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/79] Compiling InternalCollectionsUtilities Integer rank.swift
[35/78] Compiling Atomics IntegerOperations.swift
[36/78] Compiling Atomics Unmanaged extensions.swift
[37/78] Emitting module InternalCollectionsUtilities
[38/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/78] Compiling NIOConcurrencyHelpers NIOLock.swift
[42/78] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[43/78] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/78] Compiling NIOConcurrencyHelpers atomics.swift
[45/78] Emitting module NIOConcurrencyHelpers
[49/79] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/79] Compiling CryptoBoringWrapper EllipticCurve.swift
[54/79] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[55/79] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[57/79] Wrapping AST for InternalCollectionsUtilities for debugging
[59/165] Emitting module Atomics
[60/165] Compiling Crypto ASN1Null.swift
[61/165] Compiling Crypto ASN1OctetString.swift
[62/165] Compiling Crypto ASN1BitString.swift
[63/165] Compiling Crypto ASN1Boolean.swift
[64/167] Compiling Crypto ASN1Identifier.swift
[65/167] Compiling Crypto ASN1Integer.swift
[66/167] Compiling Crypto ASN1.swift
[67/167] Compiling Crypto ASN1Any.swift
[68/167] Compiling Crypto Cipher.swift
[69/167] Compiling Crypto Nonces.swift
[70/167] Compiling Crypto ChaChaPoly_boring.swift
[71/167] Compiling Crypto ChaChaPoly.swift
[72/167] Compiling Crypto AES-GCM.swift
[73/167] Compiling Crypto AES-GCM_boring.swift
[76/168] Compiling DequeModule _DequeSlot.swift
[77/168] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/168] Emitting module Crypto
[79/177] Emitting module DequeModule
[81/178] Wrapping AST for Atomics for debugging
[83/178] Wrapping AST for DequeModule for debugging
[85/178] Compiling Crypto HKDF.swift
[86/178] Compiling Crypto AESWrap.swift
[87/178] Compiling Crypto AESWrap_boring.swift
[88/178] Compiling Crypto Ed25519_boring.swift
[89/178] Compiling Crypto NISTCurvesKeys_boring.swift
[90/178] Compiling Crypto X25519Keys_boring.swift
[91/178] Compiling Crypto Curve25519.swift
[92/178] Compiling Crypto Ed25519Keys.swift
[93/178] Compiling Crypto NISTCurvesKeys.swift
[94/178] Compiling Crypto X25519Keys.swift
[95/178] Compiling Crypto SymmetricKeys.swift
[96/178] Compiling Crypto HMAC.swift
[97/178] Compiling Crypto MACFunctions.swift
[98/178] Compiling Crypto MessageAuthenticationCode.swift
[99/178] Compiling Crypto AES.swift
[100/178] Compiling Crypto ECDSASignature_boring.swift
[101/178] Compiling Crypto ECDSA_boring.swift
[102/178] Compiling Crypto EdDSA_boring.swift
[103/178] Compiling Crypto ECDSA.swift
[104/178] Compiling Crypto Ed25519.swift
[105/238] Compiling NIOCore ByteBuffer-aux.swift
[106/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[107/238] Compiling NIOCore ByteBuffer-conversions.swift
[108/238] Compiling NIOCore ByteBuffer-core.swift
[109/238] Compiling NIOCore ByteBuffer-hex.swift
[110/238] Compiling NIOCore ByteBuffer-int.swift
[111/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[112/238] Compiling NIOCore CircularBuffer.swift
[113/238] Compiling NIOCore Codec.swift
[114/238] Compiling NIOCore ConvenienceOptionSupport.swift
[115/238] Compiling NIOCore DeadChannel.swift
[116/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[117/238] Compiling NIOCore EventLoop+Deprecated.swift
[118/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[119/238] Compiling NIOCore EventLoop.swift
[120/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[121/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[122/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[123/238] Compiling NIOCore EventLoopFuture.swift
[124/238] Compiling NIOCore FileDescriptor.swift
[125/238] Compiling NIOCore FileHandle.swift
[126/238] Compiling NIOCore FileRegion.swift
[127/238] Compiling NIOCore GlobalSingletons.swift
[128/238] Compiling NIOCore IO.swift
[129/238] Compiling NIOCore IOData.swift
[130/238] Compiling NIOCore IPProtocol.swift
[131/238] Compiling NIOCore IntegerBitPacking.swift
[132/238] Compiling NIOCore IntegerTypes.swift
[133/238] Compiling NIOCore Interfaces.swift
[134/238] Compiling NIOCore Linux.swift
[135/238] Compiling NIOCore AddressedEnvelope.swift
[136/238] Compiling NIOCore AsyncAwaitSupport.swift
[137/238] Compiling NIOCore AsyncChannel.swift
[138/238] Compiling NIOCore AsyncChannelHandler.swift
[139/238] Compiling NIOCore AsyncChannelInboundStream.swift
[140/238] Compiling NIOCore AsyncChannelOutboundWriter.swift
[141/238] Compiling NIOCore NIOAsyncSequenceProducer.swift
[142/238] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[143/238] Compiling NIOCore NIOAsyncWriter.swift
[144/238] Compiling NIOCore ByteBuffer-multi-int.swift
[145/238] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[146/238] Compiling NIOCore ByteBuffer-views.swift
[147/238] Compiling NIOCore Channel.swift
[148/238] Compiling NIOCore ChannelHandler.swift
[149/238] Compiling NIOCore ChannelHandlers.swift
[150/238] Compiling NIOCore ChannelInvoker.swift
[151/238] Compiling NIOCore ChannelOption.swift
[152/238] Compiling NIOCore ChannelPipeline.swift
[153/238] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[154/238] Compiling NIOCore BSDSocketAPI.swift
[155/238] Compiling Crypto Signature.swift
[156/238] Compiling Crypto CryptoKitErrors_boring.swift
[157/238] Compiling Crypto RNG_boring.swift
[158/238] Compiling Crypto SafeCompare_boring.swift
[159/238] Compiling Crypto Zeroization_boring.swift
[160/238] Compiling Crypto PrettyBytes.swift
[161/238] Compiling Crypto SafeCompare.swift
[162/238] Compiling Crypto SecureBytes.swift
[163/238] Compiling Crypto Zeroization.swift
[164/239] Wrapping AST for Crypto for debugging
[166/239] Compiling NIOCore MulticastChannel.swift
[167/239] Compiling NIOCore NIOAny.swift
[168/239] Compiling NIOCore NIOCloseOnErrorHandler.swift
[169/239] Compiling NIOCore NIOLoopBound.swift
[170/239] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[171/239] Compiling NIOCore NIOScheduledCallback.swift
[172/239] Compiling NIOCore NIOSendable.swift
[173/239] Compiling NIOCore RecvByteBufferAllocator.swift
[181/247] Compiling NIOCore MarkedCircularBuffer.swift
[198/247] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[199/247] Compiling NIOCore SocketAddresses.swift
[200/247] Compiling NIOCore SocketOptionProvider.swift
[201/247] Compiling NIOCore SystemCallHelpers.swift
[202/247] Compiling NIOCore TimeAmount+Duration.swift
[203/247] Compiling NIOCore TypeAssistedChannelHandler.swift
[204/247] Compiling NIOCore UniversalBootstrapSupport.swift
[205/247] Compiling NIOCore Utilities.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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
/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:
[233/247] Emitting module NIOCore
BUILD FAILURE 6.1 wasm