Still haven't been able to build Swift for over a year

I've tried many times, following the directions at GettingStarted.md (i.e. "How to Set Up an Edit-Build-Test-Debug Loop"), both on my 2014 MBA (Intel) and my 2020 MBA (M1) I got this past May. It seems to have failed relatively early in the process. I can't figure out what's wrong, but hopefully it's a stupid configuration setting I missed.

I put the text from Terminal here: https://pastecode.io/s/h0a4xq17

1 Like

You are using the Xcode generator. I would use the ninja generator instead.

This didn't work either. See <https://pastecode.io/s/99b2ipca>.

You successfully built and hit a test failure which, according to ci.swift.org, seems to be current on arm64.

1 Like