* installing *source* package ‘heck’ ...
** this is package ‘heck’ version ‘0.1.4’
** package ‘heck’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.84.1 (66221abde 2024-11-19)
Using rustc 1.84.1 (e71f9a9a9 2025-01-27)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c entrypoint.c -o entrypoint.o
# Check if NOT_CRAN is false and unzip vendor.tar.xz if so
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/.cargo /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/vendor ./rust/target
if [ "" != "true" ]; then \
		if [ -f ./rust/vendor.tar.xz ]; then \
			tar xf rust/vendor.tar.xz && \
			mkdir -p /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/.cargo && \
			cp rust/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/.cargo/config.toml; \
		fi; \
	fi
export CARGO_HOME=/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/.cargo && \
	export PATH="/opt/gfortran/bin:/opt/R/x86_64/bin:/Library/TeX/texbin:/usr/texbin:/opt/R/x86_64/gfortran/bin:/usr/local/bin:/usr/local/gfortran/bin:/usr/local/teTeX/bin/x86_64-apple-darwin-current:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/x86_64/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/opt/X11/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/urbanek/.cargo/bin" && \
	RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling build-print v0.1.1
   Compiling paste v1.0.15
   Compiling extendr-api v0.8.0 (https://github.com/extendr/extendr#1a8fe422)
   Compiling once_cell v1.21.3
   Compiling extendr-ffi v0.8.0 (https://github.com/extendr/extendr#1a8fe422)
   Compiling heck v0.5.0
   Compiling quote v1.0.40
   Compiling syn v2.0.100
   Compiling extendr-macros v0.8.0 (https://github.com/extendr/extendr#1a8fe422)
   Compiling heck v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust)
note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.

note: native-static-libs: -lR -lSystem -lc -lm

    Finished `release` profile [optimized] target(s) in 21.87s
# Always clean up CARGOTMP
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/.cargo;
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o heck.so entrypoint.o -L./rust/target/release -lheck -F/Library/Frameworks/R.framework/.. -framework R
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(std-76b3847d09705011.std.d5e07927ecace57f-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(panic_unwind-552ff36eab88ea8e.panic_unwind.6cfd73a6879aefb0-cgu.0.rcgu.o): Invalid attribute group entry (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(object-c30b5a1d8350325c.object.e0d6e4f86ca6a062-cgu.0.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(memchr-a44f8ee57d6ca029.memchr.63a3c045ace55dd-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(addr2line-440b84e124f4ff81.addr2line.a7b36f200e182e02-cgu.0.rcgu.o): Invalid attribute group entry (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(gimli-dd0811c47d6f6e3f.gimli.268678e4d138cb96-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(rustc_demangle-2e31fbf26e403c5d.rustc_demangle.a16291643cd88ee5-cgu.0.rcgu.o): Invalid attribute group entry (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(std_detect-742feb81548adba3.std_detect.c613b422ecae63d6-cgu.0.rcgu.o): Invalid attribute group entry (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(hashbrown-f626ccbe55d9f7d3.hashbrown.2a2952795b19cadc-cgu.0.rcgu.o): Invalid attribute group entry (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a[rustc_std_workspace_alloc-52ec7484d9a18823.rustc_std_workspace_alloc.d49e6423f34e8c74-cgu.0.rcgu.o]: no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(miniz_oxide-e3f4c1d3ad31a8b8.miniz_oxide.75606d5dce738127-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(adler-d2529adbc1360ff8.adler.759390d7d5071468-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a[unwind-e6ddb80ff0894b04.unwind.7f7d0ca3f0918946-cgu.0.rcgu.o]: no symbols
/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a[cfg_if-2c7952005edf2e02.cfg_if.3c73a553f16ddf5a-cgu.0.rcgu.o]: no symbols
/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a[libc-74a557fd9699b6c8.libc.f9eecf4823d08b00-cgu.0.rcgu.o]: no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(alloc-628ea3659cc866af.alloc.c46a4ff23e5414e5-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a[rustc_std_workspace_core-87bc6699cd956fd4.rustc_std_workspace_core.3c8f2c4824d98438-cgu.0.rcgu.o]: no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(core-95dd0f338cff27e8.core.1a4aed20e05f5753-cgu.0.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.000.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.001.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.002.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.003.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.004.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.005.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.006.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.007.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.008.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.009.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.010.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.011.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.012.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.013.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.014.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.015.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.016.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.017.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.018.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.019.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.020.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.021.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.022.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.024.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.025.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.026.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.027.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.028.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.029.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.030.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.031.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.032.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.034.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.035.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.037.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.038.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.039.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.041.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.042.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.043.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.044.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.045.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.047.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.052.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.053.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.054.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.055.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.056.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.057.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.058.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.059.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.060.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.061.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.062.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.064.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.065.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.067.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.068.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.069.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.070.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.071.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.072.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.073.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.074.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.075.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.076.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.077.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.078.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.079.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.080.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.081.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.082.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.085.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.086.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.087.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.089.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.092.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.093.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.095.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.096.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.097.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.098.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.099.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.100.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.101.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.102.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.103.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.104.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.106.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.107.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.108.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.109.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.111.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.114.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.115.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.116.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.117.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.119.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.121.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.123.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.124.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.125.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.129.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.130.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.131.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.132.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.133.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.134.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.135.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.136.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.137.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.139.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.141.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.142.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.143.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.145.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.147.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.148.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.151.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.152.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.155.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.156.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.157.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.158.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.160.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.161.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.162.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.163.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.164.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.165.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.166.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.167.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.168.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.169.rcgu.o): Unknown attribute kind (91) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.170.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.171.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.172.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.173.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.174.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm: error: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a(compiler_builtins-505316bf1297dbc5.compiler_builtins.a4f6c61c2e0364f9-cgu.175.rcgu.o): Unknown attribute kind (86) (Producer: 'LLVM19.1.5-rust-1.84.1-stable' Reader: 'LLVM APPLE_1_1403.0.22.14.1_0')

Warning message:
In system(sprintf("%s -Pg %s", nm, shQuote(f)), intern = TRUE) :
  running command ''/usr/bin/nm' -Pg '/Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00_pkg_src/heck/src/rust/target/release/libheck.a'' had status 1
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/heck.Rcheck/00LOCK-heck/00new/heck/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (heck)