A very brief experiment suggests adding Sendable conformance is trivial, just change the declaration of `Path` to: ```swift public struct Path: Pathish, Sendable { ```