Skip to content

Conversation

@glessard
Copy link
Contributor

@glessard glessard commented Dec 15, 2025

  • Explanation: In some build configurations, libswiftCompatibilitySpan was being linked for a newer deployment target than expected. With this fix the maccatalyst deployment target no longer overwrites the macOS deployment target at link time.

  • Resolves: rdar://163874201

  • Risk: Low. This only affects macOS builds, where the deployment target of libswiftCompatibilitySpan is already wrong (macOS 13.1,) instead of the expected value of macOS 10.14.4 for x86_64, or macOS 11 for arm64.

  • Main branch PR: [cmake] fix libswiftCompatibilitySpan for maccatalyst builds #85969

  • Reviewed by: @edymtt

  • Testing: Verified libraries created by a side build. This should allow the macOS back-deployment tests to now successfully execute the Span-related tests.

In some build configurations, libswiftCompatibilitySpan was being linked for a newer deployment target than expected.
@glessard glessard requested a review from a team as a code owner December 15, 2025 21:59
@glessard glessard added the 🍒 release cherry pick Flag: Release branch cherry picks label Dec 15, 2025
@glessard
Copy link
Contributor Author

@swift-ci please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍒 release cherry pick Flag: Release branch cherry picks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants