swift-sdk-generator
swift-sdk-generator copied to clipboard
No swift version number in the bundle metadata
I noticed that none of the meta json files contains the sdk swift version. I'd expect at least swift-sdk.json contain the swift version value in it.
~Same situation with the target triple, it's nowhere in the meta.~ (it is in swift-sdk.json)
it that intentional?
I tentatively would consider adding this, not sure though if we'd need to issue a formal amendment to the proposal. So far the convention was to embed the version in bundle's name, as the version would primarily be useful for reading by humans and not machines, but I'm curious to hear about your use case.
but I'm curious to hear about your use case
it's just to have the data provided as parameters easily accessible, without establish parseable naming convention.