Skip to content

v0.5.0 | Wabi Rebirth

Compare
Choose a tag to compare
@furby-tm furby-tm released this 13 Aug 11:19
· 1 commit to main since this release
88a6942

Changes to allow this old and outdated Swift Package to continue to work in the year 2024 with later versions of Swift 5.10+.

  • Requiring a minimum macOS version of 10.15.
  • Removing superfluous warnings about using the old deprecated @_functionBuilder attribute by replacing all usage of this attribute with the proper @resultBuilder.
  • Silence warnings for retroactive conformances of Swift.KeyValuePairs by fully-qualifying all types in its extensions.