With the current official Zig compiler, `0.13.0`, the command `zig build` results in a compile error. It seems that this is due to `build.zig` being out of date, some of the data structures in `std` have changed (such as `Build.LazyPath`).