Skip to content

Commit 4f5f74e

Browse files
author
Alexander Schmutz
committed
Add Buildable library
1 parent dfdc33e commit 4f5f74e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ 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"])
11+
.library(name: "StructBuilder", targets: ["StructBuilder"]),
12+
.library(name: "Buildable", targets: ["StructBuilder"])
1213
],
1314
dependencies: [
1415
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.1.1"),

0 commit comments

Comments
 (0)