func appendingPath(_ path: any StringProtocol) -> URL
s10Foundation3URLV4GlobE13appendingPathyACSy_pF
3YR0G
import Foundation
import Glob
protocol StringProtocol : BidirectionalCollection, Comparable, ExpressibleByStringInterpolation, Hashable, LosslessStringConvertible, TextOutputStream, TextOutputStreamable where Self.Element == Character, Self.Index == String.Index, Self.StringInterpolation == DefaultStringInterpolation, Self.SubSequence : StringProtocol
A type that can represent a string as a collection of characters.