Since updating to Mac OS 27 I am no longer able to build my project due to a mismatch in the libcxx headers when using Zig 0.16.0. The latest zig master works fine.
So if you rely on libcxx and are on 0.16.0 or older you might want to avoid Mac OS 27 for now.
Error:
error: sub-compilation of libcxx failed
/Users/<me>/.zvm/0.16.0/lib/libcxx/include/__random/clamp_to_integral.h:47:58: note: use of undeclared identifier 'INFINITY'
if (__r >= ::nextafter(static_cast<_RealT>(__max_val), INFINITY)) {
^
If anyone has any ideas of how to get around this I would appreciate it.