Alexander Vasenin

Results 9 issues of Alexander Vasenin

# Report ## What did you do? Run `pod install` and try to compile my project with Xcode 13.3 beta 2. ## What did you expect to happen? I expect...

I just came across this new API and though you might be interested https://developer.apple.com/documentation/foundation/units_and_measurement

suggestion

I know you busy right now, but this official `Swift API Design Guidelines` might be interesting to you in future https://swift.org/documentation/api-design-guidelines/

suggestion

Saturn magnitude is still buggy in some cases: let jd = JulianDay(year: 2018, month: 1, day: 1) // Could be any date let jupiter = Jupiter(julianDay: jd) let saturn =...

bug
help wanted

Having installed `YYImage` with Cocoa Pods produces the following warnings in Xcode 11.4 beta, that are shown despite having `inhibit_all_warnings!` in Podfile: > Target Integrity > AssetsLibrary is deprecated. Consider...

Swift 6 (which expected to be released Sep 2024) is going to have strict concurrency mode to prevent data races. While (AFAIK) SwiftAA does not uses concurrency itself, its clients...

Is it published or what? I see it merged into master, but both CocoaPods and SPM list 2.4.0 as the latest.

Swift 5.9 introduced [direct interoperability with C++](https://www.swift.org/documentation/cxx-interop/) without relying on Objective-C as a bridge. That means that we can get rid of Objective-C wrappers and improve performance a bit. Backward...

### Description I just switched to Xcode 16 and iOS 18 and running my app on the device started producing following runtime warnings on every app start: > /Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m:288 Performing...

api: analytics
api: crashlytics
Xcode 16 - iOS 18