Path.swift icon indicating copy to clipboard operation
Path.swift copied to clipboard

Please add Sendable conformance

Open JetForMe opened this issue 4 months ago • 1 comments

A very brief experiment suggests adding Sendable conformance is trivial, just change the declaration of Path to:

public struct Path: Pathish, Sendable {

JetForMe avatar Aug 03 '25 21:08 JetForMe

PR welcome. I am not actively using this package currently so I cannot really verify that it works.

mxcl avatar Oct 30 '25 15:10 mxcl