Skip to content

Commit 0ca8ac1

Browse files
authored
Revert "Use implementation-only imports (#3404)"
This reverts commit ce50cb0.
1 parent e58b594 commit 0ca8ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/PackageDescription/PackageDescription.swift

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)