apple / swift-collections

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

Update CMake configuration #347

Closed lorentey closed 4 months ago

lorentey commented 4 months ago

343 missed updating the CMake build config. (Sadly this project has no working CI.)

Weirdly, the missing Sendable conformances are only causing problems on Swift 5.5 -- they must be inferred elsewhere.

Checklist

lorentey commented 4 months ago

@swift-ci test