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

Replace ExecuteResult with Swift Result after bug resolution #2

Open
kdubb opened this issue Oct 31, 2023 · 0 comments
Open

Replace ExecuteResult with Swift Result after bug resolution #2

kdubb opened this issue Oct 31, 2023 · 0 comments

Comments

@kdubb
Copy link
Contributor

kdubb commented Oct 31, 2023

Due to a bug in the Swift compiler or OSs, using Swift.Result in the latest OSs (macOS 14, iOS 17, etc.) using causes a crash. In order to move forward ExecuteResult, which is essentially exactly like Swift.Result, was added and has no issues.

When the issue is tracked down, or otherwise worked around, the API needs to switch back to Swift.Result.

The issue has been reported in Swift and on the Swift Forums

@kdubb kdubb changed the title Replace ExecuteResult with Swift Result Replace ExecuteResult with Swift Result after bug resolution Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant