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-ssl, reference 2.32.0 (36b489), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 17:10:53 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.2-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-ssl.git
Reference: 2.32.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-ssl
 * tag               2.32.0     -> FETCH_HEAD
HEAD is now at 36b4895 Fix incorrect callback caching (#541)
Cloned https://github.com/apple/swift-nio-ssl.git
Revision (git rev-parse @):
36b48956eb6c0569215dc15a587b491d2bb36122
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-ssl.git at 2.32.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-nio-ssl.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-nio.git
[1/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (10.40s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4436] Fetching swift-system
[179/6233] Fetching swift-system, swift-atomics
[2281/22873] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.38s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.38s)
Fetched https://github.com/apple/swift-collections.git from cache (2.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.48s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/453] Write sources
[2/453] Compiling _AtomicsShims.c
[3/453] Write sources
[17/453] Compiling CNIOWindows shim.c
[18/453] Write swift-version-24593BA9C3E375BF.txt
[19/453] Compiling CNIOWindows WSAStartup.c
[20/453] Compiling CNIOWASI CNIOWASI.c
[21/459] Compiling a_bitstr.cc
[22/473] Compiling a_gentm.cc
[23/473] Compiling CNIOLinux shim.c
[24/473] Compiling CNIOLinux liburing_shims.c
[25/473] Compiling a_d2i_fp.cc
[26/473] Compiling CNIOLLHTTP c_nio_http.c
[27/473] Compiling a_i2d_fp.cc
[28/473] Compiling a_dup.cc
[29/473] Compiling CNIODarwin shim.c
[30/473] Compiling CNIOLLHTTP c_nio_api.c
[31/473] Compiling fiat_p256_adx_sqr.S
[32/473] Compiling fiat_p256_adx_mul.S
[33/473] Compiling fiat_curve25519_adx_square.S
[35/473] Emitting module _NIODataStructures
[35/473] Compiling fiat_curve25519_adx_mul.S
[36/473] Compiling a_bool.cc
[37/473] Compiling CNIOBoringSSLShims shims.c
[38/473] Compiling tls_method.cc
[39/473] Compiling tls_record.cc
[40/473] Compiling tls13_server.cc
[41/473] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/473] Compiling tls13_enc.cc
[43/473] Compiling tls13_both.cc
[44/473] Compiling tls13_client.cc
[45/473] Compiling t1_enc.cc
[46/473] Compiling ssl_versions.cc
[47/473] Compiling ssl_x509.cc
[49/473] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/474] Compiling InternalCollectionsUtilities Descriptions.swift
[51/474] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[52/474] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/474] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/474] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/474] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/474] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/474] Compiling InternalCollectionsUtilities Debugging.swift
[58/474] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/474] Compiling InternalCollectionsUtilities Integer rank.swift
[60/474] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/474] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/474] Emitting module InternalCollectionsUtilities
[63/474] Emitting module _NIOBase64
[64/474] Compiling _NIOBase64 Base64.swift
[66/475] Compiling _NIODataStructures PriorityQueue.swift
[67/475] Compiling _NIODataStructures _TinyArray.swift
[68/475] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/476] Compiling ssl_transcript.cc
[70/476] Wrapping AST for _NIOBase64 for debugging
[71/491] Wrapping AST for InternalCollectionsUtilities for debugging
[72/491] Compiling ssl_stat.cc
[74/491] Compiling DequeModule Deque+CustomReflectable.swift
[75/491] Compiling DequeModule Deque+Descriptions.swift
[75/493] Compiling ssl_session.cc
[77/493] Compiling _NIODataStructures Heap.swift
[79/494] Compiling DequeModule Deque+Equatable.swift
[80/494] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/494] Compiling DequeModule Deque+Testing.swift
[82/494] Compiling DequeModule Deque._Storage.swift
[82/494] Wrapping AST for _NIODataStructures for debugging
[84/494] Compiling DequeModule _DequeSlot.swift
[85/494] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/494] Compiling ssl_privkey.cc
[87/494] Compiling DequeModule _DequeBuffer.swift
[88/494] Compiling DequeModule _DequeBufferHeader.swift
[89/494] Compiling DequeModule Deque+Extras.swift
[90/494] Compiling DequeModule Deque+Hashable.swift
[91/494] Compiling DequeModule Deque._UnsafeHandle.swift
[92/494] Compiling DequeModule Deque.swift
[93/494] Compiling DequeModule Deque+Codable.swift
[94/494] Compiling DequeModule Deque+Collection.swift
[95/494] Emitting module DequeModule
[95/495] Compiling ssl_key_share.cc
[96/495] Compiling ssl_lib.cc
[98/495] Compiling ssl_file.cc
[99/495] Wrapping AST for DequeModule for debugging
[100/495] Compiling ssl_credential.cc
[101/495] Compiling ssl_cipher.cc
[102/495] Compiling ssl_buffer.cc
[103/495] Compiling ssl_cert.cc
[104/495] Compiling ssl_aead_ctx.cc
[105/495] Compiling ssl_asn1.cc
[106/495] Compiling s3_pkt.cc
[107/495] Compiling s3_lib.cc
[108/495] Compiling s3_both.cc
[109/495] Compiling handshake_server.cc
[110/495] Compiling handshake.cc
[110/495] Compiling handshake_client.cc
[112/495] Compiling handoff.cc
[113/495] Compiling encrypted_client_hello.cc
[114/495] Compiling dtls_record.cc
[115/495] Compiling md5-x86_64-linux.S
[116/495] Compiling dtls_method.cc
[117/495] Compiling md5-x86_64-apple.S
[118/495] Compiling md5-586-linux.S
[119/495] Compiling md5-586-apple.S
[120/495] Compiling extensions.cc
[121/495] Compiling chacha20_poly1305_x86_64-linux.S
[122/495] Compiling chacha20_poly1305_x86_64-apple.S
[123/495] Compiling chacha20_poly1305_armv8-win.S
[124/495] Compiling chacha20_poly1305_armv8-linux.S
[125/495] Compiling chacha20_poly1305_armv8-apple.S
[126/495] Compiling chacha-x86_64-linux.S
[127/495] Compiling chacha-x86_64-apple.S
[128/495] Compiling chacha-x86-linux.S
[129/495] Compiling d1_srtp.cc
[130/495] Compiling chacha-armv8-win.S
[131/495] Compiling chacha-x86-apple.S
[132/495] Compiling chacha-armv8-linux.S
[133/495] Compiling chacha-armv8-apple.S
[134/495] Compiling chacha-armv4-linux.S
[135/495] Compiling aes128gcmsiv-x86_64-linux.S
[136/495] Compiling x86_64-mont5-linux.S
[137/495] Compiling aes128gcmsiv-x86_64-apple.S
[138/495] Compiling d1_pkt.cc
[139/495] Compiling x86_64-mont5-apple.S
[140/495] Compiling x86_64-mont-linux.S
[141/495] Compiling x86_64-mont-apple.S
[142/495] Compiling x86-mont-linux.S
[143/495] Compiling vpaes-x86_64-linux.S
[144/495] Compiling x86-mont-apple.S
[145/495] Compiling vpaes-x86_64-apple.S
[146/495] Compiling vpaes-x86-linux.S
[147/495] Compiling d1_lib.cc
[148/495] Compiling vpaes-x86-apple.S
[149/495] Compiling vpaes-armv8-win.S
[150/495] Compiling vpaes-armv8-apple.S
[151/495] Compiling vpaes-armv8-linux.S
[152/495] Compiling vpaes-armv7-linux.S
[153/495] Compiling sha512-x86_64-apple.S
[154/495] Compiling sha512-x86_64-linux.S
[155/495] Compiling sha512-armv8-win.S
[156/495] Compiling err_data.cc
[157/495] Compiling sha512-armv8-linux.S
[158/495] Compiling sha512-armv4-linux.S
[159/495] Compiling sha512-armv8-apple.S
[160/495] Compiling sha512-586-linux.S
[161/495] Compiling sha256-x86_64-linux.S
[162/495] Compiling sha512-586-apple.S
[163/495] Compiling sha256-x86_64-apple.S
[164/495] Compiling sha256-armv8-win.S
[165/495] Compiling sha256-armv8-apple.S
[166/495] Compiling sha256-armv8-linux.S
[167/495] Compiling sha256-armv4-linux.S
[168/495] Compiling sha1-x86_64-linux.S
[169/495] Compiling sha256-586-apple.S
[170/495] Compiling sha256-586-linux.S
[171/495] Compiling sha1-armv8-linux.S
[172/495] Compiling sha1-x86_64-apple.S
[173/495] Compiling sha1-armv8-win.S
[174/495] Compiling sha1-armv8-apple.S
[175/495] Compiling sha1-armv4-large-linux.S
[176/495] Compiling sha1-586-linux.S
[177/495] Compiling sha1-586-apple.S
[178/495] Compiling rsaz-avx2-apple.S
[179/495] Compiling rsaz-avx2-linux.S
[180/495] Compiling rdrand-x86_64-linux.S
[181/495] Compiling rdrand-x86_64-apple.S
[182/495] Compiling p256_beeu-x86_64-asm-apple.S
[183/495] Compiling p256_beeu-x86_64-asm-linux.S
[184/495] Compiling p256_beeu-armv8-asm-linux.S
[185/495] Compiling p256_beeu-armv8-asm-win.S
[186/495] Compiling p256_beeu-armv8-asm-apple.S
[187/495] Compiling p256-x86_64-asm-linux.S
[188/495] Compiling p256-armv8-asm-win.S
[189/495] Compiling p256-armv8-asm-linux.S
[190/495] Compiling p256-x86_64-asm-apple.S
[191/495] Compiling p256-armv8-asm-apple.S
[192/495] Compiling ghashv8-armv8-win.S
[193/495] Compiling ghashv8-armv8-linux.S
[194/495] Compiling bio_ssl.cc
[195/495] Compiling ghashv8-armv8-apple.S
[196/495] Compiling ghashv8-armv7-linux.S
[197/495] Compiling ghash-x86_64-linux.S
[198/495] Compiling ghash-x86_64-apple.S
[199/495] Compiling ghash-x86-linux.S
[200/495] Compiling ghash-x86-apple.S
[201/495] Compiling ghash-ssse3-x86_64-linux.S
[202/495] Compiling ghash-ssse3-x86-linux.S
[202/495] Compiling ghash-ssse3-x86_64-apple.S
[204/495] Compiling ghash-ssse3-x86-apple.S
[205/495] Compiling ghash-neon-armv8-linux.S
[206/495] Compiling ghash-neon-armv8-win.S
[207/495] Compiling ghash-neon-armv8-apple.S
[208/495] Compiling co-586-linux.S
[209/495] Compiling ghash-armv4-linux.S
[210/495] Compiling bn-armv8-win.S
[211/495] Compiling co-586-apple.S
[212/495] Compiling bsaes-armv7-linux.S
[213/495] Compiling bn-armv8-linux.S
[214/495] Compiling bn-586-linux.S
[215/495] Compiling bn-armv8-apple.S
[216/495] Compiling bn-586-apple.S
[217/495] Compiling armv8-mont-apple.S
[218/495] Compiling armv8-mont-win.S
[219/495] Compiling armv4-mont-linux.S
[220/495] Compiling armv8-mont-linux.S
[221/495] Compiling aesv8-gcm-armv8-win.S
[222/495] Compiling aesv8-gcm-armv8-linux.S
[223/495] Compiling aesv8-armv8-linux.S
[224/495] Compiling aesv8-armv8-win.S
[225/495] Compiling aesv8-gcm-armv8-apple.S
[226/495] Compiling aesv8-armv8-apple.S
[227/495] Compiling aesv8-armv7-linux.S
[228/495] Compiling aesni-x86_64-linux.S
[229/495] Compiling aesni-x86-linux.S
[230/495] Compiling aesni-x86_64-apple.S
[231/495] Compiling aesni-x86-apple.S
[232/495] Compiling aesni-gcm-x86_64-linux.S
[233/495] Compiling aesni-gcm-x86_64-apple.S
[234/495] Compiling aes-gcm-avx2-x86_64-apple.S
[235/495] Compiling aes-gcm-avx2-x86_64-linux.S
[236/495] Compiling aes-gcm-avx10-x86_64-linux.S
[237/495] Compiling aes-gcm-avx10-x86_64-apple.S
[238/495] Compiling d1_both.cc
[239/495] Compiling x_sig.cc
[240/495] Compiling x_spki.cc
[241/495] Compiling x_pubkey.cc
[242/495] Compiling x_val.cc
[243/495] Compiling x_x509a.cc
[244/495] Compiling x_req.cc
[245/495] Compiling x_x509.cc
[246/495] Compiling x_name.cc
[247/495] Compiling x_crl.cc
[248/495] Compiling x509spki.cc
[249/495] Compiling x_all.cc
[249/495] Compiling x_exten.cc
[251/495] Compiling x_algor.cc
[252/495] Compiling x_attrib.cc
[253/495] Compiling x509rset.cc
[254/495] Compiling x509name.cc
[255/495] Compiling x509_txt.cc
[256/495] Compiling x509_v3.cc
[257/495] Compiling x509cset.cc
[258/495] Compiling x509_vpm.cc
[259/495] Compiling x509_vfy.cc
[260/495] Compiling x509_set.cc
[261/495] Compiling x509_trs.cc
[262/495] Compiling x509_req.cc
[263/495] Compiling x509_obj.cc
[264/495] Compiling x509_d2.cc
[265/495] Compiling x509_def.cc
[266/495] Compiling x509_ext.cc
[267/495] Compiling x509_lu.cc
[268/495] Compiling x509_att.cc
[269/495] Compiling x509_cmp.cc
[270/495] Compiling x509.cc
[271/495] Compiling v3_prn.cc
[272/495] Compiling v3_skey.cc
[273/495] Compiling v3_purp.cc
[274/495] Compiling v3_utl.cc
[275/495] Compiling v3_ocsp.cc
[276/495] Compiling v3_pmaps.cc
[277/495] Compiling v3_pcons.cc
[278/495] Compiling v3_ncons.cc
[279/495] Compiling v3_int.cc
[280/495] Compiling v3_ia5.cc
[281/495] Compiling v3_info.cc
[282/495] Compiling v3_lib.cc
[283/495] Compiling v3_extku.cc
[284/495] Compiling v3_genn.cc
[285/495] Compiling v3_enum.cc
[286/495] Compiling v3_crld.cc
[287/495] Compiling v3_cpols.cc
[288/495] Compiling v3_bitst.cc
[289/495] Compiling v3_conf.cc
[290/495] Compiling v3_bcons.cc
[291/495] Compiling v3_akeya.cc
[292/495] Compiling v3_alt.cc
[293/495] Compiling v3_akey.cc
[294/495] Compiling t_x509a.cc
[295/495] Compiling i2d_pr.cc
[296/495] Compiling t_x509.cc
[297/495] Compiling t_req.cc
[298/495] Compiling t_crl.cc
[299/495] Compiling name_print.cc
[300/495] Compiling rsa_pss.cc
[301/495] Compiling policy.cc
[302/495] Compiling by_file.cc
[303/495] Compiling by_dir.cc
[304/495] Compiling a_verify.cc
[305/495] Compiling asn1_gen.cc
[306/495] Compiling algorithm.cc
[307/495] Compiling voprf.cc
[308/495] Compiling a_sign.cc
[309/495] Compiling a_digest.cc
[310/495] Compiling trust_token.cc
[311/495] Compiling thread_win.cc
[312/495] Compiling thread_none.cc
[313/495] Compiling thread_pthread.cc
[314/495] Compiling thread.cc
[315/495] Compiling stack.cc
[316/495] Compiling pmbtoken.cc
[317/495] Compiling slhdsa.cc
[318/495] Compiling spake2plus.cc
[319/495] Compiling sha256.cc
[320/495] Compiling siphash.cc
[321/495] Compiling sha512.cc
[322/495] Compiling sha1.cc
[323/495] Compiling rsa_print.cc
[324/495] Compiling rsa_extra.cc
[325/495] Compiling rsa_crypt.cc
[326/495] Compiling rc4.cc
[327/495] Compiling urandom.cc
[328/495] Compiling refcount.cc
[329/495] Compiling windows.cc
[330/495] Compiling rsa_asn1.cc
[331/495] Compiling trusty.cc
[332/495] Compiling rand.cc
[333/495] Compiling passive.cc
[334/495] Compiling poly1305_arm_asm.S
[335/495] Compiling ios.cc
[336/495] Compiling getentropy.cc
[337/495] Compiling deterministic.cc
[338/495] Compiling fork_detect.cc
[339/495] Compiling forkunsafe.cc
[340/495] Compiling poly1305_vec.cc
[341/495] Compiling pool.cc
[342/495] Compiling poly1305_arm.cc
[343/495] Compiling poly1305.cc
[344/495] Compiling pkcs7.cc
[345/495] Compiling pkcs8.cc
[346/495] Compiling p5_pbev2.cc
[347/495] Compiling pkcs8_x509.cc
[348/495] Compiling pkcs7_x509.cc
[349/495] Compiling pem_xaux.cc
[350/495] Compiling pem_x509.cc
[351/495] Compiling pem_pkey.cc
[352/495] Compiling pem_pk8.cc
[353/495] Compiling pem_oth.cc
[354/495] Compiling obj_xref.cc
[355/495] Compiling pem_info.cc
[356/495] Compiling pem_lib.cc
[357/495] Compiling mlkem.cc
[358/495] Compiling pem_all.cc
[359/495] Compiling mldsa.cc
[360/495] Compiling obj.cc
[361/495] Compiling poly_rq_mul.S
[362/495] Compiling fips_shared_support.cc
[363/495] Compiling mem.cc
[364/495] Compiling md4.cc
[364/495] Compiling md5.cc
[366/495] Compiling lhash.cc
[367/495] Compiling hrss.cc
[368/495] Compiling kyber.cc
[369/495] Compiling ex_data.cc
[370/495] Compiling scrypt.cc
[371/495] Compiling sign.cc
[372/495] Compiling print.cc
[373/495] Compiling hpke.cc
[374/495] Compiling pbkdf.cc
[375/495] Compiling p_x25519.cc
[376/495] Compiling p_x25519_asn1.cc
[377/495] Compiling p_rsa_asn1.cc
[378/495] Compiling p_ed25519.cc
[379/495] Compiling p_rsa.cc
[380/495] Compiling p_hkdf.cc
[381/495] Compiling p_ed25519_asn1.cc
[382/495] Compiling p_ec.cc
[383/495] Compiling p_ec_asn1.cc
[384/495] Compiling p_dh.cc
[385/495] Compiling p_dh_asn1.cc
[386/495] Compiling evp_ctx.cc
[387/495] Compiling p_dsa_asn1.cc
[388/495] Compiling evp.cc
[389/495] Compiling evp_asn1.cc
[390/495] Compiling engine.cc
[391/495] Compiling err.cc
[392/495] Compiling ecdh.cc
[393/495] Compiling hash_to_curve.cc
[394/495] Compiling ecdsa_asn1.cc
[395/495] Compiling ec_derive.cc
[396/495] Compiling dsa_asn1.cc
[397/495] Compiling dsa.cc
[398/495] Compiling ec_asn1.cc
[399/495] Compiling params.cc
[400/495] Compiling digest_extra.cc
[401/495] Compiling x25519-asm-arm.S
[402/495] Compiling bcm.cc
[403/495] Compiling dh_asn1.cc
[404/495] Compiling des.cc
[405/495] Compiling curve25519_64_adx.cc
[406/495] Compiling cpu_intel.cc
[407/495] Compiling crypto.cc
[408/495] Compiling spake25519.cc
[409/495] Compiling cpu_arm_linux.cc
[410/495] Compiling cpu_arm_freebsd.cc
[411/495] Compiling cpu_aarch64_win.cc
[412/495] Compiling curve25519.cc
[413/495] Compiling cpu_aarch64_sysreg.cc
[414/495] Compiling cpu_aarch64_openbsd.cc
[415/495] Compiling cpu_aarch64_linux.cc
[416/495] Compiling cpu_aarch64_fuchsia.cc
[417/495] Compiling cpu_aarch64_apple.cc
[418/495] Compiling tls_cbc.cc
[419/495] Compiling get_cipher.cc
[420/495] Compiling conf.cc
[421/495] Compiling e_tls.cc
[422/495] Compiling e_rc4.cc
[423/495] Compiling e_rc2.cc
[424/495] Compiling e_null.cc
[425/495] Compiling e_des.cc
[426/495] Compiling e_aesctrhmac.cc
[427/495] Compiling e_chacha20poly1305.cc
[428/495] Compiling e_aesgcmsiv.cc
[429/495] Compiling derive_key.cc
[430/495] Compiling chacha.cc
[431/495] Compiling unicode.cc
[432/495] Compiling buf.cc
[433/495] Compiling cbs.cc
[434/495] Compiling cbb.cc
[435/495] Compiling asn1_compat.cc
[436/495] Compiling ber.cc
[437/495] Compiling convert.cc
[438/495] Compiling bn_asn1.cc
[439/495] Compiling blake2.cc
/host/spi-builder-workspace/Sources/CNIOBoringSSL/crypto/bio/socket_helper.cc:30:10: fatal error: 'netdb.h' file not found
   30 | #include <netdb.h>
      |          ^~~~~~~~~
1 error generated.
[440/495] Compiling socket_helper.cc
[440/495] Compiling fd.cc
[440/495] Compiling hexdump.cc
[440/495] Compiling file.cc
[440/495] Compiling pair.cc
[440/495] Compiling socket.cc
[440/495] Compiling errno.cc
[440/495] Compiling printf.cc
BUILD FAILURE 6.2 wasm