From 3d010652f5108f5e1e4eb4d0d994e93c9233e573 Mon Sep 17 00:00:00 2001 From: Jonathan Grynspan Date: Tue, 17 Dec 2024 17:14:40 -0500 Subject: [PATCH] Remove an import of UniformTypeIdentifiers from the Foundation overlay. An earlier iteration of this code needed to talk to the UniformTypeIdentifiers framework on Apple platforms. This is no longer the case. --- .../_Testing_Foundation/Attachments/Attachment+URL.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/Overlays/_Testing_Foundation/Attachments/Attachment+URL.swift b/Sources/Overlays/_Testing_Foundation/Attachments/Attachment+URL.swift index 9bfa027d9..9d0a0a5f1 100644 --- a/Sources/Overlays/_Testing_Foundation/Attachments/Attachment+URL.swift +++ b/Sources/Overlays/_Testing_Foundation/Attachments/Attachment+URL.swift @@ -12,10 +12,6 @@ @_spi(Experimental) @_spi(ForSwiftTestingOnly) public import Testing public import Foundation -#if SWT_TARGET_OS_APPLE && canImport(UniformTypeIdentifiers) -private import UniformTypeIdentifiers -#endif - #if !SWT_NO_PROCESS_SPAWNING && os(Windows) private import WinSDK #endif