OrderedDictionary not Sendable?

i looks like around october or so, OrderedDictionary became Sendable if its key and value types are Sendable.

but for some reason it doesn’t seem to have made it into december’s 1.0.4 release.

since packages that depend on branches cannot themselves be used as dependencies, can we get a 1.0.5 for swift-collections?

cc @lorentey

We cannot add new conformances in a patch release, so the new Sendable conformances will ship in version 1.1.0.

That release is currently pending public API reviews for BitSet, BitArray and Heap. Hopefully we'll get there soon!

3 Likes