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
Currently, the project can only support core Apple platforms due to variations between the open and closed-source versions of the core frameworks. Once these issues are resolved, Linux (#10) and Windows (#41) can then be officially supported.
This will either involve us waiting for Apple to reach feature parity between the two versions or will require us to implement the missing methods ourselves (and then ideally merge upstream if possible).
The text was updated successfully, but these errors were encountered:
Given that we now have support for Linux in Swift 6 (#10), it seems likely that these fixes will also work on Windows. All that remains to officially support this is to test it in the CI. Currently, this is blocked on swift-actions/setup-swift#676.
Currently, the project can only support core Apple platforms due to variations between the open and closed-source versions of the core frameworks. Once these issues are resolved, Linux (#10) and Windows (#41) can then be officially supported.
This will either involve us waiting for Apple to reach feature parity between the two versions or will require us to implement the missing methods ourselves (and then ideally merge upstream if possible).
The text was updated successfully, but these errors were encountered: