SwiftCron icon indicating copy to clipboard operation
SwiftCron copied to clipboard

Swift Cron Expression Parser

Results 15 SwiftCron issues
Sort by recently updated
recently updated
newest added

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;...

e.g. ensure tests are written for: - 1 * * * * - * 1 * * * - * * 1 * * - * * * 1 *...

- 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...