<div dir="ltr">I wouldn&#39;t personally use a Cygwin or MinGW target these days, but I can see why a Cygwin target would be useful in a Swift context. I suspect most Swift code is either going to be written for iOS/Mac, or Linux server code, including third-party libraries. Lots of Swift code will probably have some POSIX calls that wouldn&#39;t otherwise be available on Windows.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 3, 2016 at 2:44 AM, hitstergtd+swiftevo--- via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Why is there a need to support Cygwin/MingW and their variants as a<br>
build target for Windows? MSVC is practically free these days.<br>
<br>
Doesn&#39;t supporting multiple different ABI targets on Windows just<br>
complicate matters unnecessarily? Isn&#39;t MSVC enough as a build target?<br>
<br>
I am not dejecting; rather, just wondering the actual need.<br>
<br>
On 3 May 2016 at 06:00, Sangjin Han via swift-evolution<br>
<div><div class="h5">&lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br>
&gt; Hello swift-evolution,<br>
&gt;<br>
&gt; This is continued from PR #2351(<a href="https://github.com/apple/swift/pull/2351" rel="noreferrer" target="_blank">https://github.com/apple/swift/pull/2351</a>).<br>
&gt;<br>
&gt; Here is the brief history. (To avoid confusion, I used MSVC refer to<br>
&gt; *-*-windows-msvc and Cygwin refer to *-*-windows-cygnus in LLVM.)<br>
&gt;<br>
&gt; I needed the #if method to distinct MSVC from Cygwin, for mapping the Int to<br>
&gt; CLongLong not CLong on MSVC.<br>
&gt; In PR #2351, I simply added &#39;os(Cygwin)&#39; and restrict &#39;os(Windows)&#39; to<br>
&gt; *-*-windows-msvc from *-*-windows-*, this solved my problem.<br>
&gt;<br>
&gt; Jake(@jakepetroules) pointed out that Cygwin is not an OS and it will never<br>
&gt; fixed to avoid breaking user applications.<br>
&gt; There is moreĀ  participants and opinions, briefly,<br>
&gt; - introduce another new one such as &#39;env(cygnus)&#39; or &#39;triple(Cygwin)&#39;<br>
&gt; - the usability of the common condition &#39;os(Windows)&#39; for *-*-windows-*<br>
&gt; - fundamentally, what do we gain from asking which os() is in use?<br>
&gt; - &#39;env()&#39; is too vague<br>
&gt; - what the right questions?<br>
&gt;<br>
&gt; Forgive me the poor quotations of valuable opinions.<br>
&gt;<br>
&gt;<br>
&gt; I hope we find out the solution or method everybody satisfied.<br>
&gt;<br>
&gt;<br>
&gt; -Han Sangjin<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; swift-evolution mailing list<br>
&gt; <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
&gt;<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote></div><br></div>