Skip to content

fix(ios): patch expo-modules-jsi Swift 6 abs() overload ambiguity - #428

Open
RonenMars wants to merge 1 commit into
integration-merge-354-355-376-v2from
fix/expo-modules-jsi-swift6-abs-ambiguity
Open

fix(ios): patch expo-modules-jsi Swift 6 abs() overload ambiguity#428
RonenMars wants to merge 1 commit into
integration-merge-354-355-376-v2from
fix/expo-modules-jsi-swift6-abs-ambiguity

Conversation

@RonenMars

Copy link
Copy Markdown
Owner

Xcode 26.3's Swift 6 compiler fails on abs(milliseconds) in expo-modules-jsi's Date decoding with "type of expression is ambiguous without a type annotation", breaking the Ship iOS job.
Expo's real fix (Xcode 26.4) isn't on GitHub's macos-15 runner yet, so patch-package disambiguates the call as a stopgap.

Rebased from #417 (closed — its base branch integration-merge-354-355-376 no longer exists) onto integration-merge-354-355-376-v2.

Xcode 26.3's Swift 6 compiler fails on abs(milliseconds) in
expo-modules-jsi's Date decoding with "type of expression is
ambiguous without a type annotation", breaking the Ship iOS job.
Expo's real fix (Xcode 26.4) isn't on GitHub's macos-15 runner yet,
so patch-package disambiguates the call as a stopgap.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant