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] [4.2] swift fails to compile with mismatch of uint64_t and size_t #25

Closed Kaiede closed 5 years ago

Kaiede commented 6 years ago

I hit this attempting to build 4.2.

This is mostly as an FYI, as I have a patch already in my swift 4.2 branch that seems to solve this issue. Mostly wanted to share it before I get distracted and go back to my project instead of poking around with the Swift build itself.

https://github.com/Kaiede/buildSwiftOnARM/tree/swift-4.2

Kaiede commented 6 years ago

Fix for this is included with: https://github.com/apple/swift/pull/19607