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 Dribble, reference 0.1.1 (7e82e7), with Swift 6.1 for Wasm on 28 May 2025 22:20:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Dribble.git
Reference: 0.1.1
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/orlandos-nl/Dribble
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 7e82e7f Merge pull request #2 from needle-tail/main
Cloned https://github.com/orlandos-nl/Dribble.git
Revision (git rev-parse @):
7e82e7fc28f21da4923ecf4b4d4edd7f3d08d87b
SUCCESS checkout https://github.com/orlandos-nl/Dribble.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/Dribble.git
https://github.com/orlandos-nl/Dribble.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.60.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" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "Dribble",
  "name" : "Dribble",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Dribble",
      "targets" : [
        "Dribble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLIExample",
      "targets" : [
        "CLIExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DribbleTests",
      "module_type" : "SwiftTarget",
      "name" : "DribbleTests",
      "path" : "Tests/DribbleTests",
      "sources" : [
        "DribbleTests.swift"
      ],
      "target_dependencies" : [
        "Dribble"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dribble",
      "module_type" : "SwiftTarget",
      "name" : "Dribble",
      "path" : "Sources/Dribble",
      "product_dependencies" : [
        "NIO",
        "_NIOConcurrency",
        "NIOFoundationCompat",
        "Crypto"
      ],
      "product_memberships" : [
        "Dribble",
        "CLIExample"
      ],
      "sources" : [
        "Errors.swift",
        "Heplers.swift",
        "STUN.swift",
        "StunClient.swift",
        "StunInboundHandler.swift",
        "TurnAllocation.swift",
        "TurnChannels.swift",
        "TurnClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLIExample",
      "module_type" : "SwiftTarget",
      "name" : "CLIExample",
      "path" : "Sources/CLIExample",
      "product_memberships" : [
        "CLIExample"
      ],
      "sources" : [
        "CLI.swift"
      ],
      "target_dependencies" : [
        "Dribble"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
[1/13936] Fetching swift-crypto
[1953/90029] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.63s)
[52505/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.74s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1363/6101] Fetching swift-system, swift-atomics
[2684/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.99s)
Fetched https://github.com/apple/swift-system.git from cache (1.99s)
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.64s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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.4.2
Building for debugging...
[0/458] Compiling a_dup.c
[1/458] Write sources
[4/458] Compiling a_d2i_fp.c
[4/458] Write sources
[16/458] Compiling buf.c
[17/458] Compiling a_gentm.c
[18/458] Compiling tasn_typ.c
[19/458] Compiling _AtomicsShims.c
[20/458] Compiling a_i2d_fp.c
[20/458] Compiling tasn_new.c
[22/458] Compiling CNIOWASI CNIOWASI.c
[23/458] Compiling CNIOWindows shim.c
[24/458] Write sources
[25/458] Compiling CNIOWindows WSAStartup.c
[26/458] Compiling CNIOLinux shim.c
[27/458] Compiling CNIOLinux liburing_shims.c
[28/458] Compiling CNIODarwin shim.c
[29/458] Write swift-version-24593BA9C3E375BF.txt
[30/458] Compiling fiat_curve25519_adx_square.S
[31/458] Compiling fiat_curve25519_adx_mul.S
[32/458] Compiling CCryptoBoringSSLShims shims.c
[33/458] Compiling v3_utl.c
[34/463] Compiling v3_skey.c
[35/464] Compiling v3_purp.c
[36/478] Compiling v3_pmaps.c
[37/478] Compiling v3_prn.c
[38/478] Compiling v3_pcons.c
[39/478] Compiling v3_ncons.c
[40/478] Compiling v3_ocsp.c
[41/478] Compiling v3_int.c
[42/478] Compiling v3_lib.c
[43/478] Compiling v3_info.c
[44/478] Compiling v3_ia5.c
[45/478] Compiling v3_extku.c
[46/478] Compiling v3_crld.c
[47/478] Compiling v3_enum.c
[49/478] Emitting module InternalCollectionsUtilities
[49/479] Compiling v3_genn.c
[50/479] Compiling v3_cpols.c
[51/479] Compiling v3_conf.c
[52/479] Compiling v3_bcons.c
[53/479] Compiling v3_bitst.c
[54/479] Compiling v3_akey.c
[55/479] Compiling v3_akeya.c
[56/479] Compiling v3_alt.c
[57/479] Compiling x_x509.c
[58/479] Compiling x_val.c
[59/479] Compiling x_spki.c
[60/479] Compiling x_x509a.c
[61/479] Compiling c-nioatomics.c
[62/479] Compiling x_req.c
[63/479] Compiling x_pkey.c
[64/479] Compiling x_sig.c
[65/479] Compiling x_pubkey.c
[66/479] Compiling x_name.c
[67/479] Compiling x_info.c
[68/479] Compiling x_exten.c
[69/479] Compiling x_crl.c
[70/479] Compiling x_attrib.c
[71/479] Compiling x_all.c
[72/479] Compiling x509spki.c
[72/479] Compiling x_algor.c
[74/479] Compiling c-atomics.c
[76/479] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/479] Compiling InternalCollectionsUtilities Debugging.swift
[77/479] Compiling x509rset.c
[79/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/479] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[83/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/485] Compiling InternalCollectionsUtilities Integer rank.swift
[88/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/485] Compiling x509cset.c
[89/485] Compiling x509name.c
[90/485] Compiling _NIODataStructures PriorityQueue.swift
[92/485] Compiling InternalCollectionsUtilities Descriptions.swift
[93/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/485] Compiling _NIOBase64 Base64.swift
[95/485] Emitting module _NIOBase64
[96/485] Compiling _NIODataStructures _TinyArray.swift
[96/486] Compiling x509_vfy.c
[97/486] Compiling x509_vpm.c
[99/487] Compiling x509_txt.c
[101/487] Compiling x509_v3.c
[102/487] Compiling x509_trs.c
[103/487] Compiling x509_set.c
[104/487] Wrapping AST for _NIOBase64 for debugging
[105/487] Compiling x509_obj.c
[106/487] Wrapping AST for InternalCollectionsUtilities for debugging
[107/487] Compiling x509_req.c
[109/502] Emitting module _NIODataStructures
[110/502] Compiling _NIODataStructures Heap.swift
[111/503] Compiling NIOConcurrencyHelpers lock.swift
[112/503] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[113/503] Emitting module NIOConcurrencyHelpers
[114/503] Compiling NIOConcurrencyHelpers NIOLock.swift
[115/503] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/503] Compiling NIOConcurrencyHelpers atomics.swift
[117/504] Compiling x509_def.c
[118/504] Compiling x509_ext.c
[120/504] Compiling x509_d2.c
[121/504] Compiling x509_lu.c
[123/504] Compiling DequeModule Deque+Equatable.swift
[124/504] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[124/506] Compiling x509_att.c
[126/506] Compiling DequeModule Deque+CustomReflectable.swift
[127/506] Compiling DequeModule Deque+Descriptions.swift
[128/506] Compiling DequeModule _DequeBuffer.swift
[129/506] Compiling DequeModule _DequeBufferHeader.swift
[129/506] Wrapping AST for _NIODataStructures for debugging
[130/506] Wrapping AST for NIOConcurrencyHelpers for debugging
[132/506] Compiling DequeModule Deque+Extras.swift
[133/506] Compiling DequeModule Deque+Hashable.swift
[133/506] Compiling x509.c
[134/506] Compiling t_x509.c
[135/506] Compiling x509_cmp.c
[136/506] Compiling t_req.c
[136/506] Compiling t_x509a.c
[138/506] Compiling name_print.c
[139/506] Compiling t_crl.c
[139/506] Compiling by_file.c
[142/506] Compiling DequeModule _DequeSlot.swift
[143/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/506] Compiling i2d_pr.c
[144/506] Compiling rsa_pss.c
[146/506] Compiling DequeModule Deque._UnsafeHandle.swift
[147/506] Compiling DequeModule Deque.swift
[148/506] Compiling DequeModule Deque+Testing.swift
[149/506] Compiling DequeModule Deque._Storage.swift
[149/506] Compiling by_dir.c
[150/506] Compiling policy.c
[152/506] Emitting module DequeModule
[152/506] Compiling algorithm.c
[153/506] Compiling trust_token.c
[154/506] Compiling a_verify.c
[155/506] Compiling voprf.c
[156/506] Compiling a_digest.c
[157/506] Compiling a_sign.c
[159/506] Compiling DequeModule Deque+Codable.swift
[160/506] Compiling DequeModule Deque+Collection.swift
[160/506] Compiling asn1_gen.c
[161/506] Compiling thread_win.c
[162/507] Compiling thread.c
[162/507] Compiling thread_pthread.c
[164/507] Compiling thread_none.c
[165/507] Compiling siphash.c
[167/507] Compiling rc4.c
[168/507] Compiling rsa_print.c
[169/507] Compiling stack.c
[170/507] Compiling rsa_asn1.c
[171/507] Compiling refcount.c
[172/507] Compiling rsa_crypt.c
[173/507] Compiling pmbtoken.c
[174/507] Compiling windows.c
[175/507] Compiling rand_extra.c
[176/507] Compiling trusty.c
[176/507] Compiling passive.c
[178/507] Compiling ios.c
[179/507] Compiling forkunsafe.c
[179/507] Compiling getentropy.c
[181/507] Compiling deterministic.c
[182/507] Compiling poly1305_vec.c
[183/507] Compiling poly1305_arm_asm.S
[184/507] Compiling pool.c
[185/507] Compiling poly1305_arm.c
[186/507] Wrapping AST for DequeModule for debugging
[187/507] Compiling poly1305.c
[188/507] Compiling pkcs7.c
[189/507] Compiling p5_pbev2.c
[190/507] Compiling pem_xaux.c
[191/507] Compiling pkcs7_x509.c
[192/507] Compiling pem_x509.c
[193/507] Compiling pkcs8_x509.c
[194/507] Compiling pkcs8.c
[195/507] Compiling pem_pkey.c
[196/507] Compiling obj_xref.c
[197/507] Compiling pem_pk8.c
[198/507] Compiling pem_oth.c
[199/507] Compiling lhash.c
[200/507] Compiling mem.c
[201/507] Compiling poly_rq_mul.S
[202/507] Compiling keccak.c
[203/507] Compiling pem_all.c
[204/507] Compiling obj.c
[205/507] Compiling pem_info.c
[205/507] Compiling pem_lib.c
[207/507] Compiling kyber.c
[208/507] Compiling x86_64-mont5-mac.mac.x86_64.S
[209/507] Compiling x86_64-mont5-linux.linux.x86_64.S
[210/507] Compiling x86_64-mont-linux.linux.x86_64.S
[211/507] Compiling x86_64-mont-mac.mac.x86_64.S
[212/507] Compiling x86-mont-windows.windows.x86.S
[213/507] Compiling hrss.c
[214/507] Compiling x86-mont-linux.linux.x86.S
[215/507] Compiling vpaes-x86_64-mac.mac.x86_64.S
[216/507] Compiling vpaes-x86_64-linux.linux.x86_64.S
[217/507] Compiling hpke.c
[218/507] Compiling vpaes-x86-windows.windows.x86.S
[218/507] Compiling vpaes-x86-linux.linux.x86.S
[220/507] Compiling vpaes-armv8-ios.ios.aarch64.S
[220/507] Compiling vpaes-armv8-linux.linux.aarch64.S
[222/507] Compiling vpaes-armv7-linux.linux.arm.S
[223/507] Compiling vpaes-armv7-ios.ios.arm.S
[224/507] Compiling sha512-armv8-linux.linux.aarch64.S
[225/507] Compiling sha512-x86_64-linux.linux.x86_64.S
[226/507] Compiling sha512-armv8-ios.ios.aarch64.S
[226/507] Compiling sha512-x86_64-mac.mac.x86_64.S
[228/507] Compiling sha512-armv4-ios.ios.arm.S
[229/507] Compiling kdf.c
[230/507] Compiling sha512-586-windows.windows.x86.S
[231/507] Compiling sha512-armv4-linux.linux.arm.S
[232/507] Compiling sha256-x86_64-mac.mac.x86_64.S
[233/507] Compiling sha256-x86_64-linux.linux.x86_64.S
[234/507] Compiling sha512-586-linux.linux.x86.S
[235/507] Compiling sha256-armv8-linux.linux.aarch64.S
[236/507] Compiling sha256-armv8-ios.ios.aarch64.S
[237/507] Compiling sha256-armv4-ios.ios.arm.S
[238/507] Compiling sha256-armv4-linux.linux.arm.S
[239/507] Compiling sha256-586-windows.windows.x86.S
[240/507] Compiling sha1-x86_64-linux.linux.x86_64.S
[241/507] Compiling sha1-armv8-linux.linux.aarch64.S
[242/507] Compiling sha256-586-linux.linux.x86.S
[243/507] Compiling sha1-x86_64-mac.mac.x86_64.S
[244/507] Compiling sha1-armv8-ios.ios.aarch64.S
[245/507] Compiling sha1-586-windows.windows.x86.S
[246/507] Compiling sha1-armv4-large-ios.ios.arm.S
[246/507] Compiling sha1-armv4-large-linux.linux.arm.S
[248/507] Compiling sha1-586-linux.linux.x86.S
[249/507] Compiling fips.c
[250/507] Compiling service_indicator.c
[251/507] Compiling sha1.c
[252/507] Compiling rsaz-avx2-linux.linux.x86_64.S
[253/507] Compiling rsaz-avx2-mac.mac.x86_64.S
[254/507] Compiling sha256.c
[254/507] Compiling sha512.c
[256/507] Compiling self_check.c
[257/507] Compiling rdrand-x86_64-mac.mac.x86_64.S
[258/507] Compiling blinding.c
[259/507] Compiling rdrand-x86_64-linux.linux.x86_64.S
[260/507] Compiling padding.c
[261/507] Compiling fork_detect.c
[261/507] Compiling urandom.c
[261/507] Compiling rand.c
[264/507] Compiling rsa.c
[265/507] Compiling rsa_impl.c
[266/507] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[267/507] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[268/507] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[269/507] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[270/507] Compiling ctrdrbg.c
[271/507] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[272/507] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[273/507] Compiling p256-armv8-asm-linux.linux.aarch64.S
[274/507] Compiling p256-armv8-asm-ios.ios.aarch64.S
[275/507] Compiling ofb.c
[276/507] Compiling polyval.c
[277/507] Compiling ctr.c
[278/507] Compiling gcm_nohw.c
[279/507] Compiling cfb.c
[280/507] Compiling gcm.c
[281/507] Compiling md5-x86_64-mac.mac.x86_64.S
[282/507] Compiling cbc.c
[283/507] Compiling md5-586-windows.windows.x86.S
[284/507] Compiling md5-x86_64-linux.linux.x86_64.S
[285/507] Compiling md5.c
[286/507] Compiling md5-586-linux.linux.x86.S
[287/507] Compiling ghashv8-armv8-ios.ios.aarch64.S
[288/507] Compiling md4.c
[289/507] Compiling hmac.c
[290/507] Compiling hkdf.c
[291/507] Compiling ghashv8-armv8-linux.linux.aarch64.S
[292/507] Compiling ghashv8-armv7-linux.linux.arm.S
[293/507] Compiling ghashv8-armv7-ios.ios.arm.S
[294/507] Compiling ghash-x86_64-mac.mac.x86_64.S
[295/507] Compiling ghash-x86-windows.windows.x86.S
[296/507] Compiling ghash-x86_64-linux.linux.x86_64.S
[297/507] Compiling ghash-x86-linux.linux.x86.S
[298/507] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[298/507] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[300/507] Compiling ghash-ssse3-x86-linux.linux.x86.S
[300/507] Compiling ghash-ssse3-x86-windows.windows.x86.S
[302/507] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[303/507] Compiling ghash-armv4-linux.linux.arm.S
[304/507] Compiling fips_shared_support.c
[305/507] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[306/507] Compiling ghash-armv4-ios.ios.arm.S
[307/507] Compiling ecdsa.c
[308/507] Compiling util.c
[309/507] Compiling simple_mul.c
[309/507] Compiling ecdh.c
[311/507] Compiling simple.c
[312/507] Compiling scalar.c
[312/507] Compiling wnaf.c
[314/507] Compiling p256-nistz.c
[315/507] Compiling p224-64.c
[316/507] Compiling oct.c
[317/507] Compiling felem.c
[318/507] Compiling ec_montgomery.c
[319/507] Compiling digestsign.c
[320/507] Compiling ec_key.c
[321/507] Compiling digest.c
[322/507] Compiling ec.c
[323/507] Compiling co-586-windows.windows.x86.S
[324/507] Compiling co-586-linux.linux.x86.S
[325/507] Compiling digests.c
[326/507] Compiling check.c
[327/507] Compiling dh.c
[328/507] Compiling cmac.c
[329/507] Compiling bsaes-armv7-ios.ios.arm.S
[330/507] Compiling e_aesccm.c
[331/507] Compiling aead.c
[332/507] Compiling bsaes-armv7-linux.linux.arm.S
[333/507] Compiling cipher.c
[334/507] Compiling sqrt.c
[335/507] Compiling e_aes.c
[336/507] Compiling shift.c
[337/507] Compiling rsaz_exp.c
[338/507] Compiling random.c
[339/507] Compiling prime.c
[340/507] Compiling montgomery_inv.c
[341/507] Compiling p256.c
[342/507] Compiling mul.c
[343/507] Compiling jacobi.c
[344/507] Compiling montgomery.c
[345/507] Compiling gcd.c
[346/507] Compiling gcd_extra.c
[347/507] Compiling generic.c
[348/507] Compiling exponentiation.c
[349/507] Compiling ctx.c
[350/507] Compiling div_extra.c
[351/507] Compiling cmp.c
[352/507] Compiling div.c
[353/507] Compiling x86_64-gcc.c
[354/507] Compiling bn-586-windows.windows.x86.S
[355/507] Compiling bn-armv8-linux.linux.aarch64.S
[356/507] Compiling bn.c
[357/507] Compiling bn-armv8-ios.ios.aarch64.S
[357/507] Compiling bytes.c
[359/507] Compiling add.c
[360/507] Compiling bn-586-linux.linux.x86.S
[361/507] Compiling armv8-mont-ios.ios.aarch64.S
[362/507] Compiling armv8-mont-linux.linux.aarch64.S
[363/507] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[364/507] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[364/507] Compiling armv4-mont-linux.linux.arm.S
[366/507] Compiling armv4-mont-ios.ios.arm.S
[367/507] Compiling aesv8-armv8-linux.linux.aarch64.S
[368/507] Compiling aesv8-armv7-linux.linux.arm.S
[369/507] Compiling aesv8-armv8-ios.ios.aarch64.S
[370/507] Compiling aesv8-armv7-ios.ios.arm.S
[371/507] Compiling aesni-x86_64-linux.linux.x86_64.S
[372/507] Compiling aesni-x86_64-mac.mac.x86_64.S
[373/507] Compiling aesni-x86-linux.linux.x86.S
[373/507] Compiling aesni-x86-windows.windows.x86.S
[374/507] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[376/507] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[377/507] Compiling mode_wrappers.c
[378/507] Compiling key_wrap.c
[379/507] Compiling ex_data.c
[380/507] Compiling aes.c
[381/507] Compiling sign.c
[382/507] Compiling aes_nohw.c
[383/507] Compiling scrypt.c
[384/507] Compiling print.c
[384/507] Compiling pbkdf.c
[386/507] Compiling p_x25519.c
[387/507] Compiling p_x25519_asn1.c
[388/507] Compiling p_rsa_asn1.c
[389/507] Compiling p_rsa.c
[390/507] Compiling p_hkdf.c
[391/507] Compiling p_ed25519.c
[392/507] Compiling p_ed25519_asn1.c
[393/507] Compiling p_ec_asn1.c
[394/507] Compiling p_dsa_asn1.c
[395/507] Compiling evp_ctx.c
[396/507] Compiling err_data.c
[397/507] Compiling evp.c
[398/507] Compiling p_ec.c
[399/507] Compiling evp_asn1.c
[400/507] Compiling engine.c
[400/507] Compiling err.c
[402/507] Compiling ecdh_extra.c
[403/507] Compiling ecdsa_asn1.c
[404/507] Compiling ec_derive.c
[405/507] Compiling ec_asn1.c
[406/507] Compiling hash_to_curve.c
[407/507] Compiling dsa_asn1.c
[408/507] Compiling digest_extra.c
[409/507] Compiling params.c
[410/507] Compiling dh_asn1.c
[411/507] Compiling curve25519_64_adx.c
[412/507] Compiling dsa.c
[413/507] Compiling spake25519.c
[414/507] Compiling cpu_intel.c
[415/507] Compiling cpu_arm_linux.c
[416/507] Compiling x25519-asm-arm.S
[416/507] Compiling crypto.c
[418/507] Compiling cpu_arm_freebsd.c
[419/507] Compiling cpu_aarch64_openbsd.c
[420/507] Compiling des.c
[421/507] Compiling cpu_arm.c
[422/507] Compiling cpu_aarch64_sysreg.c
[423/507] Compiling cpu_aarch64_linux.c
[424/507] Compiling cpu_aarch64_win.c
[425/507] Compiling cpu_aarch64_fuchsia.c
[426/507] Compiling cpu_aarch64_apple.c
[427/507] Compiling e_null.c
[428/507] Compiling conf.c
[429/507] Compiling e_rc2.c
[430/507] Compiling tls_cbc.c
[431/507] Compiling e_rc4.c
[432/507] Compiling e_tls.c
[433/507] Compiling e_chacha20poly1305.c
[433/507] Compiling e_des.c
[435/507] Compiling derive_key.c
[436/507] Compiling curve25519.c
[437/507] Compiling e_aesgcmsiv.c
[438/507] Compiling cipher_extra.c
[438/507] Compiling e_aesctrhmac.c
[440/507] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[441/507] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[442/507] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[443/507] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[444/507] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[445/507] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[446/507] Compiling chacha-x86-linux.linux.x86.S
[447/507] Compiling chacha-x86_64-mac.mac.x86_64.S
[448/507] Compiling chacha-x86_64-linux.linux.x86_64.S
[449/507] Compiling chacha-armv4-linux.linux.arm.S
[450/507] Compiling chacha-x86-windows.windows.x86.S
[451/507] Compiling chacha-armv8-ios.ios.aarch64.S
[452/507] Compiling chacha-armv4-ios.ios.arm.S
[453/507] Compiling chacha.c
[454/507] Compiling unicode.c
[455/507] Compiling chacha-armv8-linux.linux.aarch64.S
[456/507] Compiling ber.c
[457/507] Compiling bn_asn1.c
[457/507] Compiling blake2.c
[459/507] Compiling convert.c
[460/507] Compiling asn1_compat.c
[461/507] Compiling cbb.c
[462/507] Compiling printf.c
[463/507] Compiling cbs.c
[464/507] Compiling pair.c
[465/507] Compiling bio_mem.c
[466/507] Compiling hexdump.c
[467/507] Compiling errno.c
[468/507] Compiling base64.c
[469/507] Compiling file.c
[470/507] Compiling fd.c
[471/507] Compiling tasn_enc.c
[472/507] Compiling tasn_dec.c
[473/507] Compiling f_string.c
[473/507] Compiling tasn_fre.c
[475/507] Compiling f_int.c
[475/507] Compiling bio.c
[477/507] Compiling tasn_utl.c
[478/507] Compiling posix_time.c
[479/507] Compiling asn_pack.c
[480/507] Compiling asn1_par.c
[481/507] Compiling asn1_lib.c
[482/507] Compiling a_utctm.c
[483/507] Compiling a_time.c
[484/507] Compiling a_type.c
[485/507] Compiling a_octet.c
[485/507] Compiling a_strnid.c
[485/507] Write sources
[488/507] Compiling a_strex.c
[489/507] Compiling a_object.c
[490/507] Compiling a_mbstr.c
[491/507] Compiling a_bool.c
[492/507] Compiling a_int.c
[493/507] Compiling a_bitstr.c
[495/529] Compiling Atomics Primitives.shims.swift
[496/529] Compiling Atomics AtomicInteger.swift
[497/529] Compiling Atomics AtomicOptionalWrappable.swift
[498/531] Compiling Atomics UnsafeAtomic.swift
[499/531] Compiling Atomics UnsafeAtomicLazyReference.swift
[500/531] Compiling Atomics AtomicMemoryOrderings.swift
[501/531] Compiling Atomics DoubleWord.swift
[502/531] Compiling Atomics OptionalRawRepresentable.swift
[503/531] Compiling Atomics RawRepresentable.swift
[504/531] Compiling Atomics AtomicBool.swift
[505/531] Compiling Atomics ManagedAtomic.swift
[506/531] Compiling Atomics ManagedAtomicLazyReference.swift
[507/531] Compiling Atomics AtomicReference.swift
[508/531] Compiling Atomics AtomicStorage.swift
[509/531] Compiling Atomics AtomicValue.swift
[510/531] Compiling Atomics IntegerOperations.swift
[511/531] Compiling Atomics Unmanaged extensions.swift
[512/531] Emitting module Atomics
[513/531] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[514/531] Compiling Atomics IntegerConformances.swift
[515/531] Compiling Atomics PointerConformances.swift
[516/531] Compiling Atomics Primitives.native.swift
[517/532] Wrapping AST for Atomics for debugging
[519/589] Emitting module CryptoBoringWrapper
[520/589] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[521/593] Wrapping AST for CryptoBoringWrapper for debugging
[523/653] Compiling Crypto ECDSASignature_boring.swift
[524/653] Compiling Crypto ECDSA_boring.swift
[525/653] Compiling Crypto EdDSA_boring.swift
[526/653] Compiling Crypto ECDSA.swift
[527/653] Compiling Crypto EdDSA.swift
[528/653] Compiling Crypto Signature.swift
[529/653] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[530/653] Compiling Crypto CryptoKitErrors_boring.swift
[531/653] Compiling Crypto HashFunctions.swift
[532/653] Compiling Crypto HashFunctions_SHA2.swift
[533/653] Compiling Crypto Insecure.swift
[534/653] Compiling Crypto Insecure_HashFunctions.swift
[535/653] Compiling Crypto ECDH_boring.swift
[536/653] Compiling Crypto DH.swift
[537/653] Compiling Crypto ECDH.swift
[538/653] Compiling Crypto HKDF.swift
[539/661] Compiling Crypto AESWrap.swift
[540/661] Compiling Crypto AESWrap_boring.swift
[541/661] Compiling Crypto Ed25519_boring.swift
[542/661] Compiling Crypto EllipticCurvePoint_boring.swift
[543/661] Compiling Crypto EllipticCurve_boring.swift
[544/661] Compiling Crypto NISTCurvesKeys_boring.swift
[545/661] Compiling Crypto X25519Keys_boring.swift
[546/661] Compiling Crypto Curve25519.swift
[547/669] Compiling Crypto Ed25519.swift
[548/669] Compiling Crypto NISTCurvesKeys.swift
[549/669] Compiling Crypto X25519Keys.swift
[550/669] Compiling Crypto SymmetricKeys.swift
[551/669] Compiling Crypto HMAC.swift
[552/669] Compiling Crypto MACFunctions.swift
[553/669] Compiling Crypto MessageAuthenticationCode.swift
[554/669] Compiling Crypto AES.swift
[571/669] Compiling Crypto ECDSASignature.swift
[572/669] Compiling Crypto PEMDocument.swift
[573/669] Compiling Crypto PKCS8PrivateKey.swift
[574/669] Compiling Crypto SEC1PrivateKey.swift
[575/669] Compiling Crypto SubjectPublicKeyInfo.swift
[576/669] Compiling Crypto CryptoKitErrors.swift
[577/669] Compiling Crypto Digest_boring.swift
[578/669] Compiling Crypto Digest.swift
[579/669] Compiling Crypto Digests.swift
[580/669] Emitting module Crypto
[581/669] Compiling Crypto AES-GCM.swift
[582/669] Compiling Crypto AES-GCM_boring.swift
[583/669] Compiling Crypto ChaChaPoly_boring.swift
[584/669] Compiling Crypto ChaChaPoly.swift
[585/669] Compiling Crypto Cipher.swift
[586/669] Compiling Crypto Nonces.swift
[587/669] Compiling Crypto ASN1.swift
[588/669] Compiling Crypto ASN1Any.swift
[589/669] Compiling Crypto ASN1BitString.swift
[598/669] Compiling Crypto ASN1Boolean.swift
[599/669] Compiling Crypto ASN1Identifier.swift
[600/669] Compiling Crypto ASN1Integer.swift
[601/669] Compiling Crypto ASN1Null.swift
[602/669] Compiling Crypto ASN1OctetString.swift
[603/669] Compiling Crypto ASN1Strings.swift
[604/669] Compiling Crypto ArraySliceBigint.swift
[605/669] Compiling Crypto GeneralizedTime.swift
[606/669] Compiling Crypto ObjectIdentifier.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:
[642/669] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[643/669] Compiling Crypto RNG_boring.swift
[644/669] Compiling Crypto SafeCompare_boring.swift
[645/669] Compiling Crypto Zeroization_boring.swift
[646/669] Compiling Crypto PrettyBytes.swift
[647/669] Compiling Crypto SafeCompare.swift
[648/669] Compiling Crypto SecureBytes.swift
[649/669] Compiling Crypto Zeroization.swift
[658/670] Wrapping AST for Crypto for debugging
[660/670] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/19] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/67] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[4/67] Compiling NIOConcurrencyHelpers lock.swift
[5/67] Compiling Atomics OptionalRawRepresentable.swift
[6/67] Compiling Atomics RawRepresentable.swift
[7/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/68] Compiling Atomics AtomicStorage.swift
[9/68] Compiling Atomics AtomicValue.swift
[10/68] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/68] Compiling Atomics ManagedAtomic.swift
[12/68] Compiling Atomics ManagedAtomicLazyReference.swift
[13/68] Compiling Atomics UnsafeAtomic.swift
[14/68] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/70] Emitting module InternalCollectionsUtilities
[16/70] Compiling Atomics IntegerConformances.swift
[17/70] Compiling Atomics PointerConformances.swift
[18/70] Compiling _NIODataStructures Heap.swift
[19/70] Emitting module _NIODataStructures
[20/70] Emitting module CryptoBoringWrapper
[21/70] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[22/71] Compiling _NIODataStructures PriorityQueue.swift
[23/71] Compiling _NIODataStructures _TinyArray.swift
[24/72] Compiling Atomics AtomicMemoryOrderings.swift
[25/72] Compiling Atomics DoubleWord.swift
[28/72] Compiling Atomics AtomicBool.swift
[29/72] Emitting module _NIOBase64
[30/72] Compiling _NIOBase64 Base64.swift
[32/72] Compiling Atomics AtomicReference.swift
[34/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/73] Emitting module NIOConcurrencyHelpers
[38/72] Compiling NIOConcurrencyHelpers atomics.swift
[40/72] Compiling Atomics Primitives.shims.swift
[41/72] Compiling Atomics AtomicInteger.swift
[42/72] Compiling Atomics AtomicOptionalWrappable.swift
[46/71] Compiling Atomics IntegerOperations.swift
[47/71] Compiling Atomics Unmanaged extensions.swift
[49/71] Compiling Atomics Primitives.native.swift
[53/131] Wrapping AST for InternalCollectionsUtilities for debugging
[55/146] Compiling DequeModule Deque+CustomReflectable.swift
[56/146] Compiling DequeModule Deque+Descriptions.swift
[57/148] Compiling DequeModule _DequeBuffer.swift
[58/148] Compiling DequeModule _DequeBufferHeader.swift
[59/148] Compiling DequeModule Deque+Equatable.swift
[60/148] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/148] Compiling DequeModule Deque+Extras.swift
[62/148] Compiling DequeModule Deque+Hashable.swift
[63/148] Compiling DequeModule _DequeSlot.swift
[64/148] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/148] Compiling DequeModule Deque+Testing.swift
[66/148] Compiling DequeModule Deque._Storage.swift
[67/148] Compiling DequeModule Deque._UnsafeHandle.swift
[68/148] Compiling DequeModule Deque.swift
[69/148] Compiling Crypto Ed25519.swift
[70/148] Compiling Crypto NISTCurvesKeys.swift
[71/148] Compiling Crypto X25519Keys.swift
[72/148] Compiling Crypto SymmetricKeys.swift
[73/148] Compiling Crypto HMAC.swift
[74/148] Compiling Crypto MACFunctions.swift
[75/148] Compiling Crypto MessageAuthenticationCode.swift
[76/148] Compiling Crypto AES.swift
[77/148] Compiling DequeModule Deque+Codable.swift
[78/148] Compiling DequeModule Deque+Collection.swift
[79/156] Emitting module DequeModule
[83/157] Emitting module Atomics
[85/157] Emitting module Crypto
[86/158] Wrapping AST for DequeModule for debugging
[87/158] Wrapping AST for Atomics for debugging
[89/194] Compiling NIOCore IO.swift
[90/194] Compiling NIOCore IOData.swift
[91/194] Compiling NIOCore IPProtocol.swift
[92/194] Compiling NIOCore IntegerBitPacking.swift
[93/194] Compiling NIOCore IntegerTypes.swift
[94/194] Compiling NIOCore Interfaces.swift
[95/194] Compiling NIOCore Linux.swift
[96/194] Compiling NIOCore MarkedCircularBuffer.swift
[97/218] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[98/218] Compiling NIOCore BSDSocketAPI.swift
[99/218] Compiling NIOCore ByteBuffer-aux.swift
[100/218] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[101/218] Compiling NIOCore ByteBuffer-conversions.swift
[102/218] Compiling NIOCore ByteBuffer-core.swift
[103/218] Compiling NIOCore ByteBuffer-hex.swift
[104/218] Compiling NIOCore ByteBuffer-int.swift
[105/218] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[106/218] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[107/218] Compiling NIOCore EventLoopFuture+Deprecated.swift
[108/218] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[109/218] Compiling NIOCore EventLoopFuture.swift
[110/218] Compiling NIOCore FileDescriptor.swift
[111/218] Compiling NIOCore FileHandle.swift
[112/218] Compiling NIOCore FileRegion.swift
[113/218] Compiling NIOCore GlobalSingletons.swift
[114/218] Compiling NIOCore AddressedEnvelope.swift
[115/218] Compiling NIOCore AsyncAwaitSupport.swift
[116/218] Compiling NIOCore AsyncChannel.swift
[117/218] Compiling NIOCore AsyncChannelHandler.swift
[118/218] Compiling NIOCore AsyncChannelInboundStream.swift
[119/218] Compiling NIOCore AsyncChannelOutboundWriter.swift
[120/218] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/218] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[122/218] Compiling NIOCore NIOAsyncWriter.swift
[123/218] Compiling NIOCore MulticastChannel.swift
[124/218] Compiling NIOCore NIOAny.swift
[125/218] Compiling NIOCore NIOCloseOnErrorHandler.swift
[126/218] Compiling NIOCore NIOLoopBound.swift
[127/218] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[128/218] Compiling NIOCore NIOScheduledCallback.swift
[129/218] Compiling NIOCore NIOSendable.swift
[130/218] Compiling NIOCore RecvByteBufferAllocator.swift
[131/218] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[132/218] Compiling Crypto RNG_boring.swift
[133/218] Compiling Crypto SafeCompare_boring.swift
[134/218] Compiling Crypto Zeroization_boring.swift
[135/218] Compiling Crypto PrettyBytes.swift
[136/218] Compiling Crypto SafeCompare.swift
[137/218] Compiling Crypto SecureBytes.swift
[138/218] Compiling Crypto Zeroization.swift
[139/218] Compiling NIOCore ByteBuffer-multi-int.swift
[140/218] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[141/218] Compiling NIOCore ByteBuffer-views.swift
[142/218] Compiling NIOCore Channel.swift
[143/218] Compiling NIOCore ChannelHandler.swift
[144/218] Compiling NIOCore ChannelHandlers.swift
[145/218] Compiling NIOCore ChannelInvoker.swift
[146/218] Compiling NIOCore ChannelOption.swift
[147/218] Compiling NIOCore ChannelPipeline.swift
[156/220] Wrapping AST for Crypto for debugging
[174/227] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[175/227] Compiling NIOCore SocketAddresses.swift
[176/227] Compiling NIOCore SocketOptionProvider.swift
[177/227] Compiling NIOCore SystemCallHelpers.swift
[178/227] Compiling NIOCore TimeAmount+Duration.swift
[179/227] Compiling NIOCore TypeAssistedChannelHandler.swift
[180/227] Compiling NIOCore UniversalBootstrapSupport.swift
[181/227] Compiling NIOCore Utilities.swift
[182/227] Compiling NIOCore CircularBuffer.swift
[183/227] Compiling NIOCore Codec.swift
[184/227] Compiling NIOCore ConvenienceOptionSupport.swift
[185/227] Compiling NIOCore DeadChannel.swift
[186/227] Compiling NIOCore DispatchQueue+WithFuture.swift
[187/227] Compiling NIOCore EventLoop+Deprecated.swift
[188/227] Compiling NIOCore EventLoop+SerialExecutor.swift
[189/227] Compiling NIOCore EventLoop.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:
[217/227] Emitting module NIOCore
BUILD FAILURE 6.1 wasm