marinofelipe / swift-package-info

Swift CLI tool that provides information about a Swift Package
MIT License
76 stars 7 forks source link

Clean EmptyApp directory if exists #18

Closed MontakOleg closed 3 years ago

MontakOleg commented 3 years ago

This is needed to not pollute results by previous runs. Resolves #17

Alternative approach: Create empty directory for each run and clean after work is finished. This will allow run multiple swift-package-info instances at the same time. Not sure if it needs right now.

marinofelipe commented 3 years ago

Alternative approach: Create empty directory for each run and clean after work is finished. This will allow run multiple swift-package-info instances at the same time. Not sure if it needs right now.

Yes, it makes, but I think we can skip that for now. As you mentioned it isn't needed now, and one instance is already very expensive given memory consumption that archiving an app takes.