Commits

Dmitri Hrybenko committed bc50b2f58d3
stdlib: stop using CFSetCreateCopy() in set bridging Use -[NSSet copyWithZone:] instead. CFSetCreateCopy() is buggy in OSes that ship today: it copies the set unconditionally, even if it is immutable, resulting in O(n) bridging. Swift SVN r27733