Commit 37f85f7
committed
Add visionOS to the list of platforms that can't start a new process from swift-parser-cli
* **Explanation**: `Process` is not available on visionOS, causing a build failure of swift-syntax 509.x.x for that platform when building the `swift-parser-cli` command line test utility. We should use the same `#if` check that we have for iOS, tvOS and watchOS to also guard the process spawning code on visionOS.
* **Scope**: Building the swift-parser-cli target on visionOS. Building commonly used products like SwiftSyntax and SwiftParser is fine
* **Risk**: Very low, treat visionOS the same as iOS
* **Testing**: Tested that the swift-syntax package now builds for visionOS
* **Issue**: n/a
* **Reviewer**: @bnbarham1 parent d0a2288 commit 37f85f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments