Wall of warnings running -debug flag on Mac

This is my odin report:

Odin:    dev-2025-05:d9f990d42
	OS:      macOS Ventura 13.3.1 (build 22E261, kernel 22.4.0)
	CPU:     Apple M1
	RAM:     8192 MiB
	Backend: LLVM 19.1.7

When I build my project with the -debug flag I get a wall of warnings with:

warning: (arm64)  could not find object file symbol for symbol _strings::trim_right_proc
warning: (arm64)  could not find object file symbol for symbol ___$equal-7674627286601529764
warning: (arm64)  could not find object file symbol for symbol ___$equal-7533440445358656318

And many others, has someone else seen this?