Build Information
Failed to build AntiFishHook, reference main (a899fb
), with Swift 6.0 for Linux on 23 Jun 2025 00:18:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-anti-fishhook.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/p-x9/swift-anti-fishhook
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a899fb2 Merge pull request #23 from p-x9/dependabot/swift/github.com/p-x9/machokit-0.35.1
Cloned https://github.com/p-x9/swift-anti-fishhook.git
Revision (git rev-parse @):
a899fb24d72004070af49ccb1bf71141ade2656a
SUCCESS checkout https://github.com/p-x9/swift-anti-fishhook.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/p-x9/swift-anti-fishhook.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/p-x9/MachOKit.git
Fetching https://github.com/p-x9/swift-fishhook.git
[1/201] Fetching swift-fishhook
[202/5483] Fetching swift-fishhook, machokit
Fetched https://github.com/p-x9/swift-fishhook.git from cache (0.23s)
[2272/5282] Fetching machokit
Fetched https://github.com/p-x9/MachOKit.git from cache (0.35s)
Computing version for https://github.com/p-x9/swift-fishhook.git
Computed https://github.com/p-x9/swift-fishhook.git at 0.6.0 (0.65s)
Computing version for https://github.com/p-x9/MachOKit.git
warning: 'machokit': /Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
Computed https://github.com/p-x9/MachOKit.git at 0.35.1 (1.74s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/p-x9/swift-fileio.git
[1/163] Fetching swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.28s)
[1/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.51s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.9.0 (0.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.57s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.20s)
Creating working copy for https://github.com/p-x9/swift-fishhook.git
Working copy of https://github.com/p-x9/swift-fishhook.git resolved at 0.6.0
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.9.0
Creating working copy for https://github.com/p-x9/MachOKit.git
Working copy of https://github.com/p-x9/MachOKit.git resolved at 0.35.1
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
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
Building for debugging...
[0/368] Write sources
[6/368] Compiling fiat_p256_adx_mul.S
[7/368] Compiling fiat_curve25519_adx_square.S
[8/368] Compiling fiat_p256_adx_sqr.S
[9/368] Compiling fiat_curve25519_adx_mul.S
[10/368] Compiling md5-586-linux.S
[11/368] Compiling md5-x86_64-linux.S
[11/368] Compiling md5-x86_64-apple.S
[13/368] Compiling md5-586-apple.S
[14/368] Compiling chacha20_poly1305_x86_64-apple.S
[15/368] Compiling chacha20_poly1305_armv8-win.S
[16/368] Compiling chacha20_poly1305_armv8-linux.S
[17/368] Compiling chacha20_poly1305_x86_64-linux.S
[18/368] Compiling chacha20_poly1305_armv8-apple.S
[19/368] Compiling a_bitstr.cc
[20/368] Compiling chacha-x86_64-apple.S
[21/368] Compiling chacha-x86_64-linux.S
[22/368] Compiling chacha-x86-linux.S
[23/368] Compiling chacha-x86-apple.S
[24/368] Compiling chacha-armv8-win.S
[25/368] Compiling CCryptoBoringSSLShims shims.c
[26/368] Compiling err_data.cc
[27/368] Compiling chacha-armv4-linux.S
[28/368] Compiling chacha-armv8-linux.S
[29/368] Compiling aes128gcmsiv-x86_64-apple.S
[30/368] Write swift-version-24593BA9C3E375BF.txt
[31/368] Compiling MachOKitC mach-o-linux.c
[32/368] Compiling chacha-armv8-apple.S
[33/368] Compiling aes128gcmsiv-x86_64-linux.S
[34/368] Compiling x86_64-mont-linux.S
[35/368] Compiling x86_64-mont-apple.S
[36/368] Compiling x86_64-mont5-apple.S
[37/368] Compiling vpaes-x86_64-linux.S
[38/368] Compiling x86-mont-linux.S
[39/368] Compiling x86-mont-apple.S
[40/368] Compiling vpaes-x86-linux.S
[40/368] Compiling x86_64-mont5-linux.S
[42/368] Compiling vpaes-x86_64-apple.S
[43/368] Compiling vpaes-x86-apple.S
[44/368] Compiling vpaes-armv8-win.S
[45/368] Compiling vpaes-armv8-linux.S
[46/368] Compiling vpaes-armv8-apple.S
[47/368] Compiling sha512-armv8-win.S
[48/368] Compiling sha512-x86_64-linux.S
[49/368] Compiling vpaes-armv7-linux.S
[50/368] Compiling sha512-armv8-apple.S
[51/368] Compiling sha512-armv8-linux.S
[52/368] Compiling sha512-x86_64-apple.S
[53/368] Compiling sha512-586-linux.S
[54/368] Compiling sha512-armv4-linux.S
[55/368] Compiling sha512-586-apple.S
[56/368] Compiling sha256-x86_64-linux.S
[57/368] Compiling sha256-armv8-win.S
[58/368] Compiling sha256-armv4-linux.S
[59/368] Compiling sha256-x86_64-apple.S
[60/368] Compiling sha256-armv8-apple.S
[61/368] Compiling sha256-armv8-linux.S
[62/368] Compiling sha256-586-apple.S
[63/372] Compiling sha256-586-linux.S
[64/372] Compiling sha1-armv8-linux.S
[65/372] Compiling sha1-x86_64-apple.S
[66/372] Compiling sha1-armv8-win.S
[67/372] Compiling sha1-x86_64-linux.S
[68/372] Compiling sha1-armv8-apple.S
[69/372] Compiling sha1-armv4-large-linux.S
[70/372] Compiling rsaz-avx2-linux.S
[71/372] Compiling sha1-586-apple.S
[72/372] Compiling sha1-586-linux.S
[73/372] Compiling p256_beeu-x86_64-asm-linux.S
[74/372] Compiling rsaz-avx2-apple.S
[75/372] Compiling rdrand-x86_64-linux.S
[76/372] Compiling rdrand-x86_64-apple.S
[77/372] Compiling p256_beeu-armv8-asm-win.S
[78/372] Compiling p256_beeu-x86_64-asm-apple.S
[79/372] Compiling p256_beeu-armv8-asm-linux.S
[80/372] Compiling p256_beeu-armv8-asm-apple.S
[81/372] Compiling p256-armv8-asm-linux.S
[82/372] Compiling p256-armv8-asm-win.S
[83/372] Compiling p256-x86_64-asm-apple.S
[84/372] Compiling p256-armv8-asm-apple.S
[85/372] Compiling p256-x86_64-asm-linux.S
[86/372] Compiling ghashv8-armv8-linux.S
[87/372] Compiling ghashv8-armv8-win.S
[88/372] Compiling ghashv8-armv8-apple.S
[89/372] Compiling ghash-x86_64-linux.S
[90/372] Compiling ghash-x86_64-apple.S
[91/372] Compiling ghashv8-armv7-linux.S
[92/372] Compiling ghash-ssse3-x86_64-linux.S
[93/372] Compiling ghash-x86-linux.S
[94/372] Compiling ghash-x86-apple.S
[95/372] Compiling ghash-ssse3-x86_64-apple.S
[96/372] Compiling ghash-ssse3-x86-linux.S
[97/372] Compiling ghash-neon-armv8-win.S
[98/372] Compiling ghash-ssse3-x86-apple.S
[99/372] Compiling ghash-neon-armv8-linux.S
[99/372] Compiling ghash-neon-armv8-apple.S
[101/372] Compiling co-586-linux.S
[102/372] Compiling ghash-armv4-linux.S
[103/372] Compiling co-586-apple.S
[104/372] Compiling bsaes-armv7-linux.S
[105/372] Compiling bn-armv8-linux.S
[106/372] Compiling bn-armv8-apple.S
[107/372] Compiling bn-armv8-win.S
[107/372] Compiling bn-586-linux.S
[109/372] Compiling bn-586-apple.S
[109/372] Compiling armv8-mont-win.S
[111/372] Compiling armv8-mont-linux.S
[112/372] Compiling aesv8-armv8-win.S
[113/372] Compiling aesv8-gcm-armv8-win.S
[113/372] Compiling aesv8-gcm-armv8-apple.S
[115/372] Compiling armv4-mont-linux.S
[116/372] Compiling armv8-mont-apple.S
[117/372] Compiling aesv8-gcm-armv8-linux.S
[118/372] Compiling aesv8-armv8-apple.S
[119/372] Compiling aesv8-armv7-linux.S
[120/372] Compiling aesni-x86-linux.S
[121/372] Compiling aesni-x86_64-apple.S
[122/372] Compiling aesni-x86_64-linux.S
[123/372] Compiling aesni-x86-apple.S
[124/372] Compiling aesv8-armv8-linux.S
[125/372] Compiling aesni-gcm-x86_64-apple.S
[126/372] Compiling aesni-gcm-x86_64-linux.S
[127/372] Compiling aes-gcm-avx10-x86_64-apple.S
[128/372] Compiling aes-gcm-avx10-x86_64-linux.S
[129/372] Compiling x_sig.cc
[130/372] Compiling x_val.cc
[131/372] Compiling x_x509a.cc
[132/372] Compiling x_req.cc
[133/372] Compiling x_spki.cc
[134/372] Compiling x_pubkey.cc
[135/372] Compiling x_x509.cc
[136/372] Compiling x_crl.cc
[137/372] Compiling x_algor.cc
[138/372] Compiling x_all.cc
[139/372] Compiling x_attrib.cc
[140/372] Compiling x_exten.cc
[141/372] Compiling x509spki.cc
[142/372] Compiling x_name.cc
[143/372] Compiling x509name.cc
[144/372] Compiling x509rset.cc
[145/372] Compiling x509cset.cc
[146/372] Compiling x509_txt.cc
[147/372] Compiling x509_v3.cc
[148/372] Compiling x509_vpm.cc
[149/372] Compiling x509_vfy.cc
[150/372] Compiling x509_trs.cc
[151/372] Compiling x509_lu.cc
[152/372] Compiling x509_set.cc
[153/372] Compiling x509_obj.cc
[154/372] Compiling x509_req.cc
[155/372] Compiling x509_def.cc
[156/372] Compiling x509_ext.cc
[157/372] Compiling x509_d2.cc
[158/372] Compiling x509_att.cc
[159/372] Compiling x509.cc
[160/372] Compiling x509_cmp.cc
[161/372] Compiling v3_utl.cc
[162/372] Compiling v3_purp.cc
[163/372] Compiling v3_skey.cc
[164/372] Compiling v3_prn.cc
[165/372] Compiling v3_info.cc
[166/372] Compiling v3_ncons.cc
[167/372] Compiling v3_ocsp.cc
[168/372] Compiling v3_pmaps.cc
[169/372] Compiling v3_pcons.cc
[170/372] Compiling v3_lib.cc
[171/372] Compiling v3_int.cc
[172/372] Compiling v3_ia5.cc
[173/372] Compiling v3_enum.cc
[174/372] Compiling v3_genn.cc
[175/372] Compiling v3_extku.cc
[176/372] Compiling v3_crld.cc
[177/372] Compiling v3_cpols.cc
[178/372] Compiling v3_conf.cc
[179/372] Compiling v3_akey.cc
[180/372] Compiling v3_bitst.cc
[181/372] Compiling v3_akeya.cc
[182/372] Compiling v3_alt.cc
[183/372] Compiling v3_bcons.cc
[184/372] Compiling t_req.cc
[185/372] Compiling t_x509a.cc
[186/372] Compiling t_x509.cc
[187/372] Compiling t_crl.cc
[188/372] Compiling i2d_pr.cc
[189/372] Compiling rsa_pss.cc
[190/372] Compiling name_print.cc
[191/372] Compiling policy.cc
[193/372] Emitting module FileIO
[193/372] Compiling by_file.cc
[194/372] Compiling by_dir.cc
[196/372] Compiling FileIO FileIO.swift
[197/372] Compiling FileIO StreamedFile.swift
[198/372] Compiling FileIO MemoryMappedFile.swift
[199/373] Compiling asn1_gen.cc
[200/373] Compiling a_sign.cc
[201/373] Compiling algorithm.cc
[202/373] Compiling a_verify.cc
[203/373] Compiling trust_token.cc
[204/373] Compiling thread_win.cc
[205/373] Compiling voprf.cc
[206/373] Compiling a_digest.cc
[207/373] Compiling thread.cc
[208/373] Compiling thread_pthread.cc
[209/373] Compiling pmbtoken.cc
[210/373] Compiling thread_none.cc
[211/373] Compiling wots.cc
[212/373] Compiling stack.cc
[213/373] Compiling thash.cc
[214/373] Compiling fors.cc
[215/373] Compiling siphash.cc
[216/373] Compiling slhdsa.cc
[217/373] Compiling merkle.cc
[218/373] Compiling sha512.cc
[219/373] Compiling sha1.cc
[220/373] Compiling rsa_print.cc
[221/373] Compiling rsa_crypt.cc
[222/373] Compiling sha256.cc
[223/373] Compiling rsa_extra.cc
[224/373] Compiling rc4.cc
[225/373] Compiling trusty.cc
[226/373] Compiling windows.cc
[227/373] Compiling refcount.cc
[228/373] Compiling rand_extra.cc
[229/373] Compiling passive.cc
[230/373] Compiling rsa_asn1.cc
[231/373] Compiling urandom.cc
[232/373] Compiling ios.cc
[233/373] Compiling poly1305_arm_asm.S
[234/373] Compiling getentropy.cc
[235/373] Compiling deterministic.cc
[236/373] Compiling forkunsafe.cc
[237/373] Compiling fork_detect.cc
[238/373] Compiling poly1305_arm.cc
[239/373] Compiling poly1305.cc
[240/373] Compiling pool.cc
[241/373] Compiling poly1305_vec.cc
[242/373] Compiling pkcs7.cc
[243/373] Compiling p5_pbev2.cc
[244/373] Compiling pkcs8_x509.cc
[245/373] Compiling pkcs8.cc
[246/373] Compiling pem_x509.cc
[247/373] Compiling pkcs7_x509.cc
[248/373] Compiling pem_pkey.cc
[249/373] Compiling pem_xaux.cc
[250/373] Compiling pem_oth.cc
[251/373] Compiling pem_pk8.cc
[252/373] Compiling pem_lib.cc
[253/373] Compiling obj_xref.cc
[254/373] Compiling mldsa.cc
[255/373] Compiling mlkem.cc
[256/373] Compiling pem_info.cc
[257/373] Compiling md4.cc
[258/373] Compiling obj.cc
[259/373] Compiling mem.cc
[260/373] Compiling md5.cc
[261/373] Compiling poly_rq_mul.S
[261/373] Compiling fips_shared_support.cc
[263/373] Compiling pem_all.cc
[264/373] Compiling lhash.cc
[265/373] Compiling kyber.cc
[266/373] Compiling scrypt.cc
[267/373] Compiling hrss.cc
[268/373] Compiling ex_data.cc
[269/373] Compiling hpke.cc
[270/373] Compiling p_x25519_asn1.cc
[271/373] Compiling sign.cc
[272/373] Compiling p_x25519.cc
[273/373] Compiling pbkdf.cc
[274/373] Compiling p_rsa.cc
[275/373] Compiling print.cc
[276/373] Compiling p_ed25519.cc
[277/373] Compiling p_ed25519_asn1.cc
[278/373] Compiling p_rsa_asn1.cc
[279/373] Compiling p_hkdf.cc
[280/373] Compiling p_ec_asn1.cc
[280/373] Compiling p_ec.cc
[282/373] Compiling p_dh_asn1.cc
[283/373] Compiling p_dsa_asn1.cc
[284/373] Compiling p_dh.cc
[285/373] Compiling err.cc
[286/373] Compiling evp_ctx.cc
[287/373] Compiling evp.cc
[288/373] Compiling evp_asn1.cc
[289/373] Compiling engine.cc
[290/373] Compiling ecdh_extra.cc
[291/373] Compiling ec_derive.cc
[292/373] Compiling ec_asn1.cc
[293/373] Compiling ecdsa_asn1.cc
[294/373] Compiling hash_to_curve.cc
[295/373] Compiling dsa_asn1.cc
[296/373] Compiling params.cc
[297/373] Compiling dh_asn1.cc
[298/373] Compiling des.cc
[299/373] Compiling spake25519.cc
[300/373] Compiling dsa.cc
[301/373] Compiling digest_extra.cc
[302/373] Compiling x25519-asm-arm.S
[303/373] Compiling bcm.cc
[304/373] Compiling cpu_arm_linux.cc
[305/373] Compiling cpu_intel.cc
[306/373] Compiling crypto.cc
[307/373] Compiling cpu_arm_freebsd.cc
[308/373] Compiling cpu_aarch64_win.cc
[309/373] Compiling curve25519.cc
[310/373] Compiling curve25519_64_adx.cc
[311/373] Compiling cpu_aarch64_openbsd.cc
[312/373] Compiling cpu_aarch64_sysreg.cc
[313/373] Compiling cpu_aarch64_linux.cc
[314/373] Compiling cpu_aarch64_fuchsia.cc
[315/373] Compiling cpu_aarch64_apple.cc
[316/373] Compiling conf.cc
[317/373] Compiling tls_cbc.cc
[318/373] Compiling e_rc2.cc
[319/373] Compiling e_tls.cc
[320/373] Compiling e_rc4.cc
[321/373] Compiling e_null.cc
[322/373] Compiling e_chacha20poly1305.cc
[323/373] Compiling e_des.cc
[324/373] Compiling derive_key.cc
[325/373] Compiling e_aesctrhmac.cc
[326/373] Compiling e_aesgcmsiv.cc
[327/373] Compiling cipher_extra.cc
[328/373] Compiling chacha.cc
[329/373] Compiling unicode.cc
[330/373] Compiling ber.cc
[331/373] Compiling cbs.cc
[332/373] Compiling convert.cc
[333/373] Compiling cbb.cc
[334/373] Compiling buf.cc
[335/373] Compiling asn1_compat.cc
[336/373] Compiling bn_asn1.cc
[337/373] Compiling printf.cc
[338/373] Compiling blake2.cc
[339/373] Compiling pair.cc
[340/373] Compiling base64.cc
[340/373] Compiling hexdump.cc
[340/373] Compiling errno.cc
[343/373] Compiling fd.cc
[343/373] Compiling bio_mem.cc
[343/373] Compiling file.cc
[346/373] Compiling bio.cc
[347/373] Compiling tasn_utl.cc
[348/373] Compiling posix_time.cc
[349/373] Compiling f_string.cc
[350/373] Compiling tasn_typ.cc
[350/373] Compiling tasn_fre.cc
[352/373] Compiling tasn_enc.cc
[352/373] Compiling tasn_new.cc
[354/373] Compiling tasn_dec.cc
[355/373] Compiling f_int.cc
[356/373] Compiling asn1_par.cc
[357/373] Compiling asn_pack.cc
[358/373] Compiling a_utctm.cc
[359/373] Compiling a_type.cc
[360/373] Compiling asn1_lib.cc
[361/373] Compiling a_time.cc
[362/373] Compiling a_strex.cc
[363/373] Compiling a_strnid.cc
[364/373] Compiling a_octet.cc
[365/373] Compiling a_object.cc
[366/373] Compiling a_i2d_fp.cc
[366/373] Compiling a_mbstr.cc
[368/373] Compiling a_dup.cc
[369/373] Compiling a_int.cc
[370/373] Compiling a_d2i_fp.cc
[371/373] Compiling a_gentm.cc
[372/373] Compiling a_bool.cc
[374/381] Compiling CryptoBoringWrapper RandomBytes.swift
[375/381] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[376/381] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[377/381] Emitting module CryptoBoringWrapper
[378/381] Compiling CryptoBoringWrapper EllipticCurve.swift
[379/381] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[380/381] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[381/381] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[383/453] Compiling Crypto HPKE-Ciphersuite.swift
[384/453] Compiling Crypto HPKE-KDF.swift
[385/453] Compiling Crypto HPKE-KexKeyDerivation.swift
[386/453] Compiling Crypto HPKE-LabeledExtract.swift
[387/453] Compiling Crypto HPKE-Utils.swift
[388/453] Compiling Crypto DHKEM.swift
[389/453] Compiling Crypto HPKE-KEM-Curve25519.swift
[390/453] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[391/453] Compiling Crypto HPKE-KEM.swift
[392/453] Compiling Crypto HPKE-Errors.swift
[393/462] Emitting module Crypto
[394/462] Compiling Crypto SymmetricKeys.swift
[395/462] Compiling Crypto HMAC.swift
[396/462] Compiling Crypto MACFunctions.swift
[397/462] Compiling Crypto MessageAuthenticationCode.swift
[398/462] Compiling Crypto AES.swift
[399/462] Compiling Crypto ECDSASignature_boring.swift
[400/462] Compiling Crypto ECDSA_boring.swift
[401/462] Compiling Crypto EdDSA_boring.swift
[402/462] Compiling Crypto ECDSA.swift
[403/462] Compiling Crypto Ed25519.swift
[404/462] Compiling Crypto AES-GCM.swift
[405/462] Compiling Crypto AES-GCM_boring.swift
[406/462] Compiling Crypto ChaChaPoly_boring.swift
[407/462] Compiling Crypto ChaChaPoly.swift
[408/462] Compiling Crypto Cipher.swift
[409/462] Compiling Crypto Nonces.swift
[410/462] Compiling Crypto ASN1.swift
[411/462] Compiling Crypto ASN1Any.swift
[412/462] Compiling Crypto ASN1BitString.swift
[413/462] Compiling Crypto ASN1Boolean.swift
[414/462] Compiling Crypto HKDF.swift
[415/462] Compiling Crypto AESWrap.swift
[416/462] Compiling Crypto AESWrap_boring.swift
[417/462] Compiling Crypto Ed25519_boring.swift
[418/462] Compiling Crypto NISTCurvesKeys_boring.swift
[419/462] Compiling Crypto X25519Keys_boring.swift
[420/462] Compiling Crypto Curve25519.swift
[421/462] Compiling Crypto Ed25519Keys.swift
[422/462] Compiling Crypto NISTCurvesKeys.swift
[423/462] Compiling Crypto X25519Keys.swift
[424/462] Compiling Crypto HPKE.swift
[425/462] Compiling Crypto HPKE-Context.swift
[426/462] Compiling Crypto HPKE-KeySchedule.swift
[427/462] Compiling Crypto HPKE-Modes.swift
[428/462] Compiling Crypto Insecure.swift
[429/462] Compiling Crypto Insecure_HashFunctions.swift
[430/462] Compiling Crypto KEM.swift
[431/462] Compiling Crypto ECDH_boring.swift
[432/462] Compiling Crypto DH.swift
[433/462] Compiling Crypto ECDH.swift
[434/462] Compiling Crypto PKCS8PrivateKey.swift
[435/462] Compiling Crypto SEC1PrivateKey.swift
[436/462] Compiling Crypto SubjectPublicKeyInfo.swift
[437/462] Compiling Crypto CryptoKitErrors.swift
[438/462] Compiling Crypto Digest_boring.swift
[439/462] Compiling Crypto Digest.swift
[440/462] Compiling Crypto Digests.swift
[441/462] Compiling Crypto HashFunctions.swift
[442/462] Compiling Crypto HashFunctions_SHA2.swift
[443/462] Compiling Crypto HPKE-AEAD.swift
[444/462] Compiling Crypto ASN1Identifier.swift
[445/462] Compiling Crypto ASN1Integer.swift
[446/462] Compiling Crypto ASN1Null.swift
[447/462] Compiling Crypto ASN1OctetString.swift
[448/462] Compiling Crypto ASN1Strings.swift
[449/462] Compiling Crypto ArraySliceBigint.swift
[450/462] Compiling Crypto GeneralizedTime.swift
[451/462] Compiling Crypto ObjectIdentifier.swift
[452/462] Compiling Crypto ECDSASignature.swift
[453/462] Compiling Crypto PEMDocument.swift
[454/462] Compiling Crypto Signature.swift
[455/462] Compiling Crypto CryptoKitErrors_boring.swift
[456/462] Compiling Crypto RNG_boring.swift
[457/462] Compiling Crypto SafeCompare_boring.swift
[458/462] Compiling Crypto Zeroization_boring.swift
[459/462] Compiling Crypto PrettyBytes.swift
[460/462] Compiling Crypto SafeCompare.swift
[461/462] Compiling Crypto SecureBytes.swift
[462/462] Compiling Crypto Zeroization.swift
[464/625] Emitting module MachOKit
[465/647] Compiling MachOKit ExportSymbolKind.swift
[466/647] Compiling MachOKit ExportTrieEntry.swift
[467/647] Compiling MachOKit ExportedSymbol.swift
[468/647] Compiling MachOKit FunctionStart.swift
[469/647] Compiling MachOKit IndirectSymbol.swift
[470/647] Compiling MachOKit Rebase.swift
[471/647] Compiling MachOKit RebaseOpcode.swift
[472/647] Compiling MachOKit RebaseOperation.swift
[473/647] Compiling MachOKit RebaseType.swift
[474/647] Compiling MachOKit Relocation.swift
[475/647] Compiling MachOKit RelocationInfo.swift
[476/647] Compiling MachOKit RelocationLength.swift
[477/647] Compiling MachOKit RelocationType.swift
[478/647] Compiling MachOKit ScatteredRelocationInfo.swift
[479/647] Compiling MachOKit StringTableEntry.swift
[480/647] Compiling MachOKit Nlist.swift
[481/647] Compiling MachOKit Stab.swift
[482/647] Compiling MachOKit SymbolDescription.swift
[483/647] Compiling MachOKit SymbolFlags.swift
[484/647] Compiling MachOKit SymbolLibraryOrdinalType.swift
[485/647] Compiling MachOKit SymbolReferenceFlag.swift
[486/647] Compiling MachOKit SymbolType.swift
[487/669] Compiling MachOKit CodeSignCodeDirectory+codeLimit64.swift
[488/669] Compiling MachOKit CodeSignCodeDirectory+executableSegment.swift
[489/669] Compiling MachOKit CodeSignCodeDirectory+runtime.swift
[490/669] Compiling MachOKit CodeSignCodeDirectory+scatter.swift
[491/669] Compiling MachOKit CodeSignCodeDirectory+teamID.swift
[492/669] Compiling MachOKit CodeSignCodeDirectory.swift
[493/669] Compiling MachOKit CodeSignBlobIndex.swift
[494/669] Compiling MachOKit CodeSignExecSegmentFlags.swift
[495/669] Compiling MachOKit CodeSignGenericBlob.swift
[496/669] Compiling MachOKit CodeSignHashType.swift
[497/669] Compiling MachOKit CodeSignMagic.swift
[498/669] Compiling MachOKit CodeSignSlot.swift
[499/669] Compiling MachOKit CodeSignSpecialSlotType.swift
[500/669] Compiling MachOKit CodeSignSuperBlob.swift
[501/669] Compiling MachOKit CFString.swift
[502/669] Compiling MachOKit DataInCodeEntry.swift
[503/669] Compiling MachOKit DependedDylib.swift
[504/669] Compiling MachOKit DyldCacheDynamicData.swift
[505/669] Compiling MachOKit DyldCacheFunctionVariantEntry.swift
[506/669] Compiling MachOKit DyldCacheFunctionVariantInfo.swift
[507/669] Compiling MachOKit DyldCacheImageInfo.swift
[508/669] Compiling MachOKit DyldCacheImageTextInfo.swift
[509/669] Compiling MachOKit DyldCacheLocalSymbolsEntry.swift
[510/669] Compiling MachOKit DyldCache+SubCaches.swift
[511/669] Compiling MachOKit DyldCache+host.swift
[512/669] Compiling MachOKit DyldCache.swift
[513/669] Compiling MachOKit DyldCacheLoaded+SubCaches.swift
[514/669] Compiling MachOKit DyldCacheLoaded+static.swift
[515/669] Compiling MachOKit DyldCacheLoaded.swift
[516/669] Compiling MachOKit Data+.swift
[517/669] Compiling MachOKit FileHandle+.swift
[518/669] Compiling MachOKit FixedWidthInteger+.swift
[519/669] Compiling MachOKit Sequence+.swift
[520/669] Compiling MachOKit String+.swift
[521/669] Compiling MachOKit TrieTreeProtocol+.swift
[522/669] Compiling MachOKit UUID+.swift
[523/669] Compiling MachOKit UnsafePointer+.swift
[524/669] Compiling MachOKit UnsafeRawPointer+.swift
[525/669] Compiling MachOKit _FileIOProtocol+.swift
[526/669] Compiling MachOKit dyld_chained_ptr+.swift
[527/669] Compiling MachOKit FatFile.swift
[528/669] Compiling MachOKit CPU.swift
[529/669] Compiling MachOKit CPUSubType.swift
[530/669] Compiling MachOKit CPUType.swift
[531/669] Compiling MachOKit DyldCacheHeader.swift
[532/669] Compiling MachOKit DyldCacheType.swift
[533/669] Compiling MachOKit Section+Type.swift
[534/669] Compiling MachOKit Section.swift
[535/669] Compiling MachOKit ThreadState.swift
[536/669] Compiling MachOKit ThreadStateFlavor.swift
[537/669] Compiling MachOKit Tool.swift
[538/669] Compiling MachOKit VMProtection.swift
[539/669] Compiling MachOKit Version.swift
[540/669] Compiling MachOKit NoteCommand.swift
[541/669] Compiling MachOKit RpathCommand.swift
[542/669] Compiling MachOKit SegmentCommand+Flags.swift
[543/669] Compiling MachOKit SegmentCommand.swift
[544/669] Compiling MachOKit SourceVersionCommand.swift
[545/669] Compiling MachOKit TargetTripleCommand.swift
[546/669] Compiling MachOKit ThreadCommand.swift
[547/669] Compiling MachOKit UUIDCommand.swift
[548/669] Compiling MachOKit VersionMinCommand.swift
[549/669] Compiling MachOKit MachOFile+BindOperations.swift
[550/669] Compiling MachOKit MachOFile+CodeSign.swift
[551/669] Compiling MachOKit MachOFile+DyldChainedFixups.swift
[552/669] Compiling MachOKit MachOFile+ExportTrie.swift
[553/669] Compiling MachOKit MachOFile+FunctionStarts.swift
[554/669] Compiling MachOKit MachOFile+LoadCommands.swift
[555/669] Compiling MachOKit MachOFile+RebaseOperations.swift
[556/669] Compiling MachOKit FatArch.swift
[557/669] Compiling MachOKit FatHeader.swift
[558/669] Compiling MachOKit FileType.swift
[559/669] Compiling MachOKit MachHeader+Flags+Bit.swift
[560/669] Compiling MachOKit MachHeader+Flags.swift
[561/669] Compiling MachOKit MachHeader.swift
[562/669] Compiling MachOKit Magic.swift
[563/669] Compiling MachOKit BuildVersionCommand.swift
[564/669] Compiling MachOKit DylibCommand.swift
[565/669] Compiling MachOKit DylibUseCommand.swift
[566/669] Compiling MachOKit DylinkerCommand.swift
[567/669] Compiling MachOKit EncryptionInfoCommand.swift
[568/669] Compiling MachOKit EntryPointCommand.swift
[569/669] Compiling MachOKit LinkerOptionCommand.swift
[570/669] Compiling MachOKit LoadCommand.swift
[571/669] Compiling MachOKit LoadCommandInfo.swift
[572/669] Compiling MachOKit LoadCommandType.swift
[573/669] Compiling MachOKit BuildToolVersion.swift
[574/669] Compiling MachOKit Dylib.swift
[575/669] Compiling MachOKit DylibUseFlags.swift
[576/669] Compiling MachOKit Platform.swift
[577/669] Compiling MachOKit Section+Attribute.swift
[578/669] Compiling MachOKit Section+Flags.swift
[579/669] Compiling MachOKit DyldCacheLocalSymbolsInfo.swift
[580/669] Compiling MachOKit DyldCacheMappingAndSlideInfo.swift
[581/669] Compiling MachOKit DyldCacheMappingFlags.swift
[582/669] Compiling MachOKit DyldCacheMappingInfo.swift
[583/669] Compiling MachOKit DyldCachePrewarming.swift
[584/669] Compiling MachOKit DyldCachePrewarmingEntry.swift
[585/669] Compiling MachOKit DyldCacheTproMappingInfo.swift
[586/669] Compiling MachOKit DyldSubCacheEntry.swift
[587/669] Compiling MachOKit DylibIndex.swift
[588/669] Compiling MachOKit DylibsTrieNodeContent.swift
[589/669] Compiling MachOKit LoaderRef.swift
[590/669] Compiling MachOKit ObjCBinaryInfo.swift
[591/669] Compiling MachOKit PrebuiltLoader.swift
[592/669] Compiling MachOKit PrebuiltLoaderProtocol.swift
[593/669] Compiling MachOKit PrebuiltLoaderSet.swift
[594/669] Compiling MachOKit PrebuiltLoader_Pre1165_3.swift
[595/669] Compiling MachOKit SectionLocations.swift
[596/669] Compiling MachOKit ObjCHeaderInfoRO.swift
[597/669] Compiling MachOKit ObjCHeaderInfoRW.swift
[598/669] Compiling MachOKit ObjCHeaderOptimizationRO.swift
[599/669] Compiling MachOKit ObjCHeaderOptimizationRW.swift
[600/669] Compiling MachOKit ObjCImageInfo.swift
[601/669] Compiling MachOKit ObjCOptimization.swift
[602/669] Compiling MachOKit MachOFile+Strings.swift
[603/669] Compiling MachOKit MachOFile+Symbols.swift
[604/669] Compiling MachOKit MachOFile.swift
[605/669] Compiling MachOKit MachOImage+BindOperations.swift
[606/669] Compiling MachOKit MachOImage+CodeSign.swift
[607/669] Compiling MachOKit MachOImage+DyldChainedFixups..swift
[608/669] Compiling MachOKit MachOImage+ExportTrie.swift
[609/669] Compiling MachOKit MachOImage+FunctionStarts.swift
[610/669] Compiling MachOKit MachOImage+LoadCommands.swift
[611/669] Compiling MachOKit MachOImage+RebaseOperations.swift
[612/669] Compiling MachOKit MachOImage+Strings.swift
[613/669] Compiling MachOKit MachOImage+Symbols.swift
[614/669] Compiling MachOKit MachOImage+static.swift
[615/669] Compiling MachOKit MachOImage.swift
[616/669] Compiling MachOKit MachOKit.swift
[617/669] Compiling MachOKit BindOpcode.swift
[618/669] Compiling MachOKit BindOperation.swift
[619/669] Compiling MachOKit BindOperationsKind.swift
[620/669] Compiling MachOKit BindSpecial.swift
[621/669] Compiling MachOKit BindType.swift
[622/669] Compiling MachOKit ClassicBindType.swift
[623/669] Compiling MachOKit BindingSymbol.swift
[624/669] Compiling MachOKit ClassicBindingSymbol.swift
[625/669] Compiling MachOKit OldObjCOptimization.swift
[626/669] Compiling MachOKit ProgramOffset.swift
[627/669] Compiling MachOKit ProgramsTrieNodeContent.swift
[628/669] Compiling MachOKit DyldCacheSlideInfo.swift
[629/669] Compiling MachOKit DyldCacheSlideInfo1.swift
[630/669] Compiling MachOKit DyldCacheSlideInfo2.swift
[631/669] Compiling MachOKit DyldCacheSlideInfo3.swift
[632/669] Compiling MachOKit DyldCacheSlideInfo4.swift
[633/669] Compiling MachOKit DyldCacheSlideInfo5.swift
[634/669] Compiling MachOKit SwiftOptimization.swift
[635/669] Compiling MachOKit DyldChainedFixupPointer.swift
[636/669] Compiling MachOKit DyldChainedFixupPointerContent.swift
[637/669] Compiling MachOKit DyldChainedFixupPointerFormat.swift
[638/669] Compiling MachOKit DyldChainedFixupPointerInfo.swift
[639/669] Compiling MachOKit DyldChainedFixupsHeader.swift
[640/669] Compiling MachOKit DyldChainedImport.swift
[641/669] Compiling MachOKit DyldChainedImportFormat.swift
[642/669] Compiling MachOKit DyldChainedPage.swift
[643/669] Compiling MachOKit DyldChainedStartsInImage.swift
[644/669] Compiling MachOKit DyldChainedStartsInSegment.swift
[645/669] Compiling MachOKit DyldChainedStartsOffsets.swift
[646/669] Compiling MachOKit DyldChainedSymbolsFormat.swift
[647/669] Compiling MachOKit ExportSymbolFlags.swift
[648/669] Compiling MachOKit CodeSignProtocol.swift
[649/669] Compiling MachOKit DyldCacheLocalSymbolsEntryProtocol.swift
[650/669] Compiling MachOKit DyldCacheRepresentable.swift
[651/669] Compiling MachOKit DyldChainedFixupsProtocol.swift
[652/669] Compiling MachOKit DyldChainedImportProtocol.swift
[653/669] Compiling MachOKit LayoutWrapper.swift
[654/669] Compiling MachOKit LoadCommandWrapper.swift
[655/669] Compiling MachOKit LoadCommandsProtocol.swift
[656/669] Compiling MachOKit MachORepresentable.swift
[657/669] Compiling MachOKit StringTable.swift
[658/669] Compiling MachOKit SymbolProtocol.swift
[659/669] Compiling MachOKit BitFlags.swift
[660/669] Compiling MachOKit DataSequence.swift
[661/669] Compiling MachOKit MemorySequence.swift
[662/669] Compiling MachOKit SwiftDemangle.swift
[663/669] Compiling MachOKit DataTrieTree.swift
[664/669] Compiling MachOKit MemoryTrieTree.swift
[665/669] Compiling MachOKit TrieNode.swift
[666/669] Compiling MachOKit TrieNodeContent.swift
[667/669] Compiling MachOKit TrieTreeProtocol.swift
[668/669] Compiling MachOKit exported.swift
[669/669] Compiling MachOKit global.swift
[671/675] Compiling FishHook RebindingsEntry.swift
[672/675] Compiling FishHook Rebinding.swift
[673/675] Emitting module FishHook
[674/675] Compiling FishHook MachOImage+.swift
[675/675] Compiling FishHook FishHook.swift
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:22:13: error: cannot find '_dyld_register_func_for_add_image' in scope
20 |
21 | if rebindingsEntry.count == 1 {
22 | _dyld_register_func_for_add_image { ptr, _ in
| `- error: cannot find '_dyld_register_func_for_add_image' in scope
23 | guard let ptr else { return }
24 | let machO = MachOImage(ptr: ptr)
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:28:28: error: cannot find '_dyld_image_count' in scope
26 | }
27 | } else {
28 | for i in 0 ..< _dyld_image_count() {
| `- error: cannot find '_dyld_image_count' in scope
29 | let machO = MachOImage(ptr: _dyld_get_image_header(i))
30 | _rebind_symbols_for_image(machO: machO)
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:29:45: error: cannot find '_dyld_get_image_header' in scope
27 | } else {
28 | for i in 0 ..< _dyld_image_count() {
29 | let machO = MachOImage(ptr: _dyld_get_image_header(i))
| `- error: cannot find '_dyld_get_image_header' in scope
30 | _rebind_symbols_for_image(machO: machO)
31 | }
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:78:27: error: cannot find 'vm_protect' in scope
76 | rebinding.replaced?.pointee = ptr
77 | }
78 | let err = vm_protect(
| `- error: cannot find 'vm_protect' in scope
79 | mach_task_self_,
80 | numericCast(bindings),
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:79:21: error: cannot find 'mach_task_self_' in scope
77 | }
78 | let err = vm_protect(
79 | mach_task_self_,
| `- error: cannot find 'mach_task_self_' in scope
80 | numericCast(bindings),
81 | numericCast(section.size),
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:80:21: error: generic parameter 'U' could not be inferred
78 | let err = vm_protect(
79 | mach_task_self_,
80 | numericCast(bindings),
| `- error: generic parameter 'U' could not be inferred
81 | numericCast(section.size),
82 | 0,
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:81:21: error: generic parameter 'U' could not be inferred
79 | mach_task_self_,
80 | numericCast(bindings),
81 | numericCast(section.size),
| `- error: generic parameter 'U' could not be inferred
82 | 0,
83 | VM_PROT_READ | VM_PROT_WRITE | VM_PROT_COPY
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-fishhook/Sources/FishHook/FishHook.swift:85:27: error: cannot find 'KERN_SUCCESS' in scope
83 | VM_PROT_READ | VM_PROT_WRITE | VM_PROT_COPY
84 | )
85 | if err == KERN_SUCCESS {
| `- error: cannot find 'KERN_SUCCESS' in scope
86 | bindingsPtr
87 | .advanced(by: indirectSymbolIndex).pointee = rebinding.replacement
BUILD FAILURE 6.0 linux