pointfreeco / swift-clocks

⏰ A few clocks that make working with Swift concurrency more testable and more versatile.
MIT License
266 stars 17 forks source link

Add comment around platform requirements #15

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

Clocks can be depended on in iOS applications and frameworks starting with iOS 13+, but the Clock protocol is only available in iOS 16+. Let's add a comment to clarify why (prompted by discussion: #14).