Skip to content

Commit c61e5ad

Browse files
authored
Remove an import of UniformTypeIdentifiers from the Foundation overlay. (#864)
An earlier iteration of this code needed to talk to the UniformTypeIdentifiers framework on Apple platforms. This is no longer the case. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent e2ec041 commit c61e5ad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Overlays/_Testing_Foundation/Attachments/Attachment+URL.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
@_spi(Experimental) @_spi(ForSwiftTestingOnly) public import Testing
1313
public import Foundation
1414

15-
#if SWT_TARGET_OS_APPLE && canImport(UniformTypeIdentifiers)
16-
private import UniformTypeIdentifiers
17-
#endif
18-
1915
#if !SWT_NO_PROCESS_SPAWNING && os(Windows)
2016
private import WinSDK
2117
#endif

0 commit comments

Comments
 (0)