Version 0.23.0: Explicitly support versions and platforms
Pre-release
Pre-release
Added
- A
Package@swift-5.0.swift
file in order to be able to specify supported platforms - Supported versions of Swift are listed in the package manifest file
Changed
- Migrate from
Array.index(of:)
toArray.firstIndex(of:)
- Continue to define our own implementation of
count(where:)
until at least Swift 6, because (as I found out) the implementation in the standard library was removed because of its impact on type-checker performance. - Makes the GitHub Actions workflow output nicer.
Fixed
- Uses the correct Swift version in GitHub Actions tests (closes #80)