CacheAdvance
CacheAdvance copied to clipboard
Build and test in CI using `swift` (in addition to `xcodebuild`)
Inspired by https://github.com/dfed/CacheAdvance/pull/42#discussion_r415180088.
Goals
- Ensure that changes to this library don't break building and testing with
swiftdirectly.
Non-Goals
- Test all OS configurations using
swift. We can continue to have our comprehensive test matrix usexcodebuild. - Remove tests that rely on
xcodebuildin favor ofswift. ROI is not there, and its nice to ensure that the generated project works.
Investigations n/a
Design
Build and test via swift in CI to sanity to check that this continues to work.