Reading List

Swift Set Intersection Bug from Michael Tsai RSS feed.

Swift Set Intersection Bug

Dave DeLong: It turns out, there was a bug in Set.intersection(_:), but it had only been discovered this past June, and the fix only applies to macOS Ventura and later (my machine is running Monterey still). The scope of the bug is fairly limited: it only showed up if you were using the general intersection […]