Skip to content

Commit bf22adf

Browse files
authored
Merge pull request #887 from artemcm/Update_Readme
Update TODOs in the repository README
2 parents ffb4eb7 + fa1d159 commit bf22adf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ The goal of the new Swift driver is to provide a drop-in replacement for the exi
173173
* Features
174174
* [x] Precompiled bridging headers
175175
* [x] Support embedding of bitcode
176-
* [ ] Incremental compilation
176+
* [x] Incremental compilation
177177
* [x] Parseable output, as used by SwiftPM
178178
* [x] Response files
179-
* [ ] Input and primary input file lists
179+
* [x] Input and primary input file lists
180180
* [x] Complete `OutputFileMap` implementation to handle all file types uniformly
181181
* Testing
182182
* [ ] Build stuff with SwiftPM or Xcode or your favorite build system, using `swift-driver`. Were the results identical? What changed?
@@ -185,5 +185,5 @@ The goal of the new Swift driver is to provide a drop-in replacement for the exi
185185
* [ ] Port interesting tests from the Swift repository's [driver test suite](https://github.com/apple/swift/tree/main/test/Driver) over to XCTest
186186
* [ ] Fuzz the command-line options to try to crash the Swift driver itself
187187
* Integration
188-
* [ ] Teach the Swift compiler's [`build-script`](https://github.com/apple/swift/blob/main/utils/build-script) to build `swift-driver`.
189-
* [ ] Building on the above, teach the Swift compiler's [`build-toolchain`](https://github.com/apple/swift/blob/main/utils/build-toolchain) to install `swift-driver` as the primary driver so we can test full toolchains with the new driver
188+
* [x] Teach the Swift compiler's [`build-script`](https://github.com/apple/swift/blob/main/utils/build-script) to build `swift-driver`.
189+
* [x] Building on the above, teach the Swift compiler's [`build-toolchain`](https://github.com/apple/swift/blob/main/utils/build-toolchain) to install `swift-driver` as the primary driver so we can test full toolchains with the new driver

0 commit comments

Comments
 (0)