Questions tagged [swift]

Swift is a programming language created by Apple. It is used for creating software to run on iOS, Mac, Apple TV and Apple Watch.

More information can be be found here on Swift's official page.

3 questions
3
votes
1 answer

Swift ARM build that will run on Raspberry Pi 3 B+

I've been fiddling around in my free time trying to get Swift 4.something to run on a Raspberry Pi 3 B+ with Raspbian Stretch. I found a repo on GitHub which looked promising, but after building it overnight, I discovered the maintainer of the repo…
Adrian
  • 61
  • 7
2
votes
1 answer

Problems making the swift compiler to work

I have installed the swift 3.0 compiler on my raspberry pi 3 (raspbian jessie), but I am getting the following errors while trying to run the interpreter or the compiler. swift: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.21'…
1
vote
2 answers

How do I get Swift working on my Pi 3b

I am a longtime iOS OS X developer who's switched most of his work to Swift. Now that Swift is open source, it has been offered for non-Apple ARM devices like the Pi. Based on my reading, it looks like you need to install Ubuntu on your Pi in order…
Duncan C
  • 119
  • 2