Hi, we actively use your library as our Dependency Injection solution, but we're facing a series of issues when we started to use it with Swift Package Manager. The code runs fine but the tests don't. They're tests that, for example, run perfectly in their original frameworks and were translated to work with SPM. But when running the whole test suite or certain tests individually the library crashes in a very (Swiftly talking) way, as it seems to be deallocating the Resolver instance while it is still running the test case or test suite.
Hi, we actively use your library as our Dependency Injection solution, but we're facing a series of issues when we started to use it with Swift Package Manager. The code runs fine but the tests don't. They're tests that, for example, run perfectly in their original frameworks and were translated to work with SPM. But when running the whole test suite or certain tests individually the library crashes in a very (Swiftly talking) way, as it seems to be deallocating the
Resolver
instance while it is still running the test case or test suite.Any clues about this @hmlongco?