-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use libSwiftPM instead of custom model types #120
Comments
SwiftPackageManifest currently fails on dumps generated with Swift 5.3 due to a change in |
Another option could be a dependency on Then we also get access to things like |
* Use libSwiftPM instead of custom model types #120 * Update SwiftPM dependencies * Add wrapper to handle discrepancy between encoded and decoded Manifest * Try to fix 5.2 dependency resolving * Try to fix 5.2 dependency resolving Co-authored-by: Max Desiatov <max@desiatov.com>
Instead of maintaining our own packaga manifest model types, we should consider using the SwiftPackageManifest package to offload this burden. The package is going to be reused in
swift-doc
in the future, so this feels safe to rely on.The text was updated successfully, but these errors were encountered: