Skip to content

Overview

The SCADE Swift SDK for Android is a custom Swift SDK that extends the Swift standard library, Foundation, and Dispatch with full Android platform support. It is built on top of the standard Swift compiler — no custom compiler is required.

The SDK is managed by scd — it is installed automatically when needed, or can be installed manually using the toolchain command. The installed version matches the Swift compiler version active in the system.

  • 6.3.1 (current)
  • 6.2.1
  • 6.1.1
  • 6.0.2
  • 5.10.1
  • 5.9.2
  • 5.8.0

Before version 6.3, SCADE shipped a complete Swift toolchain for Android — including a forked compiler alongside the SDK. From 6.3 onwards, only the SDK is distributed and the standard Swift compiler is used directly.

  • FoundationURLSession, file system paths, timezone support, and resource bundles on Android
  • Dispatch — Main queue and RunLoop integration with the Android UI thread, timers