Hinagiku Soranoba
Hinagiku Soranoba
If we adopted [the semantic versioning](http://semver.org/), it does not work properly when the library version raise from 9 to 10. ``` bash $ rebar3 relflow -u v0.9.9 -x 0.10.0 ===>...
- [x] I have read [CONTRIBUTING](https://github.com/Quick/Quick/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? I upgraded to xcode15.3, Quick and Nimble. ### What did you...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug unhandled_throwing_task is output as an error...
If we installed the library with CocoaPods, the Swift version may be 6, because https://github.com/vadymmarkov/Fakery/issues/127 And, currently this library cannot be built with Swift 6. I hope that the swift_version...
resolve https://github.com/Quick/Nimble/issues/1158 Checklist - While not every PR needs it, new features should consider this list: - [x] Does this have tests?: Yes - [x] Does this have documentation?: No...
- [x] I have read [CONTRIBUTING](https://github.com/Quick/Nimble/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? ```swift await waitUntil { done in let blockOperation = BlockOperation {}...