Since I might want real-time posting during Apple’s keynote tomorrow, I made my site build a bit quicker on GitHub Actions. My key finding is that calling swift has a high startup cost here. Even swift --version can take 9 seconds. I went with caching the compiled Swift build script.