stop publishing the executable products

This commit is contained in:
Johannes Weiss 2021-06-08 12:41:25 +01:00 committed by GitHub
parent b8e150416a
commit 04196f718d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,6 @@ var targets: [PackageDescription.Target] = [
let package = Package(
name: "swift-nio-extras",
products: [
.executable(name: "HTTPServerWithQuiescingDemo", targets: ["HTTPServerWithQuiescingDemo"]),
.executable(name: "NIOWritePCAPDemo", targets: ["NIOWritePCAPDemo"]),
.executable(name: "NIOWritePartialPCAPDemo", targets: ["NIOWritePartialPCAPDemo"]),
.executable(name: "NIOExtrasPerformanceTester", targets: ["NIOExtrasPerformanceTester"]),
.library(name: "NIOExtras", targets: ["NIOExtras"]),
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
],