Hey all!<div><br></div><div>I picked up SR-2627 (https://bugs.swift.org/browse/SR-2627) from the Swift JIRA&nbsp;project. The ticket states:</div><div><br></div><div>&gt;&nbsp;<span style="line-height: 1.4;">UnicodeScalar.utf16 does not have access modifier and therefore is internal but should be public, as well as UnicodeScalar.UTF16View.</span></div><div><br></div><div><span style="line-height: 1.4;">The ticket is written in a way that makes it seem as though this change would match the behavior of APIs such as the UTF accessors on `String`.</span><br></div><div><br></div><div>Additionally, `UnicodeScalar.utf16` and `Unicodescalar.UTF16View` seem to be created in `UnicodeScalar.swift`, but not used elsewhere, indicating that these properties were intended to be exposed to developers as part of the stdlib.</div><div><br></div><div>After submitting a pull request to implement this (https://github.com/apple/swift/pull/4929,&nbsp;Maxim Moiseev&nbsp;and&nbsp;Michael Gottesman&nbsp;mentioned that since this does modify the public API, a proposal should go through swift-evolution to address&nbsp;this.</div><div><br></div><div>I wanted to kick off the discussion here and get feedback from the mailing list.</div><div><br></div><div>Looking forward to chatting about this!</div><div>Eli Perkins</div>