-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update packaging for Xcode 15.3 #8502
Conversation
be142ba
to
d584404
Compare
Passing release pipeline job with this: https://github.com/realm/realm-swift/actions/runs/8180887917 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!; Just a minor comments and questions!
@@ -77,6 +77,11 @@ if [[ "$target" == "release-package-build-"* ]]; then | |||
sed -i '' "s/REALM_HIDE_SYMBOLS = NO;/REALM_HIDE_SYMBOLS = YES;/" "$filename" | |||
fi | |||
|
|||
# Xcode cloud currently doesn't have visionOS installed for Xcode 15.3 | |||
if [[ "$CI_WORKFLOW" == release-package-build-vision*_15.3 ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From experience this was causing some timeout issues when running the workflow. Is that still the case?
Swift 5.10 fixed some holes in sendability checking resulting in some new warnings. I fixed most of them in the library itself, but didn't try to fix the ones in the tests.
Xcode cloud no longer allows manually starting a disabled workflow (but reports a 500 server error instead of a useful error), but also fixed the bug where you couldn't actually enable workflows via the api.