Path.swift
Path.swift copied to clipboard
Please add Sendable conformance
A very brief experiment suggests adding Sendable conformance is trivial, just change the declaration of Path to:
public struct Path: Pathish, Sendable {
PR welcome. I am not actively using this package currently so I cannot really verify that it works.