Add quick link to Package.swift file #3781
DandyLyons
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for the suggestion, @DandyLyons. I think, with the manifest only being two clicks away from a package page, it's probably OK as is. One click either on "View on GitHub" in the right hand menu, or on the link under the package title, and then one more click on the Package.swift. Space in that top area is tight and It's already quite full. I'm not sure adding another link there is worth the space to save a click. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When evaluating a package, I often find that I need to look at the Package.swift file. It would be nice to have a quick link to jump straight to reading the Package.swift file on GitHub.
Why not just read the summary on SPI
SPI has a ton of useful info but there is still more vital important information which is not on the SPI summary and is easily readable in the Package.swift manifest. For example, SPI doesn't currently show the minimum OS requirements for each platform, or the
swift-tools-version
.Beta Was this translation helpful? Give feedback.
All reactions