<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 3, 2016, at 11:23, Jens Persson &lt;<a href="mailto:jens@bitcycle.com" class="">jens@bitcycle.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I've also tried the latest nightly (2 aug *), and I can verify that it's broken in the same way as the latest dev snapshots.<div class="">(* <a href="https://swiftnightly.com/" class="">https://swiftnightly.com</a>, swift-DEVELOPMENT-SNAPSHOT-2016-08-02-a.xctoolchain)<div class=""><div class=""><br class=""></div><div class="">Note that the following suffices to demonstrate the issue (a command line app):</div></div></div><div class="">import Foundation</div><div class="">print("Hello, world!") // This line is not needed to produce the linker error.</div><div class=""><br class=""></div><div class="">Commenting out 'import Foundation' will make it compile.</div><div class=""><br class=""></div><div class=""><div class="">(I also tried creating a single view iOS app and the standard template prj won't compile with the nightly toolchain. Perhaps it's the same with the latest dev snapshots, haven't tried.)</div></div><div class=""><br class=""></div><div class="">I'm a bit surprised that so few seem to have noticed that at least the three latest dev snapshots (without symbols) are broken (ans the ones without symbols don't include UnsafeRawPointer).</div><div class=""><br class=""></div><div class="">I'd like to try out the new UnsafeRawPointer API, and it's currently not possible (beta 4 doesn't include it, and all the snapshots that include it are broken/unusable as described above).</div></div></div></blockquote><br class=""></div><div>The only thing that’s known-broken is command-line tools (because they are linked statically). Everything else is working, or at least the normal levels of snapshot-buggy.</div><div><br class=""></div><div>Jordan</div><br class=""></body></html>