CoreOffice / XMLCoder

Easy XML parsing using Codable protocols in Swift
https://coreoffice.github.io/XMLCoder/
MIT License
797 stars 109 forks source link

Test with Xcode 14.0 and Swift 5.7 #245

Closed MaxDesiatov closed 2 years ago

MaxDesiatov commented 2 years ago

The way the XML parser from Foundation treats errors differs between SDK versions, we have to handle this in our tests accordingly.

MaxDesiatov commented 2 years ago

Thanks, I've created #248 to track this.