<div dir="ltr"><br><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"><div>* <b>Remove unsafeAddressOf</b>. &quot;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.&quot; (<a href="https://bugs.swift.org/browse/SR-1957" target="_blank">https://bugs.swift.org/browse/SR-1957</a> <a>rdar://problem/18589289</a>)<br></div><div><br></div></div></blockquote><div><br></div><div>Oops, I just responded to this on another thread. Pasting:</div><div><br></div><div style="font-size:12.8px">It&#39;s minor, but I use unsafeAddressOf regularly for writing `description` methods:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    var description: String {</div><div style="font-size:12.8px">        return &quot;&lt;\(self.dynamicType): \(unsafeAddressOf(self))&gt;{ more info here... }&quot;</div><div style="font-size:12.8px">    }</div><div style="font-size:12.8px"><br></div><div><span style="font-size:12.8px">I guess this would be covered by some generalized solution for format specifiers in string interpolations, but I gather that won&#39;t happen for quite a while...</span> </div></div></div></div>