var y = x with { things I want to change }
y = { ...x, change: 'b' }
https://docs.swift.org/swift-book/documentation/the-swift-pr...