File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/BuildServerIntegration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -389,6 +389,7 @@ package actor SwiftPMBuildServer: BuiltInBuildServer {
389
389
)
390
390
await testHooks. reloadPackageDidStart ? ( )
391
391
defer {
392
+ signposter. endInterval ( " Reloading package " , state)
392
393
Task {
393
394
self . connectionToSourceKitLSP. send (
394
395
TaskFinishNotification ( taskId: TaskId ( id: " package-reloading " ) , status: . ok)
@@ -456,7 +457,6 @@ package actor SwiftPMBuildServer: BuiltInBuildServer {
456
457
signposter. emitEvent ( " Finished traversing modules " , id: signpostID)
457
458
458
459
connectionToSourceKitLSP. send ( OnBuildTargetDidChangeNotification ( changes: nil ) )
459
- signposter. endInterval ( " Reloading package " , state)
460
460
}
461
461
462
462
package nonisolated var supportsPreparationAndOutputPaths : Bool { options. backgroundIndexingOrDefault }
You can’t perform that action at this time.
0 commit comments