1.11.0
* OMIT_DYNAMIC_TEST_SUPPORT Added `OMIT_DYNAMIC_TEST_SUPPORT=1` to drop the `IssueReportingTestSupport` dynamic-library product. Required when targeting platforms without dynamic linking such as WASM, where SwiftPM's auto-link of `.dynamic` products into test build plans fails. * Updated CI to build tests for WASM --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>