swiftlang / swift-package-manager

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

[Build] NFC: Split BuildOperationBuildSystemDelegateHandler into LLBu… #7667

Closed xedin closed 2 weeks ago

xedin commented 2 weeks ago

…ildCommands, LLBuildDescription and LLBuildProgressTracker

Motivation:

There are 3 logically distinct things in this giant file which are better kept separate.

Modifications:

Result:

Concerns are properly separated.

xedin commented 2 weeks ago

I also ran swiftformat on all three.

xedin commented 2 weeks ago

@swift-ci please test

xedin commented 2 weeks ago

https://github.com/apple/swift/pull/74439 @swift-ci please test Linux platform