From 06613ac8fbf8ebc07df3e6ea97e2decc99c7d0cc Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 31 Aug 2026 10:30:00 -0700 Subject: [PATCH] Revert "package import Foundation.NSData (#231)" This reverts commit 4dfe1b9751bb6cd1a34b363310f43b634f8b5645. While the syntax works on macOS, that seems to be an Objective-C fluke, and we're seeing failures on Linux now. --- Sources/Sharing/Internal/Deprecations.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sharing/Internal/Deprecations.swift b/Sources/Sharing/Internal/Deprecations.swift index ea9d456..0d231a0 100644 --- a/Sources/Sharing/Internal/Deprecations.swift +++ b/Sources/Sharing/Internal/Deprecations.swift @@ -1,5 +1,5 @@ #if canImport(Foundation) - package import Foundation.NSData + package import Foundation #endif // NB: Deprecated after 2.5.2