Swift for Windows 1.6 Released

includes GUI written in Swift

Posted by Han Sangjin on June 8, 2017

What is this?

  • Swift compiler for Windows using MinGW-w64 toolchains.
  • Support Swift language 3.1
  • A GUI application that helps compilation is included.

Notice

  • MinGWCrt module is included. It is a Glibc-like module for the MinGW C runtime library.
  • Minimal subset of the mingw64 package is included.
  • The alpha version of wxSwift module is included.
  • Foundation module is NOT included.
  • Compiler Source: swift-mingw-20170606 from tinysun212 (based on: swift-DEVELOPMENT-SNAPSHOT-2017-04-09 from apple/swift)