Merge pull request #1570 from ahoppen/remove-indexpathmappings

Remove `indexPrefixMappings` from `BuildSystem`
This commit is contained in:
Alex Hoppen
2024-08-05 10:41:05 -07:00
committed by GitHub
8 changed files with 1 additions and 18 deletions

View File

@@ -462,8 +462,6 @@ extension SwiftPMBuildSystem: BuildSystemIntegration.BuildSystem {
return buildPath.appending(components: "index", "db")
}
package var indexPrefixMappings: [PathPrefixMapping] { return [] }
/// Return the compiler arguments for the given source file within a target, making any necessary adjustments to
/// account for differences in the SwiftPM versions being linked into SwiftPM and being installed in the toolchain.
private func compilerArguments(for file: DocumentURI, in buildTarget: any SwiftBuildTarget) async throws -> [String] {