Rauhul Varma

Results 40 issues of 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...

bug
triage needed
embedded

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.

bug
good first issue
svd2swift

WIP: GitHub actions for CI

We should have an example project that builds with xcodeproj for users in that ecosystem.

enhancement
help wanted

We should have an example project that builds with bazel for users in that ecosystem.

enhancement
help wanted

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...

svd
svd2swift

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...