Commits

Joe Groff committed 0d0d9dace5e
Foundation overlay: Fix optionality mismatch in NSMutableDictionary subscript. `setObject:forKey:` takes a nonnull object, causing us to accidentally pass in a boxed Optional-in-an-Any from the Swift subscript's optional newValue. Fixes rdar://problem/27875914.