Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Windows #41

Open
bilaalrashid opened this issue Oct 13, 2024 · 1 comment
Open

Support Windows #41

bilaalrashid opened this issue Oct 13, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bilaalrashid
Copy link
Owner

bilaalrashid commented Oct 13, 2024

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).

@bilaalrashid bilaalrashid added the enhancement New feature or request label Oct 13, 2024
@bilaalrashid
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant