Skip to content

Commit 016d3c7

Browse files
authored
Clarify Swift SDK wording in SE-0387 (#2248)
Updated wording to call a Swift toolchain and an SDK bundled together _in an artifact bundle_ a Swift SDK. Without this clarification the proposal gives an impression that the host SDK already included in tarballs served on swift.org/download also constitutes a Swift SDK. This is not the case with how the rest of the proposal is worded and already implemented.
1 parent 960452d commit 016d3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0387-cross-compilation-destinations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When a triple of a machine on which the toolchain is built is different from the
5858
The cross-compilation configuration itself that involves three different triples is called
5959
[the Canadian Cross](https://en.wikipedia.org/wiki/Cross_compiler#Canadian_Cross).
6060

61-
Let’s call a Swift toolchain and an SDK bundled together a **Swift SDK**.
61+
Let’s call a Swift toolchain and an SDK bundled together in an artifact bundle a **Swift SDK**.
6262

6363
## Motivation
6464

0 commit comments

Comments
 (0)