RepoJournal
Mobile platforms

Mobile platforms

Flutter, Swift, and Kotlin - the mobile platforms developers ship on

Keep up with Mobile platforms in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Mobile Full archive →

The Wire · Showcase

Flutter macOS text input crash fixed

By RepoJournal · Filed · About Mobile platforms

Flutter patched a macOS crash that could take down any app when an IME reports a selection outside the text buffer.

Flutter's Chris Bracken fixed a macOS crash in the text input plugin where an out-of-bounds selection or composing range would index past the end of the text and abort [1]. The fix validates ranges passed to setMarkedText, which should eliminate a whole class of IME-triggered crashes. Meanwhile, Flutter also corrected the rendering of translated bounded blurs in Impeller, so gradients and shadows will look right when the canvas moves [2]. Swift compiler engineers salvaged debug info in three optimization passes, fixing "all variables lost by the pass in the stdlib" and recovering 6.4% of lost variables in SILCombine [3]. Kotlin dropped a safety switch for a type simplification rule, finally allowing the compiler to apply it unconditionally [4]. Span subscripting in Swift now uses borrow instead of get, which eliminates temporary copies for large element types like InlineArray [5]. Across three repos this period there were 100 commits, 70 PRs, and one release. Start with the Flutter macOS crash fix if you're on that platform, then pull in the Swift debug info salvage, and keep an eye on the Kotlin inference change before your next compiler bump.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] macOS: Fix crash on out-of-bounds text input ranges (#191780) flutter/flutter
  2. [2] Fixes translated bounded blurs ↗ flutter/flutter
  3. [3] [DebugInfo] Salvage Debug Info in deleteAllDebugUses ↗ apple/swift
  4. [4] [Inference] Drop the safety switch for T&Any..T? <: Foo simplification JetBrains/kotlin
  5. [5] Ensure Span subscripting always uses borrow instead of get ↗ apple/swift

Quick answers

What shipped in Mobile platforms on August 27, 2026?
Flutter patched a macOS crash that could take down any app when an IME reports a selection outside the text buffer. In total, 100 commits, 70 pull requests, and 1 releases landed.
Who contributed to Mobile platforms on August 27, 2026?
15 developers shipped this update, including Ben Konyi, gaaclarke, glitchfl, flutteractionsbot, Chris Bracken, Snowy1803, aidan-hall, and tshortli, and 7 more.
What were the notable Mobile platforms updates?
macOS: Fix crash on out-of-bounds text input ranges (#191780), Fixes translated bounded blurs, and [DebugInfo] Salvage Debug Info in deleteAllDebugUses.

More from Mobile platforms

Daily updates, in your inbox

Follow Mobile platforms

Keep up with Mobile platforms in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?