diff --git a/Sources/swift-format/Subcommands/PerformanceMeasurement.swift b/Sources/swift-format/Subcommands/PerformanceMeasurement.swift index 388009a93..a230aa052 100644 --- a/Sources/swift-format/Subcommands/PerformanceMeasurement.swift +++ b/Sources/swift-format/Subcommands/PerformanceMeasurement.swift @@ -11,7 +11,7 @@ //===----------------------------------------------------------------------===// import ArgumentParser -import _InstructionCounter +import _SwiftFormatInstructionCounter struct PerformanceMeasurementsOptions: ParsableArguments { @Flag(help: "Measure number of instructions executed by swift-format")