from the doc: Apple's branching scheme for llvm-project
https://github.com/apple/llvm-project/blob/apple/main/apple-docs/AppleBranchingScheme.md
if you want to build swift project, you should use toolchain build from the [swift/*] branch, not [apple/main] branch ?
not sure about that