Replies: 1 comment 4 replies
-
Hi @jaredh159, we definitely can (and will) look into updating the library for sendability. For things like the However, I am curious how exactly you are getting warnings for our library inside your project? When I start a fresh Xcode project with max concurrency warnings, and then |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! Really appreciate the library, and have been using it in production for a couple of years.
I'm working on getting some of my codebases ready for Swift 6 by running 5.10 and turning up as many concurrency warning and strictness settings as I can.
I'm getting a decent number of warnings from this library, stuff like:
I would have just opened a PR adding some Sendable conformances, but I'm not really sure how to think about Parser/Printers and Sendability. Are these straightforward to conform to Sendable? or straightforward that they can not be conformed to Sendable? are there plans to do an update addressing concurrency issues? if not, would you guys be willing to give a little guidance on how you'd like to see it done and then accept a PR?
thanks again!
Beta Was this translation helpful? Give feedback.
All reactions