Merge pull request #1874 from ahoppen/allow-dependency-updates

Allow dependency updates in the `index-build` folder
This commit is contained in:
Alex Hoppen
2024-12-09 14:31:38 -08:00
committed by GitHub

View File

@@ -329,7 +329,7 @@ package actor SwiftPMBuildSystem: BuiltInBuildSystem {
}
var configuration = WorkspaceConfiguration.default
configuration.skipDependenciesUpdates = true
configuration.skipDependenciesUpdates = !options.backgroundIndexingOrDefault
self.swiftPMWorkspace = try Workspace(
fileSystem: localFileSystem,