finnvoor / PlaydateKit

Create games for Playdate using Swift.
https://finnvoor.github.io/PlaydateKit/documentation/playdatekit
Creative Commons Zero v1.0 Universal
198 stars 21 forks source link

`swift_deallocPartialClassInstance` error when early exit (throw) from `Bitmap` #7

Closed finnvoor closed 7 months ago

rauhul commented 8 months ago

Root caused this to a bug in swiftc where early exits from a class init result in the usage of this symbol: https://swift.godbolt.org/z/33EqW6crh

tracked by: rdar://125193196 (swift_deallocPartialClassInstance: Cannot early return from class init by throwing)

cc @kubamracek

rauhul commented 8 months ago

apple/swift#72502