Hi! I've been working on an Xcode-first workflow for Embedded Swift on ESP32-C6.
What it does:
- Xcode project template (File → New → Project → ESP32-C6)
Cmd+Bbuilds and flashes via ESP-IDF automaticallyCmd+Rstreams serial output into the Xcode console- SwiftUI installer app (.dmg) for one-click setup
- Onboard NeoPixel (WS2812, GPIO 8) RGB cycle as a "first success" smoke test
Tested on macOS 26, Apple Silicon, and an ESP32-C6 compatible board.
Should work with the official DevKit as well, though not verified.
Still early — feedback on approach and direction very welcome!