<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><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><b class="">So, first, I would like to know if there is a way to compile xcode projects (and all classes within it) using the Swift version that I built from sources.&nbsp;</b></div></div></div></blockquote><br class=""></div><div>Hi Marcel,</div><div><br class=""></div><div>I actually do this.</div><div><br class=""></div><div>What I did is:&nbsp;</div><div><br class=""></div><div>1. Make a recursive copy of a xctoolchain.</div><div>2. Replace all the parts in that new toolchain with symlinks to the built versions</div><div>3. Edit the Info.plist to give the toolchain a unique name</div><div><br class=""></div><div>It’s a hack, but currently it is otherwise quite problematic to build your own toolchain. There is a ticket open to make the build-script capable of this however, so hopefully this will be implemented.</div><div><br class=""></div><div>Max</div><br class=""></body></html>