swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.65k stars 1.31k forks source link

Add a `--experimental-prepare-for-indexing-no-skipping` command line option to prepare a target without function body skipping #7720

Open ahoppen opened 4 days ago

ahoppen commented 4 days ago

The flags for lazy type checking and function body skipping are still experimental and haven’t been thoroughly tested in the wild yet. In case they are causing issues, add an option to prepare a target without these flags, which users could enable as a workaround.

rdar://130333568

ahoppen commented 4 days ago

@swift-ci Please test

ahoppen commented 3 days ago

@swift-ci Please test

ahoppen commented 3 days ago

@swift-ci Please test

ahoppen commented 3 days ago

@swift-ci Please test Windows

ahoppen commented 2 days ago

@swift-ci Please test

ahoppen commented 2 days ago

@swift-ci Please test