davedelong / time

Robust and type-safe date and time calculations for Swift
MIT License
2.32k stars 77 forks source link

Conform various types to `Sendable` #78

Closed junebash closed 8 months ago

junebash commented 8 months ago

I was getting some warnings attempting to make some types conform to Sendable in my project. @preconcurrency import Time is a workaround, but this was an easy enough change to make.