Questions tagged [swift]

Swift is a general-purpose, open-source programming language developed by Apple Inc. for their platforms and Linux. Use this tag for questions concerning its use on Unix-style systems, including its toolchain. For more general questions about Swift, ask on Stack Overflow instead.

Swift is a general-purpose, open-source programming language developed by Apple Inc. for their platforms and Linux.

See also the tag on Stack Overflow.

6 questions
3
votes
1 answer

Which Swift features are available on Linux (CoreData, linking to C code)?

I am interested in writing Swift code on Linux. Now I know I can install Swift on Linux, that's great. Does the Linux installation of Swift also include CoreData? That would be terrific. Also, is it possible to compile C code and link it to Swift…