<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 Feb 22, 2016, at 4:29 AM, Ramakrishna Mallireddy via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><span style="font-size:12.8px" class="">HI,</span><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">How can I compile the swift front-end for iOS.</div><div style="font-size:12.8px" class="">the build-script mentioned only Swift Standard Library for iOS.</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">I have read the build-script-impl, it does have the iOS build flags, but are they only for building the standard library &nbsp;or am I missing something.</div></div></div></blockquote><br class=""></div><div>That's right, the build script only builds the runtime libraries for iOS, not the compiler itself. We don't build or test the compiler on iOS since that's not normally useful for Xcode development.</div><div><br class=""></div><div>-Joe</div><br class=""></body></html>