Add missing macOS dependencies to Brewfile, update README.md #231
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I recently did a clean install of macOS on an Intel MacBook and tried to run the SDK generator on it. I found that a few dependencies were missing from the
Brewfile
, especially when trying to create a Swift SDK for 5.10.1, which requires LLVM to be compiled for the host to include in the SDK.I've added these dependencies to the Brewfile and also updated the README.md to show what each one is for.
@MaxDesiatov