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