Instance Methodswift-package-manager 6.0.3Basics
appendInterpolation(_:)
NativePathExtensions.swift:37mutating func appendInterpolation(_ value: AbsolutePath)
mutating func appendInterpolation(_ value: AbsolutePath)
s6Basics14SerializedJSONV19StringInterpolationV06appendE0yyAA12AbsolutePathVF
What are these?94KI
import Basics
struct StringInterpolation
struct SerializedJSON
Wrapper type representing serialized escaped JSON strings providing helpers for escaped string interpolations for common types such as AbsolutePath
.
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(literalCapacity: Int, interpolationCount: Int)
mutating func appendInterpolation(_ value: some CustomStringConvertible)
mutating func appendLiteral(_ literal: String)