mirror of
https://github.com/apple/container.git
synced 2026-07-23 18:01:33 +00:00
- Instead of using force-unwrap to append to a list-valued dictionary entry that should always exist, assign the value with a default fallback and append to the (non-optional) result.