Can someone fix the Homebrew Core swift 6.3 formula build?

Homebrew Core tried to auto bump the swift formula to 6.3.

The build for the PR is failing.

Can someone fix it so that Homebrew Core users can get the latest version of Swift?

I've never tried to build the Swift compiler itself, so I don't want to go down a rabbit hole if someone who has experience building the Swift compiler can fix it quickly.

Thanks.

Looks like it's building on macOS 14, which will likely never work, as swift usually requires the latest macOS version.

1 Like

@Jon_Shier Thanks for the info.

The Homebrew Core swift 6.2.4 formula (which is the current version of the formula, though the previous version of Swift) builds on macOS 14+. Is that expected?

Does anyone know how to fix the Swift 6.3 build on macOS 14?