-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Port contents of Documentation/libSwiftPM.md
to DocC
#8725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
@swift-ci please test |
@swift-ci please test windows |
Sources/PackageManagerDocs/Documentation.docc/SwiftPMAsALibrary.md
Outdated
Show resolved
Hide resolved
build system) is available as `libSwiftPMDataModel`. Any one client should | ||
depend on one or the other, but not both. | ||
|
||
The SwiftPM repository contains an [example](https://github.com/swiftlang/swift-package-manager/tree/master/Examples/package-info) that demonstrates the use of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed branch to main
- to change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To drop line 17 and below - to check w folks
Since the example provided seems to be more confusing than helpful, the link to the example has been removed. Also, since libSwiftPM will remain unstable for the foreseeable future, the warning has been updated to reflect such.
@swift-ci please test |
@swift-ci please test windows |
Fixes #8594
Port the contents of
Documentation/libSwiftPM.md
over to our DocC catalog inSources/PackageManagerDocs/Documentation.docc/SwiftPMAsALibrary.md
.