Everything I know about running Swift on ARM (Raspberry Pi, BeagleBone, etc)
- "Swift for ARM Systems" from @iachievedit http://dev.iachieved.it/iachievedit/swift-for-arm-systems/
- Joe's post is a great rallying point for people interested in Swift 3 on ARM
- Jenkins CI: http://swift-arm.ddns.net/job/Swift-3.0-ARM
- Swift available for Beaglebone/RasPi (2015/12/20)
-
Introducing Swift 3.0 (2016/2/16)
- http://dev.iachieved.it/iachievedit/introducing-swift-3-0/
- describes how he built swift 3.0 packages for ubuntu/x86_64
-
Debian Packages for Swift on ARM (2015/12/22)
- http://dev.iachieved.it/iachievedit/debian-packages-for-swift-on-arm/
- describes how to use his repo for swift 2.2 packages on ubuntu/armhf
-
Ubuntu Packages for Open Source Swift (2015/12/15)
- http://dev.iachieved.it/iachievedit/ubuntu-packages-for-open-source-swift/
- describes how to use his debian repo for swift 2.2 ubuntu/x86_64 packages
-
Keeping up with Open Source Swift (2015/12/12)
- http://dev.iachieved.it/iachievedit/keeping-up-with-open-source-swift/
- describes how he built swift snapshot (2.2 at the time?) packages for ubuntu/x86_64
- package-swift: A set of helper scripts for building and packaging Swift on Ubuntu Linux
-
Swift 3.0 now available for all the ARMv6 RaspberryPi (1,Zero) (2016/3/10)
- https://www.uraimo.com/2016/03/10/swift-3-available-on-armv6-raspberry-1-zero/
- he built swift 3.0 for raspbian/armv6 and published a tarball on dropbox
-
Swift available for all the ARMv6 RaspberryPi (1,Zero) (2016/2/10)
- https://www.uraimo.com/2016/02/10/swift-available-on-armv6-raspberry-1-zero/
- he built swift 2.2 for raspbian/armv6 and published a tarball on dropbox
- Currently, Swift on Raspberry Pi3 (2016/4/26)
- Building Swift For ARMv6 (2016/5/8)
- Build instructions for Ubuntu 16.04 / Raspberry Pi 2
-
Here's my own personal effort at building Swift on ARM: https://github.com/cellularmitosis/swift-build-scripts
-
Compiling Swift on Raspberry Pi (2016/3/22)
-
How To: Prep A Raspberry Pi 2 For Compiling Swift (2016/1/5)
-
How To: Compile Swift on a Raspberry Pi 2 (2016/1/5)
-
Swift on Raspberry Pi (2015/12/28)
- http://blog.andrewmadsen.com/post/136137396480/swift-on-raspberry-pi
- instructions for installing @iAchievedit's packages and writing hello world
-
SR-40: Port Swift to Linux on Raspberry Pi
-
SR-388: Swift REPL fails to launch on ARM
-
SR-623: swift (front-end tool) looks for wrong 'armv*' target on Raspberry Pi
-
SR-1412: Cannot compile Foundation on ARM
-
2369: Convert "armv7l" to "armv7" for the architecture component of paths
-
901: Support ARMv6 (original Raspberry Pi), ARMv7 bugfixes
-
352: Adding support for ARMv6 on linux
- https://bugs.swift.org/browse/SR-40?focusedCommentId=10230&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-10230
- "Building just LLVM and Clang requires more than 4 Gb, probably 8 Gb, IIRC. Building Swift requires 12 Gb if building with debug information (for the linking step)."