IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

substring in swift4 #143

Closed paulrolfe closed 6 years ago

ghost commented 6 years ago
4 Warnings
:warning: Please provide a summary in the Pull Request description.
:warning: The iPhone simluator specified in your Jenkinsfile is invalid for this version of Xcode
:warning: DispatchQueueConfiguration.swift#L46 - Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift#L46: ‘scheduleOneshot(deadline:leeway:)’ is deprecated: renamed to ‘schedule(deadline:repeating:leeway:)’
timer.scheduleOneshot(deadline: deadline, leeway: leeway)
:warning: DispatchQueueConfiguration.swift#L80 - Pods/RxSwift/RxSwift/Schedulers/Internal/DispatchQueueConfiguration.swift#L80: ‘scheduleRepeating(deadline:interval:leeway:)’ is deprecated: renamed to ‘schedule(deadline:repeating:leeway:)’
timer.scheduleRepeating(deadline: initial, interval: dispatchInterval(period), leeway: leeway)
1 Message
:book: Executed 167 tests, with 0 failures (0 unexpected) in 0.462 (0.537) seconds

Generated by :no_entry_sign: Danger