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
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.
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 forwardExecuteResult
, which is essentially exactly likeSwift.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
The text was updated successfully, but these errors were encountered: