zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

New makeProxy factory function in Swift #2275

Closed bernardnormier closed 4 weeks ago

bernardnormier commented 4 weeks ago

This PR adds a new makeProxy factory function to Ice for Swift.

It's similar to the existing uncheckedCast and should be preferred over uncheckedCast (and checkedCast) in many situations, in particular in the demos.

It also updated 3 tests to use makeProxy.