We have a script written in Swift lang. Now we updated to Swift 3 and facing the next issue: We can not access process arguments, compile error here:
error: instance member 'arguments' cannot be used on type 'Process'
How should we access process arguments now?