swift-windows icon indicating copy to clipboard operation
swift-windows copied to clipboard

Swift compiler for Cygwin, MSVC, MinGW. Full development environment can be downloaded from the Swift for Windows.

Results 12 swift-windows issues
Sort by recently updated
recently updated
newest added

NOOB question.Just starting with swift on windows. Can run helloworld program ok but when I import Foundation, get the following error. ```shell c:\Swift\setPath.bat & c:\Swift\usr\bin\swift.exe test2.swift :1:10: note: in file...

(Using Swift 4 on Windows 10) Note: in file included from :1: #include "CoreFoundation.h" ^ c:\Swift\mingw64\lib\swift\CoreFoundation/CoreFoundation.h:25:10: error: 'assert.h' file not found #include ^ :0: error: could not build C module...

I am getting the following error after install. Any ideas? ![image](https://user-images.githubusercontent.com/27024481/102422654-3d106280-3fd5-11eb-9e9d-a674e339c95b.png) I am using cygwin 64 on windows 10.

Trying to compile 4.2 for cygwin using the guide fails with errors "__FLOAT128 not supported for this target" and "thread-local storage not supported for current target". By using the old...

Hi, I'm doing everything according to manual, but expecting an error: ``` -- The C compiler identification is Clang 3.9.0 CMake Error at C:/Program Files/CMake/share/cmake-3.11/Modules/CMakeDetermineCompilerId.cmake:771 (message): The Clang compiler tool...

I want to find a way to compile swift in windows in CLion. but it seems swift only have macos and linux versions, not support windows. The CLion support to...

Windows structure WIN32_FIND_DATA: ```c typedef struct _WIN32_FIND_DATA { DWORD dwFileAttributes; FILETIME ftCreationTime; FILETIME ftLastAccessTime; FILETIME ftLastWriteTime; DWORD nFileSizeHigh; DWORD nFileSizeLow; DWORD dwReserved0; DWORD dwReserved1; TCHAR cFileName[MAX_PATH]; TCHAR cAlternateFileName[14]; } WIN32_FIND_DATA,...

Naming of type imported from C module (Win32 API) which swiftc compiler print in warning/error output is incorrect ```swift import Foundation import CWin32 let err = NSError(domain:NSCocoaErrorDomain, code:GetLastError(), userInfo:nil) ```...

Hi. First of all, thanks for this amazing work with Windows port of Swift. I have tried to build a newer version with MSVC according to BUILD-WINDOWS.md, but it did...

Hi, I've been doing a lot of work to get Swift usable in a cross-platform way (Mac, iOS, Linux, Android, Raspberry Pi). I heard about this Windows port and the...