<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 6, 2016, at 11:03, Jacob Bandes-Storch 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 dir="ltr" class=""><br class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word" class=""><div class="">* <b class="">Remove unsafeAddressOf</b>. "We are not aware of any real use cases for it. If there are any, it should be renamed to unsafeAddress(of:) to follow the guidelines." (<a href="https://bugs.swift.org/browse/SR-1957" target="_blank" class="">https://bugs.swift.org/browse/SR-1957</a> <a class="">rdar://problem/18589289</a>)<br class=""></div><div class=""><br class=""></div></div></blockquote><div class=""><br class=""></div><div class="">Oops, I just responded to this on another thread. Pasting:</div><div class=""><br class=""></div><div style="font-size:12.8px" class="">It's minor, but I use unsafeAddressOf regularly for writing `description` methods:</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">&nbsp; &nbsp; var description: String {</div><div style="font-size:12.8px" class="">&nbsp; &nbsp; &nbsp; &nbsp; return "&lt;\(self.dynamicType): \(unsafeAddressOf(self))&gt;{ more info here... }"</div><div style="font-size:12.8px" class="">&nbsp; &nbsp; }</div><div style="font-size:12.8px" class=""><br class=""></div><div class=""><span style="font-size:12.8px" class="">I guess this would be covered by some generalized solution for format specifiers in string interpolations, but I gather that won't happen for quite a while...</span>&nbsp;</div></div></div></div></div></blockquote><br class=""></div><div>I believe `ObjectIdentifier(self)` prints basically the same way.</div><div><br class=""></div><div>Jordan</div><br class=""></body></html>