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: A few minor refactorings to build operation state tracking #7660

Closed xedin closed 2 weeks ago

xedin commented 2 weeks ago

Motivation:

Trying to make it possible to share createBuildOperation between multiple implementations of SPMCoreBuild.BuildSystem in preparation to introduce an operation that would build plugin tools.

Modifications:

Result:

The change it make it much easier to move createBuildSystem out of BuildOperation and into SPMCoreBuild.BuildSystem itself.

xedin commented 2 weeks ago

@swift-ci please test