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.1.1][Foundation]String.write(toFile:) crash #9

Closed uraimo closed 6 years ago

uraimo commented 6 years ago

Sample:

import Foundation

try! "Some content".write(toFile:"testfile", atomically: true, encoding: .utf8)

On Swift 3.1.1: working correctly Workaround: none

uraimo commented 6 years ago

Fixed!