Commit 2fd4ea7
committed
[SwiftIfConfig] Add StaticBuildConfiguration
Introduce StaticBuildConfiguration, a data structure that describes all
of the aspects of a build configuration that are needed for `#if`
evaluation. It is Codable so that it can be stored and replayed later.1 parent 6673b05 commit 2fd4ea7
File tree
7 files changed
+444
-13
lines changed- Sources/SwiftIfConfig
- Tests/SwiftIfConfigTest
7 files changed
+444
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments