r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
8 stars 2 forks source link

cross compile for arm64 macOS starts failing in the polars package #398

Open eitsupi opened 2 months ago

eitsupi commented 2 months ago

I noticed that macOS cross-compilation is failing, whereas 2 weeks ago it was successful (not sure if this is due to a package update or a CI update). Given that maos-latest is now on GitHub and has been moved to arm64 macOS, wouldn't it be a good time to switch to building with arm64 macOS instead of cross-compiling?

image

Details ```log clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -L/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib -L/opt/R/arm64/lib -o polars.so entrypoint.o -L/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release -lr_polars -L/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib -lR -Wl,-framework -Wl,CoreFoundation ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(e4479bd7784abb10-aarch_aapcs64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(adler32.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(adler32_fold.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(chunkset.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(compare256.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(compress.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(cpu_features.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(crc32_braid.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(crc32_braid_comb.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(crc32_fold.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_fast.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_huff.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_medium.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_quick.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_rle.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_slow.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(deflate_stored.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(functable.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(infback.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(inflate.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(inftrees.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(insert_string.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(insert_string_roll.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(slide_hash.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(trees.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(uncompr.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(zutil.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(arm_features.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(crc32_acle.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(insert_string_acle.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(adler32_neon.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(chunkset_neon.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(compare256_neon.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(slide_hash_neon.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(gzlib.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(gzread.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(gzwrite.c.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-debug.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-entropy_common.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-error_private.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-fse_decompress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-pool.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-threading.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8957a4c8b028b07b-zstd_common.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-fse_compress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-hist.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-huf_compress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_compress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_compress_literals.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_compress_sequences.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_compress_superblock.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_double_fast.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_fast.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_lazy.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_ldm.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstd_opt.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(1ddd1489cc625d97-zstdmt_compress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(690f776bf7b37aeb-huf_decompress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(690f776bf7b37aeb-zstd_ddict.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(690f776bf7b37aeb-zstd_decompress.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(690f776bf7b37aeb-zstd_decompress_block.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(b0401a448be314bb-cover.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(b0401a448be314bb-divsufsort.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(b0401a448be314bb-fastcover.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(b0401a448be314bb-zdict.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v01.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v02.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v03.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v04.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v05.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v06.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(5eeec2f4c1e9b3b6-zstd_v07.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(690f776bf7b37aeb-huf_decompress_amd64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(4ab73f6e54c185d1-lz4.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(4ab73f6e54c185d1-lz4frame.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(4ab73f6e54c185d1-lz4hc.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(4ab73f6e54c185d1-xxhash.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(fad98b632b8ce3cc-curve25519.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(ca4b6ef5433f5aeb-aes_nohw.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(ca8bd8684bb569fa-montgomery.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(ca8bd8684bb569fa-montgomery_inv.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(a9af75d892b04b75-ecp_nistz.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(a9af75d892b04b75-gfp_p256.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(a9af75d892b04b75-gfp_p384.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(a9af75d892b04b75-p256.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(a1949f2101df4b9c-limbs.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(7effb53edfc7fa2d-mem.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(bec76f70393ddef1-poly1305.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(7effb53edfc7fa2d-crypto.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(a9af75d892b04b75-p256-nistz.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-aesv8-armx-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-ghashv8-armx-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-chacha-armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-chacha20_poly1305_armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-vpaes-armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-armv8-mont-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-p256-armv8-asm-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-ghash-neon-armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-aesv8-gcm-armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-sha512-armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(8912af01511d326c-sha256-armv8-ios64.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(7effb53edfc7fa2d-constant_time_test.o)) was built for newer macOS version (14.0) than being linked (12.0) ld: warning: object file (/private/var/folders/hv/qqnln7cj5cg0n48fcrlmbz4m0000gn/T/RtmpjG5w4Y/R.INSTALL696379867027/polars/src/rust/target//release/libr_polars.a(98cfcaec7182b1d8-static.o)) was built for newer macOS version (14.0) than being linked (12.0) Undefined symbols for architecture arm64: "_SCDynamicStoreCopyProxies", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_SCDynamicStoreCreateWithOptions", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_SecCertificateCopyData", referenced from: reqwest::async_impl::client::ClientBuilder::build::h75060698fb3b0a2c in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_SecCopyErrorMessageString", referenced from: security_framework::base::Error::inner_message::hd3b439b7d3dc1964 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_SecTrustSettingsCopyCertificates", referenced from: reqwest::async_impl::client::ClientBuilder::build::h75060698fb3b0a2c in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_SecTrustSettingsCopyTrustSettings", referenced from: reqwest::async_impl::client::ClientBuilder::build::h75060698fb3b0a2c in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCDynamicStoreUseSessionKeys", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPEnable", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPPort", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPProxy", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPSEnable", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPSPort", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPSProxy", referenced from: core::ops::function::FnOnce::call_once::he21d8fd0a6331fc5 in libr_polars.a(r_polars-c096a87702436b20.r_polars.61bcdddad705f908-cgu.0.rcgu.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ```
jeroen commented 2 months ago

It seems the new rust intotroduced a dependency on a new macos component and the cross compiler is more strict in this. Can you try adding -framework SystemConfiguration to your PKG_LIBS ?

eitsupi commented 1 month ago

Thanks for your reply, but I am confused. I believe the Rust version that built the Rust lib used here has not been updated with nightly-2024-04-15. https://github.com/pola-rs/r-polars/blob/0605084bf60b972a559d9c2c04aa47a3c117160c/DESCRIPTION#L122 In other words, I do not know why the cross-compilation succeeded for 0.16.1 and failed for 0.16.2.

jeroen commented 1 month ago

It could be a side effect because we had to update the build image from macos-11 to macos-12 recently.

eitsupi commented 1 month ago

Note: similar errors occurred with glaredb too.

https://github.com/r-universe/eitsupi/actions/runs/9236428589/job/25419566310#step:7:858

Details ```log Undefined symbols for architecture arm64: "_AuthorizationCreate", referenced from: security_framework::authorization::Authorization::new::hc1743af8d4d2fdca in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_AuthorizationCreateFromExternalForm", referenced from: _$LT$security_framework..authorization..Authorization$u20$as$u20$core..convert..TryFrom$LT$security_framework_sys..authorization..AuthorizationExternalForm$GT$$GT$::try_from::h39c13e927647531c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) security_framework::authorization::Authorization::from_external_form::h4e1965d76b123ffc in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_AuthorizationExecuteWithPrivileges", referenced from: security_framework::authorization::Authorization::execute_with_privileges_internal::h728a3feec179304a in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_AuthorizationMakeExternalForm", referenced from: security_framework::authorization::Authorization::make_external_form::h38b0b263f6133c00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_SCDynamicStoreCopyComputerName", referenced from: whoami::os::target::_$LT$impl$u20$whoami..os..Target$u20$for$u20$whoami..os..Os$GT$::devicename::h26b8839950ef7f9d in libr_glaredb.a(whoami-5748299de9beb6ad.whoami.3399e3b9b999832b-cgu.1.rcgu.o) "_SCDynamicStoreCopyProxies", referenced from: system_configuration::dynamic_store::SCDynamicStore::get_proxies::hdf7d570032604739 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCDynamicStoreCreateRunLoopSource", referenced from: system_configuration::dynamic_store::SCDynamicStore::create_run_loop_source::h2a0936e612634a3d in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCDynamicStoreCreateWithOptions", referenced from: system_configuration::dynamic_store::SCDynamicStore::create::h2ab842694d76bd19 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkInterfaceCopyAll", referenced from: system_configuration::network_configuration::get_interfaces::h84deb03d772a7926 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkInterfaceGetBSDName", referenced from: system_configuration::network_configuration::SCNetworkInterface::bsd_name::h4832a9063140133b in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkInterfaceGetInterfaceType", referenced from: system_configuration::network_configuration::SCNetworkInterface::interface_type::hd744cbf5f17d7bf2 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) system_configuration::network_configuration::SCNetworkInterface::interface_type_string::h132bf9a57fec7dd0 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkInterfaceGetLocalizedDisplayName", referenced from: system_configuration::network_configuration::SCNetworkInterface::display_name::h235b798c99356fca in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkReachabilityCreateWithAddress", referenced from: _$LT$system_configuration..network_reachability..SCNetworkReachability$u20$as$u20$core..convert..From$LT$core..net..socket_addr..SocketAddr$GT$$GT$::from::h5ca801a2d44e55cd in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkReachabilityCreateWithAddressPair", referenced from: system_configuration::network_reachability::SCNetworkReachability::from_addr_pair::he4bbc849fec33f38 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkReachabilityCreateWithName", referenced from: system_configuration::network_reachability::SCNetworkReachability::from_host::hca63fa6c4b698346 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkReachabilityGetFlags", referenced from: system_configuration::network_reachability::SCNetworkReachability::reachability::hd58020a88743e3dd in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkReachabilityScheduleWithRunLoop", referenced from: system_configuration::network_reachability::SCNetworkReachability::schedule_with_runloop::h4dbbc5bf6bf970fa in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from: system_configuration::network_reachability::SCNetworkReachability::unschedule_from_runloop::h9f071ccb4573b301 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkServiceCopyAll", referenced from: system_configuration::network_configuration::SCNetworkService::get_services::hfeddaaa983744381 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkServiceGetEnabled", referenced from: system_configuration::network_configuration::SCNetworkService::enabled::h6a4e3dfde49a2a53 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkServiceGetInterface", referenced from: system_configuration::network_configuration::SCNetworkService::network_interface::hd8e1d45ec1bad201 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkServiceGetServiceID", referenced from: system_configuration::network_configuration::SCNetworkService::id::hbf856728f82db0d7 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkSetCopyCurrent", referenced from: system_configuration::network_configuration::SCNetworkSet::new::heea868f7e3a44012 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCNetworkSetGetServiceOrder", referenced from: system_configuration::network_configuration::SCNetworkSet::service_order::he41056873e982476 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SCPreferencesCreate", referenced from: system_configuration::preferences::SCPreferences::default::h2b7ad6512c50bdf7 in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) system_configuration::preferences::SCPreferences::group::h897dc19a495554aa in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) system_configuration::preferences::SCPreferences::new::h15f18419206b002c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_SecAccessControlCreateWithFlags", referenced from: security_framework::access_control::SecAccessControl::create_with_flags::hed72b3b4922598dd in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) security_framework::access_control::SecAccessControl::create_with_protection::h7fdabadf033adf62 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) security_framework::passwords_options::PasswordOptions::set_access_control_options::hbc36fc7df4bb120c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_SecCertificateAddToKeychain", referenced from: security_framework::certificate::SecCertificate::add_to_keychain::hbdfb84639fad5840 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCopyCommonName", referenced from: _$LT$security_framework..certificate..SecCertificate$u20$as$u20$security_framework..os..macos..certificate..SecCertificateExt$GT$::common_name::h2e33e9c66d256e48 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCopyData", referenced from: security_framework::certificate::SecCertificate::to_der::h2a1e8d240c2eabc9 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCopyEmailAddresses", referenced from: security_framework::certificate::SecCertificate::email_addresses::hc1ed7750bda9feaa in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCopyPublicKey$LEGACYMAC", referenced from: _$LT$security_framework..certificate..SecCertificate$u20$as$u20$security_framework..os..macos..certificate..SecCertificateExt$GT$::public_key::h6b50d2df09bc0dea in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCopySubjectSummary", referenced from: security_framework::certificate::SecCertificate::subject_summary::habfee9dce43ee691 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCopyValues", referenced from: _$LT$security_framework..certificate..SecCertificate$u20$as$u20$security_framework..os..macos..certificate..SecCertificateExt$GT$::properties::h432f5a8aea3d8c3f in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateCreateWithData", referenced from: security_framework::certificate::SecCertificate::from_der::h8c2ac54a23af4870 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecCertificateGetTypeID", referenced from: security_framework::os::macos::import_export::ImportOptions::import::h9eeaf4be5b2eeb66 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecCodeCheckValidity", referenced from: security_framework::os::macos::code_signing::SecCode::check_validity::hfc6672038b704589 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecCodeCopyGuestWithAttributes", referenced from: security_framework::os::macos::code_signing::SecCode::copy_guest_with_attribues::h65e7297cbedd74de in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecCodeCopyPath", referenced from: security_framework::os::macos::code_signing::SecStaticCode::path::hc58d3c7aca76c550 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecCodeCopySelf", referenced from: security_framework::os::macos::code_signing::SecCode::for_self::hd8e9a6f622e83807 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecCopyErrorMessageString", referenced from: security_framework::base::Error::inner_message::hd0481b96e91801f5 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecDecryptTransformCreate", referenced from: security_framework::os::macos::encrypt_transform::Builder::decrypt::h12cb491ed9dd44e2 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecDigestTransformCreate", referenced from: security_framework::os::macos::digest_transform::Builder::execute::hbaded53ebdee7309 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_SecEncryptTransformCreate", referenced from: security_framework::os::macos::encrypt_transform::Builder::encrypt::h4d5b7dc4304e789c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecIdentityCopyCertificate", referenced from: _$LT$security_framework..identity..SecIdentity$u20$as$u20$core..fmt..Debug$GT$::fmt::h149272784b245dec in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) security_framework::identity::SecIdentity::certificate::hb34b179f5edf0867 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_SecIdentityCopyPrivateKey", referenced from: _$LT$security_framework..identity..SecIdentity$u20$as$u20$core..fmt..Debug$GT$::fmt::h149272784b245dec in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) security_framework::identity::SecIdentity::private_key::hf8554c4ebeffe8ef in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_SecIdentityCreateWithCertificate", referenced from: _$LT$security_framework..identity..SecIdentity$u20$as$u20$security_framework..os..macos..identity..SecIdentityExt$GT$::with_certificate::hda6adf71eb500834 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) "_SecIdentityGetTypeID", referenced from: security_framework::os::macos::import_export::ImportOptions::import::h9eeaf4be5b2eeb66 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecItemAdd", referenced from: security_framework::passwords::set_password_internal::h0a3c52dc95ed7f63 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_SecItemCopyMatching", referenced from: security_framework::passwords::get_generic_password::hd55ffd7ea4ecf418 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::passwords::get_internet_password::h415fadeff3df683c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_SecItemDelete", referenced from: security_framework::certificate::SecCertificate::delete::h27c7c81bfbdc70a0 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) security_framework::identity::SecIdentity::delete::h0bca46379db6f449 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) security_framework::passwords::delete_generic_password::h75c41db3eb31c83c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::passwords::delete_internet_password::h1300b78e952a3cc8 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_SecItemImport", referenced from: security_framework::os::macos::import_export::ImportOptions::import::h9eeaf4be5b2eeb66 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecItemUpdate", referenced from: security_framework::passwords::set_password_internal::h0a3c52dc95ed7f63 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_SecKeyCreateFromData", referenced from: _$LT$security_framework..key..SecKey$u20$as$u20$security_framework..os..macos..key..SecKeyExt$GT$::from_data::ha0cd2be6fa436bbd in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecKeyGetTypeID", referenced from: security_framework::os::macos::import_export::ImportOptions::import::h9eeaf4be5b2eeb66 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecKeychainCopyDefault", referenced from: security_framework::certificate::SecCertificate::add_to_keychain::hbdfb84639fad5840 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_SecKeychainFindGenericPassword", referenced from: security_framework::os::macos::passwords::find_generic_password::h442889248b118a9e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecKeychainFindInternetPassword", referenced from: security_framework::os::macos::passwords::find_internet_password::h36de566d4780c6b2 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecKeychainItemFreeContent", referenced from: security_framework::os::macos::passwords::find_generic_password::h442889248b118a9e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) security_framework::os::macos::passwords::find_internet_password::h36de566d4780c6b2 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecKeychainItemModifyAttributesAndData", referenced from: security_framework::os::macos::passwords::_$LT$impl$u20$security_framework..os..macos..keychain_item..SecKeychainItem$GT$::set_password::h10e80affbffc938b in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_SecPKCS12Import", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_SecPolicyCreateBasicX509", referenced from: security_framework::policy::SecPolicy::create_x509::hf01bc20584ca5c9b in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecPolicyCreateRevocation", referenced from: security_framework::policy::SecPolicy::create_revocation::h932b0777b44218ea in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecPolicyCreateSSL", referenced from: security_framework::policy::SecPolicy::create_ssl::h92a9bc777542a04a in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecRandomCopyBytes", referenced from: ring::ec::suite_b::ecdsa::signing::EcdsaKeyPair::new::h173c2de73139793f in libr_glaredb.a(ring-6b750b2a26c57855.ring.980ed0ed56021a97-cgu.04.rcgu.o) ring::rand::darwin::fill::h5e1352df7ea9ee8c in libr_glaredb.a(ring-6b750b2a26c57855.ring.980ed0ed56021a97-cgu.07.rcgu.o) security_framework::random::SecRandom::copy_bytes::h0b3f4055b43b8ead in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.08.rcgu.o) "_SecRequirementCreateWithString", referenced from: _$LT$security_framework..os..macos..code_signing..SecRequirement$u20$as$u20$core..str..traits..FromStr$GT$::from_str::h4286b7fef1e1254a in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecStaticCodeCheckValidity", referenced from: security_framework::os::macos::code_signing::SecStaticCode::check_validity::hbcfd8ee5f8c09f9c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecStaticCodeCreateWithPath", referenced from: security_framework::os::macos::code_signing::SecStaticCode::from_path::h2fe7bcc39db08bc0 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecTransformExecute", referenced from: security_framework::os::macos::digest_transform::Builder::execute::hbaded53ebdee7309 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) security_framework::os::macos::transform::SecTransform::execute::hd3f1a8b9ce9ac28f in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::os::macos::encrypt_transform::Builder::finish::h3779d00f7680db00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecTransformSetAttribute", referenced from: security_framework::os::macos::digest_transform::Builder::execute::hbaded53ebdee7309 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) security_framework::os::macos::transform::SecTransform::set_attribute::h8009b95c71f840f8 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::os::macos::encrypt_transform::Builder::finish::h3779d00f7680db00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_SecTrustCopyAnchorCertificates", referenced from: security_framework::trust::SecTrust::copy_anchor_certificates::hbe8140b01f9e884b in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustCreateWithCertificates", referenced from: security_framework::trust::SecTrust::create_with_certificates::h2295864ff9e96adc in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustEvaluate", referenced from: security_framework::trust::SecTrust::evaluate::h0d8e1a3862ad919d in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) security_framework::trust::SecTrust::evaluate_with_error::h5c549fe27bf2ce34 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustGetCertificateAtIndex", referenced from: security_framework::trust::SecTrust::certificate_at_index::hb38f1401102443aa in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustGetCertificateCount", referenced from: security_framework::trust::SecTrust::certificate_at_index::hb38f1401102443aa in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustGetNetworkFetchAllowed", referenced from: security_framework::trust::SecTrust::get_network_fetch_allowed::hc4b27c8f3c15d0e0 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustSetAnchorCertificates", referenced from: security_framework::trust::SecTrust::set_anchor_certificates::h9b6628c3102a0ed9 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.14.rcgu.o) "_SecTrustSettingsCopyCertificates", referenced from: security_framework::trust_settings::TrustSettings::iter::ha56d8c11a17db1e3 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_SecTrustSettingsCopyTrustSettings", referenced from: security_framework::trust_settings::TrustSettings::tls_trust_settings_for_certificate::hdee195b87b1412a1 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_SecTrustSettingsSetTrustSettings", referenced from: security_framework::trust_settings::TrustSettings::set_trust_settings_always::h589825bf822a8ae8 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSCDynamicStoreUseSessionKeys", referenced from: system_configuration::dynamic_store::SCDynamicStoreBuilder$LT$T$GT$::build::ha91fbd6074f3f1c6 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.09.rcgu.o) "_kSCNetworkInterfaceType6to4", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeBluetooth", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeBond", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeBridge", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeEthernet", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeFireWire", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeIEEE80211", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeIPSec", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeIPv4", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeIrDA", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeL2TP", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeModem", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypePPP", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypePPTP", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeSerial", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeVLAN", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCNetworkInterfaceTypeWWAN", referenced from: system_configuration::network_configuration::SCNetworkInterfaceType::from_cfstring::hed25d0c6004b234c in libr_glaredb.a(system_configuration-52f7d426619e3d70.system_configuration.38bd1f5e54110c05-cgu.0.rcgu.o) "_kSCPropNetProxiesHTTPEnable", referenced from: core::ops::function::FnOnce::call_once::hc563152badc182f4 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.15.rcgu.o) "_kSCPropNetProxiesHTTPPort", referenced from: core::ops::function::FnOnce::call_once::hc563152badc182f4 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.15.rcgu.o) "_kSCPropNetProxiesHTTPProxy", referenced from: core::ops::function::FnOnce::call_once::hc563152badc182f4 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.15.rcgu.o) "_kSCPropNetProxiesHTTPSEnable", referenced from: core::ops::function::FnOnce::call_once::hc563152badc182f4 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.15.rcgu.o) "_kSCPropNetProxiesHTTPSPort", referenced from: core::ops::function::FnOnce::call_once::hc563152badc182f4 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.15.rcgu.o) "_kSCPropNetProxiesHTTPSProxy", referenced from: core::ops::function::FnOnce::call_once::hc563152badc182f4 in libr_glaredb.a(reqwest-c98292e03ac17e12.reqwest.be96d50e8da79328-cgu.15.rcgu.o) "_kSecAttrAccessControl", referenced from: security_framework::passwords_options::PasswordOptions::set_access_control_options::hbc36fc7df4bb120c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrAccessibleAfterFirstUnlock", referenced from: security_framework::access_control::SecAccessControl::create_with_protection::h7fdabadf033adf62 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly", referenced from: security_framework::access_control::SecAccessControl::create_with_protection::h7fdabadf033adf62 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly", referenced from: security_framework::access_control::SecAccessControl::create_with_protection::h7fdabadf033adf62 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecAttrAccessibleWhenUnlocked", referenced from: security_framework::access_control::SecAccessControl::create_with_protection::h7fdabadf033adf62 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecAttrAccessibleWhenUnlockedThisDeviceOnly", referenced from: security_framework::access_control::SecAccessControl::create_with_protection::h7fdabadf033adf62 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecAttrAccount", referenced from: security_framework::passwords_options::PasswordOptions::new_generic_password::h463f7cfb4efd6637 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrAuthenticationType", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrKeyType", referenced from: _$LT$security_framework..key..SecKey$u20$as$u20$security_framework..os..macos..key..SecKeyExt$GT$::from_data::ha0cd2be6fa436bbd in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecAttrPath", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrPort", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrProtocol", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrSecurityDomain", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrServer", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecAttrService", referenced from: security_framework::passwords_options::PasswordOptions::new_generic_password::h463f7cfb4efd6637 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecClass", referenced from: security_framework::passwords_options::PasswordOptions::new_generic_password::h463f7cfb4efd6637 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecClassGenericPassword", referenced from: security_framework::passwords_options::PasswordOptions::new_generic_password::h463f7cfb4efd6637 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecClassInternetPassword", referenced from: security_framework::passwords_options::PasswordOptions::new_internet_password::h95abb45cf880745e in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecDigestHMACKeyAttribute", referenced from: security_framework::os::macos::digest_transform::Builder::execute::hbaded53ebdee7309 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecDigestSHA2", referenced from: _$LT$security_framework..certificate..SecCertificate$u20$as$u20$security_framework..os..macos..certificate..SecCertificateExt$GT$::fingerprint::hd60835270aedf16a in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecEncryptionMode", referenced from: security_framework::os::macos::encrypt_transform::Builder::finish::h3779d00f7680db00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_kSecGuestAttributeAudit", referenced from: security_framework::os::macos::code_signing::GuestAttributes::set_audit_token::h4ed8137d66df2dc4 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_kSecGuestAttributePid", referenced from: security_framework::os::macos::code_signing::GuestAttributes::set_pid::h1d99bac4b243554c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_kSecIVKey", referenced from: security_framework::os::macos::encrypt_transform::Builder::finish::h3779d00f7680db00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_kSecImportExportAccess", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportExportKeychain", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportExportPassphrase", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportItemCertChain", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportItemIdentity", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportItemKeyID", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportItemLabel", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecImportItemTrust", referenced from: security_framework::import_export::Pkcs12ImportOptions::import::h0c08b0ed9032e865 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) "_kSecPaddingKey", referenced from: security_framework::os::macos::encrypt_transform::Builder::finish::h3779d00f7680db00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_kSecPropertyKeyLabel", referenced from: security_framework::os::macos::certificate::CertificateProperty::label::hfb4f1d47d0f3af76 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecPropertyKeyType", referenced from: security_framework::os::macos::certificate::CertificateProperty::get::h7ac7586019411195 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecPropertyKeyValue", referenced from: security_framework::os::macos::certificate::CertificateProperty::get::h7ac7586019411195 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecPropertyTypeSection", referenced from: security_framework::os::macos::certificate::CertificateProperty::get::h7ac7586019411195 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecPropertyTypeString", referenced from: security_framework::os::macos::certificate::CertificateProperty::get::h7ac7586019411195 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) "_kSecRandomDefault", referenced from: ring::ec::suite_b::ecdsa::signing::EcdsaKeyPair::new::h173c2de73139793f in libr_glaredb.a(ring-6b750b2a26c57855.ring.980ed0ed56021a97-cgu.04.rcgu.o) ring::rand::darwin::fill::h5e1352df7ea9ee8c in libr_glaredb.a(ring-6b750b2a26c57855.ring.980ed0ed56021a97-cgu.07.rcgu.o) "_kSecReturnData", referenced from: security_framework::passwords::get_generic_password::hd55ffd7ea4ecf418 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) security_framework::passwords::get_internet_password::h415fadeff3df683c in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecTransformInputAttributeName", referenced from: security_framework::os::macos::digest_transform::Builder::execute::hbaded53ebdee7309 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.15.rcgu.o) security_framework::os::macos::encrypt_transform::Builder::finish::h3779d00f7680db00 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.07.rcgu.o) "_kSecValueData", referenced from: security_framework::passwords::set_password_internal::h0a3c52dc95ed7f63 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.13.rcgu.o) "_kSecValueRef", referenced from: security_framework::certificate::SecCertificate::delete::h27c7c81bfbdc70a0 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.12.rcgu.o) security_framework::identity::SecIdentity::delete::h0bca46379db6f449 in libr_glaredb.a(security_framework-659662f77689c414.security_framework.7788a5132aa0a48b-cgu.10.rcgu.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ```