bhirt

Results 4 comments of bhirt

@envygeeks would you be open to adding arm support if someone else did the work? I need to deploy to arm also. I thought I would check here first before...

I am also getting this error with the current version. Using swift 5.8. I'm not sure why SwiftyJSON is implementing comparators for NSNumber. Just out of curiosity, I wrote a...

Just another follow up: ``` import Foundation let n1 = NSNumber(value: 1) if let _ = n1 as? any Comparable { print("n1 is Comparable") } else { print("n1 is NOT...

I just ran across this issue as well, and commented on it here: [#1091](https://github.com/SwiftyJSON/SwiftyJSON/issues/1091) My conclusion is that Foundation on linux has NSNumber conforming to Comparator, while Foundation on apple...