File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/SwiftDriver/IncrementalCompilation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -342,12 +342,12 @@ extension IncrementalCompilationState {
342
342
/// changed in a way that requires an incremental rebuild.
343
343
struct ChangedInput {
344
344
/// The path to the input file.
345
- var filePath : TypedVirtualPath
345
+ let filePath : TypedVirtualPath
346
346
/// The status of the input file.
347
- var status : InputInfo . Status
347
+ let status : InputInfo . Status
348
348
/// If `true`, the modification time of this input matches the modification
349
349
/// time recorded from the prior build in the build record.
350
- var datesMatch : Bool
350
+ let datesMatch : Bool
351
351
}
352
352
353
353
/// Find the inputs that have changed since last compilation, or were marked as needed a build
You can’t perform that action at this time.
0 commit comments