OS: Ubuntu 16.04
Swift Version: 3.0 Preview 6
I\'m following this getting started page
In greeter.swift
greeter.swift
func sayHello(na
Process was changed to CommandLine in swift 3.0
Try replacing Process with CommandLine
Process
CommandLine
Here is the link to the commit that changed it: Rename Process to CommandLine [SE-0086].