From 64296bcba829ba6d98de273be2d3825495462acf Mon Sep 17 00:00:00 2001 From: Joe Fabisevich Date: Tue, 1 Jul 2025 16:28:39 -0400 Subject: [PATCH] APNSClient's Sendable conformance is now public --- Sources/APNS/APNSClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/APNS/APNSClient.swift b/Sources/APNS/APNSClient.swift index b9a7dcc..962f326 100644 --- a/Sources/APNS/APNSClient.swift +++ b/Sources/APNS/APNSClient.swift @@ -119,7 +119,7 @@ public final class APNSClient