Update baseline swiftinterface files for pallares/update-ci-to-xcode-26.4#6699
Merged
Conversation
ajpallares
approved these changes
Apr 27, 2026
7e340f3
into
pallares/update-ci-to-xcode-26.4
4 of 5 checks passed
ajpallares
added a commit
that referenced
this pull request
Jun 5, 2026
* Update CI to Xcode 26.4 and iOS 26.4 simulators Made-with: Cursor * Update baseline swiftinterface files (#6556) * Update baseline swiftinterface files (#6595) * Fix FallbackComponentTests for Swift 6.3's new DecodingError format (SE-0489) Made-with: Cursor * Update CI to Xcode 26.4.1 Made-with: Cursor * Update baseline swiftinterface files (#6699) * Fix iOS simulator versions for Xcode 26.4.1 xcodebuild destinations require the three-component version (26.4.1) while fastlane scan uses the two-component runtime version (26.4). Made-with: Cursor * Update CI to Xcode 26.5 (Beta 3) with iOS 26.5 simulators Made-with: Cursor * Add comment noting FB22500243 affects run-test-ios-26 Co-authored-by: Cursor <cursoragent@cursor.com> * Keep run-test-ios-26 on Xcode 26.3 due to FB22500243 Co-authored-by: Cursor <cursoragent@cursor.com> * Update baseline swiftinterface files (#6893) * Update baseline swiftinterface files (#6920) --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Requested by @ajpallares for pallares/update-ci-to-xcode-26.4
Note
Low Risk
This PR only updates a generated
*.swiftinterfacebaseline (toolchain/version metadata and conditional compilation annotations), with no behavioral/runtime code changes. Risk is limited to potentially impacting API-diff checks if the regenerated interface unintentionally reflects a public API signature change.Overview
Updates the generated
api/revenuecat-api-ios-simulator.swiftinterfacebaseline to match a newer Swift/Xcode toolchain (Swift 6.3.1) and its emitted interface format.The diff is primarily metadata and compiler-conditional annotations (e.g., removal of many
#if compiler(>=5.3) && $NonescapableTypesguards and updated module flags), reflecting regeneration rather than intentional API behavior changes.Reviewed by Cursor Bugbot for commit 547c69d. Bugbot is set up for automated code reviews on this repo. Configure here.