EXC_BAD_ACCESS when running all tests

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.

I'm using Xcode 13.3, with MacOS Monterey (12.2.1). My chip is a m1 pro.

Does anyone know why this is happening?

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.

Yes, I did that. I'm running with the latest toolchain for trunk development. The problem still occurs.

I have the same Problem with my M1 Pro Mac. But it runs fine with my Intel Mac... very strange

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

overall the more info the better and file them here: Issues · apple/swift-async-algorithms · GitHub