SwiftFormat icon indicating copy to clipboard operation
SwiftFormat copied to clipboard

Space in path still not working

Open TAKeanice opened this issue 9 months ago • 1 comments

In https://github.com/MarcoEidinger/SwiftFormatPlugin/issues/1 I found a description for the very same issue that I am experiencing. It seems like fixes for the issue were already incorporated in the repository but I don´t know whether they have made it to this one.

The build I attempt to perform is for https://github.com/openhab/openhab-ios where swiftformat is invoked with swift package plugin --allow-writing-to-package-directory --allow-writing-to-directory "$SRCROOT" swiftformat "$SRCROOT" --config ./.swiftformat --cache /private/tmp/. The project was inside a directory with spaces. When I moved it to a directory without spaces, the build worked. Updating the SwiftFormat version did not make a difference.

TAKeanice avatar May 12 '24 20:05 TAKeanice