Hi @mythz ,
I noticed that you added support for Codable on the last version of the swift client.
I was just giving it a try on one of my projects, but while it generated the code correctly it doesn’t compile because it gives a lot of error.
I have cleared the cache to get the latest ServiceStack server, updated the X tool, and referenced the last swift client from Github.
All error look the same, here an excerpt of the errors, and a gist with the dto file
type 'GetAppConfig' does not conform to protocol 'IReturn'
Type 'SearchListing' does not conform to protocol 'IReturn'
Type 'AppConfigResponse' does not conform to protocol 'Decodable'
This is the file generated
ServiceStack Codable (github.com)
Let me know if you need more info