Instance Propertyswift-package-manager 6.0.3PackageModel
baseDirectory
SnippetGroup.swift:17var baseDirectory: AbsolutePath
var baseDirectory: AbsolutePath
s12PackageModel12SnippetGroupV13baseDirectory6Basics12AbsolutePathVvp
What are these?6ZFQU
import PackageModel
struct SnippetGroup
struct AbsolutePath
Represents an absolute file system path, independently of what (or whether anything at all) exists at that path in the file system at any given time. An absolute path always starts with a /
character, and holds a normalized string representation. This normalization is strictly syntactic, and does not access the file system in any way.
init(name: String, baseDirectory: AbsolutePath, snippets: [Snippet], explanation: String)
var explanation: String
var name: String
var snippets: [Snippet]