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

Fix macOS, tvOS, watchOS platforms, and docs CI #5

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

Our static conditional wasn't quite right. It was overly exclusive towards iOS and macCatalyst platforms. Instead let's use the RegexBuilder module.