Provide semantic functionality for packages that are subdirectories of a workspace folder

rdar://119740711
This commit is contained in:
Alex Hoppen
2024-02-23 00:34:10 -08:00
parent 5589caad16
commit d76e9059bf
11 changed files with 366 additions and 48 deletions

View File

@@ -43,7 +43,7 @@ func executable(_ name: String) -> String {
/// Provides build settings from a build server launched based on a
/// `buildServer.json` configuration file provided in the repo root.
public actor BuildServerBuildSystem: MessageHandler {
let projectRoot: AbsolutePath
public let projectRoot: AbsolutePath
let buildFolder: AbsolutePath?
let serverConfig: BuildServerConfig