Description
The README uses placeholder $BUNDLE_PREFIX without a real example.
Current:
$ ./swift/utils/build-toolchain $BUNDLE_PREFIX
Proposed:
$ ./swift/utils/build-toolchain com.example.my-toolchain
Result:
- Bundle identifier: 
com.example.my-toolchain.YYYYMMDD  
- Output archive: 
swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz 
The resulting .tar.gz file will be created in the current working directory.
Motivation:
Lowers barrier for first-time builders.
Testing:
N/A (documentation only).
Checklist:
- [x] Follows Contributing Guide
Suggested label: documentation