Skip to content

Commit 4f5b135

Browse files
committed
Revert "Use implementation-only imports (#3404)"
This reverts commit ce50cb0. (cherry picked from commit 12a6e82)
1 parent 3933aa2 commit 4f5b135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/PackageDescription/PackageDescription.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@_implementationOnly import ucrt
1717
@_implementationOnly import struct WinSDK.HANDLE
1818
#endif
19-
@_implementationOnly import Foundation
19+
import Foundation
2020

2121
/// The configuration of a Swift package.
2222
///

Sources/PackageDescription/Target.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
99
*/
1010

11-
@_implementationOnly import Foundation
11+
import Foundation
1212

1313
/// A target, the basic building block of a Swift package.
1414
///

0 commit comments

Comments
 (0)