Extension
Path
extension PathInstance Properties
var attributes: [FileAttributeKey : Any] { get }var creationDate: Date? { get }var modificationDate: Date? { get }var url: String { get }Instance Methods
func containsFile(named file: Path) -> Boolfunc makeOutputPath(itemWriteMode: ItemWriteMode) -> Pathfunc relativePath(from: Path) throws -> Pathfunc resolveSwiftPackageFolder() throws -> Path