Mike Ash
Mike Ash
@swift-ci please test
@swift-ci please test
Which commit should I be using with beta 3? I tried `7865b015f9135d8e1799a0f406be0174e4b04d85` (which is current ToT for `main`) and got a bunch of "error: pattern that the region based isolation...
Sorry, I meant which commit in the DiscordBM repository should I use to try to reproduce this?
I don't recall what trouble I had previously, but I tried again (with the latest `main` and Xcode 16.1b2) and I think I've reproduced the issue. The crash is a...
Yeah, not casting blame here, just describing the root of the issue. Something about how the stack frame layout code works causes it to make a separate area for each...
Hard to tell without more info. The VM Region Info from an Apple crash log would show pretty definitively if we ran out of stack space or had some other...
`$sScPSgMD` is `demangling cache variable for type metadata for Swift.TaskPriority?` and that seems to be the type it's failing on. macOS 11 requires a back-deployment copy of `libswift_Concurrency.dylib` to be...
Thank you for the feedback report. That made its way to me and I've located the issue. The problem is an incorrect path referenced for libswift_Concurrency.dylib. When targeting OS versions...