We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43c802f + 37f85f7 commit 64889f0Copy full SHA for 64889f0
Sources/swift-parser-cli/Commands/Reduce.swift
@@ -66,7 +66,7 @@ struct Reduce: ParsableCommand {
66
/// Invoke `swift-parser-cli verify-round-trip` with the same arguments as this `reduce` subcommand.
67
/// Returns the exit code of the invocation.
68
private func runVerifyRoundTripInSeparateProcess(source: [UInt8]) throws -> ProcessExit {
69
- #if os(iOS) || os(tvOS) || os(watchOS)
+ #if os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
70
// We cannot launch a new process on iOS-like platforms.
71
// Default to running verification in-process.
72
// Honestly, this isn't very important because you can't launch swift-parser-cli
0 commit comments