Skip to content

Commit 481e155

Browse files
committed
Rename _InstructionCounter
In the unified build there ends up being two of these, one in swift-syntax and one in swift-format. Rename so that the target is unique.
1 parent 63c3925 commit 481e155

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
],
4949
targets: [
5050
.target(
51-
name: "_InstructionCounter"
51+
name: "_SwiftFormatInstructionCounter"
5252
),
5353

5454
.target(
@@ -113,7 +113,7 @@ let package = Package(
113113
.executableTarget(
114114
name: "swift-format",
115115
dependencies: [
116-
"_InstructionCounter",
116+
"_SwiftFormatInstructionCounter",
117117
"SwiftFormat",
118118
.product(name: "ArgumentParser", package: "swift-argument-parser"),
119119
.product(name: "SwiftSyntax", package: "swift-syntax"),

0 commit comments

Comments
 (0)