swift-package-info icon indicating copy to clipboard operation
swift-package-info copied to clipboard

Evaluate lighter strategies for binary size impact

Open marinofelipe opened this issue 2 years ago • 1 comments

Evaluate other strategies for binary size calculation, such as checking the generated products. Goal is to understand and later decide how each strategy stands in terms of cost (performance hit) versus accuracy of result.

marinofelipe avatar Dec 31 '21 23:12 marinofelipe

@marinofelipe to check how debug/release built products stacks against the current heavy archive strategy. The API could be tweaked to allow a derived data path to be passed for a lighter binary size calculation.

marinofelipe avatar Jan 02 '24 22:01 marinofelipe