<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Dec 8, 2015, at 8:07 PM, Jacob Bandes-Storch via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<div><blockquote type="cite" class=""><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Proposed:&nbsp;<a href="https://github.com/apple/swift-evolution/pull/44" class="">https://github.com/apple/swift-evolution/pull/44</a></div></div></blockquote><div><br class=""></div><div>A related topic that would be great to discuss for Swift 3: right now nullable C pointers import directly as UnsafePointer, and UnsafePointer are therefore nullable. &nbsp;While it is true that they are unsafe :-), it would be more true to the Swift model to import them as optional unsafe pointers.</div><div><br class=""></div><div>There are tradeoffs on both sides, just something to consider.</div><div><br class=""></div><div>-Chris</div></div></body></html>