-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Build error with MarkersExtractor 0.3.13 switch must be exhaustive
and Swift 6 Warnings
#113
Comments
@milanvarady I believe the issue is located here? From ChatGPT The main issue here is that your 1. Fix the Exhaustive
|
switch must be exhaustive
switch must be exhaustive
and Swift 6 Warnings
@milanvarady Thank you for fixing the error! ❤ It is now able to build without errors. But we still have some warnings left. @orchetect for
Thank you. |
This is just Swift 6 concurrency compiler warnings. Probably showing up now because the library was bumped to Swift 6.0 toolchain. The ChatGPT output is stuff we already know.
I will refactor what I can in the library to assist. |
I'm almost done a thorough overhaul of MarkersExtractor, adding Sendable conformance to almost every type, as well as a general cleanup of the codebase. I'll push a new release soon. |
Thank you, Steffan!! |
Released MarkersExtractor 0.3.14. All types and objects are now Sendable. It may require a few small changes to Marker Data but it should be fairly straight-forward. |
Thank you for the update! I just tried to build with MarkersExtractor 0.3.14, it failed. This is the error seems pretty extensive?
There was this error too.
|
@orchetect
When building with MarkersExtractor 0.3.13 there is an error in the build.
Where to fix and resolve this issue? Thanks.
@milanvarady Are we able to fix and address this?
Thank you.
The text was updated successfully, but these errors were encountered: