Update baseline swiftinterface files for generated-error-codes#6974
Merged
AlvaroBrey merged 1 commit intoJun 11, 2026
Merged
Conversation
AlvaroBrey
approved these changes
Jun 11, 2026
AlvaroBrey
pushed a commit
that referenced
this pull request
Jun 11, 2026
AlvaroBrey
added a commit
that referenced
this pull request
Jun 11, 2026
* Adopt generated ErrorCode * Move CaseIterable and CustomNSError into generated ErrorCode.swift * Reorder ErrorCode.swift extensions to match swiftinterface baseline * Move DescribableError conformance into generated ErrorCode.swift * fixup! Move DescribableError conformance into generated ErrorCode.swift * fixup! fixup! Move DescribableError conformance into generated ErrorCode.swift * fixup! fixup! fixup! Move DescribableError conformance into generated ErrorCode.swift * Move ErrorCode.swift into Sources/Generated/, add generated comment * Update baseline swiftinterface files (#6974) * Regenerate ErrorCode.swift --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.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 @AlvaroBrey for generated-error-codes
Note
Low Risk
Changes are generated API interface snapshots only; they do not modify runtime SDK code in this diff.
Overview
Refreshes the checked-in RevenueCat
api/*.swiftinterfacebaselines (iOS, macOS, tvOS, watchOS, visionOS, simulators) to match thegenerated-error-codesbranch’s public module shape.The diff is layout and conformance metadata around errors:
PublicError,NSError.asErrorCode, and the???operator are emitted beforeErrorCode;ErrorCode’sdescriptionis declared on an extension that explicitly conforms toSwift.CustomStringConvertibleinstead of a plain extension; and the duplicate emptyCustomStringConvertiblestub at the file tail is removed. No SDK implementation changes appear in this PR—only the API snapshots used by CI’s swiftinterface checks.Reviewed by Cursor Bugbot for commit 0544af4. Bugbot is set up for automated code reviews on this repo. Configure here.