Hi,
I upgraded my Mac and Xcode yesterday and now I can't seem to use swift-format. The project is still on 5.7 and 0.50700.1
for swift-format, I did try 5.8 to see if that would help. Could someone explain what _InternalSwiftSyntaxParser
is and how I can update it or not use it?
Thanks in advance,
Zane
➜ CS4470 git:(hw11) ✗ swift package --allow-writing-to-package-directory format-source-code
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
/Users/zane/Developer/CS4470/.build/checkouts/swift-syntax/Sources/SwiftSyntaxParser/CNodes.swift:13:29: error: no such module '_InternalSwiftSyntaxParser'
@_implementationOnly import _InternalSwiftSyntaxParser