·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
This release includes small performance improvements, new object.* builtins, and upgrades our minimum Swift toolchain and OS versions.
object.filter, object.remove, object.subset (#187)
Swift OPA now supports some new object.* builtins:
Authored by @DFrenkel
Swift Tools Version updated to 6.1 (#183)
We have updated the minimum Swift toolchain version required to build Swift OPA from 6.0 to 6.1.
This change gives the project access to package traits, which will allow us to separate out optional dependencies better.
Minimum platform OS versions updated for macOS and iOS (#185)
We have updated the minimum platform OS versions required to build Swift OPA from .macOS(.v13) -> .macOS(.v15) and .iOS(.v16) -> .iOS(.v18).
Bumping the OS versions allows us to use Mutex<T> and other newer Swift APIs.