Explorar el Código

Executable targets should use executableTarget (#1406)

George Barnett hace 3 años
padre
commit
55f2608709
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,