Rename BuildSystem to BuiltInBuildSystem

This commit is contained in:
Alex Hoppen
2024-08-23 12:22:44 -07:00
parent 765c2c03c7
commit fd0573e4b8
10 changed files with 14 additions and 14 deletions

View File

@@ -95,7 +95,7 @@ package struct PrepareNotSupportedError: Error, CustomStringConvertible {
///
/// For example, a SwiftPMWorkspace provides compiler arguments for the files
/// contained in a SwiftPM package root directory.
package protocol BuildSystem: AnyObject, Sendable {
package protocol BuiltInBuildSystem: AnyObject, Sendable {
/// The root of the project that this build system manages. For example, for SwiftPM packages, this is the folder
/// containing Package.swift. For compilation databases it is the root folder based on which the compilation database
/// was found.