2 Commits
Author SHA1 Message Date
Thomas Van Lenten 8d3356266b Use Swift 6 mode on the plugin examples to ensure generated code compiles in this mode (#1740) 2025-01-07 09:18:32 -05:00
Franz Busch 604e01ab4f Add tests for SPM plugin (#1387)
# Motivation
We have seen a few issues with the SPM plugin over time that we could have caught with tests.

# Modification
This PR adds a new tested `PluginExamples` folder that contains a standalone package that exercises the plugin in various configuration. This does not only help in testing the various configurations but also is a good resource for people that want to adopt the plugin.

# Result
We now have tests in place making sure our plugin works
2023-03-27 10:39:51 -04:00