Commits

David Farler committed 76c5937b6c6
Build fix: Don't invalidate Set index during intersect Intersect needs an intermediate set because we need to both traverse and modify the left-hand side for the in-place operation, which can invalidate the index. Swift SVN r23666