File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ public typealias ManifestCustomProductTypeSourceGenerator = (ProductDescription)
62
62
63
63
64
64
/// Convenience initializers for package manifest structures.
65
- public extension SourceCodeFragment {
66
-
65
+ package extension SourceCodeFragment {
66
+
67
67
/// Instantiates a SourceCodeFragment to represent an entire manifest.
68
68
init (
69
69
from manifest: Manifest ,
@@ -633,7 +633,7 @@ public struct SourceCodeFragment {
633
633
self . subnodes = subnodes
634
634
}
635
635
636
- public func generateSourceCode( indent: String = " " ) -> String {
636
+ package func generateSourceCode( indent: String = " " ) -> String {
637
637
var string = literal
638
638
if let subnodes {
639
639
switch delimiters {
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public class Workspace {
96
96
public let pinsStore : LoadableResult < PinsStore >
97
97
98
98
/// The file system on which the workspace will operate.
99
- public let fileSystem : any FileSystem
99
+ package let fileSystem : any FileSystem
100
100
101
101
/// The host toolchain to use.
102
102
private let hostToolchain : UserToolchain
You can’t perform that action at this time.
0 commit comments