Commits

Daniel Dunbar committed cd293e6c556
[Build] Optimize YAML quoting for strings. - Check the UTF8 representation when determining if we need to quote. - Also, this moves the quoting into the YAMLRepresentable : String extension, which is a more correct place for it. - This is good for another ~10% win on SwiftPM null build of itself.