Procházet zdrojové kódy

Executable targets should use executableTarget (#1406)

George Barnett před 3 roky
rodič
revize
55f2608709
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -309,7 +309,7 @@ extension Target {
     path: "Sources/Examples/Echo/Runtime"
   )
 
-  static let echoAsync: Target = .target(
+  static let echoAsync: Target = .executableTarget(
     name: "AsyncAwaitEcho",
     dependencies: [
       .grpc,