Skip to content

Commit 6284d43

Browse files
author
Alexander Schmutz
committed
Remove StructBuilderClient from package products
1 parent 01218d1 commit 6284d43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ let package = Package(
88
name: "StructBuilder",
99
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6), .macCatalyst(.v13)],
1010
products: [
11-
.library(name: "StructBuilder", targets: ["StructBuilder"]),
12-
.executable(name: "StructBuilderClient", targets: ["StructBuilderClient"]),
11+
.library(name: "StructBuilder", targets: ["StructBuilder"])
1312
],
1413
dependencies: [
1514
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.1"),

0 commit comments

Comments
 (0)