You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/libSwiftPM.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ SwiftPM has a library based architecture and the top-level library product is
6
6
called `libSwiftPM`. Other packages can add SwiftPM as a package dependency and
7
7
create powerful custom build tools on top of `libSwiftPM`.
8
8
9
+
A subset of `libSwiftPM` that includes only the data model (without SwiftPM's
10
+
build system) is available as `libSwiftPMDataModel`. Any one client should
11
+
depend on one or the other, but not both.
12
+
9
13
The SwiftPM repository contains an [example](https://github.com/apple/swift-package-manager/tree/master/Examples/package-info) that demonstrates the use of
10
14
`libSwiftPM` in a Swift package. Use the following commands to run the example
0 commit comments