diff --git a/Sources/PassKit/FakeSendable.swift b/Sources/PassKit/FakeSendable.swift index 31468af..b048685 100644 --- a/Sources/PassKit/FakeSendable.swift +++ b/Sources/PassKit/FakeSendable.swift @@ -26,8 +26,6 @@ /// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN /// THE SOFTWARE. -import Foundation - // This is a temporary fix until RoutesBuilder and EmptyPayload are not Sendable struct FakeSendable: @unchecked Sendable { let value: T