SwiftCron
SwiftCron copied to clipboard
Swift Cron Expression Parser
Using Xcode 12 with Swift 5.3.2, I am unable to import this package. > package at 'https://github.com/TheCodedSelf/SwiftCron.git' @ d633279e53c010c4e639971fa020513d6d2c3b9c is using Swift tools version 3.1.0 which is no longer supported;...
See commit dbb7979
See commit 23ceb48
See commit 252e85a
e.g. ensure tests are written for: - 1 * * * * - * 1 * * * - * * 1 * * - * * * 1 *...
It's stupid.
- Schedules a block to run on the cron expression's next run date - Add a CronStorage class that will persist all cron blocks that the user can reload when...