krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

Build failed when using xcode 16 #213

Closed kacperkurek closed 2 weeks ago

kacperkurek commented 1 month ago

Missing '#include <_types/_uint64_t.h>'; 'uint64_t' must be declared before it is used

IvanGurtler commented 3 weeks ago

I create PR with workaround for Xcode 16.0 Beta ... https://github.com/krzyzanowskim/OpenSSL/pull/215 It is not very beautifull 🥲 but it helps us.

IvanGurtler commented 2 weeks ago

With Xcode 16.0 beta2 the problem is still there :(

krzyzanowskim commented 2 weeks ago

3.1.5006 should fix that - "works on my machine". Please somebody update and report back

IvanGurtler commented 2 weeks ago

For our project it helps probably.

jessesquires commented 2 weeks ago

Confirming that 3.1.5006 works for my team's project.

krzyzanowskim commented 2 weeks ago

grat. I think we nailed it. than you everyone for contributing to that. we did it!