pub fn fmt(b: *Build, comptime format: []const u8, args: anytype) []u8
pub fn fmt(b: *Build, comptime format: []const u8, args: anytype) []u8 { const graph = b.graph; const arena = graph.arena; return std.fmt.allocPrint(arena, format, args) catch @panic("OOM"); }