The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftOTP, reference master (b5298f), with Swift 6.1 for Linux on 28 Apr 2025 08:45:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lachlanbell/SwiftOTP.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/lachlanbell/SwiftOTP
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b5298ff docs: fix the word `positive`
Cloned https://github.com/lachlanbell/SwiftOTP.git
Revision (git rev-parse @):
b5298ff2e7ba51eade091405baa4fd7c7be335e2
SUCCESS checkout https://github.com/lachlanbell/SwiftOTP.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lachlanbell/SwiftOTP.git
https://github.com/lachlanbell/SwiftOTP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftOTP",
  "name" : "SwiftOTP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOTP",
      "targets" : [
        "SwiftOTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOTP-Dynamic",
      "targets" : [
        "SwiftOTP"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOTPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOTPTests",
      "path" : "Tests/SwiftOTPTests",
      "sources" : [
        "GeneratorTests.swift",
        "HOTPTests.swift",
        "TOTPTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftOTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOTP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOTP",
      "path" : "SwiftOTP",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "SwiftOTP",
        "SwiftOTP-Dynamic"
      ],
      "sources" : [
        "Base32/Base32.swift",
        "Base32/StringExtension.swift",
        "Data+Utilities.swift",
        "Generator.swift",
        "HOTP.swift",
        "OTPAlgorithm.swift",
        "TOTP.swift",
        "UInt64+Data.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.91s)
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
Building for debugging...
[0/369] Compiling a_mbstr.cc
[0/369] Compiling tasn_typ.cc
[1/369] Write sources
[5/369] Compiling a_octet.cc
[6/369] Compiling a_strnid.cc
[7/369] Compiling a_time.cc
[8/369] Compiling a_object.cc
[9/369] Compiling fiat_p256_adx_sqr.S
[10/369] Compiling a_int.cc
[11/369] Compiling a_strex.cc
[12/369] Compiling fiat_curve25519_adx_square.S
[13/369] Compiling fiat_curve25519_adx_mul.S
[14/369] Compiling fiat_p256_adx_mul.S
[15/369] Compiling md5-x86_64-linux.S
[16/369] Compiling md5-x86_64-apple.S
[17/369] Compiling md5-586-linux.S
[18/369] Compiling md5-586-apple.S
[19/369] Compiling chacha20_poly1305_armv8-win.S
[20/369] Compiling chacha20_poly1305_x86_64-apple.S
[21/369] Compiling chacha20_poly1305_armv8-linux.S
[22/369] Compiling chacha20_poly1305_armv8-apple.S
[23/369] Compiling chacha20_poly1305_x86_64-linux.S
[24/369] Compiling chacha-x86_64-apple.S
[25/369] Compiling chacha-x86_64-linux.S
[26/369] Compiling chacha-x86-linux.S
[27/369] Compiling chacha-x86-apple.S
[28/369] Compiling chacha-armv8-win.S
[29/369] Compiling chacha-armv8-apple.S
[30/369] Compiling chacha-armv8-linux.S
[31/369] Compiling chacha-armv4-linux.S
[32/369] Compiling aes128gcmsiv-x86_64-apple.S
[33/369] Compiling aes128gcmsiv-x86_64-linux.S
[34/369] Write swift-version-24593BA9C3E375BF.txt
[35/369] Compiling CCryptoBoringSSLShims shims.c
[36/369] Compiling x86_64-mont5-apple.S
[37/369] Compiling x86_64-mont-linux.S
[38/369] Compiling x86_64-mont-apple.S
[39/369] Compiling x86_64-mont5-linux.S
[40/369] Compiling x86-mont-linux.S
[41/369] Compiling x86-mont-apple.S
[42/369] Compiling vpaes-x86_64-linux.S
[43/369] Compiling vpaes-x86_64-apple.S
[44/369] Compiling vpaes-x86-linux.S
[45/369] Compiling vpaes-x86-apple.S
[46/369] Compiling err_data.cc
[47/369] Compiling vpaes-armv8-win.S
[48/369] Compiling vpaes-armv8-linux.S
[49/369] Compiling vpaes-armv8-apple.S
[50/369] Compiling vpaes-armv7-linux.S
[51/369] Compiling sha512-x86_64-apple.S
[52/369] Compiling sha512-armv8-win.S
[53/369] Compiling sha512-armv8-linux.S
[54/369] Compiling sha512-x86_64-linux.S
[55/369] Compiling sha512-armv8-apple.S
[56/369] Compiling sha512-armv4-linux.S
[57/369] Compiling sha512-586-linux.S
[58/369] Compiling sha512-586-apple.S
[59/369] Compiling sha256-armv8-linux.S
[60/369] Compiling sha256-x86_64-apple.S
[61/369] Compiling sha256-armv8-win.S
[62/369] Compiling sha256-x86_64-linux.S
[63/369] Compiling sha256-armv4-linux.S
[64/369] Compiling sha256-armv8-apple.S
[65/369] Compiling sha256-586-linux.S
[66/369] Compiling sha256-586-apple.S
[67/369] Compiling sha1-armv8-win.S
[68/369] Compiling sha1-armv8-linux.S
[68/369] Compiling sha1-x86_64-apple.S
[70/369] Compiling sha1-armv8-apple.S
[71/369] Compiling sha1-x86_64-linux.S
[72/369] Compiling sha1-586-apple.S
[73/369] Compiling sha1-586-linux.S
[74/369] Compiling sha1-armv4-large-linux.S
[75/369] Compiling rdrand-x86_64-linux.S
[76/369] Compiling rsaz-avx2-linux.S
[77/369] Compiling rsaz-avx2-apple.S
[78/369] Compiling p256_beeu-x86_64-asm-linux.S
[79/369] Compiling rdrand-x86_64-apple.S
[80/369] Compiling p256_beeu-armv8-asm-win.S
[81/369] Compiling p256_beeu-armv8-asm-linux.S
[82/369] Compiling p256_beeu-x86_64-asm-apple.S
[83/369] Compiling p256-x86_64-asm-apple.S
[84/369] Compiling p256_beeu-armv8-asm-apple.S
[85/369] Compiling p256-armv8-asm-linux.S
[86/369] Compiling p256-armv8-asm-win.S
[87/369] Compiling p256-x86_64-asm-linux.S
[88/369] Compiling p256-armv8-asm-apple.S
[89/369] Compiling ghashv8-armv8-linux.S
[90/369] Compiling ghashv8-armv8-win.S
[91/369] Compiling ghashv8-armv7-linux.S
[92/369] Compiling ghash-x86_64-linux.S
[93/369] Compiling ghashv8-armv8-apple.S
[94/369] Compiling ghash-x86-linux.S
[95/369] Compiling ghash-ssse3-x86_64-apple.S
[96/369] Compiling ghash-ssse3-x86_64-linux.S
[97/369] Compiling ghash-x86-apple.S
[98/369] Compiling ghash-x86_64-apple.S
[99/369] Compiling ghash-ssse3-x86-apple.S
[100/369] Compiling ghash-ssse3-x86-linux.S
[101/369] Compiling ghash-neon-armv8-win.S
[102/369] Compiling ghash-armv4-linux.S
[103/369] Compiling ghash-neon-armv8-apple.S
[104/369] Compiling ghash-neon-armv8-linux.S
[105/369] Compiling co-586-apple.S
[106/369] Compiling co-586-linux.S
[107/369] Compiling bn-armv8-win.S
[108/369] Compiling bsaes-armv7-linux.S
[109/369] Compiling bn-armv8-linux.S
[109/369] Compiling bn-586-linux.S
[111/369] Compiling bn-586-apple.S
[112/369] Compiling armv8-mont-win.S
[113/369] Compiling armv8-mont-linux.S
[114/369] Compiling bn-armv8-apple.S
[115/369] Compiling armv8-mont-apple.S
[116/369] Compiling aesv8-armv8-win.S
[116/369] Compiling aesv8-gcm-armv8-win.S
[118/369] Compiling aesv8-armv8-linux.S
[119/369] Compiling armv4-mont-linux.S
[119/369] Compiling aesv8-gcm-armv8-apple.S
[120/369] Compiling aesv8-gcm-armv8-linux.S
[122/369] Compiling aesv8-armv8-apple.S
[123/369] Compiling aesni-x86_64-apple.S
[124/369] Compiling aesni-gcm-x86_64-apple.S
[124/369] Compiling aesv8-armv7-linux.S
[126/369] Compiling aesni-x86-apple.S
[127/369] Compiling aesni-gcm-x86_64-linux.S
[127/369] Compiling aesni-x86-linux.S
[127/369] Compiling aes-gcm-avx10-x86_64-linux.S
[127/369] Compiling aesni-x86_64-linux.S
[131/369] Compiling aes-gcm-avx10-x86_64-apple.S
[132/369] Compiling x_spki.cc
[133/369] Compiling x_sig.cc
[134/369] Compiling x_x509a.cc
[135/369] Compiling x_req.cc
[136/369] Compiling x_pubkey.cc
[137/369] Compiling x_x509.cc
[138/369] Compiling x_val.cc
[139/369] Compiling x_name.cc
[140/369] Compiling x_exten.cc
[141/369] Compiling x_crl.cc
[142/369] Compiling x_attrib.cc
[143/369] Compiling x509spki.cc
[144/369] Compiling x_algor.cc
[145/369] Compiling x_all.cc
[145/369] Compiling x509rset.cc
[147/369] Compiling x509name.cc
[148/369] Compiling x509cset.cc
[149/369] Compiling x509_txt.cc
[150/369] Compiling x509_v3.cc
[151/369] Compiling x509_vpm.cc
[152/369] Compiling x509_vfy.cc
[153/369] Compiling x509_set.cc
[153/369] Compiling x509_trs.cc
[155/369] Compiling x509_req.cc
[156/369] Compiling x509_obj.cc
[157/369] Compiling x509_def.cc
[158/369] Compiling x509_lu.cc
[159/369] Compiling x509_ext.cc
[160/369] Compiling x509_d2.cc
[161/369] Compiling x509_att.cc
[162/369] Compiling x509_cmp.cc
[163/369] Compiling x509.cc
[164/369] Compiling v3_prn.cc
[165/369] Compiling v3_utl.cc
[166/369] Compiling v3_skey.cc
[167/369] Compiling v3_pmaps.cc
[168/369] Compiling v3_purp.cc
[169/369] Compiling v3_pcons.cc
[170/369] Compiling v3_ocsp.cc
[171/369] Compiling v3_ncons.cc
[172/369] Compiling v3_lib.cc
[173/369] Compiling v3_info.cc
[174/369] Compiling v3_ia5.cc
[175/369] Compiling v3_int.cc
[176/369] Compiling v3_genn.cc
[177/369] Compiling v3_crld.cc
[178/369] Compiling v3_extku.cc
[179/369] Compiling v3_enum.cc
[180/369] Compiling v3_conf.cc
[181/369] Compiling v3_cpols.cc
[182/369] Compiling v3_bcons.cc
[183/369] Compiling v3_bitst.cc
[184/369] Compiling v3_alt.cc
[185/369] Compiling v3_akey.cc
[186/369] Compiling v3_akeya.cc
[187/369] Compiling t_x509a.cc
[188/369] Compiling t_req.cc
[189/369] Compiling t_crl.cc
[190/369] Compiling t_x509.cc
[191/369] Compiling i2d_pr.cc
[192/369] Compiling policy.cc
[193/369] Compiling rsa_pss.cc
[194/369] Compiling name_print.cc
[195/369] Compiling by_file.cc
[196/369] Compiling by_dir.cc
[197/369] Compiling algorithm.cc
[198/369] Compiling asn1_gen.cc
[198/369] Compiling a_verify.cc
[200/369] Compiling a_digest.cc
[200/369] Compiling a_sign.cc
[202/369] Compiling trust_token.cc
[203/369] Compiling voprf.cc
[204/369] Compiling thread_win.cc
[204/369] Compiling pmbtoken.cc
[206/369] Compiling thread_none.cc
[207/369] Compiling thread_pthread.cc
[208/369] Compiling thread.cc
[209/369] Compiling stack.cc
[210/369] Compiling wots.cc
[210/369] Compiling thash.cc
[212/369] Compiling fors.cc
[213/369] Compiling slhdsa.cc
[214/369] Compiling sha512.cc
[215/369] Compiling merkle.cc
[216/369] Compiling siphash.cc
[217/369] Compiling sha1.cc
[218/369] Compiling sha256.cc
[219/369] Compiling rsa_print.cc
[220/369] Compiling rsa_extra.cc
[221/369] Compiling rc4.cc
[222/369] Compiling refcount.cc
[222/369] Compiling windows.cc
[224/369] Compiling rsa_asn1.cc
[225/369] Compiling urandom.cc
[226/369] Compiling rsa_crypt.cc
[227/369] Compiling rand_extra.cc
[228/369] Compiling trusty.cc
[229/369] Compiling getentropy.cc
[230/369] Compiling ios.cc
[231/369] Compiling forkunsafe.cc
[232/369] Compiling deterministic.cc
[233/369] Compiling fork_detect.cc
[234/369] Compiling passive.cc
[235/369] Compiling poly1305_arm_asm.S
[236/369] Compiling pool.cc
[237/369] Compiling poly1305_vec.cc
[238/369] Compiling poly1305_arm.cc
[239/369] Compiling poly1305.cc
[240/369] Compiling pkcs7.cc
[241/369] Compiling p5_pbev2.cc
[242/369] Compiling pkcs8.cc
[243/369] Compiling pkcs8_x509.cc
[244/369] Compiling pkcs7_x509.cc
[245/369] Compiling pem_pkey.cc
[246/369] Compiling pem_xaux.cc
[247/369] Compiling pem_x509.cc
[248/369] Compiling pem_pk8.cc
[249/369] Compiling obj_xref.cc
[250/369] Compiling pem_oth.cc
[251/369] Compiling mlkem.cc
[252/369] Compiling pem_all.cc
[253/369] Compiling pem_info.cc
[254/369] Compiling pem_lib.cc
[255/369] Compiling obj.cc
[256/369] Compiling mldsa.cc
[257/369] Compiling lhash.cc
[258/369] Compiling fips_shared_support.cc
[259/369] Compiling poly_rq_mul.S
[260/369] Compiling mem.cc
[261/369] Compiling md5.cc
[262/369] Compiling kyber.cc
[263/369] Compiling md4.cc
[264/369] Compiling hrss.cc
[265/369] Compiling hpke.cc
[266/369] Compiling scrypt.cc
[267/369] Compiling ex_data.cc
[268/369] Compiling sign.cc
[269/369] Compiling pbkdf.cc
[270/369] Compiling print.cc
[271/369] Compiling p_x25519_asn1.cc
[272/369] Compiling p_x25519.cc
[273/369] Compiling p_rsa_asn1.cc
[274/369] Compiling p_rsa.cc
[275/369] Compiling p_ed25519.cc
[276/369] Compiling p_hkdf.cc
[277/369] Compiling p_ec_asn1.cc
[278/369] Compiling p_ec.cc
[279/369] Compiling p_ed25519_asn1.cc
[280/369] Compiling p_dh_asn1.cc
[281/369] Compiling p_dh.cc
[282/369] Compiling p_dsa_asn1.cc
[283/369] Compiling err.cc
[284/369] Compiling evp_ctx.cc
[285/369] Compiling evp_asn1.cc
[286/369] Compiling evp.cc
[287/369] Compiling ecdsa_asn1.cc
[288/369] Compiling ecdh_extra.cc
[289/369] Compiling engine.cc
[290/369] Compiling hash_to_curve.cc
[291/369] Compiling dsa_asn1.cc
[292/369] Compiling ec_derive.cc
[293/369] Compiling ec_asn1.cc
[294/369] Compiling dsa.cc
[295/369] Compiling spake25519.cc
[296/369] Compiling des.cc
[297/369] Compiling digest_extra.cc
[298/369] Compiling dh_asn1.cc
[299/369] Compiling x25519-asm-arm.S
[300/369] Compiling params.cc
[301/369] Compiling cpu_aarch64_win.cc
[302/369] Compiling cpu_intel.cc
[303/369] Compiling crypto.cc
[304/369] Compiling cpu_arm_linux.cc
[305/369] Compiling curve25519.cc
[306/369] Compiling cpu_arm_freebsd.cc
[307/369] Compiling bcm.cc
[308/369] Compiling cpu_aarch64_linux.cc
[309/369] Compiling cpu_aarch64_openbsd.cc
[310/369] Compiling cpu_aarch64_sysreg.cc
[311/369] Compiling cpu_aarch64_fuchsia.cc
[312/369] Compiling curve25519_64_adx.cc
[313/369] Compiling cpu_aarch64_apple.cc
[314/369] Compiling e_rc4.cc
[315/369] Compiling conf.cc
[316/369] Compiling e_des.cc
[317/369] Compiling e_null.cc
[318/369] Compiling e_rc2.cc
[319/369] Compiling e_tls.cc
[320/369] Compiling tls_cbc.cc
[321/369] Compiling e_chacha20poly1305.cc
[322/369] Compiling derive_key.cc
[323/369] Compiling e_aesctrhmac.cc
[324/369] Compiling e_aesgcmsiv.cc
[325/369] Compiling chacha.cc
[326/369] Compiling unicode.cc
[327/369] Compiling cipher_extra.cc
[328/369] Compiling cbs.cc
[329/369] Compiling ber.cc
[330/369] Compiling cbb.cc
[331/369] Compiling asn1_compat.cc
[332/369] Compiling buf.cc
[333/369] Compiling bn_asn1.cc
[334/369] Compiling blake2.cc
[335/369] Compiling convert.cc
[336/369] Compiling hexdump.cc
[337/369] Compiling printf.cc
[338/369] Compiling pair.cc
[339/369] Compiling errno.cc
[340/369] Compiling file.cc
[341/369] Compiling fd.cc
[342/369] Compiling bio_mem.cc
[343/369] Compiling bio.cc
[344/369] Compiling base64.cc
[345/369] Compiling tasn_fre.cc
[346/369] Compiling tasn_utl.cc
[347/369] Compiling tasn_new.cc
[348/369] Compiling tasn_enc.cc
[349/369] Compiling tasn_dec.cc
[350/369] Compiling f_string.cc
[351/369] Compiling posix_time.cc
[352/369] Compiling asn_pack.cc
[353/369] Compiling f_int.cc
[354/369] Compiling asn1_par.cc
[355/369] Compiling a_i2d_fp.cc
[356/369] Compiling a_utctm.cc
[357/369] Compiling a_gentm.cc
[358/369] Compiling asn1_lib.cc
[359/369] Compiling a_type.cc
[360/369] Compiling a_dup.cc
[361/369] Compiling a_bool.cc
[362/369] Compiling a_bitstr.cc
[363/369] Compiling a_d2i_fp.cc
[365/377] Compiling CryptoBoringWrapper RandomBytes.swift
[366/377] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[367/377] Emitting module CryptoBoringWrapper
[368/377] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[369/377] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[370/377] Compiling CryptoBoringWrapper EllipticCurve.swift
[371/377] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[372/377] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[373/378] Wrapping AST for CryptoBoringWrapper for debugging
[375/449] Compiling Crypto SymmetricKeys.swift
[376/449] Compiling Crypto HMAC.swift
[377/449] Compiling Crypto MACFunctions.swift
[378/449] Compiling Crypto MessageAuthenticationCode.swift
[379/449] Compiling Crypto AES.swift
[380/449] Compiling Crypto ECDSASignature_boring.swift
[381/449] Compiling Crypto ECDSA_boring.swift
[382/449] Compiling Crypto EdDSA_boring.swift
[383/449] Compiling Crypto ECDSA.swift
[384/449] Compiling Crypto Ed25519.swift
[385/458] Compiling Crypto PKCS8PrivateKey.swift
[386/458] Compiling Crypto SEC1PrivateKey.swift
[387/458] Compiling Crypto SubjectPublicKeyInfo.swift
[388/458] Compiling Crypto CryptoKitErrors.swift
[389/458] Compiling Crypto Digest_boring.swift
[390/458] Compiling Crypto Digest.swift
[391/458] Compiling Crypto Digests.swift
[392/458] Compiling Crypto HashFunctions.swift
[393/458] Compiling Crypto HashFunctions_SHA2.swift
[394/458] Compiling Crypto HPKE-AEAD.swift
[395/458] Compiling Crypto HPKE.swift
[396/458] Compiling Crypto HPKE-Context.swift
[397/458] Compiling Crypto HPKE-KeySchedule.swift
[398/458] Compiling Crypto HPKE-Modes.swift
[399/458] Compiling Crypto Insecure.swift
[400/458] Compiling Crypto Insecure_HashFunctions.swift
[401/458] Compiling Crypto KEM.swift
[402/458] Compiling Crypto ECDH_boring.swift
[403/458] Compiling Crypto DH.swift
[404/458] Compiling Crypto ECDH.swift
[405/458] Compiling Crypto HPKE-Ciphersuite.swift
[406/458] Compiling Crypto HPKE-KDF.swift
[407/458] Compiling Crypto HPKE-KexKeyDerivation.swift
[408/458] Compiling Crypto HPKE-LabeledExtract.swift
[409/458] Compiling Crypto HPKE-Utils.swift
[410/458] Compiling Crypto DHKEM.swift
[411/458] Compiling Crypto HPKE-KEM-Curve25519.swift
[412/458] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[413/458] Compiling Crypto HPKE-KEM.swift
[414/458] Compiling Crypto HPKE-Errors.swift
[415/458] Compiling Crypto HKDF.swift
[416/458] Compiling Crypto AESWrap.swift
[417/458] Compiling Crypto AESWrap_boring.swift
[418/458] Compiling Crypto Ed25519_boring.swift
[419/458] Compiling Crypto NISTCurvesKeys_boring.swift
[420/458] Compiling Crypto X25519Keys_boring.swift
[421/458] Compiling Crypto Curve25519.swift
[422/458] Compiling Crypto Ed25519Keys.swift
[423/458] Compiling Crypto NISTCurvesKeys.swift
[424/458] Compiling Crypto X25519Keys.swift
[425/458] Compiling Crypto AES-GCM.swift
[426/458] Compiling Crypto AES-GCM_boring.swift
[427/458] Compiling Crypto ChaChaPoly_boring.swift
[428/458] Compiling Crypto ChaChaPoly.swift
[429/458] Compiling Crypto Cipher.swift
[430/458] Compiling Crypto Nonces.swift
[431/458] Compiling Crypto ASN1.swift
[432/458] Compiling Crypto ASN1Any.swift
[433/458] Compiling Crypto ASN1BitString.swift
[434/458] Compiling Crypto ASN1Boolean.swift
[435/458] Emitting module Crypto
[436/458] Compiling Crypto ASN1Identifier.swift
[437/458] Compiling Crypto ASN1Integer.swift
[438/458] Compiling Crypto ASN1Null.swift
[439/458] Compiling Crypto ASN1OctetString.swift
[440/458] Compiling Crypto ASN1Strings.swift
[441/458] Compiling Crypto ArraySliceBigint.swift
[442/458] Compiling Crypto GeneralizedTime.swift
[443/458] Compiling Crypto ObjectIdentifier.swift
[444/458] Compiling Crypto ECDSASignature.swift
[445/458] Compiling Crypto PEMDocument.swift
[446/458] Compiling Crypto Signature.swift
[447/458] Compiling Crypto CryptoKitErrors_boring.swift
[448/458] Compiling Crypto RNG_boring.swift
[449/458] Compiling Crypto SafeCompare_boring.swift
[450/458] Compiling Crypto Zeroization_boring.swift
[451/458] Compiling Crypto PrettyBytes.swift
[452/458] Compiling Crypto SafeCompare.swift
[453/458] Compiling Crypto SecureBytes.swift
[454/458] Compiling Crypto Zeroization.swift
[455/459] Wrapping AST for Crypto for debugging
[457/467] Compiling SwiftOTP TOTP.swift
[458/468] Compiling SwiftOTP OTPAlgorithm.swift
[459/468] Compiling SwiftOTP HOTP.swift
[460/468] Compiling SwiftOTP UInt64+Data.swift
[461/468] Compiling SwiftOTP Generator.swift
/host/spi-builder-workspace/SwiftOTP/Generator.swift:47:13: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Generator' may have shared mutable state; this is an error in the Swift 6 language mode
 42 | #endif
 43 |
 44 | internal class Generator {
    |                `- note: class 'Generator' does not conform to the 'Sendable' protocol
 45 |
 46 | 	// Generator singleton
 47 | 	static let shared = Generator()
    |             |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Generator' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |
 49 | 	/// Generates a one time password string
[462/468] Compiling SwiftOTP Data+Utilities.swift
[463/468] Compiling SwiftOTP StringExtension.swift
[464/468] Emitting module SwiftOTP
/host/spi-builder-workspace/SwiftOTP/Generator.swift:47:13: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Generator' may have shared mutable state; this is an error in the Swift 6 language mode
 42 | #endif
 43 |
 44 | internal class Generator {
    |                `- note: class 'Generator' does not conform to the 'Sendable' protocol
 45 |
 46 | 	// Generator singleton
 47 | 	static let shared = Generator()
    |             |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Generator' may have shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 48 |
 49 | 	/// Generates a one time password string
[465/468] Compiling SwiftOTP Base32.swift
[466/469] Wrapping AST for SwiftOTP for debugging
[467/469] Write Objects.LinkFileList
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_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_time.cc.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.cc.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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/curve25519/curve25519.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_k25519Precomp' 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_dh_asn1.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dh_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_dsa_asn1.cc.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.cc.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.cc.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.cc.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.cc.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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_aes_nohw_ctr32_encrypt_blocks' 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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z41CCryptoBoringSSL_sk_BIGNUM_call_free_funcPFvPvES_' 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/mem.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OPENSSL_malloc' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OBJ_cmp' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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.cc.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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CRYPTO_BUFFER_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_CRL_call_free_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_PRETOKEN_call_free_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_call_free_func' 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.cc.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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z47CCryptoBoringSSL_sk_BY_DIR_ENTRY_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_sk_BY_DIR_HASH_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_file.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_INFO_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_sk_X509_POLICY_LEVEL_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z39sk_X509_POLICY_NODE_call_delete_if_funcPFiPvS_ES_S_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509_POLICY_NODE_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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.cc.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/t_req.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_EXTENSION_call_free_func' 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/v3_akey.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CONF_VALUE_call_free_func' 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/v3_akeya.cc.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/x509/v3_alt.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_GENERAL_NAME_call_free_func' 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/v3_bcons.cc.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/x509/v3_cpols.cc.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/x509/v3_cpols.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_free_func' 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/v3_crld.cc.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/x509/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_DIST_POINT_call_free_func' 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/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_NAME_ENTRY_call_free_func' 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/v3_extku.cc.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/x509/v3_genn.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_NAME_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/v3_info.cc.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/x509/v3_info.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ACCESS_DESCRIPTION_call_free_func' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_ncons.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NAME_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/x509/v3_pcons.cc.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/x509/v3_pmaps.cc.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/x509/v3_utl.cc.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/CCryptoBoringSSL.build/crypto/x509/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_free_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_LOOKUP_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/x509_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_LOOKUP_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_copy_func' 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/x509cset.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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.cc.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_crl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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_name.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z59CCryptoBoringSSL_sk_STACK_OF_X509_NAME_ENTRY_call_free_funcPFvPvES_' 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.cc.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.cc.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_spki.cc.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.cc.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.cc.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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[468/469] Linking libSwiftOTP-Dynamic.so
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling CryptoBoringWrapper RandomBytes.swift
[3/14] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[4/14] Compiling CryptoBoringWrapper EllipticCurve.swift
[5/14] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[6/14] Emitting module CryptoBoringWrapper
[7/14] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[8/14] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[9/14] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[10/15] Wrapping AST for CryptoBoringWrapper for debugging
[12/86] Compiling Crypto HPKE-Ciphersuite.swift
[13/86] Compiling Crypto HPKE-KDF.swift
[14/86] Compiling Crypto HPKE-KexKeyDerivation.swift
[15/86] Compiling Crypto HPKE-LabeledExtract.swift
[16/86] Compiling Crypto HPKE-Utils.swift
[17/86] Compiling Crypto DHKEM.swift
[18/86] Compiling Crypto HPKE-KEM-Curve25519.swift
[19/86] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[20/86] Compiling Crypto HPKE-KEM.swift
[21/86] Compiling Crypto HPKE-Errors.swift
[22/95] Compiling Crypto HKDF.swift
[23/95] Compiling Crypto AESWrap.swift
[24/95] Compiling Crypto AESWrap_boring.swift
[25/95] Compiling Crypto Ed25519_boring.swift
[26/95] Compiling Crypto NISTCurvesKeys_boring.swift
[27/95] Compiling Crypto X25519Keys_boring.swift
[28/95] Compiling Crypto Curve25519.swift
[29/95] Compiling Crypto Ed25519Keys.swift
[30/95] Compiling Crypto NISTCurvesKeys.swift
[31/95] Compiling Crypto X25519Keys.swift
[32/95] Compiling Crypto HPKE.swift
[33/95] Compiling Crypto HPKE-Context.swift
[34/95] Compiling Crypto HPKE-KeySchedule.swift
[35/95] Compiling Crypto HPKE-Modes.swift
[36/95] Compiling Crypto Insecure.swift
[37/95] Compiling Crypto Insecure_HashFunctions.swift
[38/95] Compiling Crypto KEM.swift
[39/95] Compiling Crypto ECDH_boring.swift
[40/95] Compiling Crypto DH.swift
[41/95] Compiling Crypto ECDH.swift
[42/95] Compiling Crypto PKCS8PrivateKey.swift
[43/95] Compiling Crypto SEC1PrivateKey.swift
[44/95] Compiling Crypto SubjectPublicKeyInfo.swift
[45/95] Compiling Crypto CryptoKitErrors.swift
[46/95] Compiling Crypto Digest_boring.swift
[47/95] Compiling Crypto Digest.swift
[48/95] Compiling Crypto Digests.swift
[49/95] Compiling Crypto HashFunctions.swift
[50/95] Compiling Crypto HashFunctions_SHA2.swift
[51/95] Compiling Crypto HPKE-AEAD.swift
[52/95] Compiling Crypto SymmetricKeys.swift
[53/95] Compiling Crypto HMAC.swift
[54/95] Compiling Crypto MACFunctions.swift
[55/95] Compiling Crypto MessageAuthenticationCode.swift
[56/95] Compiling Crypto AES.swift
[57/95] Compiling Crypto ECDSASignature_boring.swift
[58/95] Compiling Crypto ECDSA_boring.swift
[59/95] Compiling Crypto EdDSA_boring.swift
[60/95] Compiling Crypto ECDSA.swift
[61/95] Compiling Crypto Ed25519.swift
[62/95] Compiling Crypto AES-GCM.swift
[63/95] Compiling Crypto AES-GCM_boring.swift
[64/95] Compiling Crypto ChaChaPoly_boring.swift
[65/95] Compiling Crypto ChaChaPoly.swift
[66/95] Compiling Crypto Cipher.swift
[67/95] Compiling Crypto Nonces.swift
[68/95] Compiling Crypto ASN1.swift
[69/95] Compiling Crypto ASN1Any.swift
[70/95] Compiling Crypto ASN1BitString.swift
[71/95] Compiling Crypto ASN1Boolean.swift
[72/95] Emitting module Crypto
[73/95] Compiling Crypto ASN1Identifier.swift
[74/95] Compiling Crypto ASN1Integer.swift
[75/95] Compiling Crypto ASN1Null.swift
[76/95] Compiling Crypto ASN1OctetString.swift
[77/95] Compiling Crypto ASN1Strings.swift
[78/95] Compiling Crypto ArraySliceBigint.swift
[79/95] Compiling Crypto GeneralizedTime.swift
[80/95] Compiling Crypto ObjectIdentifier.swift
[81/95] Compiling Crypto ECDSASignature.swift
[82/95] Compiling Crypto PEMDocument.swift
[83/95] Compiling Crypto Signature.swift
[84/95] Compiling Crypto CryptoKitErrors_boring.swift
[85/95] Compiling Crypto RNG_boring.swift
[86/95] Compiling Crypto SafeCompare_boring.swift
[87/95] Compiling Crypto Zeroization_boring.swift
[88/95] Compiling Crypto PrettyBytes.swift
[89/95] Compiling Crypto SafeCompare.swift
[90/95] Compiling Crypto SecureBytes.swift
[91/95] Compiling Crypto Zeroization.swift
[92/96] Wrapping AST for Crypto for debugging
[94/104] Compiling SwiftOTP HOTP.swift
[95/105] Compiling SwiftOTP OTPAlgorithm.swift
[96/105] Compiling SwiftOTP TOTP.swift
[97/105] Compiling SwiftOTP UInt64+Data.swift
[98/105] Compiling SwiftOTP Data+Utilities.swift
[99/105] Compiling SwiftOTP Generator.swift
[100/105] Compiling SwiftOTP StringExtension.swift
[101/105] Compiling SwiftOTP Base32.swift
[102/105] Emitting module SwiftOTP
[103/105] Write Objects.LinkFileList
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_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_time.cc.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.cc.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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/curve25519/curve25519.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_k25519Precomp' 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_dh_asn1.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dh_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_dsa_asn1.cc.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.cc.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.cc.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.cc.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.cc.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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_aes_nohw_ctr32_encrypt_blocks' 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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z41CCryptoBoringSSL_sk_BIGNUM_call_free_funcPFvPvES_' 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/mem.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OPENSSL_malloc' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OBJ_cmp' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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.cc.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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CRYPTO_BUFFER_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_CRL_call_free_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_PRETOKEN_call_free_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_call_free_func' 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.cc.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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z47CCryptoBoringSSL_sk_BY_DIR_ENTRY_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_sk_BY_DIR_HASH_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_file.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_INFO_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_sk_X509_POLICY_LEVEL_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z39sk_X509_POLICY_NODE_call_delete_if_funcPFiPvS_ES_S_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509_POLICY_NODE_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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.cc.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/t_req.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_EXTENSION_call_free_func' 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/v3_akey.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CONF_VALUE_call_free_func' 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/v3_akeya.cc.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/x509/v3_alt.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_GENERAL_NAME_call_free_func' 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/v3_bcons.cc.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/x509/v3_cpols.cc.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/x509/v3_cpols.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_free_func' 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/v3_crld.cc.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/x509/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_DIST_POINT_call_free_func' 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/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_NAME_ENTRY_call_free_func' 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/v3_extku.cc.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/x509/v3_genn.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_NAME_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/v3_info.cc.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/x509/v3_info.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ACCESS_DESCRIPTION_call_free_func' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_ncons.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NAME_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/x509/v3_pcons.cc.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/x509/v3_pmaps.cc.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/x509/v3_utl.cc.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/CCryptoBoringSSL.build/crypto/x509/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_free_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_LOOKUP_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/x509_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_LOOKUP_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_copy_func' 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/x509cset.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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.cc.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_crl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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_name.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z59CCryptoBoringSSL_sk_STACK_OF_X509_NAME_ENTRY_call_free_funcPFvPvES_' 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.cc.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.cc.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_spki.cc.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.cc.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.cc.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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[104/105] Linking libSwiftOTP-Dynamic.so
BUILD FAILURE 6.1 linux