Skip to content

Commit 2e4619b

Browse files
[doc] Fix SWBBuildSystem's hierarchy in the architecture doc (swiftlang#40)
1 parent 5362639 commit 2e4619b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftBuild.docc/Architecture/build-system-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ There are some some simple build description tests, but the more interesting tes
122122

123123
**Framework:** SWBBuildSystem; this is the parent to SWBTaskConstruction and SWBTaskExecution
124124

125-
This framework sits on top of SWBCore and SWBBuildSystem. It coordinates the construction and planning of build operations, defines the concrete tasks used to execute them, manages their execution, and handles dispatching status back to clients.
125+
This framework sits on top of SWBCore, SWBTaskConstruction, and SWBTaskExecution. It coordinates the construction and planning of build operations, defines the concrete tasks used to execute them, manages their execution, and handles dispatching status back to clients.
126126

127127
The `BuildManager` class manages the build operations in the Swift Build process, while the `BuildOperation` class represents a single build operation.
128128

0 commit comments

Comments
 (0)