<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Zach,</div><div class=""><br class=""></div><div class="">A quick note on usage of @available attribute in your code.</div><div class=""><br class=""></div><div class=""><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);">@available</span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);" class="">(</span><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);">*</span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);" class="">, deprecated, renamed</span><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);">=</span><span class="pl-s" style="box-sizing: border-box; color: rgb(24, 54, 145); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);"><span class="pl-pds" style="box-sizing: border-box;">"</span>init(validatingCString:)<span class="pl-pds" style="box-sizing: border-box;">”</span></span><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);" class="">)</span></div><div class=""><span style="color: rgb(51, 51, 51); font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 12px; line-height: 16.8px; white-space: pre-wrap; widows: 1; background-color: rgb(234, 255, 234);" class=""><br class=""></span></div><div class="">`renamed` provides a hint to XCode on how to actually rewrite the code in order for it to compile. It is quite unfortunate really that `renamed` accepts the syntax in a snippet above.</div><div class="">Please change `renamed` to `message`. Message will simply be displayed and expect some action from the developer.</div><div class=""><br class=""></div><div class="">thanks,</div><div class="">max</div><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 14, 2016, at 6:02 PM, Zachary Waldowski via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">In response to some recommendations from the Swift 3 plans, the proposed API has been made more comprehensive, and the proposal updated to fit.<br class=""><br class="">The proposal is now PR'ed:<br class=""><br class=""> &nbsp;&nbsp;&nbsp;<a href="https://github.com/apple/swift-evolution/pull/101" class="">https://github.com/apple/swift-evolution/pull/101</a><br class=""><br class="">The code is still where it was before:<br class=""><br class=""> &nbsp;&nbsp;&nbsp;<a href="https://github.com/apple/swift/compare/master...zwaldowski:string-from-code-units" class="">https://github.com/apple/swift/compare/master...zwaldowski:string-from-code-units</a><br class=""><br class="">Sent from my iPhone<br class="">_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></div></blockquote></div><br class=""></body></html>