A wrapper that forcefully marks a non-Sendable type as Sendable.
struct UnsafeSendableWrapper<T>
s25PackageConcurrencyHelpers21UnsafeSendableWrapperV
428EM
import PackageConcurrencyHelpers
protocol Sendable
init(instance: T)
Initializes a new UnsafeSendableWrapper with the provided instance.
UnsafeSendableWrapper
let instance: T
The wrapped instance of the non-Sendable type.