Mark Villacampa

@markvillacampa
19 Followers
55 Following
10 Posts
Generalist. I do things. At the intersection of product, code and design. Helping developers make more money
@revenuecat
@jesusfdiaz @asendra why not both? 😄

@mattiem ty!

saw your other withCheckedContinuation crash report when investigating this one and was hoping it was the same… but nope 😅

new Swift crasher if anyone wants to take a look 👀

FB14855530

https://github.com/swiftlang/swift/issues/75952

withCheckedContinuation crashes on Xcode 16 RC · Issue #75952 · swiftlang/swift

Description I can reproduce on Xcode 16 RC and Xcode 16.1 beta, but ONLY when running the app as "Designed for iPhone/iPad" on macOS Sonoma, and ONLY in debug mode (crash goes away in release mode)...

GitHub

This seems to be fixed now in Swift main, it just didn't make it in time for Xcode 16 beta 2.

I've just tried with the latest Swift daily snapshot build and it doesn't crash anymore :)

Thanks @jckarter !!

https://github.com/swiftlang/swift/pull/74604

IRGen: Don't encode conditional requirements to Copyable as normal conformance requirements. by jckarter · Pull Request #74604 · swiftlang/swift

For new runtimes, this is redundant with the invertible requirement encoding, and for old runtimes, this breaks dynamic conformance checking because Copyable and Escapable aren't real protocols on ...

GitHub

This Swift crasher is still present in Xcode 16 beta 2 and I'm starting to worry 😅 any Swift folks still around this part of the internet able to take a look?

FB13828346

https://github.com/swiftlang/swift/issues/74333

Runtime crash when compiling with Swift 6 and running on Swift 5.X runtime · Issue #74333 · swiftlang/swift

Description Using the version of Swift 6 bundled with Xcode 16 beta 1, the following two snippets of code compile and run fine in iOS 18 (sim/device) and macOS 15, but crash when run in iOS 17 (sim...

GitHub
@rileytestut spoke like true european 🇪🇺

I found a crasher when compiling with Swift 6 and running with Swift 5 runtime.

Filed an issue in the Swift repo in case other people experience the same problem or any Swift folks can take a look :)

Also FB13828346

https://github.com/apple/swift/issues/74333

Runtime crash when compiling with Swift 6 and running on Swift 5.X runtime · Issue #74333 · apple/swift

Description Using the version of Swift 6 bundled with Xcode 16 beta 1, the following two snippets of code compile and run fine in iOS 18 (sim/device) and macOS 15, but crash when run in iOS 17 (sim...

GitHub
@stroughtonsmith iPad Tab Bar APIs? 👀
@_inside looks like that finally fixed Previews! 😄

@rmondello you knew!? 😛

Congrats! and thank you