swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
363 stars 47 forks source link

Swift 5.8 Deprecated --chdir #185

Closed DanielLiuCD closed 1 year ago

DanielLiuCD commented 1 year ago

When I used Swift5.8 to compile the library, I found that the calling parameter of swift-mode:call-process-to-json used --chdir to cause an error, and I hope it can be modified to --package-path

taku0 commented 1 year ago

Thank you for reporting. Fixed by 83b691db601afaa09f0da48f20cdb399086823e2.