Replies: 1 comment 2 replies
-
Following up - learning what traits a package offers seems to be down to inspecting Package.swift for the package in question (or dumping it) - so I'll add a +1 to exposing them here on the index as well. Since I'm actively doing some traits research, I'll note that as of August 15th, a public GitHub search showed some 31 independent projects (not forks) that expose traits, a number of which are definitely included in this index (I didn't check all 31). |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Package traits (SE-0450) introduced in Swift 6.1 would be a useful thing to list on the package summary, along with their helpful "description" attribute.
For an example of a package that makes extensive use of traits, see https://github.com/sbooth/CSQLite/blob/main/Package.swift
Beta Was this translation helpful? Give feedback.
All reactions