mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 19:45:49 +00:00
Auto-discover Swift examples via example/*/Package.swift alongside the existing zig and cmake discovery. The new build-examples-swift job runs on macOS, builds the xcframework with zig build -Demit-lib-vt, then runs swift run in each example directory to verify the xcframework links and functions correctly end-to-end.