You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler error on Xcode15 - Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
#179
Open
august-setel opened this issue
Nov 28, 2023
· 0 comments
· May be fixed by #184
The text was updated successfully, but these errors were encountered:
august-setel
changed the title
Compiler error on Xcode15 Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.`
Compiler error on Xcode15 - Forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
Nov 28, 2023
Hi, im upgrading my project to run on Xcode 15,
During 3rd party library upgrade, i stumble into compiler error for SwinjectStoryboard
Below are Swinject version i use
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 ?
The text was updated successfully, but these errors were encountered: