buildSwiftOnARM icon indicating copy to clipboard operation
buildSwiftOnARM copied to clipboard

All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5

Results 9 buildSwiftOnARM issues
Sort by recently updated
recently updated
newest added

I am trying to build Swift 5.2 on Raspbian Buster and get keep getting the following error. ``` /home/buildSwiftOnARM/swift/include/swift/AST/ImportCache.h:103:7: error: requested alignment is less than minimum alignment of 8 for...

5.2

The readme file has links to download prepackaged Swift compilers for various distributions, but the links seem to be broken.

Spotted with a test armv6 build, need to verify if it's there for the classic armv7 build too. ``` pi@raspberrypi:~ $ ./usr/bin/swift run test.swift warning: 'swift run file.swift' command to...

5.4

The usual preset `buildbot_linux,no_test` does not work for arm32 right now, near the end of the process SPM complains that it can't find libicu (correct, it's not being copied over)...

5.0
5.1
5.1.2

It seems Swift for the RPi has performance issues. The following program is a good example. ```swift // Swift 5.1.2 - 1mil3.swift var s = "" var t = ""...

I'm having some issues using precompiled binaries for Raspbian stretch Running it on: ```Linux orangepizero 4.14.65-sunxi #68 SMP Tue Aug 21 19:57:06 CEST 2018 armv7l GNU/Linux``` `swift` invocation returns: ```error:...

Did you try build swift for iOS?

enhancement

On a Raspberry Pi Zero, while compiling libdispatch: ``` + /usr/bin/cmake --build /home/pi/buildSwiftOnARM/build/buildbot_linux/swift-linux-armv6 -- -j1 all swift-test-stdlib-linux-armv6 [1/51] Performing build step for 'libdispatch' FAILED: tools/SourceKit/libdispatch-prefix/src/libdispatch-stamp/libdispatch-build tools/SourceKit/libdispatch-prefix/lib/libdispatch.so tools/SourceKit/libdispatch-prefix /lib/dispatch tools/SourceKit/libdispatch-prefix/lib/libBlocksRuntime.so tools/SourceKit/libdispatch-prefix/lib/BlocksRuntime...

5.0
Patched 👍

``` Compiling Swift Module 'Basic' (38 sources) Linking PackageDescription4 Linking Basic Compiling Swift Module 'SPMUtility' (20 sources) /mnt/buildSwiftOnARM/swiftpm/Sources/SPMUtility/FSWatch.swift:444:19: error: cannot assign value of type '(Int, Int, Int , Int, Int,...

5.0
Patched 👍