-
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Jul 13, 2025
Replies: 1 comment 1 reply
-
Hi @wzxu, can you share more details of your exact set up? What version of Xcode and Swift are you using? If I had to guess, it would seem that you are using Xcode 26, which now defaults to using main actor isolation for new projects. This is a new feature of Swift 6.2, and in our opinion is still not fully baked and we are waiting for many bug fixes to be merged before we can evaluate how to adapt our library to properly handle it. So, in the meantime you should disable this feature, and then things should work correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wzxu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @wzxu, can you share more details of your exact set up? What version of Xcode and Swift are you using?
If I had to guess, it would seem that you are using Xcode 26, which now defaults to using main actor isolation for new projects. This is a new feature of Swift 6.2, and in our opinion is still not fully baked and we are waiting for many bug fixes to be merged before we can evaluate how to adapt our library to properly handle it. So, in the meantime you should disable this feature, and then things should work correctly.