mirror of
https://github.com/apple/container.git
synced 2026-09-13 11:15:41 +00:00
These types can benefit from swift's automatic synthesis as the properties already conform to Codable. This will give some flexibility for clients using these types to not have to add extension and implement the encoding / decoding separately.