SwiftSyntax parser library isn't compatible

@allevato swift-format 5.3 is not compatible for the Swift 5.4 Xcode 12.5 getting The loaded '_InternalSwiftSyntaxParser' library is from a toolchain that is not compatible with this version of SwiftSyntax

1 Like

A Swift 5.4-compatible release is now available.

1 Like

@allevato 13.3 (13E113) swift-format 5.5 not compatible for the Swift 5.6 Xcode 13.3 (13E113) 5 getting The loaded '_InternalSwiftSyntaxParser' library is from a toolchain that is not compatible with this version of SwiftSyntax. branch 5.6 is not compiling swift-format/Sources/SwiftFormatPrettyPrint/TokenStreamCreator.swift:1998:17: error: method does not override any method from its superclass

Now 5.6 is compiling. Many thanx.

The 5.6-compatible release (0.50600.0) is now tagged.