Commits

Daniel Dunbar committed 8373e5292f0
[Utility] Add a fast path for Path.onesep. - This avoids a lot of redundant allocation for the common case of path strings which do not need to be cleaned. - This is good for a ~10% speedup in the null build time of a SwiftPM on itself.