i ran the command
> utils/build-script --skip-build-benchmarks \
> --swift-darwin-supported-archs "$(uname -m)" \
> --release-debuginfo --swift-disable-dead-stripping \
> --bootstrapping=hosttools
and now i have a build folder
in the desired place
now what do i do next to run tests , make changes and run my build
i followed the instructions on the getting started page but im unable to follow them
jamieQ
(Jamie)
March 23, 2025, 1:39pm
2
what (specifically) have you tried? what (specifically) didn't work?
and, as a piece of unsolicited advice – you may wish to consider the recommendations in this article to improve the utility of the answers you may receive to queries like this.
2 Likes
After I ran this command
utils/build-script --skip-build-benchmarks \
> --swift-darwin-supported-archs "$(uname -m)" \
> --release-debuginfo --swift-disable-dead-stripping \
> --bootstrapping=hosttools
the build was successful but
I was unable to run the run the following commands mentioned here
# How to Set Up an Edit-Build-Test-Debug Loop
This document describes how to set up a development loop for people interested
in contributing to Swift.
If you are only interested in building the
toolchain as a one-off, there are a couple of differences:
1. You can ignore the parts related to Sccache.
2. You can stop reading after
[Building the project for the first time](#building-the-project-for-the-first-time).
## Table of Contents
- [System Requirements](#system-requirements)
- [Cloning the project](#cloning-the-project)
- [Troubleshooting cloning issues](#troubleshooting-cloning-issues)
- [Installing dependencies](#installing-dependencies)
- [macOS](#macos)
- [Linux](#linux)
- [Building the project for the first time](#building-the-project-for-the-first-time)
This file has been truncated. show original