Instance Propertyswift-package-manager 6.0.1PackagePlugin
type
File type, as determined by SwiftPM.
let type: FileType
File type, as determined by SwiftPM.
let type: FileType
import PackagePlugin
struct File
Provides information about a single file in a FileList.
enum FileType
Provides information about the type of a file. Any future cases will use availability annotations to make sure existing plugins still work until they increase their required tools version.
let url: URL
The path of the file.
let path: Path
The path of the file.