On Xcode 16.x - prints
http:/example.xox --
file:///private/var/folders/hs/w21j_vrd0kq96xyd57vxwrkh37h_f5/T/com.apple.dt.Xcode.pg/containers/com.apple.dt.playground.stub.iOS_Simulator
On Xcode 26.x - prints
http%3A/example.xox --
file:///private/var/folders/hs/w21j_vrd0kg96xyd57vxwrkh37h_f5/T/com.apple.dt.Xcode.pg/containers/com.apple.dt.playground.stub.iOS Simulator
•MyPlayground-04F92754-0C6A-4742-9C05-295065ADEB75/
You can see it is getting percent-encoding
Can i know what changed this behaviour and how can i fix this?