Skip to content

Commit a38fc4a

Browse files
neonichubitjammer
authored andcommitted
Revert "Use implementation-only imports (swiftlang#3404)" (swiftlang#3476)
This reverts commit ce50cb0.
1 parent c85d419 commit a38fc4a

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)