Skip to content

Commit 018e73d

Browse files
committed
Make swiftSDKs(for:) private
1 parent 4fdc6fe commit 018e73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public final class SwiftSDKConfigurationStore {
8585
try encoder.encode(path: configurationPath, fileSystem: fileSystem, properties)
8686
}
8787

88-
public func swiftSDKs(for id: String) throws -> [SwiftSDK] {
88+
private func swiftSDKs(for id: String) throws -> [SwiftSDK] {
8989
for bundle in try self.swiftSDKBundleStore.allValidBundles {
9090
for (artifactID, variants) in bundle.artifacts {
9191
guard artifactID == id else {

0 commit comments

Comments
 (0)