-
Notifications
You must be signed in to change notification settings - Fork 377
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
SWIFT 6 : Thread 41: EXC_BREAKPOINT (code=1, subcode=0x103330448) #229
Comments
|
I solve my problem with: let decoder = JSONDecoder()
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys,
Hello,
I'm encountering an issue where my code breaks at the following line. The same code works flawlessly in Swift 5.x, but in Swift 6 (as detailed below), it throws an error.
Is anyone else experiencing this behavior? Could this be an expected issue due to Swift 6 still being unreleased?
Thank you in advance for any insights!
The text was updated successfully, but these errors were encountered: