Skip to content
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

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Update packaging for Xcode 15.3 #8502

merged 1 commit into from
Mar 7, 2024

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Mar 5, 2024

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.

@tgoyne tgoyne added the no-jira-ticket Skip checking the PR title for Jira reference label Mar 5, 2024
@tgoyne tgoyne self-assigned this Mar 5, 2024
@cla-bot cla-bot bot added the cla: yes label Mar 5, 2024
@tgoyne tgoyne force-pushed the tg/xcode-15.3 branch 11 times, most recently from be142ba to d584404 Compare March 7, 2024 00:32
@tgoyne
Copy link
Member Author

tgoyne commented Mar 7, 2024

Passing release pipeline job with this: https://github.com/realm/realm-swift/actions/runs/8180887917

@tgoyne tgoyne marked this pull request as ready for review March 7, 2024 02:41
Copy link
Contributor

@dianaafanador3 dianaafanador3 left a 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
Copy link
Contributor

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?

RealmSwift/Impl/RealmCollectionImpl.swift Show resolved Hide resolved
RealmSwift/SwiftUI.swift Outdated Show resolved Hide resolved
@tgoyne tgoyne merged commit 0fc34f1 into master Mar 7, 2024
131 of 133 checks passed
@tgoyne tgoyne deleted the tg/xcode-15.3 branch March 7, 2024 19:39
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants