Instance Methodswift-package-manager 6.0.1Basics->Swift
appendInterpolation(_:)
NativePathExtensions.swift:31mutating func appendInterpolation(_ value: AbsolutePath)
mutating func appendInterpolation(_ value: AbsolutePath)
ss26DefaultStringInterpolationV6BasicsE06appendC0yyAC12AbsolutePathVF
What are these?3JLE1
import Basics
import Swift
@frozen struct DefaultStringInterpolation
Represents a string literal with interpolations while it is being built up.
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.