Avatar
swiftbot BOT 4/5/2018 9:13 PM
Swift version 4.1 (swift-4.1-RELEASE)
9:13 PM
/usercode/main.swift:5:5: error: value of type 'Process' has no member 'executableURL' process.executableURL = URL(fileURLWithPath: cmd[0]) ^~~~~~~ ~~~~~~~~~~~~~ /usercode/main.swift:10:10: error: value of type 'Process' has no member 'run' try! process.run() ^~~~~~~ ~~~