Description
Question
Hello,
I'm working on my pet project MrScrooge (which uses vapor and I'm using the openapi-generator to generate the apis), and last week I decided to upgrade my company laptop to the latest version of mac, which implied a migration of swift to 6. The package.json is not still changed (I'm awaiting to finish the lasts big things after involve myself on that) and I found some weird behaviour, which I don't know if everything is related to this project, but since the first simptom I think comes from the openapi generator, Let's start for here.
The first simptom, it generates at some point (not allways) the build files that OpenApi generates to the root (Client., Types. and Server.* files):
I don't know if I need to configure some specific stuff. You can see the branch in which I'm working here: Dracks/mr-scrooge#30
Is it something that I missed to configure?
Also, after this happens, (two or three compilations) swift decides to start throwing linking errors. (making impossible to compile again, until (not found any better way yet) full cleanup of the .build folder.
I'm using zed as editor, and I compile (and test) mainly using terminal (I've got a small bash script to automatically launch build after some changes)
Thanks,
Dracks.