The dev channel `dart` binary is killed when running on macOS. Download https://storage.googleapis.com/dart-archive/channels/dev/release/3.10.0-43.0.dev/sdk/dartsdk-macos-arm64-release.zip ``` $ dart-sdk/bin/dart zsh: killed dart-sdk/bin/dart ``` Crash is: ``` Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid)) Exception Codes: UNKNOWN_0x32 at 0x00000001054dba14 Exception Codes: 0x0000000000000032, 0x00000001054dba14 Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page ``` This doesn't seem to happening with the beta channel binaries.