The Swift Package Index logo.Swift Package Index

Build Information

Failed to build IBLinter, reference master (aa34f5), with Swift 6.3 for Linux on 12 Apr 2026 22:20:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBDecodable/IBLinter.git
Reference: master
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/IBDecodable/IBLinter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at aa34f5b Disable trailing_comma on allRules collection (#183)
Cloned https://github.com/IBDecodable/IBLinter.git
Revision (git rev-parse @):
aa34f5b758d2f95fae17b77e10668697cd3f5e19
SUCCESS checkout https://github.com/IBDecodable/IBLinter.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/IBDecodable/IBLinter.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/phimage/XcodeProjKit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/IBDecodable/IBDecodable.git
[1/445] Fetching xcodeprojkit
[446/3321] Fetching xcodeprojkit, ibdecodable
[3322/20844] Fetching xcodeprojkit, ibdecodable, swift-argument-parser
[3323/37044] Fetching xcodeprojkit, ibdecodable, swift-argument-parser, sourcekitten
Fetched https://github.com/IBDecodable/IBDecodable.git from cache (0.43s)
[1956/34168] Fetching xcodeprojkit, swift-argument-parser, sourcekitten
[1957/51499] Fetching xcodeprojkit, swift-argument-parser, sourcekitten, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
[20458/33976] Fetching xcodeprojkit, sourcekitten, swift-crypto
Fetched https://github.com/phimage/XcodeProjKit.git from cache (2.30s)
[29719/33531] Fetching sourcekitten, swift-crypto
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.32s)
[13692/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.34s)
Computing version for https://github.com/phimage/XcodeProjKit.git
Computed https://github.com/phimage/XcodeProjKit.git at 2.3.0 (6.11s)
Computing version for https://github.com/IBDecodable/IBDecodable.git
Computed https://github.com/IBDecodable/IBDecodable.git at 0.6.1 (2.54s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2858] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.34s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.46s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.3 (0.47s)
Fetching https://github.com/jpsim/Yams.git
[1/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.61s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (2.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.48s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/phimage/XcodeProjKit.git
Working copy of https://github.com/phimage/XcodeProjKit.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/IBDecodable/IBDecodable.git
Working copy of https://github.com/IBDecodable/IBDecodable.git resolved at 0.6.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/446] Write sources
[6/446] Write swift-version-24593BA9C3E375BF.txt
[7/446] Write sources
[10/446] Compiling api.c
[11/446] Compiling SourceKit SourceKit.c
[12/446] Write sources
[13/446] Compiling emitter.c
[14/446] Write sources
[16/446] Compiling Clang_C Clang_C.c
[17/458] Compiling v3_skey.c
[18/511] Compiling writer.c
[19/511] Compiling v3_prn.c
[20/511] Compiling v3_utl.c
[21/511] Compiling v3_purp.c
[22/511] Compiling reader.c
[23/511] Compiling CCryptoBoringSSLShims shims.c
[24/511] Compiling parser.c
[25/511] Compiling v3_pcons.c
[26/511] Compiling scanner.c
[27/511] Compiling v3_pcia.c
[28/511] Compiling v3_pmaps.c
[29/511] Compiling v3_pci.c
[30/512] Compiling v3_ocsp.c
[31/512] Compiling v3_lib.c
[32/512] Compiling v3_ncons.c
[33/512] Compiling v3_int.c
[34/512] Compiling v3_ia5.c
[35/512] Compiling v3_info.c
[36/531] Compiling v3_extku.c
[37/531] Compiling v3_genn.c
[38/531] Compiling v3_crld.c
[39/531] Compiling v3_enum.c
[40/531] Compiling v3_cpols.c
[41/531] Compiling v3_bcons.c
[42/531] Compiling v3_conf.c
[43/531] Compiling v3_bitst.c
[44/531] Compiling v3_akeya.c
[45/531] Compiling v3_alt.c
[46/531] Compiling v3_akey.c
[47/531] Compiling pcy_node.c
[48/531] Compiling pcy_tree.c
[49/531] Compiling pcy_lib.c
[50/531] Compiling pcy_map.c
[51/531] Compiling pcy_cache.c
[52/531] Compiling x_x509a.c
[53/531] Compiling pcy_data.c
[54/531] Compiling x_spki.c
[55/531] Compiling x_x509.c
[56/531] Compiling x_val.c
[57/531] Compiling x_sig.c
[58/531] Compiling x_pubkey.c
[59/531] Compiling x_req.c
[60/531] Compiling x_pkey.c
[61/531] Compiling x_name.c
[62/531] Compiling x_exten.c
[63/531] Compiling x_info.c
[64/531] Compiling x_attrib.c
[65/531] Compiling x_all.c
[66/531] Compiling x_crl.c
[67/531] Compiling x509spki.c
[68/531] Compiling x_algor.c
[69/531] Compiling x509name.c
[70/531] Compiling x509cset.c
[71/531] Compiling x509rset.c
[72/531] Compiling x509_vpm.c
[73/531] Compiling x509_v3.c
[74/531] Compiling x509_txt.c
[75/531] Compiling x509_trs.c
[76/531] Compiling x509_set.c
[77/531] Compiling x509_vfy.c
[79/531] Emitting module SWXMLHash
[79/534] Compiling x509_obj.c
[80/534] Compiling x509_req.c
[81/534] Compiling x509_lu.c
[82/534] Compiling x509_ext.c
[83/534] Compiling x509_def.c
[84/534] Compiling x509_d2.c
[86/534] Emitting module XcodeProjKit
[86/539] Compiling t_x509a.c
[87/539] Compiling x509.c
[88/539] Compiling x509_att.c
[89/539] Compiling x509_cmp.c
[90/539] Compiling t_x509.c
[91/539] Compiling i2d_pr.c
[92/539] Compiling rsa_pss.c
[93/539] Compiling t_req.c
[94/539] Compiling t_crl.c
[95/539] Compiling by_file.c
[96/539] Compiling by_dir.c
[97/539] Compiling algorithm.c
[98/539] Compiling a_verify.c
[99/539] Compiling asn1_gen.c
[100/539] Compiling a_strex.c
[101/539] Compiling voprf.c
[103/539] Emitting module Yams
[103/541] Compiling trust_token.c
[104/541] Compiling a_digest.c
[105/541] Compiling a_sign.c
[106/541] Compiling thread_win.c
[107/541] Compiling thread_none.c
[108/541] Compiling thread.c
[109/541] Compiling pmbtoken.c
[110/541] Compiling siphash.c
[111/541] Compiling thread_pthread.c
[112/541] Compiling stack.c
[113/541] Compiling rsa_print.c
[114/541] Compiling rsa_asn1.c
[115/541] Compiling rc4.c
[116/541] Compiling windows.c
[117/541] Compiling refcount_lock.c
[118/541] Compiling refcount_c11.c
[119/541] Compiling rand_extra.c
[119/541] Compiling passive.c
[121/541] Compiling fuchsia.c
[122/541] Compiling forkunsafe.c
[123/541] Compiling deterministic.c
[124/541] Compiling poly1305_arm_asm.S
[125/541] Compiling pool.c
[126/541] Compiling poly1305.c
[127/541] Compiling poly1305_arm.c
[128/541] Compiling poly1305_vec.c
[129/541] Compiling pkcs7_x509.c
[130/541] Compiling pkcs7.c
[131/541] Compiling p5_pbev2.c
[132/541] Compiling pem_xaux.c
[133/541] Compiling pkcs8_x509.c
[134/541] Compiling pkcs8.c
[135/541] Compiling pem_pkey.c
[136/541] Compiling pem_x509.c
[137/541] Compiling pem_pk8.c
[138/541] Compiling pem_oth.c
[139/541] Compiling pem_info.c
[140/541] Compiling pem_lib.c
[141/541] Compiling obj_xref.c
[142/541] Compiling mem.c
[143/541] Compiling lhash.c
[144/541] Compiling obj.c
[145/541] Compiling pem_all.c
[146/541] Compiling hpke.c
[147/541] Compiling poly_rq_mul.S
[148/541] Compiling hkdf.c
[149/541] Compiling hrss.c
[150/541] Compiling x86_64-mont.mac.x86_64.S
[151/541] Compiling x86-mont.windows.x86.S
[152/541] Compiling x86_64-mont.linux.x86_64.S
[153/541] Compiling x86_64-mont5.linux.x86_64.S
[154/541] Compiling x86_64-mont5.mac.x86_64.S
[155/541] Compiling vpaes-x86_64.mac.x86_64.S
[156/541] Compiling x86-mont.linux.x86.S
[157/541] Compiling vpaes-x86.windows.x86.S
[158/541] Compiling vpaes-x86_64.linux.x86_64.S
[159/541] Compiling vpaes-x86.linux.x86.S
[160/541] Compiling vpaes-armv8.linux.aarch64.S
[161/541] Compiling vpaes-armv8.ios.aarch64.S
[162/541] Compiling vpaes-armv7.linux.arm.S
[163/541] Compiling vpaes-armv7.ios.arm.S
[164/541] Compiling sha512-x86_64.mac.x86_64.S
[165/541] Compiling sha512-armv8.linux.aarch64.S
[166/541] Compiling kdf.c
[167/541] Compiling sha512-x86_64.linux.x86_64.S
[168/541] Compiling sha512-armv4.linux.arm.S
[169/541] Compiling sha512-armv8.ios.aarch64.S
[170/541] Compiling sha512-586.windows.x86.S
[171/541] Compiling sha512-armv4.ios.arm.S
[172/541] Compiling sha512-586.linux.x86.S
[173/541] Compiling sha256-x86_64.mac.x86_64.S
[174/541] Compiling sha256-armv8.linux.aarch64.S
[175/541] Compiling sha256-armv8.ios.aarch64.S
[176/541] Compiling sha256-x86_64.linux.x86_64.S
[177/541] Compiling sha256-armv4.linux.arm.S
[178/541] Compiling sha256-armv4.ios.arm.S
[179/541] Compiling sha256-586.windows.x86.S
[180/541] Compiling sha256-586.linux.x86.S
[181/541] Compiling sha1-x86_64.mac.x86_64.S
[182/541] Compiling sha1-armv8.linux.aarch64.S
[183/541] Compiling sha1-armv4-large.linux.arm.S
[184/541] Compiling sha1-x86_64.linux.x86_64.S
[185/541] Compiling sha1-armv8.ios.aarch64.S
[186/541] Compiling sha1-armv4-large.ios.arm.S
[187/541] Compiling sha1-586.linux.x86.S
[188/541] Compiling sha1-586.windows.x86.S
[189/541] Compiling sha512.c
[190/541] Compiling sha256.c
[191/541] Compiling sha1-altivec.c
[192/541] Compiling sha1.c
[193/541] Compiling self_check.c
[194/541] Compiling rsaz-avx2.mac.x86_64.S
[195/541] Compiling rsaz-avx2.linux.x86_64.S
[196/541] Compiling rsa.c
[197/541] Compiling rdrand-x86_64.mac.x86_64.S
[198/541] Compiling blinding.c
[199/541] Compiling padding.c
[200/541] Compiling rdrand-x86_64.linux.x86_64.S
[201/541] Compiling rsa_impl.c
[202/541] Compiling rand.c
[203/541] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[204/541] Compiling ctrdrbg.c
[205/541] Compiling fork_detect.c
[206/541] Compiling urandom.c
[207/541] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[208/541] Compiling p256-x86_64-asm.mac.x86_64.S
[209/541] Compiling p256-x86_64-asm.linux.x86_64.S
[210/541] Compiling polyval.c
[211/541] Compiling gcm_nohw.c
[212/541] Compiling ofb.c
[213/541] Compiling cfb.c
[214/541] Compiling cbc.c
[215/541] Compiling gcm.c
[216/541] Compiling ctr.c
[218/541] Compiling Yams Mark.swift
[219/541] Compiling Yams Node.Alias.swift
[220/541] Compiling Yams Node.Mapping.swift
[221/541] Compiling Yams Tag.swift
[222/541] Compiling Yams YamlAnchorProviding.swift
[222/541] Compiling md5-x86_64.mac.x86_64.S
[223/541] Compiling md5.c
[224/541] Compiling md5-586.windows.x86.S
[225/541] Compiling md5-x86_64.linux.x86_64.S
[226/541] Compiling md5-586.linux.x86.S
[227/541] Compiling ghashv8-armx64.linux.aarch64.S
[228/541] Compiling ghashv8-armx64.ios.aarch64.S
[229/541] Compiling is_fips.c
[230/541] Compiling ghashv8-armx32.linux.arm.S
[231/541] Compiling ghashv8-armx32.ios.arm.S
[232/541] Compiling md4.c
[233/541] Compiling ghash-x86_64.mac.x86_64.S
[234/541] Compiling hmac.c
[235/541] Compiling ghash-x86_64.linux.x86_64.S
[236/541] Compiling ghash-x86.linux.x86.S
[237/541] Compiling ghash-x86.windows.x86.S
[238/541] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[239/541] Compiling ghash-ssse3-x86.windows.x86.S
[240/541] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[241/541] Compiling ghash-neon-armv8.linux.aarch64.S
[242/541] Compiling ghash-ssse3-x86.linux.x86.S
[243/541] Compiling ghash-neon-armv8.ios.aarch64.S
[244/541] Compiling fips_shared_support.c
[245/541] Compiling ghash-armv4.linux.arm.S
[246/541] Compiling ghash-armv4.ios.arm.S
[247/541] Compiling util.c
[248/541] Compiling ecdh.c
[249/541] Compiling ecdsa.c
[250/541] Compiling simple.c
[251/541] Compiling wnaf.c
[252/541] Compiling simple_mul.c
[253/541] Compiling scalar.c
[254/541] Compiling oct.c
[255/541] Compiling p224-64.c
[256/541] Compiling p256.c
[257/541] Compiling felem.c
[258/541] Compiling ec_montgomery.c
[258/541] Compiling ec_key.c
[260/541] Compiling digests.c
[261/541] Compiling dh.c
[262/541] Compiling digest.c
[263/541] Compiling check.c
[264/541] Compiling ec.c
[265/541] Compiling co-586.linux.x86.S
[266/541] Compiling co-586.windows.x86.S
[267/541] Compiling des.c
[268/541] Compiling e_des.c
[269/541] Compiling aead.c
[270/541] Compiling cipher.c
[271/541] Compiling bsaes-armv7.ios.arm.S
[272/541] Compiling bsaes-armv7.linux.arm.S
[273/541] Compiling p256-x86_64.c
[274/541] Compiling sqrt.c
[275/541] Compiling e_aes.c
[276/541] Compiling shift.c
[277/541] Compiling rsaz_exp.c
[278/541] Compiling mul.c
[279/541] Compiling montgomery_inv.c
[280/541] Compiling prime.c
[281/541] Compiling random.c
[282/541] Compiling montgomery.c
[283/541] Compiling gcd_extra.c
[284/541] Compiling generic.c
[285/541] Compiling jacobi.c
[286/541] Compiling gcd.c
[287/541] Compiling exponentiation.c
[288/541] Compiling ctx.c
[289/541] Compiling div_extra.c
[290/541] Compiling div.c
[291/541] Compiling cmp.c
[292/541] Compiling bytes.c
[293/541] Compiling bn-586.windows.x86.S
[294/541] Compiling bn-586.linux.x86.S
[295/541] Compiling add.c
[296/541] Compiling bn.c
[297/541] Compiling armv8-mont.linux.aarch64.S
[298/541] Compiling armv4-mont.ios.arm.S
[299/541] Compiling armv4-mont.linux.arm.S
[300/541] Compiling armv8-mont.ios.aarch64.S
[301/541] Compiling x86_64-gcc.c
[302/541] Compiling aesv8-armx64.linux.aarch64.S
[303/541] Compiling aesv8-armx64.ios.aarch64.S
[304/541] Compiling aesni-x86_64.mac.x86_64.S
[305/541] Compiling aesv8-armx32.ios.arm.S
[306/541] Compiling aesv8-armx32.linux.arm.S
[307/541] Compiling aesni-x86_64.linux.x86_64.S
[308/541] Compiling aesni-gcm-x86_64.mac.x86_64.S
[309/541] Compiling aesni-x86.linux.x86.S
[310/541] Compiling aesni-x86.windows.x86.S
[311/541] Compiling aesni-gcm-x86_64.linux.x86_64.S
[312/541] Compiling mode_wrappers.c
[313/541] Compiling key_wrap.c
[314/541] Compiling aes.c
[315/541] Compiling ex_data.c
[316/541] Compiling sign.c
[317/541] Compiling aes_nohw.c
[318/541] Compiling print.c
[319/541] Compiling scrypt.c
[321/541] Compiling Yams Resolver.swift
[322/541] Compiling Yams String+Yams.swift
[325/541] Compiling Yams Parser.swift
[326/541] Compiling Yams RedundancyAliasingStrategy.swift
[329/541] Compiling Yams YamlError.swift
[330/541] Compiling Yams YamlTagProviding.swift
[331/541] Compiling Yams Node.Scalar.swift
[332/541] Compiling Yams Node.Sequence.swift
[333/541] Compiling Yams Node.swift
[337/541] Compiling Yams Representer.swift
[340/541] Compiling SWXMLHash TextElement.swift
[341/541] Compiling SWXMLHash XMLAttribute.swift
[342/541] Compiling SWXMLHash XMLHashOptions.swift
[342/541] Compiling pbkdf.c
[344/541] Compiling Yams AliasDereferencingStrategy.swift
[345/541] Compiling Yams Anchor.swift
[346/541] Compiling Yams Constructor.swift
[347/541] Compiling Yams Decoder.swift
[355/541] Compiling SWXMLHash XMLIndexer.swift
[356/541] Compiling SWXMLHash shim.swift
[361/541] Compiling Yams Emitter.swift
[362/541] Compiling Yams Encoder.swift
[370/541] Compiling XcodeProjKit XCVersionGroup.swift
[371/541] Compiling XcodeProjKit XcodeProj+FilePath.swift
[372/541] Compiling XcodeProjKit XcodeProj+Serialization.swift
[373/541] Compiling XcodeProjKit XcodeProj.swift
[374/541] Compiling XcodeProjKit XcodeProjError.swift
[384/541] Compiling XcodeProjKit URL+XcodeProjKit.swift
[385/541] Compiling XcodeProjKit XCBuildConfiguration.swift
[386/541] Compiling XcodeProjKit XCConfigurationList.swift
[387/541] Compiling XcodeProjKit XCRemoteSwiftPackageReference.swift
[388/541] Compiling XcodeProjKit XCSwiftPackageProductDependency.swift
[392/541] Compiling XcodeProjKit PathType.swift
[393/541] Compiling XcodeProjKit Sequence+XcodeProjKit.swift
[394/541] Compiling XcodeProjKit SourceTree.swift
[395/541] Compiling XcodeProjKit SourceTreeFolder.swift
[396/541] Compiling XcodeProjKit String+XcodeProjKit.swift
[399/541] Compiling XcodeProjKit PBXProject.swift
[400/541] Compiling XcodeProjKit PBXProjectItem.swift
[401/541] Compiling XcodeProjKit PBXReference.swift
[402/541] Compiling XcodeProjKit PBXReferenceProxy.swift
[402/542] Compiling p_x25519.c
[403/542] Compiling p_rsa.c
[403/542] Compiling p_rsa_asn1.c
[405/543] Compiling p_x25519_asn1.c
[414/544] Compiling p_ed25519_asn1.c
[415/544] Compiling p_ed25519.c
[417/544] Compiling p_ec_asn1.c
[418/544] Compiling p_dsa_asn1.c
[419/544] Compiling p_ec.c
[420/544] Compiling digestsign.c
[421/544] Compiling evp.c
[422/544] Compiling evp_ctx.c
[423/544] Compiling evp_asn1.c
[424/544] Compiling err_data.c
[425/544] Wrapping AST for SWXMLHash for debugging
[426/544] Wrapping AST for Yams for debugging
[427/544] Wrapping AST for XcodeProjKit for debugging
[428/545] Compiling err.c
[429/545] Compiling engine.c
[430/546] Compiling ecdh_extra.c
[431/546] Compiling hash_to_curve.c
[432/546] Compiling ecdsa_asn1.c
[432/546] Compiling ec_derive.c
[434/546] Compiling dsa_asn1.c
[435/546] Compiling dh_asn1.c
[436/546] Compiling ec_asn1.c
[437/546] Compiling params.c
[438/546] Compiling digest_extra.c
[439/546] Compiling dsa.c
[440/546] Compiling cpu-ppc64le.c
[441/546] Compiling spake25519.c
[442/546] Compiling cpu-intel.c
[443/546] Compiling cpu-arm.c
[443/546] Compiling cpu-arm-linux.c
[444/546] Compiling crypto.c
[446/546] Compiling x25519-asm-arm.S
[447/546] Compiling cpu-aarch64-linux.c
[448/546] Compiling cpu-aarch64-win.c
[449/546] Compiling cpu-aarch64-fuchsia.c
[450/546] Compiling cmac.c
[451/546] Compiling tls_cbc.c
[452/546] Compiling e_null.c
[453/546] Compiling conf.c
[454/546] Compiling curve25519.c
[455/546] Compiling e_chacha20poly1305.c
[456/546] Compiling e_tls.c
[457/546] Compiling e_rc4.c
[458/546] Compiling e_aesctrhmac.c
[459/546] Compiling e_rc2.c
[459/546] Compiling e_aesgcmsiv.c
[459/546] Compiling e_aesccm.c
[462/546] Compiling derive_key.c
[463/546] Compiling chacha.c
[464/546] Compiling cipher_extra.c
[465/546] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[466/546] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[467/546] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[468/546] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[469/546] Compiling chacha-x86.linux.x86.S
[469/546] Compiling chacha-armv8.linux.aarch64.S
[469/546] Compiling chacha-x86_64.mac.x86_64.S
[472/546] Compiling chacha-x86.windows.x86.S
[473/546] Compiling chacha-x86_64.linux.x86_64.S
[474/546] Compiling chacha-armv8.ios.aarch64.S
[475/546] Compiling chacha-armv4.linux.arm.S
[476/546] Compiling cbs.c
[477/546] Compiling cbb.c
[478/546] Compiling unicode.c
[479/546] Compiling chacha-armv4.ios.arm.S
[480/546] Compiling ber.c
[481/546] Compiling buf.c
[482/546] Compiling bn_asn1.c
[483/546] Compiling asn1_compat.c
[483/546] Compiling blake2.c
[485/557] Compiling convert.c
[487/563] Emitting module SourceKittenFramework
[487/582] Compiling socket_helper.c
[488/611] Compiling pair.c
[489/613] Compiling socket.c
[490/629] Compiling file.c
[491/650] Compiling printf.c
[493/659] Compiling SourceKittenFramework ByteCount.swift
[494/659] Compiling SourceKittenFramework ByteRange.swift
[495/659] Compiling SourceKittenFramework Clang+SourceKitten.swift
[496/659] Compiling SourceKittenFramework ClangTranslationUnit.swift
[497/659] Compiling SourceKittenFramework CodeCompletionItem.swift
[498/659] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[498/671] Compiling hexdump.c
[499/671] Compiling bio_mem.c
[500/671] Compiling fd.c
[501/671] Compiling base64.c
[502/671] Compiling time_support.c
[503/671] Compiling connect.c
[504/671] Compiling tasn_typ.c
[505/671] Compiling tasn_utl.c
[506/671] Compiling bio.c
[507/671] Compiling tasn_new.c
[508/671] Compiling tasn_enc.c
[509/671] Compiling f_string.c
[510/671] Compiling f_int.c
[511/671] Compiling tasn_fre.c
[512/671] Compiling tasn_dec.c
[513/671] Compiling asn_pack.c
[514/671] Compiling f_enum.c
[515/671] Compiling asn1_par.c
[516/671] Compiling a_utctm.c
[517/671] Compiling a_utf8.c
[518/671] Compiling asn1_lib.c
[519/671] Compiling a_time.c
[520/671] Compiling a_type.c
[522/671] Compiling SourceKittenFramework SyntaxToken.swift
[523/671] Compiling SourceKittenFramework Text.swift
[524/671] Compiling SourceKittenFramework UID.swift
[525/671] Compiling SourceKittenFramework UIDRepresentable.swift
[526/671] Compiling SourceKittenFramework UncheckedSendable.swift
[527/671] Compiling SourceKittenFramework Version.swift
[527/671] Compiling a_print.c
[528/671] Compiling a_strnid.c
[529/671] Compiling a_mbstr.c
[530/671] Compiling a_octet.c
[532/671] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[533/671] Compiling SourceKittenFramework SwiftDocKey.swift
[534/671] Compiling SourceKittenFramework SwiftDocs.swift
[535/671] Compiling SourceKittenFramework SwiftVersion.swift
[536/671] Compiling SourceKittenFramework SyntaxKind.swift
[537/671] Compiling SourceKittenFramework SyntaxMap.swift
[537/671] Compiling a_int.c
[538/671] Compiling a_object.c
[539/671] Compiling a_i2d_fp.c
[540/671] Compiling a_gentm.c
[540/671] Compiling a_dup.c
[542/671] Write sources
[544/671] Compiling a_d2i_fp.c
[544/671] Compiling a_enum.c
[546/671] Compiling a_bitstr.c
[547/671] Compiling a_bool.c
[549/727] Emitting module ArgumentParserToolInfo
[550/727] Compiling Crypto X25519Keys_boring.swift
[551/727] Compiling Crypto Curve25519.swift
[552/727] Compiling Crypto Ed25519.swift
[553/727] Compiling Crypto NISTCurvesKeys.swift
[554/727] Compiling Crypto X25519Keys.swift
[555/727] Compiling Crypto Insecure.swift
[556/727] Compiling Crypto Insecure_HashFunctions.swift
[557/727] Compiling Crypto ECDH_boring.swift
[558/727] Compiling Crypto DH.swift
[559/727] Compiling Crypto ECDH.swift
[560/727] Compiling Crypto HKDF.swift
[561/727] Compiling Crypto Ed25519_boring.swift
[562/727] Compiling Crypto EllipticCurvePoint_boring.swift
[563/727] Compiling Crypto SEC1PrivateKey.swift
[564/727] Compiling Crypto SubjectPublicKeyInfo.swift
[565/727] Compiling Crypto CryptoKitErrors.swift
[566/727] Compiling Crypto Digest_boring.swift
[567/727] Compiling Crypto Digest.swift
[568/727] Compiling ArgumentParserToolInfo ToolInfo.swift
[570/728] Compiling Crypto Signature.swift
[571/728] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[572/728] Compiling Crypto CryptoKitErrors_boring.swift
[573/728] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[574/728] Compiling Crypto SymmetricKeys.swift
[575/728] Compiling Crypto HMAC.swift
[576/728] Compiling Crypto Digests.swift
[577/728] Compiling Crypto HashFunctions.swift
[578/728] Compiling Crypto HashFunctions_SHA2.swift
[579/728] Compiling Crypto EdDSA_boring.swift
[580/728] Compiling Crypto ECDSA.swift
[581/728] Compiling Crypto EdDSA.swift
[581/728] Wrapping AST for ArgumentParserToolInfo for debugging
[583/775] Wrapping AST for SourceKittenFramework for debugging
[585/775] Compiling ArgumentParser ParentCommand.swift
[586/775] Compiling ArgumentParser AsyncParsableCommand.swift
[587/775] Compiling ArgumentParser CommandConfiguration.swift
[588/775] Compiling ArgumentParser CommandGroup.swift
[589/775] Compiling ArgumentParser EnumerableFlag.swift
[590/775] Compiling ArgumentParser ExpressibleByArgument.swift
[591/775] Compiling ArgumentParser ParsableArguments.swift
[592/775] Compiling ArgumentParser BashCompletionsGenerator.swift
[593/775] Compiling ArgumentParser CompletionsGenerator.swift
[594/775] Compiling ArgumentParser FishCompletionsGenerator.swift
[595/775] Compiling ArgumentParser ZshCompletionsGenerator.swift
[596/786] Compiling ArgumentParser Name.swift
[597/786] Compiling ArgumentParser Parsed.swift
[598/786] Compiling ArgumentParser ParsedValues.swift
[599/786] Compiling ArgumentParser ParserError.swift
[600/786] Compiling ArgumentParser SplitArguments.swift
[601/786] Compiling ArgumentParser ParsableCommand.swift
[602/786] Compiling ArgumentParser ArgumentDecoder.swift
[603/786] Compiling ArgumentParser ArgumentDefinition.swift
[604/786] Compiling ArgumentParser ArgumentSet.swift
[605/786] Compiling ArgumentParser CommandParser.swift
[606/786] Compiling ArgumentParser InputKey.swift
[607/786] Compiling ArgumentParser Argument.swift
[608/786] Compiling ArgumentParser ArgumentDiscussion.swift
[609/786] Compiling ArgumentParser ArgumentHelp.swift
[610/786] Compiling ArgumentParser ArgumentVisibility.swift
[611/786] Compiling ArgumentParser CompletionKind.swift
[612/786] Compiling ArgumentParser Errors.swift
[613/786] Compiling ArgumentParser Flag.swift
[614/786] Compiling ArgumentParser NameSpecification.swift
[615/786] Compiling ArgumentParser Option.swift
[616/786] Compiling ArgumentParser OptionGroup.swift
[617/786] Compiling ArgumentParser InputOrigin.swift
[618/786] Emitting module Crypto
[619/793] Emitting module IBDecodable
[629/793] Compiling Crypto MACFunctions.swift
[630/793] Compiling Crypto MessageAuthenticationCode.swift
[631/793] Compiling Crypto AES.swift
[632/793] Compiling Crypto ECDSASignature_boring.swift
[633/793] Compiling Crypto ECDSA_boring.swift
[634/793] Compiling ArgumentParser Foundation.swift
[635/793] Compiling ArgumentParser Mutex.swift
[636/793] Compiling ArgumentParser Platform.swift
[637/793] Compiling ArgumentParser SequenceExtensions.swift
[638/793] Compiling ArgumentParser StringExtensions.swift
[639/793] Compiling ArgumentParser SwiftExtensions.swift
[665/793] Compiling ArgumentParser DumpHelpGenerator.swift
[666/793] Compiling ArgumentParser HelpCommand.swift
[667/793] Compiling ArgumentParser HelpGenerator.swift
[668/793] Compiling ArgumentParser MessageInfo.swift
[669/793] Compiling ArgumentParser UsageGenerator.swift
[670/793] Compiling ArgumentParser CollectionExtensions.swift
[693/793] Emitting module ArgumentParser
[710/793] Compiling Crypto RNG_boring.swift
[711/793] Compiling Crypto SafeCompare_boring.swift
[726/793] Compiling Crypto Zeroization_boring.swift
[727/793] Compiling Crypto PrettyBytes.swift
[728/793] Compiling Crypto SafeCompare.swift
[729/793] Compiling Crypto SecureBytes.swift
[730/793] Compiling Crypto Zeroization.swift
[738/800] Compiling IBDecodable ControlProtocol.swift
[739/800] Compiling IBDecodable DatePicker.swift
[740/800] Compiling IBDecodable PageControl.swift
[741/800] Compiling IBDecodable SegmentedControl.swift
[742/800] Compiling IBDecodable Slider.swift
[743/800] Compiling IBDecodable Stepper.swift
[744/800] Compiling IBDecodable Switch.swift
[745/800] Compiling IBDecodable TextField.swift
[746/800] Compiling IBDecodable TextView.swift
[747/800] Compiling IBDecodable ARSCNView.swift
[748/800] Compiling IBDecodable ARSKView.swift
[759/800] Wrapping AST for Crypto for debugging
[766/800] Compiling IBDecodable WKWebView.swift
[767/800] Compiling IBDecodable ImageView.swift
[768/800] Compiling IBDecodable Label.swift
[769/800] Compiling IBDecodable Picker.swift
[770/800] Compiling IBDecodable ProgressView.swift
[771/800] Compiling IBDecodable CollectionView.swift
[772/800] Compiling ArgumentParser Tree.swift
[773/800] Compiling ArgumentParser CodingKeyValidator.swift
[774/800] Compiling ArgumentParser NonsenseFlagsValidator.swift
[775/800] Compiling ArgumentParser ParsableArgumentsValidation.swift
[776/800] Compiling ArgumentParser PositionalArgumentsValidator.swift
[777/800] Compiling ArgumentParser UniqueNamesValidator.swift
[778/801] Compiling IBDecodable ScrollView.swift
[779/801] Compiling IBDecodable TableView.swift
[780/801] Compiling IBDecodable StackView.swift
[781/801] Compiling IBDecodable View.swift
[782/801] Compiling IBDecodable VisualEffectView.swift
[783/801] Compiling IBDecodable InterfaceBuilderParser.swift
[784/801] Compiling IBDecodable MapXMLIndexerContainer.swift
[785/801] Compiling IBDecodable MappedCodingKey.swift
[786/801] Compiling IBDecodable XMLDecodable.swift
[787/801] Compiling IBDecodable XMLIndexer.swift
[788/801] Compiling IBDecodable XMLIndexerContainer.swift
[790/802] Wrapping AST for ArgumentParser for debugging
[791/802] Wrapping AST for IBDecodable for debugging
[793/841] Compiling IBLinterKit ImageResourcesRule.swift
[794/841] Compiling IBLinterKit MisplacedViewRule.swift
[795/841] Compiling IBLinterKit RelativeToMarginRule.swift
[796/841] Compiling IBLinterKit ReuseIdentifierRule.swift
[797/841] Compiling IBLinterKit StackViewBackgroundColorRule.swift
[798/841] Compiling IBLinterKit EmojiReporter.swift
[799/841] Compiling IBLinterKit GitLabJUnitReporter.swift
[800/841] Compiling IBLinterKit JSONReporter.swift
[801/841] Compiling IBLinterKit Reporter.swift
[802/841] Compiling IBLinterKit XcodeReporter.swift
[803/841] Compiling IBLinterKit Rule.swift
[804/841] Emitting module IBLinterKit
[805/841] Compiling IBLinterKit Config.swift
[806/841] Compiling IBLinterKit CustomModuleConfig.swift
[807/841] Compiling IBLinterKit HidesBottomBarConfig.swift
[808/841] Compiling IBLinterKit UseBaseClassConfig.swift
[809/841] Compiling IBLinterKit UseTraitCollectionsConfig.swift
[810/841] Compiling IBLinterKit ViewAsDeviceConfig.swift
[811/841] Compiling IBLinterKit DuplicateIDRule.swift
[812/841] Compiling IBLinterKit ForceToEnableAutoLayoutRule.swift
[813/841] Compiling IBLinterKit HasInitialViewControllerRule.swift
[814/841] Compiling IBLinterKit HasSingleViewControllerRule.swift
[815/841] Compiling IBLinterKit HidesBottomBarRule.swift
[816/841] Compiling IBLinterKit StoryboardControllerId.swift
[817/841] Compiling IBLinterKit UseBaseClassRule.swift
[818/841] Compiling IBLinterKit UseTraitCollections.swift
[819/841] Compiling IBLinterKit ViewAsDeviceRule.swift
[820/841] Compiling IBLinterKit Glob.swift
[821/841] Compiling IBLinterKit AmbiguousViewRule.swift
[822/841] Compiling IBLinterKit ColorResourcesRule.swift
[823/841] Compiling IBLinterKit CustomClassNameRule.swift
[824/841] Compiling IBLinterKit CustomModuleRule.swift
[825/841] Compiling IBLinterKit DuplicateConstraintRule.swift
[826/841] Compiling IBLinterKit Context.swift
[827/841] Compiling IBLinterKit AssetsCatalog.swift
[828/841] Compiling IBLinterKit String+md5.swift
[829/841] Compiling IBLinterKit String+xml.swift
[830/841] Compiling IBLinterKit CheckstyleReporter.swift
[831/841] Compiling IBLinterKit CodeClimateReporter.swift
[832/846] Compiling IBLinterKit LintCache.swift
[833/846] Compiling IBLinterKit ViewName.swift
[834/846] Compiling IBLinterKit Validator.swift
[835/846] Compiling IBLinterKit Version.swift
[836/846] Compiling IBLinterKit Violation.swift
[837/847] Wrapping AST for IBLinterKit for debugging
[839/853] Compiling IBLinterTools main.swift
[840/853] Emitting module IBLinterTools
[841/853] Compiling IBLinterTools DumpRuleDocument.swift
[843/854] Compiling IBLinterFrontend IBLinter.swift
[844/854] Emitting module IBLinterFrontend
[845/854] Compiling IBLinterFrontend ValidateCommand.swift
[845/855] Wrapping AST for IBLinterTools for debugging
[847/855] Write Objects.LinkFileList
[848/857] Wrapping AST for IBLinterFrontend for debugging
[849/857] Write Objects.LinkFileList
[851/857] Compiling IBLinter main.swift
[852/857] Emitting module IBLinter
[853/858] Wrapping AST for IBLinter for debugging
[854/858] Write Objects.LinkFileList
[855/858] Linking iblinter-tools
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/a_time.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_TIME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/tasn_typ.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_OCTET_STRING_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_dsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ec_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ed25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ed25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_rsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_rsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_x25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_x25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/ec/ec_montgomery.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_GFp_mont_group_init' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/rsa/rsa_impl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_kBoringSSLRSASqrtTwo' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pem/pem_lib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PEM_def_callback' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pkcs8/pkcs8_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PKCS8_PRIV_KEY_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/trust_token/trust_token.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_TRUST_TOKEN_PRETOKEN_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/rsa_pss.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_RSA_PSS_PARAMS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x509_vpm.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VERIFY_PARAM_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_algor.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ALGOR_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_attrib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ATTRIBUTE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_crl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REVOKED_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_exten.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_EXTENSION_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_name.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_NAME_ENTRY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_pubkey.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_PUBKEY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_req.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REQ_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_sig.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_SIG_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_spki.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NETSCAPE_SPKAC_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_val.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VAL_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CINF_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509a.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_akeya.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_AUTHORITY_KEYID_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_bcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_BASIC_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_cpols.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICYINFO_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_crld.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_DIST_POINT_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_extku.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_EXTENDED_KEY_USAGE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_genn.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OTHERNAME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_info.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ACCESS_DESCRIPTION_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_ncons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_SUBTREE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcia.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PROXY_POLICY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pmaps.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_MAPPING_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_utl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509V3_conf_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CYaml.build/src/parser.c.o: requires dynamic R_X86_64_PC32 reloc against 'MAX_NESTING_LEVEL' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[856/858] Linking libIBLinterFrontend.so
[856/858] Linking iblinter
BUILD FAILURE 6.3 linux