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
Attachment: Download
md5: 4b2f58b46255589020d15c0f36ce3411
Issue Description:
I'm getting an "Abort trap 6". I don't know how much of it is related specifically to the nested Coordinator aspect.
The text was updated successfully, but these errors were encountered:
Here's a much smaller reproducer:
protocol MyProtocol {} func crash() -> some MyProtocol { class MyClass: MyProtocol {} return MyClass() }
One workaround is to move your Coordinator class outside and rename it to something else. This will prevent the crash for now.
Coordinator
Sorry, something went wrong.
I have a potential fix here: #33035
Jessy (JIRA User) This is now fixed on master. Please verify using the next available trunk snapshot from swift.org and close the ticket. Thank you!
theblixguy
No branches or pull requests
Attachment: Download
Additional Detail from JIRA
md5: 4b2f58b46255589020d15c0f36ce3411
Issue Description:
I'm getting an "Abort trap 6". I don't know how much of it is related specifically to the nested Coordinator aspect.
The text was updated successfully, but these errors were encountered: