Daniil Vorobyev
Daniil Vorobyev
Yesterday I faced some crash in `302:Container.swift`: ``` guard let currentObjectGraph = currentObjectGraph else { fatalError("If accessing container from multiple threads, make sure to use a synchronized resolver.") } ```...
A possible solution for[ this issue](https://github.com/Swinject/Swinject/issues/493)
Hello! I'm using `3.02` version of SwagGen, Xcode 13. Trying to install: ``` git clone -b swagger_2 https://github.com/yonaskolb/SwagGen.git cd SwagGen make install ``` the output is: ``` swift build --disable-sandbox...