fn dupe(self: *Build, bytes: []const u8) []u8
Allocator.dupe without the need to handle out of memory.
self: *Build,
bytes: []const u8,