Hi, im upgrading my project to run on Xcode 15,
During 3rd party library upgrade, i stumble into compiler error for SwinjectStoryboard
'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
Below are Swinject version i use
github "Swinject/Swinject" == 2.8.3
github "Swinject/SwinjectStoryboard" == 2.2.3
I found Some workaround mention here -> https://github.com/atrick/swift-evolution/blob/diagnose-implicit-raw-bitwise/proposals/nnnn-implicit-raw-bitwise-conversion.md#associated-object-string-keys
not sure if anyone encounter this as well ?