appending(components:)

Returns the absolute path with additional literal components appended.

AbsolutePath.swift:171
func appending(components: String...) -> AbsolutePath

This method should only be used in cases where the input is guaranteed to be a valid path component (i.e., it cannot be empty, contain a path separator, or be a pseudo-path like ‘.’ or ‘..’).