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