Commits

Dmitri Hrybenko committed d46cb9db6ef
Foundation overlay: remove initWithObjectsAndKeys:_,... <rdar://problem/21384187> NSDictionary's convenience init(objects: [AnyObject], forKeys keys: [AnyObject]) is unsound This method is unsound / unsafe for Swift. There is not a way to correctly express the alternating variadic type constant: AnyObject, NSCopying,... The overlay already defines a tuple based method that serves the same role. Patch by Michael J LeHew Jr. Swift SVN r29497