Skip to content

Commit c0f1e8e

Browse files
authored
Update DefaultPluginScriptRunner.swift
1 parent 998684a commit c0f1e8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Workspace/DefaultPluginScriptRunner.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ public struct DefaultPluginScriptRunner: PluginScriptRunner, Cancellable {
119119

120120
// We use the toolchain's Swift compiler for compiling the plugin.
121121
var commandLine = [self.toolchain.swiftCompilerPathForManifests.pathString]
122+
123+
observabilityScope.emit(debug: "Using compiler \(self.toolchain.swiftCompilerPathForManifests.pathString)")
122124

123125
// Get access to the path containing the PackagePlugin module and library.
124126
let pluginLibraryPath = self.toolchain.swiftPMLibrariesLocation.pluginLibraryPath

0 commit comments

Comments
 (0)