Closed uraimo closed 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
Fixed!
Sample:
On Swift 3.1.1: working correctly Workaround: none