Ethan Humphrey
Ethan Humphrey
This is simply a suggestion to add support for Xcode Build Plugins for periphery, allowing us to quickly and easily install periphery and run it without having to create a...
### 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 When using the Xcode Build Plugin...
With the release of iOS 18 Developer Beta 5 and Public Beta 3, my team received reports from customers that all negative values in our app were showing as positives,...
Resolves #833. Fixes an issue that caused the initialized Decimal's sign not to match the passed `sign` when `significand` is negative. More information in the linked issue.