RepoJournal
Mobile platforms

Mobile platforms

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

Pick a date

The Wire · Showcase

FLUTTER FIXES GPU RENDERING RACE, SWIFT TACKLES OPAQUE VALUE CRASHES

By RepoJournal · Filed · About Mobile platforms

Flutter's Impeller renderer shipped a critical fix for a concurrent buffer upload race that could silently drop rendering commands, while Swift's compiler is wrestling with stack state verification failures in opaque value mode.

The Impeller dirty-range race [2] is the priority fix this morning: DeviceBufferGLES was reading dirty ranges on the reactor thread while UI threads were writing to them, causing uploads to silently clear ranges mid-flush and lose rendering data. Flutter also shipped a new GPU surface API [3] that lets the framework present rendered textures back through the engine, completing the Flutter GPU feature set for custom rendering pipelines. On the tooling side, flutter doctor now detects multiple adb installations [1] that conflict with device detection, addressing a longstanding developer pain point during Android setup. Swift's compiler landed index store support [4] enabled by default to power IDE features, but the team is actively debugging SIL verification crashes [5] in opaque values mode that break AsyncStream and Collection iteration. Kotlin's incremental compilation team is consolidating test infrastructure [7] [8] [9], moving duplicative tests down the stack, while Swift export gained cross-language interface conformance [6], letting Swift classes implement exported Kotlin protocols with proper dispatch.

Action items

References

  1. [1] [flutter_tools] Add doctor validator warning for multiple adb installations (#186031) flutter/flutter
  2. [2] [Impeller] Fix dirty-range race in DeviceBufferGLES uploads (#187932) flutter/flutter
  3. [3] [Flutter GPU] Add surface API for framework presentation (#187358) flutter/flutter
  4. [4] build-script: Add --llvm-enable-index-store, defaulted ON ↗ apple/swift
  5. [5] Opaque Values: inconsistent stack states ↗ apple/swift
  6. [6] [Swift Export] KT-66890: Add interface discoverability to kotlin runtime for cross-language interface/protocol conformance ↗ JetBrains/kotlin
  7. [7] [BTA] Move class-visibility and Java-constant incremental scenarios to BTA JetBrains/kotlin
  8. [8] [Gradle] KQA-3101 Remove duplicate multiproject ABI-snapshot IC test JetBrains/kotlin
  9. [9] [Gradle] KQA-3101 Move KaptGenerateStubs compiler-args dedup check to functional test JetBrains/kotlin

FAQ

What changed in Mobile platforms on June 13, 2026?
Flutter's Impeller renderer shipped a critical fix for a concurrent buffer upload race that could silently drop rendering commands, while Swift's compiler is wrestling with stack state verification failures in opaque value mode.
What should Mobile platforms teams do about it?
Update Flutter to latest revision and rebuild GPU-dependent apps to pull Impeller race fix [ref:3] • If targeting Android, run 'flutter doctor' to check for multiple adb installations [ref:1] before next device test • Monitor Swift trunk builds if using opaque values mode (-enable-sil-opaque-values); crashes reported in AsyncStream and Collection iteration [ref:7]
Which Mobile platforms repositories shipped on June 13, 2026?
flutter/flutter, apple/swift, JetBrains/kotlin

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.