Closed NachoSoto closed 5 months ago
There's more to it than this. Working on it. Optional cached and shared types are also broken in 6.
There's more to it than this
You mean more errors?
Yep, going to close this as more work was needed. You can see the changes in the swift6 branch.
Sure I appreciate it. This was just the minimum work to at least be able to compile, but looking forward to a more correct solution 👍🏻
See #190.
Factory
is not compatible with Swift 6, so this makes that explicit. Without this, apps compiling againstFactory
when using Swift 6 will try to compile it with that and fail.