apple / swift-collections

Commonly used data structures for Swift
Apache License 2.0
3.55k stars 270 forks source link

OrderedSet: Fix sendable conformance on old swifts #346

Closed lorentey closed 4 months ago

lorentey commented 4 months ago

OrderedSet has lost the condition swift(>=5.5) around its Sendable conformance, and that predictably causes issues on Swifts that predate that.

Checklist

lorentey commented 4 months ago

@swift-ci test