mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-30 00:35:23 +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.