Results 217 comments of Max Desiatov

Unfortunately, ABI stability will require us to keep API stability too, which we cannot guarantee at the moment. The API of XMLCoder is still evolving. We could consider enabling ABI...

Additionally, XMLCoder maintains compatibility with Swift 4.2, while module stability is only available starting with Swift 5.1. As this library is not distributed as a binary, I'd rather keep compatibility...

Hi @mhs2342, thank you for considering XMLCoder! I see multiple options here. Would any of these fit your use case well? 1. Decode as a dictionary: ```swift let decoder =...

Hi @mhs2342, I would like to add more sample code to the README of XMLCoder, would you mind if I take your XML snippet and use it that way? Thank...

Hi @mhs2342! I know it's been a while, were you able to have a look and can the issue be resolved at this point?

The new files need to be added to the existing `.xcodeproj` for CI to pass. I know this is a chore, but we're still keeping compatibility with Carthage (for now),...

I'm glad to merge this as soon as we have unit-test coverage for this. Not sure though if the OP has abandoned this PR, but I didn't have time to...

Hi @liambutler-lawrence, would you be interested to move this PR forward? I'm cleaning up the repository, and if this PR is abandoned and outdated, I'm inclined to close it. Thanks!

I'm closing this PR as abandoned, please feel free to reopen otherwise.

Keeping this open until we have the XPath idea floating around clarified and possibly implemented. When (if) we do have it ready, that would resolve this specific issue in a...