import Foundation extension Array: DefaultValueProvider { static var defaultValue: Array { [] } }