Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
I just installed Zig fresh on my MacBook Pro running Sonoma 14.5 using Brew, ran zig init to initialize a project directory, and then both zig build and zig build run produce this error. Removing .zig-cache does not make the error go away, although it changes the exact file names.
failed to rename compilation results ('/Users/Holobrine/Documents/Zig/HelloZig/.zig-cache/tmp/c5308b30c7e1737a') into local cache ('/Users/Holobrine/Documents/Zig/HelloZig/.zig-cache/o/0ab1fb96ef1aa97673762cc79441b88f'): Unexpected
Expected Behavior
I expected the code produced by zig init to compile and run on my machine with no issues.
Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
I just installed Zig fresh on my MacBook Pro running Sonoma 14.5 using Brew, ran
zig initto initialize a project directory, and then bothzig buildandzig build runproduce this error. Removing.zig-cachedoes not make the error go away, although it changes the exact file names.failed to rename compilation results ('/Users/Holobrine/Documents/Zig/HelloZig/.zig-cache/tmp/c5308b30c7e1737a') into local cache ('/Users/Holobrine/Documents/Zig/HelloZig/.zig-cache/o/0ab1fb96ef1aa97673762cc79441b88f'): UnexpectedExpected Behavior
I expected the code produced by
zig initto compile and run on my machine with no issues.