Replies: 1 comment
-
Does anybody have any advice on that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried to use URLRouting in a Swift 6 environment and soon get concurrency errors.
For example: The Router types seem not to be sendable. If you try to define one you get the following error:
What is the right way do do this or is the library only usable with
@preconcurrency import URLRouting
?Beta Was this translation helpful? Give feedback.
All reactions