Rauhul Varma
Rauhul Varma
### Description When building for a target like visionOS or avr which may only have support for a single language subset (like "full swift" or "embedded swift" respectively) we should...
When bringing up an embedded example for the rp2350 I noticed using an invalid peripheral name in svd2swiftplugin silently fails. this should instead result in an error.
WIP: GitHub actions for CI
WIP...
We should have an example project that builds with xcodeproj for users in that ecosystem.
We should have an example project that builds with bazel for users in that ecosystem.
As per the SVD Spec [here](https://siliconlabs.github.io/Gecko_SDK_Doc/CMSIS/SVD/html/group__svd__xml__fields__gr.html) enumeratedValues can be an array of up to 2 instances. Currently SVDFields only supports a single enumeratedValues child. Both the SVD library and code...
The `@_implementationOnly` attribute does not work correctly without library evolution enabled. The only possible client with this enabled is Apple, however they have updated to the Swift 6 compiler and...