uraimo / buildSwiftOnARM

All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
489 stars 37 forks source link

[arm32][5.0] swiftpm can't find classes defined in the llbuild project (Key and others) #42

Closed uraimo closed 4 years ago

uraimo commented 5 years ago

Fixed itself rebuilding llbuild from scratch after patching for #41.

uraimo commented 5 years ago

Reopening this, to work around it just delete the build/buildbot_linux/llbuild-linux-armv7 directory and restart the build again. There seems to be something broken between swiftpm and llbuild, likely some path/precedence issue.

uraimo commented 4 years ago

Never happened again.