I'm trying to run all tests for this package, but I'm receiving an EXC_BAD_ACCESS error. I've downloaded one of the latest toolchains, and the package is building correctly. Running specific tests works as intended.
This is likely because you are running with the wrong toolchain; you need a development toolchain to run the tests on the main branch. make sure to select the toolchain in the Xcode > Toolchains > Swift Development xxx menu.
Unfortunately that screenshot is not much to go on; can y'all perhaps file a bug w/ some full backtraces and detailed configurations?
in lldb do backtrace and register read and image list
the exact swift toolchain versions etc (e.g. Swift Development Snapshot 2022-04-04)
the exact build of macOS running on the host machine
the exact test invocation steps (e.g. command line xctest or swift test or UI steps)
the commit that is being run.
any associated diagnostic reports ~/Library/Logs/DiagnosticReports etc that are related to Xcode, lldb etc