You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed BMPString encoding (#111)
* Fixed#110 by using UTF-16 to encode the string literal
* Added a unit test to test the added functionality
Co-authored-by: Bram Kolkman <[email protected]>
Drop Swift 5.10 (#108)
### Motivation:
Swift 5.10 is no longer supported, we should bump the swift-tools
version.
### Modifications:
* Update Swift tools version to 6.0
* Add `strictConcurrencyDevelopment` mode
### Result:
Code reflects our support window.
Introduced -Xswiftc -Xfrontend flag to GA workflow. (#104)
Introduced -Xswiftc -Xfrontend flag to GA workflow. There were no
Sendability warnings to fix after this change.
---------
Co-authored-by: George Barnett <[email protected]>