PathKit 是 Swift 中超便捷的路径操作。
使用
let path = Path("/usr/bin/swift")
加入路径
let path = Path("/usr/bin") + Path("swift")