Sumeru / #778 - Fix build failures with Xcode 26 on ARM64#836
Closed
sumeruchat wants to merge 1 commit intomasterfrom
Closed
Sumeru / #778 - Fix build failures with Xcode 26 on ARM64#836sumeruchat wants to merge 1 commit intomasterfrom
sumeruchat wants to merge 1 commit intomasterfrom
Conversation
Add explicit Swift library search paths to resolve linker errors for swiftCompatibility56 and swiftCompatibilityPacks on Xcode 26 ARM64. Update SWIFT_VERSION to 5.0 for broader compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
Author
|
Closing: the SWIFT_VERSION downgrade from 5.3 to 5.0 reverts an intentional upgrade (675d383) tied to Iterable-iOS-SDK 6.6.7. The LIBRARY_SEARCH_PATHS fix is valid but should be submitted separately without the version downgrade. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
swiftCompatibility56andswiftCompatibilityPacksSWIFT_VERSIONto5.0for broader Xcode 26 compatibilityLIBRARY_SEARCH_PATHSandOTHER_LDFLAGSpointing to the Swift toolchain and SDK lib directoriesTest plan
🤖 Generated with Claude Code