We use Swinject 2.8.0 and 2.8.2 in our app from the pod and we see that some of our users (100-200 crashes) have problems with the app. I could not reproduce the issue any of our test devices like 20 iPhones. So the app crashes right at the first line when initialising a ViewController with Swinject. I created an issue on github, but no response yet. We have like a thousand ViewControllers so it would be a big modification if we have to remove it from the code.
The open issue: https://github.com/Swinject/Swinject/issues/522
The issue seems to be with Xcode 14 and Swinject pod. We created a build with Xcode 13 and the crashing devices now work but you know Apple, we couldn't use the old version forever.