LucianoPAlmeida / variable-injector

Continuous Integration Tool for Swift Projects
MIT License
100 stars 20 forks source link

Xcode 13.4.1: The loaded '_InternalSwiftSyntaxParser' library is from a toolchain that is not compatible with this version of SwiftSyntax #25

Closed MarekSlaninka closed 2 years ago

MarekSlaninka commented 2 years ago

Hi @LucianoPAlmeida it seems that with Xcode 13.4 this is once again broken.

LucianoPAlmeida commented 2 years ago

Which version of this are you using? Is 0.3.6? In theory it should only break in 14 ... but I may be wrong =]

MarekSlaninka commented 2 years ago

Hi, Im using 13.4.1. I fixed it locally with updating swift-argument-parser to 1.1.3

LucianoPAlmeida commented 2 years ago

Hi, Im using 13.4.1. I fixed it locally with updating swift-argument-parser to 1.1.3

I meant version of the variable-injector ... Not really sure how updating arg parser fixes, but if it does that's good 😊