mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Implicitly trigger build graph generation when creating a SwiftPMBuildSystem
This commit is contained in:
@@ -102,11 +102,6 @@ package protocol BuiltInBuildSystem: AnyObject, Sendable {
|
||||
/// file or if it hasn't computed build settings for the file yet.
|
||||
func sourceKitOptions(request: SourceKitOptionsRequest) async throws -> SourceKitOptionsResponse?
|
||||
|
||||
/// Schedule a task that re-generates the build graph. The function may return before the build graph has finished
|
||||
/// being generated. If clients need to wait for an up-to-date build graph, they should call
|
||||
/// `waitForUpToDateBuildGraph` afterwards.
|
||||
func scheduleBuildGraphGeneration() async throws
|
||||
|
||||
/// Wait until the build graph has been loaded.
|
||||
func waitForUpToDateBuildGraph() async
|
||||
|
||||
|
||||
Reference in New Issue
Block a user