Specifically:
% zig libc
thread 118610 panic: Darwin is handled separately via std.zig.system.darwin module
Unable to dump stack trace: debug info stripped
zsh: abort zig libc
My zig env:
{
"zig_exe": "/Users/jake/.local/bin/zig/zig",
"lib_dir": "/Users/jake/.local/bin/zig/lib",
"std_dir": "/Users/jake/.local/bin/zig/lib/std",
"global_cache_dir": "/Users/jake/.cache/zig",
"version": "0.11.0-dev.2191+30427ff79",
"target": "aarch64-macos.13.2.1...13.2.1-none"
}
I've opened https://github.com/ziglang/zig/issues/15024. In the meantime, I'm wondering if this is a known issue, whether there are workarounds, etc. Or perhaps something is just weird about my environment?