Skip to content

Commit 2d4959c

Browse files
committed
Reduce StringKey visibility
1 parent e884067 commit 2d4959c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftBuildSupport/PIF.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ public struct SwiftBuildFileType: CaseIterable {
11771177
}
11781178
}
11791179

1180-
struct StringKey: CodingKey, ExpressibleByStringInterpolation {
1180+
fileprivate struct StringKey: CodingKey, ExpressibleByStringInterpolation {
11811181
var stringValue: String
11821182
var intValue: Int?
11831183

0 commit comments

Comments
 (0)