Building a package creates a lock file in AppData\Local\Temp
but never removes the lock file
#8080
Labels
AppData\Local\Temp
but never removes the lock file
#8080
If you build a SwiftPM package on Windows, it creates a lock files for
workspace-state.json
andPackage.resolved
in a temporary directory but never deletes the lock file. On Unix systems, the lock files will eventually be cleaned up by the system removing files from the temporary directories but on Windows,AppData\Local\Temp
does not get cleaned by the system (as far as I can tell) and the lock files stay around until the user manually removes them.The text was updated successfully, but these errors were encountered: