<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="">+1<div class=""><br class=""></div><div class="">-Chris</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 28, 2017, at 10:36 AM, Tony Allevato via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I agree, the currently running OS seems like the right default here. Progressive disclosure and ease of prototyping are good motivations here. If I just want to quickly prototype something, I'm not going to be thinking about choosing a minimum OS; I'm just going to write something using the APIs that are available on my current one. If I decide to distribute that later, *that's* when I'm going to start thinking about minimums (and adding availability directives, if needed).</div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Mon, Nov 27, 2017 at 4:53 PM William Dillon via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">It would be my assumption that it would build for the currently running OS.&nbsp; It would be very confusing to me to have availability checks failing for an OS version lower that what I'm using.&nbsp; I'm sure that I would be swearing for a few hours before I finally found the obscure documentation that said that it would compile for the oldest OS swift supports.<div class=""><br class=""></div><div class="">Thanks for asking us! :)</div><div class=""><br class=""></div><div class="">- Will</div></div><div style="word-wrap:break-word" class=""><div class=""><br class=""><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Nov 27, 2017, at 4:44 PM, Jordan Rose via swift-dev &lt;<a href="mailto:swift-dev@swift.org" target="_blank" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="m_950520969082435988Apple-interchange-newline"><div class=""><div style="word-wrap:break-word;line-break:after-white-space" class="">Hi, all. Consider the following command, as run on a Mac with an up-to-date Xcode installed:<div class=""><br class=""></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px" class=""><div class="">xcrun swiftc foo.swift</div></blockquote><div class=""><br class=""></div>The question: should this build for the <i class="">current running OS,</i>&nbsp;or <i class="">the oldest macOS Swift supports</i> (10.9)? You can always specify the deployment target OS version explicitly with the -target option, but what should the default behavior be?<div class=""><br class=""></div><div class="">Some points to consider:</div><div class="">- The deployment OS affects availability checks, which means that the command might succeed on one host but fail on another.</div><div class="">- â€¦but we already changed the default for the interpreter (`xcrun swift`) to be the current running OS in Swift 3.1 (Xcode 8.3, last spring).</div><div class="">- Clang defaults to the current running OS (as of a few Xcodes ago, IIRC).</div><div class=""><br class=""></div><div class="">Given these points, I'm inclined to change swiftc to default to building for the current running OS when no target is specified, but what do other people think?<br class=""><div class=""><div class=""><br class=""></div><div class="">Note that this doesn't apply to projects built with either Xcode or the Swift Package Manager, both of which always explicitly provide a deployment target. Invoking swiftc directly and not providing -target means (1) you are definitely compiling for Mac (when run on a Mac), and (2) there's a good chance you don't plan to distribute what you just built, because until Swift lives in the OS, it has dependencies on your installed Swift toolchain (currently messily resolved with absolute rpaths). If you avoid this with -static-stdlib, you're giving up the ability to have dynamic libraries, because we didn't implement that properly.</div></div></div><div class=""><br class=""></div><div class="">Thanks for your feedback!</div><div class="">Jordan</div><div class=""><br class=""></div><div class="">P.S. For Apple folks, this is&nbsp;<a class="">rdar://problem/29948658</a>.</div><div class=""><br class=""></div></div>_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" target="_blank" class="">swift-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-dev" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-dev</a><br class=""></div></blockquote></div><br class=""></div></div></div>_______________________________________________<br class="">
swift-dev mailing list<br class="">
<a href="mailto:swift-dev@swift.org" target="_blank" class="">swift-dev@swift.org</a><br class="">
<a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-dev</a><br class="">
</blockquote></div>
_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-dev<br class=""></div></blockquote></div><br class=""></div></body></html>