nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.77k stars 629 forks source link

Xcode 15 recommended settings cause sandbox reports for BuildTools #1529

Closed kevingriffin closed 11 months ago

kevingriffin commented 11 months ago

Using the BuildTools guide in the README, sandbox reports like

Sandbox: swift-package(43344) deny(1) file-read-data /Users/kevin/Developer/Eikaiwa/BuildTools

are emitted when using the setting "Enable User Script Sandboxing".

Is it just best to leave this off?

nicklockwood commented 11 months ago

Yes - I should update the README.

kevingriffin commented 11 months ago

Thank you for the response! I'll close this and leave it off.