Skip to content

Commit

Permalink
Revert "Use implementation-only imports (#3404)" (#3524)
Browse files Browse the repository at this point in the history
This reverts commit ce50cb0.

(cherry picked from commit 12a6e82)
  • Loading branch information
neonichu authored Jun 9, 2021
1 parent 59f2c1b commit ff554ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/PackageDescription/PackageDescription.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@_implementationOnly import ucrt
@_implementationOnly import struct WinSDK.HANDLE
#endif
@_implementationOnly import Foundation
import Foundation

/// The configuration of a Swift package.
///
Expand Down
2 changes: 1 addition & 1 deletion Sources/PackageDescription/Target.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
*/

@_implementationOnly import Foundation
import Foundation

/// A target, the basic building block of a Swift package.
///
Expand Down

0 comments on commit ff554ff

Please sign in to comment.