You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -173,10 +173,10 @@ The goal of the new Swift driver is to provide a drop-in replacement for the exi
173
173
* Features
174
174
*[x] Precompiled bridging headers
175
175
*[x] Support embedding of bitcode
176
-
*[] Incremental compilation
176
+
*[x] Incremental compilation
177
177
*[x] Parseable output, as used by SwiftPM
178
178
*[x] Response files
179
-
*[] Input and primary input file lists
179
+
*[x] Input and primary input file lists
180
180
*[x] Complete `OutputFileMap` implementation to handle all file types uniformly
181
181
* Testing
182
182
*[ ] 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
185
185
*[ ] Port interesting tests from the Swift repository's [driver test suite](https://github.com/apple/swift/tree/main/test/Driver) over to XCTest
186
186
*[ ] Fuzz the command-line options to try to crash the Swift driver itself
187
187
* 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