We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85d419 commit a38fc4aCopy full SHA for a38fc4a
Sources/PackageDescription/PackageDescription.swift
@@ -16,7 +16,7 @@
16
@_implementationOnly import ucrt
17
@_implementationOnly import struct WinSDK.HANDLE
18
#endif
19
-@_implementationOnly import Foundation
+import Foundation
20
21
/// The configuration of a Swift package.
22
///
Sources/PackageDescription/Target.swift
@@ -8,7 +8,7 @@
8
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
9
*/
10
11
12
13
/// A target, the basic building block of a Swift package.
14
0 commit comments