marmelroy / PhoneNumberKit

A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
MIT License
5.13k stars 817 forks source link

Fix compilation in xcode 16b5 #791

Closed Jeepston closed 2 months ago

Jeepston commented 2 months ago

Fix compilation error in ParseManager due to uncaptured inout variable.

https://github.com/marmelroy/PhoneNumberKit/issues/790