Upgraded SwinjectStoryboard to 2.2.2 and suprisingly faced with trouble of setup method not being called at all, so all implicit injects are now not working.
Also, XCode 13 warns me with this:
warning: (arm64) /path/to/project/Build/Products/Debug-iphoneos/SwinjectStoryboard/libSwinjectStoryboard.a(_SwinjectStoryboardBase(iOS-tvOS).o) unable to open object file: No such file or directory
Versions 2.2.0 and 2.2.1 works as expected with no warnings. With dynamic_frameworks setup method works fine.