As the topic says, I cannot link the x86_64 architecture with version 15 beta 3 or newer. All of them report missing symbols from the libraries.
Worse still, all of the plugins I've downloaded, (FLAC, MPC, Opus, WavPack), report the following if I attempt to import them at link time instead of letting BASS import them:
ld: malformed mach-o missing relocations, LC_DYLD_INFO, or LC_DYLD_CHAINED_FIXUPS in '/Users/chris/Downloads/bass/libbass_mpc.dylib'
Edit: This appears to be a regression in Xcode 15 beta 3 and newer. Downgrading to beta 2 fixes the problem.