Commits

Dave Abrahams committed 02e70d15d11
[stdlib] Failable String inits from UTF8/16 views String.UTF8View and String.UTF16View may be slices that don't both start and end on Unicode scalar boundaries, in which case conversion to a String must fail. Swift SVN r24669