diff --git a/Package.swift b/Package.swift index c5a14a0ea..ae4d42be0 100644 --- a/Package.swift +++ b/Package.swift @@ -48,7 +48,7 @@ let package = Package( ], targets: [ .target( - name: "_InstructionCounter" + name: "_SwiftFormatInstructionCounter" ), .target( @@ -113,7 +113,7 @@ let package = Package( .executableTarget( name: "swift-format", dependencies: [ - "_InstructionCounter", + "_SwiftFormatInstructionCounter", "SwiftFormat", .product(name: "ArgumentParser", package: "swift-argument-parser"), .product(name: "SwiftSyntax", package: "swift-syntax"), diff --git a/Sources/_InstructionCounter/include/InstructionsExecuted.h b/Sources/_SwiftFormatInstructionCounter/include/InstructionsExecuted.h similarity index 100% rename from Sources/_InstructionCounter/include/InstructionsExecuted.h rename to Sources/_SwiftFormatInstructionCounter/include/InstructionsExecuted.h diff --git a/Sources/_InstructionCounter/src/InstructionsExecuted.c b/Sources/_SwiftFormatInstructionCounter/src/InstructionsExecuted.c similarity index 100% rename from Sources/_InstructionCounter/src/InstructionsExecuted.c rename to Sources/_SwiftFormatInstructionCounter/src/InstructionsExecuted.c