@@ -95,7 +95,7 @@ toolchain as a one-off, there are a couple of differences:
95
95
cd swift
96
96
utils/update-checkout --clone
97
97
` ` `
98
- > ** Note **
98
+ > ** Important ** \
99
99
> If you' ve already forked the project on GitHub at this stage, **do not
100
100
> clone your fork** to start off. We describe [how to setup your fork](#setting-up-your-fork)
101
101
> in a subsection below.
@@ -121,7 +121,7 @@ toolchain as a one-off, there are a couple of differences:
121
121
Detailed branching information, including names for release branches, can
122
122
be found in [Branches.md](/docs/Branches.md).
123
123
124
- > **Note**
124
+ > [!NOTE]
125
125
> The commands used in the rest of this guide assumes that the absolute path
126
126
> to your working directory is something like `/path/to/swift-project/swift`.
127
127
> Double-check that running `pwd` prints a path ending with `swift`.
@@ -193,7 +193,7 @@ toolchain as a one-off, there are a couple of differences:
193
193
sudo chmod +x /usr/local/bin/sccache
194
194
` ` `
195
195
196
- > ** Note **
196
+ > [ ! NOTE]
197
197
> LLDB currently requires at least ` swig-1.3.40` but will successfully build
198
198
> with version 2 shipped with Ubuntu.
199
199
@@ -209,7 +209,7 @@ toolchain as a one-off, there are a couple of differences:
209
209
* If you installed and want to use Sccache: Run ` sccache --version` ; check
210
210
that this succeeds.
211
211
212
- > ** Note **
212
+ > [ ! NOTE]
213
213
> If you are running on Apple Silicon hardware (M1, M2, etc), ensure you have
214
214
> the native arm64 build of these dependencies installed and configured in your PATH.
215
215
>
@@ -250,8 +250,9 @@ to understand what the different tools do:
250
250
is a high-level automation script that handles configuration (via CMake),
251
251
building (via Ninja), caching (via Sccache), running tests and more.
252
252
253
- > **Pro Tip**: Most tools support `--help` flags describing the options they
254
- > support. Additionally, both Clang and the Swift compiler have hidden flags
253
+ > [!TIP]
254
+ > Most tools support `--help` flags describing the options they support.
255
+ > Additionally, both Clang and the Swift compiler have hidden flags
255
256
> (`clang --help-hidden`/`swiftc --help-hidden`) and frontend flags
256
257
> (`clang -cc1 --help`/`swiftc -frontend --help`) and the Swift compiler
257
258
> even has hidden frontend flags (`swiftc -frontend --help-hidden`). Sneaky!
@@ -363,7 +364,7 @@ whenever the heading is modified.
363
364
This workflow enables you to edit, build, run, and debug in Xcode. The
364
365
following steps assume that you have already [built the toolchain with Ninja](# the-actual-build).
365
366
366
- > ** Note **
367
+ > [ ! NOTE]
367
368
> A seamless LLDB debugging experience requires that your ` build-script`
368
369
invocation for Ninja is tuned to generate build rules for the
369
370
[debug variant](# debugging-issues) of the component you intend to debug.
0 commit comments