-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift crash when building on Xcode 15.3 RC #107
Comments
What would be the solution if Apple doesn't fix the issue, this will block a lot of people and is extensively used by point-free libraries. |
Could this get made available for older custom dump versions as well? I'm still stuck on pre 1.0 TCA 😢 |
Re-echo'ing the top where we have a fairly massive project that will eventually move to TCA 1.x. This is simply not possible atm. Given the size of the fix, are there options of performing a retroactive 0.59.1 point release fix with these updates? |
@ThePragmaticArt this was released today as 0.11.2 https://github.com/pointfreeco/swift-custom-dump/releases/tag/0.11.2 |
Ah thank you! I didn't see that. So 0.59.0 should auto bump the Swift Custom Dump dependency based on the package.swift definitions. |
Thank you so much! |
TCA 0.59 can auto-bump to custom-dump 0.11.2, but if you want to force it and make sure it never goes back to something lower, you can always add an explicit dependency on swift-custom-dump and constrain to 0.11.2+. |
* update to ht sdk to 5.5.0 * bump visits app version * fix issue with swift custom dump pointfreeco/swift-custom-dump#107
* update to ht sdk to 5.5.0 * bump visits app version * fix issue with swift custom dump pointfreeco/swift-custom-dump#107
Describe the bug
Swift-Custom-Dump fails to build for Archive on Xcode 15.3 RC (latest version on Xcode Cloud though not publically available at time of writing 🤔, also crashed on beta 3)
To Reproduce
Open the attached project in Xcode 15.3 and build for Archive.
test.zip
Expected behavior
Not crash 😉
Environment
Additional context
Build log output:
Crash is when building the swift-custom-dump package.
The text was updated successfully, but these errors were encountered: