Skip to content

docs: Add concrete bundle prefix example to build-toolchain in README #85258

@joshuacleetus

Description

@joshuacleetus


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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions