Project fails to compile in Xcode 14 on Ventura
Sajjon opened this issue · 1 comments
Sajjon commented
tayloraswift commented
aha, that is the glue function the plugin uses to invoke SPF. so if you know the list of filenames you want to transform you can just pass them to the .build/release/factory
executable. you just won’t get "nice" SPM integration from the plugin.
on a broader level, this is a bug. but it should be a relatively straightforward fix just use posix_spawn
like it asks. thanks for the report!