nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.63k stars 623 forks source link

Fix opaqueGenericParameters workaround comment #1665

Closed ilg closed 3 months ago

ilg commented 3 months ago

As currently written in the README, the workaround/fix for #1289 added in #1294 caused

error: Unknown directive swiftformat:next on line XX in /Users/…/XXXXX.swift.
error: swiftformat invocation failed: NSTaskTerminationReason(rawValue: 1):70

This fixes the syntax.

nicklockwood commented 3 months ago

Thanks!