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 0.4.0 (8aa449), with Swift 6.1 for Wasm on 26 Jun 2025 20:15:20 UTC.

Build Command

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