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

"Mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code" in XCode 16 beta 5 #795

Closed pontusJPaf closed 2 months ago

pontusJPaf commented 2 months ago

Steps to reproduce

Expected result
Actual result

Build fails with error: Mutable capture of 'inout' parameter 'buffer' is not allowed in concurrently-executing code in file ParseManager.swift, line 112 and 114

Environment