Skip to content

Commit 55f2608

Browse files
authored
Executable targets should use executableTarget (#1406)
1 parent 9539d94 commit 55f2608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ extension Target {
309309
path: "Sources/Examples/Echo/Runtime"
310310
)
311311

312-
static let echoAsync: Target = .target(
312+
static let echoAsync: Target = .executableTarget(
313313
name: "AsyncAwaitEcho",
314314
dependencies: [
315315
.grpc,

0 commit comments

Comments
 (0)