You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we just copied the config to the new location or if the configs at old and new location are identical, do not warn about the presence of both configs. The warning's purpose is making people aware of the fact that different versions of SwiftPM are using different configs, but if they are identical, there's no need for them to really know about it.
rdar://99721607
warningHandler("Usage of \(file) has been deprecated. Please delete it and use the new \(destination) instead.")
113
+
}
114
+
}
115
+
}
116
+
}
117
+
102
118
// in the case where ~/.swiftpm/configuration is not the idiomatic location (eg on macOS where its /Users/<user>/Library/org.swift.swiftpm/configuration)
103
119
if idiomaticConfigurationDirectory !=self.dotSwiftPMConfigurationDirectory {
104
120
// copy the configuration files from old location (eg /Users/<user>/Library/org.swift.swiftpm) to new one (eg /Users/<user>/Library/org.swift.swiftpm/configuration)
0 commit comments