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