The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftSyntax, reference 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-05-20-a (83c2be), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 18:33:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

[42/120] Compiling SwiftSyntax Utils.swift
[43/120] Compiling ArgumentParser ArgumentHelp.swift
[44/120] Compiling ArgumentParser ArgumentVisibility.swift
[45/120] Compiling ArgumentParser CompletionKind.swift
[46/120] Compiling ArgumentParser Errors.swift
[52/120] Compiling ArgumentParser Argument.swift
[53/124] Emitting module SwiftSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntax/SyntaxText.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntax' may lead to instability during execution
 13 | #if !SWIFT_SYNTAX_ALWAYS_SINGLE_THREADED
 14 | #if canImport(Darwin)
 15 | @_implementationOnly import Darwin
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntax' may lead to instability during execution
 16 | #elseif canImport(Glibc)
 17 | @_implementationOnly import Glibc
[58/124] Compiling ArgumentParser ParsableArguments.swift
[59/124] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/124] Compiling ArgumentParser ParsableCommand.swift
[61/124] Compiling ArgumentParser ArgumentDecoder.swift
[62/124] Compiling ArgumentParser Platform.swift
[63/124] Compiling ArgumentParser SequenceExtensions.swift
[64/124] Compiling ArgumentParser StringExtensions.swift
[65/124] Compiling ArgumentParser Tree.swift
[66/124] Compiling ArgumentParser CommandConfiguration.swift
[67/124] Compiling ArgumentParser CommandGroup.swift
[68/124] Compiling ArgumentParser EnumerableFlag.swift
[69/124] Compiling ArgumentParser ExpressibleByArgument.swift
[70/124] Emitting module ArgumentParser
[71/124] Compiling ArgumentParser InputOrigin.swift
[72/124] Compiling ArgumentParser Name.swift
[73/124] Compiling ArgumentParser Parsed.swift
[74/124] Compiling ArgumentParser ParsedValues.swift
[75/124] Compiling ArgumentParser NameSpecification.swift
[76/124] Compiling ArgumentParser Option.swift
[77/124] Compiling ArgumentParser OptionGroup.swift
[78/124] Compiling ArgumentParser AsyncParsableCommand.swift
[79/124] Compiling ArgumentParser ParserError.swift
[80/124] Compiling ArgumentParser SplitArguments.swift
[81/124] Compiling ArgumentParser DumpHelpGenerator.swift
[83/124] Compiling ArgumentParser HelpGenerator.swift
[84/124] Compiling ArgumentParser MessageInfo.swift
[85/124] Compiling ArgumentParser UsageGenerator.swift
[86/124] Compiling ArgumentParser CollectionExtensions.swift
[97/124] Compiling SwiftSyntax SyntaxNodes.swift
[98/124] Compiling SwiftSyntax SyntaxPatternNodes.swift
[99/124] Compiling SwiftSyntax SyntaxStmtNodes.swift
[100/124] Compiling SwiftSyntax SyntaxTypeNodes.swift
[119/176] Compiling SwiftDiagnostics Note.swift
[120/176] Compiling SwiftDiagnostics Message.swift
[121/176] Compiling SwiftIDEUtils SyntaxClassification.swift
[122/176] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[123/176] Compiling SwiftBasicFormat BasicFormat+Extensions.swift
[124/176] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[125/176] Compiling SwiftIDEUtils Syntax+Classifications.swift
[126/176] Emitting module SwiftIDEUtils
[127/176] Compiling SwiftIDEUtils SyntaxClassifier.swift
[128/176] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[129/176] Compiling SwiftDiagnostics FixIt.swift
[130/176] Compiling SwiftBasicFormat BasicFormat.swift
[131/176] Emitting module SwiftBasicFormat
[132/176] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[133/176] Emitting module SwiftDiagnostics
[134/176] Compiling SwiftDiagnostics Diagnostic.swift
[135/176] Compiling SwiftParser Types.swift
[136/176] Compiling SwiftParser DeclarationModifier.swift
[137/176] Compiling SwiftParser IsLexerClassified.swift
[138/179] Emitting module SwiftParser
[139/179] Compiling SwiftParser StringLiterals.swift
[140/179] Compiling SwiftParser SyntaxUtils.swift
[141/179] Compiling SwiftParser TokenConsumer.swift
[142/179] Compiling SwiftParser TokenPrecedence.swift
[143/179] Compiling SwiftParser TokenSpec.swift
[144/179] Compiling SwiftParser TokenSpecSet.swift
[145/179] Compiling SwiftParser TopLevel.swift
[146/179] Compiling SwiftParser TriviaParser.swift
[147/179] Compiling SwiftParser Nominals.swift
[148/179] Compiling SwiftParser Parameters.swift
[149/179] Compiling SwiftParser Parser.swift
[150/179] Compiling SwiftParser Patterns.swift
[151/179] Compiling SwiftParser Recovery.swift
[152/179] Compiling SwiftParser Specifiers.swift
[153/179] Compiling SwiftParser Statements.swift
[154/179] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[155/179] Compiling SwiftParser Lookahead.swift
[156/179] Compiling SwiftParser LoopProgressCondition.swift
[157/179] Compiling SwiftParser Modifiers.swift
[158/179] Compiling SwiftParser Names.swift
[159/179] Compiling SwiftParser Parser+Entry.swift
[160/179] Compiling SwiftParser TokenSpecStaticMembers.swift
[161/179] Compiling SwiftParser TypeAttribute.swift
[162/179] Compiling SwiftParser LexemeSequence.swift
[163/179] Compiling SwiftParser Lexer.swift
[164/179] Compiling SwiftParser RegexLiteralLexer.swift
[165/179] Compiling SwiftParser UnicodeScalarExtensions.swift
[166/179] Compiling SwiftParser Attributes.swift
[167/179] Compiling SwiftParser Availability.swift
[168/179] Compiling SwiftParser CharacterInfo.swift
[169/179] Compiling SwiftParser Declarations.swift
[170/179] Compiling SwiftParser Directives.swift
[171/179] Compiling SwiftParser Expressions.swift
[172/179] Compiling SwiftParser Cursor.swift
[173/179] Compiling SwiftParser Lexeme.swift
[174/214] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[175/215] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[176/215] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[177/215] Compiling SwiftOperators OperatorError+Diagnostics.swift
[178/215] Compiling SwiftOperators Operator.swift
[179/216] Emitting module SwiftRefactor
[180/216] Compiling SwiftOperators OperatorError.swift
[181/216] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[182/216] Compiling SwiftOperators PrecedenceGroup.swift
[183/216] Compiling SwiftOperators OperatorTable.swift
[184/216] Compiling SwiftOperators PrecedenceGraph.swift
[185/216] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[186/216] Compiling SwiftOperators SyntaxSynthesis.swift
[187/216] Emitting module SwiftOperators
[188/216] Compiling SwiftOperators OperatorTable+Semantics.swift
[189/216] Compiling SwiftRefactor RefactoringProvider.swift
[190/216] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[191/216] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[192/216] Compiling SwiftRefactor FormatRawStringLiteral.swift
[193/216] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[194/216] Compiling SwiftParserDiagnostics PresenceUtils.swift
[195/216] Compiling SwiftOperators OperatorTable+Defaults.swift
[196/216] Compiling SwiftOperators OperatorTable+Folding.swift
[197/216] Compiling SwiftParserDiagnostics Utils.swift
[198/216] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[199/216] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[200/216] Emitting module SwiftParserDiagnostics
[201/216] Compiling SwiftParserDiagnostics MissingNodesError.swift
[202/216] Compiling SwiftParserDiagnostics MissingTokenError.swift
[203/216] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[204/216] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[205/216] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[206/216] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[207/230] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[208/231] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[209/231] Emitting module SwiftSyntaxBuilder
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:46:1: warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 44 | // MARK: - BooleanLiteralExpr
 45 |
 46 | extension BooleanLiteralExprSyntax: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 47 |   public init(_ value: Bool) {
 48 |     self.init(booleanLiteral: value ? .keyword(.true) : .keyword(.false))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:131:1: warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
129 | // MARK: - FloatLiteralExprSyntax
130 |
131 | extension FloatLiteralExprSyntax: ExpressibleByFloatLiteral {
    | |- warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
132 |   public init(_ value: Float) {
133 |     self.init(floatingDigits: .floatingLiteral(String(value)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:168:1: warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
166 | // MARK: - IntegerLiteralExpr
167 |
168 | extension IntegerLiteralExprSyntax: ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
169 |   public init(_ value: Int) {
170 |     self.init(digits: .integerLiteral(String(value)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:139:8: warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
137 |
138 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
139 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
    |        `- warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
140 |   case diagnostics([Diagnostic], tree: Syntax)
141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:139:8: warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
137 |
138 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
139 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
    |        `- warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
140 |   case diagnostics([Diagnostic], tree: Syntax)
141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:412:1: warning: extension declares a conformance of imported type 'TokenSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
410 | }
411 |
412 | extension TokenSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TokenSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
413 |   public init(stringInterpolation: SyntaxStringInterpolation) {
414 |     let string = stringInterpolation.sourceText.withUnsafeBufferPointer { buf in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:443:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
441 | }
442 |
443 | extension Trivia: ExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
444 |   public init(stringInterpolation: String.StringInterpolation) {
445 |     var text = String(stringInterpolation: stringInterpolation)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:18:1: warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 16 |
 17 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
 18 | extension AccessPathSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 19 |   public init(arrayLiteral elements: Element...) {
 20 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:25:1: warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 23 |
 24 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
 25 | extension AccessorListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |   public init(arrayLiteral elements: Element...) {
 27 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:32:1: warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 30 |
 31 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
 32 | extension ArrayElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 33 |   public init(arrayLiteral elements: Element...) {
 34 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:39:1: warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 37 |
 38 | /// `AttributeList` represents a collection of `Syntax`
 39 | extension AttributeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 40 |   public init(arrayLiteral elements: Element...) {
 41 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:46:1: warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 44 |
 45 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
 46 | extension AvailabilitySpecListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 47 |   public init(arrayLiteral elements: Element...) {
 48 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:53:1: warning: extension declares a conformance of imported type 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 51 |
 52 | /// `AvailabilityVersionRestrictionList` represents a collection of `AvailabilityVersionRestrictionListEntrySyntax`
 53 | extension AvailabilityVersionRestrictionListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 |   public init(arrayLiteral elements: Element...) {
 55 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:60:1: warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 58 |
 59 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
 60 | extension CaseItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 61 |   public init(arrayLiteral elements: Element...) {
 62 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:67:1: warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 65 |
 66 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
 67 | extension CatchClauseListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 68 |   public init(arrayLiteral elements: Element...) {
 69 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:74:1: warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 72 |
 73 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
 74 | extension CatchItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 75 |   public init(arrayLiteral elements: Element...) {
 76 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:81:1: warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 79 |
 80 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
 81 | extension ClosureCaptureItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 82 |   public init(arrayLiteral elements: Element...) {
 83 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:88:1: warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 86 |
 87 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
 88 | extension ClosureParamListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |   public init(arrayLiteral elements: Element...) {
 90 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:95:1: warning: extension declares a conformance of imported type 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 93 |
 94 | /// `ClosureParameterList` represents a collection of `ClosureParameterSyntax`
 95 | extension ClosureParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 96 |   public init(arrayLiteral elements: Element...) {
 97 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:102:1: warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
100 |
101 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
102 | extension CodeBlockItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
103 |   public init(arrayLiteral elements: Element...) {
104 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:109:1: warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
107 |
108 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
109 | extension CompositionTypeElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
110 |   public init(arrayLiteral elements: Element...) {
111 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:116:1: warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
114 |
115 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
116 | extension ConditionElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |   public init(arrayLiteral elements: Element...) {
118 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:123:1: warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
121 |
122 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
123 | extension DeclNameArgumentListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
124 |   public init(arrayLiteral elements: Element...) {
125 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:130:1: warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
128 |
129 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
130 | extension DesignatedTypeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |   public init(arrayLiteral elements: Element...) {
132 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:137:1: warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
135 |
136 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
137 | extension DictionaryElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 |   public init(arrayLiteral elements: Element...) {
139 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:144:1: warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
142 |
143 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
144 | extension DifferentiabilityParamListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |   public init(arrayLiteral elements: Element...) {
146 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:151:1: warning: extension declares a conformance of imported type 'DocumentationAttributeArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
149 |
150 | /// The arguments of the '@_documentation' attribute
151 | extension DocumentationAttributeArgumentsSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DocumentationAttributeArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |   public init(arrayLiteral elements: Element...) {
153 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:158:1: warning: extension declares a conformance of imported type 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
156 |
157 | /// The arguments of the '@_effect' attribute. These will be parsed during the SIL stage.
158 | extension EffectsArgumentsSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
159 |   public init(arrayLiteral elements: Element...) {
160 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:165:1: warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
163 |
164 | /// A collection of 0 or more `EnumCaseElement`s.
165 | extension EnumCaseElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
166 |   public init(arrayLiteral elements: Element...) {
167 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:172:1: warning: extension declares a conformance of imported type 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
170 |
171 | /// `EnumCaseParameterList` represents a collection of `EnumCaseParameterSyntax`
172 | extension EnumCaseParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |   public init(arrayLiteral elements: Element...) {
174 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179:1: warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
177 |
178 | /// A list of expressions connected by operators. This list is contained by a `SequenceExprSyntax`.
179 | extension ExprListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
180 |   public init(_ elements: [ExprSyntaxProtocol]) {
181 |     self = ExprListSyntax(elements.map {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:192:1: warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
190 |
191 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
192 | extension FunctionParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
193 |   public init(arrayLiteral elements: Element...) {
194 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:199:1: warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
197 |
198 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
199 | extension GenericArgumentListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
200 |   public init(arrayLiteral elements: Element...) {
201 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:206:1: warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
204 |
205 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
206 | extension GenericParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
207 |   public init(arrayLiteral elements: Element...) {
208 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:213:1: warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
211 |
212 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
213 | extension GenericRequirementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
214 |   public init(arrayLiteral elements: Element...) {
215 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:220:1: warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 |
219 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
220 | extension IfConfigClauseListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |   public init(arrayLiteral elements: Element...) {
222 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:227:1: warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
225 |
226 | /// `InheritedTypeList` represents a collection of `InheritedTypeSyntax`
227 | extension InheritedTypeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
228 |   public init(arrayLiteral elements: Element...) {
229 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:234:1: warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
232 |
233 | /// `KeyPathComponentList` represents a collection of `KeyPathComponentSyntax`
234 | extension KeyPathComponentListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
235 |   public init(arrayLiteral elements: Element...) {
236 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:241:1: warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
239 |
240 | /// `MemberDeclList` represents a collection of `MemberDeclListItemSyntax`
241 | extension MemberDeclListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
242 |   public init(arrayLiteral elements: Element...) {
243 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:248:1: warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
246 |
247 | /// `ModifierList` represents a collection of `DeclModifierSyntax`
248 | extension ModifierListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
249 |   public init(arrayLiteral elements: Element...) {
250 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:255:1: warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
253 |
254 | /// `MultipleTrailingClosureElementList` represents a collection of `MultipleTrailingClosureElementSyntax`
255 | extension MultipleTrailingClosureElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
256 |   public init(arrayLiteral elements: Element...) {
257 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:262:1: warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
260 |
261 | /// `ObjCSelector` represents a collection of `ObjCSelectorPieceSyntax`
262 | extension ObjCSelectorSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
263 |   public init(arrayLiteral elements: Element...) {
264 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:269:1: warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
267 |
268 | /// `PatternBindingList` represents a collection of `PatternBindingSyntax`
269 | extension PatternBindingListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
270 |   public init(arrayLiteral elements: Element...) {
271 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:276:1: warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
274 |
275 | /// `PrecedenceGroupAttributeList` represents a collection of `Syntax`
276 | extension PrecedenceGroupAttributeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
277 |   public init(arrayLiteral elements: Element...) {
278 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:283:1: warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
281 |
282 | /// `PrecedenceGroupNameList` represents a collection of `PrecedenceGroupNameElementSyntax`
283 | extension PrecedenceGroupNameListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
284 |   public init(arrayLiteral elements: Element...) {
285 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:290:1: warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
288 |
289 | /// `PrimaryAssociatedTypeList` represents a collection of `PrimaryAssociatedTypeSyntax`
290 | extension PrimaryAssociatedTypeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
291 |   public init(arrayLiteral elements: Element...) {
292 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:297:1: warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
295 |
296 | /// A collection of arguments for the `@_specialize` attribute
297 | extension SpecializeAttributeSpecListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
298 |   public init(arrayLiteral elements: Element...) {
299 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:304:1: warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
302 |
303 | /// `StringLiteralSegments` represents a collection of `Syntax`
304 | extension StringLiteralSegmentsSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
305 |   public init(arrayLiteral elements: Element...) {
306 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:311:1: warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
309 |
310 | /// `SwitchCaseList` represents a collection of `Syntax`
311 | extension SwitchCaseListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
312 |   public init(arrayLiteral elements: Element...) {
313 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:318:1: warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
316 |
317 | /// `TupleExprElementList` represents a collection of `TupleExprElementSyntax`
318 | extension TupleExprElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
319 |   public init(arrayLiteral elements: Element...) {
320 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:325:1: warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
323 |
324 | /// `TuplePatternElementList` represents a collection of `TuplePatternElementSyntax`
325 | extension TuplePatternElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
326 |   public init(arrayLiteral elements: Element...) {
327 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:332:1: warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
330 |
331 | /// `TupleTypeElementList` represents a collection of `TupleTypeElementSyntax`
332 | extension TupleTypeElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
333 |   public init(arrayLiteral elements: Element...) {
334 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:339:1: warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
337 |
338 | /// A collection of syntax nodes that occurred in the source code but could not be used to form a valid syntax tree.
339 | extension UnexpectedNodesSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
340 |   public init(_ elements: [SyntaxProtocol]) {
341 |     self = UnexpectedNodesSyntax(elements.map {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:352:1: warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
350 |
351 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
352 | extension YieldExprListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
353 |   public init(arrayLiteral elements: Element...) {
354 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:29:1: warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
27 | }
28 |
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:31:1: warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:33:1: warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:35:1: warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:37:1: warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
36 |
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:39:1: warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
38 |
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
40 |
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:41:1: warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
40 |
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
42 |
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:43:1: warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
42 |
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |
45 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:45:1: warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
44 |
45 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
46 |
47 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:47:1: warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
45 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
46 |
47 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
48 |
49 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:49:1: warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
47 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
48 |
49 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
51 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:51:1: warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
49 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
50 |
51 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
52 |
53 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:53:1: warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
52 |
53 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |
55 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:55:1: warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
53 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
54 |
55 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:57:1: warning: extension declares a conformance of imported type 'TypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
55 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
56 |
57 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'TypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
58 |
59 | // TODO: This should be inlined in SyntaxParseable.init(stringInterpolation:),
[210/231] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:46:1: warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 44 | // MARK: - BooleanLiteralExpr
 45 |
 46 | extension BooleanLiteralExprSyntax: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 47 |   public init(_ value: Bool) {
 48 |     self.init(booleanLiteral: value ? .keyword(.true) : .keyword(.false))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:131:1: warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
129 | // MARK: - FloatLiteralExprSyntax
130 |
131 | extension FloatLiteralExprSyntax: ExpressibleByFloatLiteral {
    | |- warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
132 |   public init(_ value: Float) {
133 |     self.init(floatingDigits: .floatingLiteral(String(value)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:168:1: warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
166 | // MARK: - IntegerLiteralExpr
167 |
168 | extension IntegerLiteralExprSyntax: ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
169 |   public init(_ value: Int) {
170 |     self.init(digits: .integerLiteral(String(value)))
[211/231] Compiling SwiftSyntaxBuilder Indenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:46:1: warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 44 | // MARK: - BooleanLiteralExpr
 45 |
 46 | extension BooleanLiteralExprSyntax: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 47 |   public init(_ value: Bool) {
 48 |     self.init(booleanLiteral: value ? .keyword(.true) : .keyword(.false))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:131:1: warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
129 | // MARK: - FloatLiteralExprSyntax
130 |
131 | extension FloatLiteralExprSyntax: ExpressibleByFloatLiteral {
    | |- warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
132 |   public init(_ value: Float) {
133 |     self.init(floatingDigits: .floatingLiteral(String(value)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:168:1: warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
166 | // MARK: - IntegerLiteralExpr
167 |
168 | extension IntegerLiteralExprSyntax: ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
169 |   public init(_ value: Int) {
170 |     self.init(digits: .integerLiteral(String(value)))
[212/231] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:29:1: warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
27 | }
28 |
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:31:1: warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {}
30 |
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'AttributeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:33:1: warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
31 | extension AttributeSyntax: SyntaxExpressibleByStringInterpolation {}
32 |
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'CatchClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:35:1: warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
33 | extension CatchClauseSyntax: SyntaxExpressibleByStringInterpolation {}
34 |
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'ClosureParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:37:1: warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
35 | extension ClosureParameterSyntax: SyntaxExpressibleByStringInterpolation {}
36 |
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'DeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:39:1: warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
37 | extension DeclSyntax: SyntaxExpressibleByStringInterpolation {}
38 |
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'EnumCaseParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
40 |
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:41:1: warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
39 | extension EnumCaseParameterSyntax: SyntaxExpressibleByStringInterpolation {}
40 |
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'ExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
42 |
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:43:1: warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
41 | extension ExprSyntax: SyntaxExpressibleByStringInterpolation {}
42 |
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'FunctionParameterSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
44 |
45 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:45:1: warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
43 | extension FunctionParameterSyntax: SyntaxExpressibleByStringInterpolation {}
44 |
45 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'GenericParameterClauseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
46 |
47 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:47:1: warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
45 | extension GenericParameterClauseSyntax: SyntaxExpressibleByStringInterpolation {}
46 |
47 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'MemberDeclBlockSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
48 |
49 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:49:1: warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
47 | extension MemberDeclBlockSyntax: SyntaxExpressibleByStringInterpolation {}
48 |
49 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'PatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
51 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:51:1: warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
49 | extension PatternSyntax: SyntaxExpressibleByStringInterpolation {}
50 |
51 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'SourceFileSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
52 |
53 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:53:1: warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
51 | extension SourceFileSyntax: SyntaxExpressibleByStringInterpolation {}
52 |
53 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'StmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
54 |
55 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:55:1: warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
53 | extension StmtSyntax: SyntaxExpressibleByStringInterpolation {}
54 |
55 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'SwitchCaseSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
56 |
57 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:57:1: warning: extension declares a conformance of imported type 'TypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
55 | extension SwitchCaseSyntax: SyntaxExpressibleByStringInterpolation {}
56 |
57 | extension TypeSyntax: SyntaxExpressibleByStringInterpolation {}
   | |- warning: extension declares a conformance of imported type 'TypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
58 |
59 | // TODO: This should be inlined in SyntaxParseable.init(stringInterpolation:),
[213/231] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[214/231] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[215/231] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:18:1: warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 16 |
 17 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
 18 | extension AccessPathSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 19 |   public init(arrayLiteral elements: Element...) {
 20 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:25:1: warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 23 |
 24 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
 25 | extension AccessorListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |   public init(arrayLiteral elements: Element...) {
 27 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:32:1: warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 30 |
 31 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
 32 | extension ArrayElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 33 |   public init(arrayLiteral elements: Element...) {
 34 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:39:1: warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 37 |
 38 | /// `AttributeList` represents a collection of `Syntax`
 39 | extension AttributeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 40 |   public init(arrayLiteral elements: Element...) {
 41 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:46:1: warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 44 |
 45 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
 46 | extension AvailabilitySpecListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 47 |   public init(arrayLiteral elements: Element...) {
 48 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:53:1: warning: extension declares a conformance of imported type 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 51 |
 52 | /// `AvailabilityVersionRestrictionList` represents a collection of `AvailabilityVersionRestrictionListEntrySyntax`
 53 | extension AvailabilityVersionRestrictionListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AvailabilityVersionRestrictionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 |   public init(arrayLiteral elements: Element...) {
 55 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:60:1: warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 58 |
 59 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
 60 | extension CaseItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 61 |   public init(arrayLiteral elements: Element...) {
 62 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:67:1: warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 65 |
 66 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
 67 | extension CatchClauseListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 68 |   public init(arrayLiteral elements: Element...) {
 69 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:74:1: warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 72 |
 73 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
 74 | extension CatchItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 75 |   public init(arrayLiteral elements: Element...) {
 76 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:81:1: warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 79 |
 80 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
 81 | extension ClosureCaptureItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 82 |   public init(arrayLiteral elements: Element...) {
 83 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:88:1: warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 86 |
 87 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
 88 | extension ClosureParamListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 89 |   public init(arrayLiteral elements: Element...) {
 90 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:95:1: warning: extension declares a conformance of imported type 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 93 |
 94 | /// `ClosureParameterList` represents a collection of `ClosureParameterSyntax`
 95 | extension ClosureParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 96 |   public init(arrayLiteral elements: Element...) {
 97 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:102:1: warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
100 |
101 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
102 | extension CodeBlockItemListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
103 |   public init(arrayLiteral elements: Element...) {
104 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:109:1: warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
107 |
108 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
109 | extension CompositionTypeElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
110 |   public init(arrayLiteral elements: Element...) {
111 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:116:1: warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
114 |
115 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
116 | extension ConditionElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
117 |   public init(arrayLiteral elements: Element...) {
118 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:123:1: warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
121 |
122 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
123 | extension DeclNameArgumentListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
124 |   public init(arrayLiteral elements: Element...) {
125 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:130:1: warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
128 |
129 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
130 | extension DesignatedTypeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |   public init(arrayLiteral elements: Element...) {
132 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:137:1: warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
135 |
136 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
137 | extension DictionaryElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 |   public init(arrayLiteral elements: Element...) {
139 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:144:1: warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
142 |
143 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
144 | extension DifferentiabilityParamListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |   public init(arrayLiteral elements: Element...) {
146 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:151:1: warning: extension declares a conformance of imported type 'DocumentationAttributeArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
149 |
150 | /// The arguments of the '@_documentation' attribute
151 | extension DocumentationAttributeArgumentsSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DocumentationAttributeArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |   public init(arrayLiteral elements: Element...) {
153 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:158:1: warning: extension declares a conformance of imported type 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
156 |
157 | /// The arguments of the '@_effect' attribute. These will be parsed during the SIL stage.
158 | extension EffectsArgumentsSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EffectsArgumentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
159 |   public init(arrayLiteral elements: Element...) {
160 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:165:1: warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
163 |
164 | /// A collection of 0 or more `EnumCaseElement`s.
165 | extension EnumCaseElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
166 |   public init(arrayLiteral elements: Element...) {
167 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:172:1: warning: extension declares a conformance of imported type 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
170 |
171 | /// `EnumCaseParameterList` represents a collection of `EnumCaseParameterSyntax`
172 | extension EnumCaseParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EnumCaseParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |   public init(arrayLiteral elements: Element...) {
174 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179:1: warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
177 |
178 | /// A list of expressions connected by operators. This list is contained by a `SequenceExprSyntax`.
179 | extension ExprListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
180 |   public init(_ elements: [ExprSyntaxProtocol]) {
181 |     self = ExprListSyntax(elements.map {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:192:1: warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
190 |
191 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
192 | extension FunctionParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
193 |   public init(arrayLiteral elements: Element...) {
194 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:199:1: warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
197 |
198 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
199 | extension GenericArgumentListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
200 |   public init(arrayLiteral elements: Element...) {
201 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:206:1: warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
204 |
205 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
206 | extension GenericParameterListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
207 |   public init(arrayLiteral elements: Element...) {
208 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:213:1: warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
211 |
212 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
213 | extension GenericRequirementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
214 |   public init(arrayLiteral elements: Element...) {
215 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:220:1: warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
218 |
219 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
220 | extension IfConfigClauseListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
221 |   public init(arrayLiteral elements: Element...) {
222 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:227:1: warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
225 |
226 | /// `InheritedTypeList` represents a collection of `InheritedTypeSyntax`
227 | extension InheritedTypeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
228 |   public init(arrayLiteral elements: Element...) {
229 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:234:1: warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
232 |
233 | /// `KeyPathComponentList` represents a collection of `KeyPathComponentSyntax`
234 | extension KeyPathComponentListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
235 |   public init(arrayLiteral elements: Element...) {
236 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:241:1: warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
239 |
240 | /// `MemberDeclList` represents a collection of `MemberDeclListItemSyntax`
241 | extension MemberDeclListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
242 |   public init(arrayLiteral elements: Element...) {
243 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:248:1: warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
246 |
247 | /// `ModifierList` represents a collection of `DeclModifierSyntax`
248 | extension ModifierListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
249 |   public init(arrayLiteral elements: Element...) {
250 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:255:1: warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
253 |
254 | /// `MultipleTrailingClosureElementList` represents a collection of `MultipleTrailingClosureElementSyntax`
255 | extension MultipleTrailingClosureElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
256 |   public init(arrayLiteral elements: Element...) {
257 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:262:1: warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
260 |
261 | /// `ObjCSelector` represents a collection of `ObjCSelectorPieceSyntax`
262 | extension ObjCSelectorSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
263 |   public init(arrayLiteral elements: Element...) {
264 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:269:1: warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
267 |
268 | /// `PatternBindingList` represents a collection of `PatternBindingSyntax`
269 | extension PatternBindingListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
270 |   public init(arrayLiteral elements: Element...) {
271 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:276:1: warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
274 |
275 | /// `PrecedenceGroupAttributeList` represents a collection of `Syntax`
276 | extension PrecedenceGroupAttributeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
277 |   public init(arrayLiteral elements: Element...) {
278 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:283:1: warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
281 |
282 | /// `PrecedenceGroupNameList` represents a collection of `PrecedenceGroupNameElementSyntax`
283 | extension PrecedenceGroupNameListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
284 |   public init(arrayLiteral elements: Element...) {
285 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:290:1: warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
288 |
289 | /// `PrimaryAssociatedTypeList` represents a collection of `PrimaryAssociatedTypeSyntax`
290 | extension PrimaryAssociatedTypeListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
291 |   public init(arrayLiteral elements: Element...) {
292 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:297:1: warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
295 |
296 | /// A collection of arguments for the `@_specialize` attribute
297 | extension SpecializeAttributeSpecListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
298 |   public init(arrayLiteral elements: Element...) {
299 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:304:1: warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
302 |
303 | /// `StringLiteralSegments` represents a collection of `Syntax`
304 | extension StringLiteralSegmentsSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
305 |   public init(arrayLiteral elements: Element...) {
306 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:311:1: warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
309 |
310 | /// `SwitchCaseList` represents a collection of `Syntax`
311 | extension SwitchCaseListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
312 |   public init(arrayLiteral elements: Element...) {
313 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:318:1: warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
316 |
317 | /// `TupleExprElementList` represents a collection of `TupleExprElementSyntax`
318 | extension TupleExprElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
319 |   public init(arrayLiteral elements: Element...) {
320 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:325:1: warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
323 |
324 | /// `TuplePatternElementList` represents a collection of `TuplePatternElementSyntax`
325 | extension TuplePatternElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
326 |   public init(arrayLiteral elements: Element...) {
327 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:332:1: warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
330 |
331 | /// `TupleTypeElementList` represents a collection of `TupleTypeElementSyntax`
332 | extension TupleTypeElementListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
333 |   public init(arrayLiteral elements: Element...) {
334 |     self.init(elements)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:339:1: warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
337 |
338 | /// A collection of syntax nodes that occurred in the source code but could not be used to form a valid syntax tree.
339 | extension UnexpectedNodesSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
340 |   public init(_ elements: [SyntaxProtocol]) {
341 |     self = UnexpectedNodesSyntax(elements.map {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:352:1: warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
350 |
351 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
352 | extension YieldExprListSyntax: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
353 |   public init(arrayLiteral elements: Element...) {
354 |     self.init(elements)
[216/231] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:139:8: warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
137 |
138 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
139 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
    |        `- warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
140 |   case diagnostics([Diagnostic], tree: Syntax)
141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:139:8: warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
137 |
138 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
139 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
    |        `- warning: associated value 'producedInvalidNodeType(expectedType:actualType:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'any SyntaxProtocol.Type'
140 |   case diagnostics([Diagnostic], tree: Syntax)
141 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:412:1: warning: extension declares a conformance of imported type 'TokenSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
410 | }
411 |
412 | extension TokenSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TokenSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
413 |   public init(stringInterpolation: SyntaxStringInterpolation) {
414 |     let string = stringInterpolation.sourceText.withUnsafeBufferPointer { buf in
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:443:1: warning: extension declares a conformance of imported type 'Trivia' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
441 | }
442 |
443 | extension Trivia: ExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'Trivia' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
444 |   public init(stringInterpolation: String.StringInterpolation) {
445 |     var text = String(stringInterpolation: stringInterpolation)
[217/231] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[218/231] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[219/231] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[220/231] Compiling lit_test_helper main.swift
[221/231] Emitting module lit_test_helper
[222/231] Compiling lit_test_helper CommandLineArguments.swift
[222/249] Write Objects.LinkFileList
[224/259] Compiling SwiftSyntaxMacros AccessorMacro.swift
[225/259] Compiling SwiftSyntaxMacros AttachedMacro.swift
[226/259] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[227/259] Compiling SwiftSyntaxMacros ConformanceMacro.swift
[228/260] Compiling SwiftSyntaxMacros Macro.swift
[229/260] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[230/260] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[231/260] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[232/260] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[233/260] Compiling SwiftSyntaxMacros Macro+Format.swift
[234/260] Compiling SwiftSyntaxMacros FunctionParameterUtils.swift
[235/260] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[236/260] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/BasicMacroExpansionContext.swift:105:1: warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
103 |
104 | }
105 | extension BasicMacroExpansionContext: MacroExpansionContext {
    | `- warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
106 |   /// Generate a unique name for use in the macro.
107 |   public func makeUniqueName(_ providedName: String) -> TokenSyntax {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroExpansionContext.swift:132:15: note: 'location(of:at:filePathMode:)' declared here
 74 |   ///   expansion context knows about.
 75 |   @_disfavoredOverload
 76 |   func location<Node: SyntaxProtocol>(
    |        `- note: requirement 'location(of:at:filePathMode:)' declared here
 77 |     of node: Node,
 78 |     at position: PositionInSyntaxNode,
    :
130 |   @_disfavoredOverload
131 |   @available(*, deprecated, message: "Please use AbstractSourceLocation version")
132 |   public func location<Node: SyntaxProtocol>(
    |               `- note: 'location(of:at:filePathMode:)' declared here
133 |     of node: Node,
134 |     at position: PositionInSyntaxNode,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[237/260] Compiling SwiftSyntaxMacros BasicMacroExpansionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/BasicMacroExpansionContext.swift:105:1: warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
103 |
104 | }
105 | extension BasicMacroExpansionContext: MacroExpansionContext {
    | `- warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
106 |   /// Generate a unique name for use in the macro.
107 |   public func makeUniqueName(_ providedName: String) -> TokenSyntax {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroExpansionContext.swift:132:15: note: 'location(of:at:filePathMode:)' declared here
 74 |   ///   expansion context knows about.
 75 |   @_disfavoredOverload
 76 |   func location<Node: SyntaxProtocol>(
    |        `- note: requirement 'location(of:at:filePathMode:)' declared here
 77 |     of node: Node,
 78 |     at position: PositionInSyntaxNode,
    :
130 |   @_disfavoredOverload
131 |   @available(*, deprecated, message: "Please use AbstractSourceLocation version")
132 |   public func location<Node: SyntaxProtocol>(
    |               `- note: 'location(of:at:filePathMode:)' declared here
133 |     of node: Node,
134 |     at position: PositionInSyntaxNode,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[238/260] Emitting module SwiftSyntaxMacros
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/BasicMacroExpansionContext.swift:105:1: warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
103 |
104 | }
105 | extension BasicMacroExpansionContext: MacroExpansionContext {
    | `- warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
106 |   /// Generate a unique name for use in the macro.
107 |   public func makeUniqueName(_ providedName: String) -> TokenSyntax {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroExpansionContext.swift:132:15: note: 'location(of:at:filePathMode:)' declared here
 74 |   ///   expansion context knows about.
 75 |   @_disfavoredOverload
 76 |   func location<Node: SyntaxProtocol>(
    |        `- note: requirement 'location(of:at:filePathMode:)' declared here
 77 |     of node: Node,
 78 |     at position: PositionInSyntaxNode,
    :
130 |   @_disfavoredOverload
131 |   @available(*, deprecated, message: "Please use AbstractSourceLocation version")
132 |   public func location<Node: SyntaxProtocol>(
    |               `- note: 'location(of:at:filePathMode:)' declared here
133 |     of node: Node,
134 |     at position: PositionInSyntaxNode,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:19:8: warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 17 | enum MacroSystemError: Error {
 18 |   /// Indicates that a macro with the given name has already been defined.
 19 |   case alreadyDefined(new: Macro.Type, existing: Macro.Type)
    |        `- warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:19:8: warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 17 | enum MacroSystemError: Error {
 18 |   /// Indicates that a macro with the given name has already been defined.
 19 |   case alreadyDefined(new: Macro.Type, existing: Macro.Type)
    |        `- warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:26:8: warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 24 |   /// Indicates that a macro evaluated as an expression by the given node
 25 |   /// is not an expression macro.
 26 |   case requiresExpressionMacro(macro: Macro.Type, node: Syntax)
    |        `- warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 27 |
 28 |   /// Indicates that a macro evaluated as a code item by the given node
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:30:8: warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 28 |   /// Indicates that a macro evaluated as a code item by the given node
 29 |   /// is not suitable for code items.
 30 |   case requiresCodeItemMacro(macro: Macro.Type, node: Syntax)
    |        `- warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 31 |
 32 |   /// Indicates that a macro produced diagnostics during evaluation. The
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[239/260] Compiling SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[240/260] Emitting module swift_parser_cli
[241/260] Compiling swift_parser_cli swift-parser-cli.swift
[242/260] Compiling swift_parser_cli TerminalUtils.swift
[242/260] Write Objects.LinkFileList
[244/260] Compiling SwiftSyntaxMacros MemberMacro.swift
[245/260] Compiling SwiftSyntaxMacros PeerMacro.swift
[246/260] Compiling SwiftSyntaxMacros MacroReplacement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:19:8: warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 17 | enum MacroSystemError: Error {
 18 |   /// Indicates that a macro with the given name has already been defined.
 19 |   case alreadyDefined(new: Macro.Type, existing: Macro.Type)
    |        `- warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:19:8: warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 17 | enum MacroSystemError: Error {
 18 |   /// Indicates that a macro with the given name has already been defined.
 19 |   case alreadyDefined(new: Macro.Type, existing: Macro.Type)
    |        `- warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:26:8: warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 24 |   /// Indicates that a macro evaluated as an expression by the given node
 25 |   /// is not an expression macro.
 26 |   case requiresExpressionMacro(macro: Macro.Type, node: Syntax)
    |        `- warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 27 |
 28 |   /// Indicates that a macro evaluated as a code item by the given node
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:30:8: warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 28 |   /// Indicates that a macro evaluated as a code item by the given node
 29 |   /// is not suitable for code items.
 30 |   case requiresCodeItemMacro(macro: Macro.Type, node: Syntax)
    |        `- warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 31 |
 32 |   /// Indicates that a macro produced diagnostics during evaluation. The
[247/260] Compiling SwiftSyntaxMacros MacroSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:19:8: warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 17 | enum MacroSystemError: Error {
 18 |   /// Indicates that a macro with the given name has already been defined.
 19 |   case alreadyDefined(new: Macro.Type, existing: Macro.Type)
    |        `- warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:19:8: warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 17 | enum MacroSystemError: Error {
 18 |   /// Indicates that a macro with the given name has already been defined.
 19 |   case alreadyDefined(new: Macro.Type, existing: Macro.Type)
    |        `- warning: associated value 'alreadyDefined(new:existing:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:26:8: warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 24 |   /// Indicates that a macro evaluated as an expression by the given node
 25 |   /// is not an expression macro.
 26 |   case requiresExpressionMacro(macro: Macro.Type, node: Syntax)
    |        `- warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 27 |
 28 |   /// Indicates that a macro evaluated as a code item by the given node
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroSystem.swift:30:8: warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 28 |   /// Indicates that a macro evaluated as a code item by the given node
 29 |   /// is not suitable for code items.
 30 |   case requiresCodeItemMacro(macro: Macro.Type, node: Syntax)
    |        `- warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'any Macro.Type'
 31 |
 32 |   /// Indicates that a macro produced diagnostics during evaluation. The
[248/262] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[249/262] Emitting module SwiftSyntaxMacroExpansion
[249/268] Linking lit-test-helper
[250/268] Applying lit-test-helper
[252/268] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[253/268] Emitting module SwiftCompilerPluginMessageHandling
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCompilerPluginMessageHandling/PluginMacroExpansionContext.swift:217:1: warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
215 | }
216 |
217 | extension PluginMacroExpansionContext: MacroExpansionContext {
    | `- warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
218 |   /// Generate a unique name for use in the macro.
219 |   public func createUniqueName(_ providedName: String) -> TokenSyntax {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroExpansionContext.swift:132:15: note: 'location(of:at:filePathMode:)' declared here
 74 |   ///   expansion context knows about.
 75 |   @_disfavoredOverload
 76 |   func location<Node: SyntaxProtocol>(
    |        `- note: requirement 'location(of:at:filePathMode:)' declared here
 77 |     of node: Node,
 78 |     at position: PositionInSyntaxNode,
    :
130 |   @_disfavoredOverload
131 |   @available(*, deprecated, message: "Please use AbstractSourceLocation version")
132 |   public func location<Node: SyntaxProtocol>(
    |               `- note: 'location(of:at:filePathMode:)' declared here
133 |     of node: Node,
134 |     at position: PositionInSyntaxNode,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[253/268] Linking swift-parser-cli
[255/268] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCompilerPluginMessageHandling/PluginMacroExpansionContext.swift:217:1: warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
215 | }
216 |
217 | extension PluginMacroExpansionContext: MacroExpansionContext {
    | `- warning: deprecated default implementation is used to satisfy instance method 'location(of:at:filePathMode:)' required by protocol 'MacroExpansionContext': Please use AbstractSourceLocation version [#DeprecatedDeclaration]
218 |   /// Generate a unique name for use in the macro.
219 |   public func createUniqueName(_ providedName: String) -> TokenSyntax {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftSyntaxMacros/MacroExpansionContext.swift:132:15: note: 'location(of:at:filePathMode:)' declared here
 74 |   ///   expansion context knows about.
 75 |   @_disfavoredOverload
 76 |   func location<Node: SyntaxProtocol>(
    |        `- note: requirement 'location(of:at:filePathMode:)' declared here
 77 |     of node: Node,
 78 |     at position: PositionInSyntaxNode,
    :
130 |   @_disfavoredOverload
131 |   @available(*, deprecated, message: "Please use AbstractSourceLocation version")
132 |   public func location<Node: SyntaxProtocol>(
    |               `- note: 'location(of:at:filePathMode:)' declared here
133 |     of node: Node,
134 |     at position: PositionInSyntaxNode,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[256/268] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[257/268] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[258/268] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[258/268] Applying swift-parser-cli
[260/270] Compiling SwiftCompilerPlugin CompilerPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 14 |
 15 | import SwiftSyntaxMacros
 16 | @_implementationOnly import SwiftCompilerPluginMessageHandling
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 17 |
 18 | @_implementationOnly import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 16 | @_implementationOnly import SwiftCompilerPluginMessageHandling
 17 |
 18 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 19 | #if os(Windows)
 20 | @_implementationOnly import ucrt
[261/270] Emitting module SwiftCompilerPlugin
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 14 |
 15 | import SwiftSyntaxMacros
 16 | @_implementationOnly import SwiftCompilerPluginMessageHandling
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 17 |
 18 | @_implementationOnly import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 16 | @_implementationOnly import SwiftCompilerPluginMessageHandling
 17 |
 18 | @_implementationOnly import Foundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftCompilerPlugin' may lead to instability during execution
 19 | #if os(Windows)
 20 | @_implementationOnly import ucrt
[262/270] Compiling _SwiftSyntaxTestSupport String+TrimmingTrailingWhitespace.swift
[263/270] Compiling _SwiftSyntaxTestSupport LocationMarkers.swift
[264/270] Emitting module _SwiftSyntaxTestSupport
[265/270] Compiling _SwiftSyntaxTestSupport AssertEqualWithDiff.swift
[266/270] Compiling _SwiftSyntaxTestSupport SyntaxComparison.swift
[267/270] Compiling _SwiftSyntaxTestSupport SyntaxCollection+AtIndex.swift.swift
[268/270] Compiling _SwiftSyntaxTestSupport TestUtils.swift
[269/270] Compiling _SwiftSyntaxTestSupport SyntaxProtocol+Initializer.swift
[270/270] Compiling _SwiftSyntaxTestSupport Syntax+Assertions.swift
[271/272] Emitting module SwiftSyntaxMacrosTestSupport
[272/272] Compiling SwiftSyntaxMacrosTestSupport Assertions.swift
[273/274] Compiling SwiftSyntax_all empty.swift
[274/274] Emitting module SwiftSyntax_all
Build complete! (29.57s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.99s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SwiftSyntax",
  "name" : "SwiftSyntax",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBasicFormat",
      "targets" : [
        "SwiftBasicFormat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftCompilerPlugin",
      "targets" : [
        "SwiftCompilerPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftCompilerPluginMessageHandling",
      "targets" : [
        "SwiftCompilerPluginMessageHandling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftDiagnostics",
      "targets" : [
        "SwiftDiagnostics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftIDEUtils",
      "targets" : [
        "SwiftIDEUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOperators",
      "targets" : [
        "SwiftOperators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftParser",
      "targets" : [
        "SwiftParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftParserDiagnostics",
      "targets" : [
        "SwiftParserDiagnostics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftRefactor",
      "targets" : [
        "SwiftRefactor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSyntax",
      "targets" : [
        "SwiftSyntax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSyntaxBuilder",
      "targets" : [
        "SwiftSyntaxBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSyntaxMacros",
      "targets" : [
        "SwiftSyntaxMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSyntaxMacroExpansion",
      "targets" : [
        "SwiftSyntaxMacroExpansion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftSyntaxMacrosTestSupport",
      "targets" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-parser-cli",
      "targets" : [
        "swift-parser-cli"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "lit-test-helper",
      "targets" : [
        "lit-test-helper"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_parser_cli",
      "module_type" : "SwiftTarget",
      "name" : "swift-parser-cli",
      "path" : "Sources/swift-parser-cli",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-parser-cli"
      ],
      "sources" : [
        "TerminalUtils.swift",
        "swift-parser-cli.swift"
      ],
      "target_dependencies" : [
        "_InstructionCounter",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "lit_test_helper",
      "module_type" : "SwiftTarget",
      "name" : "lit-test-helper",
      "path" : "Sources/lit-test-helper",
      "product_memberships" : [
        "lit-test-helper"
      ],
      "sources" : [
        "ClassifiedSyntaxTreePrinter.swift",
        "CommandLineArguments.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIDEUtils",
        "SwiftSyntax",
        "SwiftParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_SwiftSyntaxTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_SwiftSyntaxTestSupport",
      "path" : "Sources/_SwiftSyntaxTestSupport",
      "product_memberships" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AssertEqualWithDiff.swift",
        "LocationMarkers.swift",
        "String+TrimmingTrailingWhitespace.swift",
        "Syntax+Assertions.swift",
        "SyntaxCollection+AtIndex.swift.swift",
        "SyntaxComparison.swift",
        "SyntaxProtocol+Initializer.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_InstructionCounter",
      "module_type" : "ClangTarget",
      "name" : "_InstructionCounter",
      "path" : "Sources/_InstructionCounter",
      "product_memberships" : [
        "swift-parser-cli"
      ],
      "sources" : [
        "src/InstructionsExecuted.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxTestSupportTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxTestSupportTest",
      "path" : "Tests/SwiftSyntaxTestSupportTest",
      "sources" : [
        "SyntaxComparisonTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxTest",
      "path" : "Tests/SwiftSyntaxTest",
      "sources" : [
        "AbsolutePositionTests.swift",
        "BumpPtrAllocatorTests.swift",
        "DebugDescriptionTests.swift",
        "MemoryLayoutTest.swift",
        "MultithreadingTests.swift",
        "RawSyntaxTests.swift",
        "SequentialToConcurrentEditTranslationTests.swift",
        "SourceLocationConverterTests.swift",
        "SyntaxChildrenTests.swift",
        "SyntaxCollectionsTests.swift",
        "SyntaxCreationTests.swift",
        "SyntaxTests.swift",
        "SyntaxTextTests.swift",
        "SyntaxTreeModifierTests.swift",
        "SyntaxVisitorTests.swift",
        "TriviaTests.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftSyntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxMacrosTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxMacrosTestSupport",
      "path" : "Sources/SwiftSyntaxMacrosTestSupport",
      "product_memberships" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "Assertions.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntaxMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxMacrosTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxMacrosTest",
      "path" : "Tests/SwiftSyntaxMacrosTest",
      "sources" : [
        "MacroReplacementTests.swift",
        "MacroSystemTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxMacros",
      "path" : "Sources/SwiftSyntaxMacros",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AbstractSourceLocation.swift",
        "BasicMacroExpansionContext.swift",
        "FunctionParameterUtils.swift",
        "MacroExpansionContext.swift",
        "MacroProtocols/AccessorMacro.swift",
        "MacroProtocols/AttachedMacro.swift",
        "MacroProtocols/CodeItemMacro.swift",
        "MacroProtocols/ConformanceMacro.swift",
        "MacroProtocols/DeclarationMacro.swift",
        "MacroProtocols/ExpressionMacro.swift",
        "MacroProtocols/FreestandingMacro.swift",
        "MacroProtocols/Macro+Format.swift",
        "MacroProtocols/Macro.swift",
        "MacroProtocols/MemberAttributeMacro.swift",
        "MacroProtocols/MemberMacro.swift",
        "MacroProtocols/PeerMacro.swift",
        "MacroReplacement.swift",
        "MacroSystem.swift",
        "Syntax+MacroEvaluation.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxMacroExpansion",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxMacroExpansion",
      "path" : "Sources/SwiftSyntaxMacroExpansion",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftSyntaxMacroExpansion"
      ],
      "sources" : [
        "MacroExpansion.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxBuilderTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxBuilderTest",
      "path" : "Tests/SwiftSyntaxBuilderTest",
      "sources" : [
        "ArrayExprTests.swift",
        "Assertions.swift",
        "BooleanLiteralTests.swift",
        "BreakStmtSyntaxTests.swift",
        "ClassDeclSyntaxTests.swift",
        "ClosureExprTests.swift",
        "CollectionNodeFlatteningTests.swift",
        "CustomAttributeTests.swift",
        "DictionaryExprTests.swift",
        "DoStmtTests.swift",
        "EnumCaseElementTests.swift",
        "ExprListTests.swift",
        "ExtensionDeclTests.swift",
        "FloatLiteralTests.swift",
        "ForInStmtTests.swift",
        "FunctionParameterSyntaxTests.swift",
        "FunctionTests.swift",
        "IfConfigDeclSyntaxTests.swift",
        "IfStmtTests.swift",
        "ImportTests.swift",
        "InitializerDeclTests.swift",
        "IntegerLiteralTests.swift",
        "ProtocolDeclTests.swift",
        "ReturnStmsTests.swift",
        "SourceFileTests.swift",
        "StringInterpolationTests.swift",
        "StringLiteralTests.swift",
        "StructTests.swift",
        "SwitchCaseLabelSyntaxTests.swift",
        "SwitchTests.swift",
        "TernaryExprTests.swift",
        "TriviaTests.swift",
        "TupleTests.swift",
        "VariableTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxBuilder",
      "path" : "Sources/SwiftSyntaxBuilder",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ConvenienceInitializers.swift",
        "Indenter.swift",
        "ResultBuilderExtensions.swift",
        "Syntax+StringInterpolation.swift",
        "SyntaxNodeWithBody.swift",
        "ValidatingSyntaxNodes.swift",
        "WithTrailingCommaSyntax+EnsuringTrailingComma.swift",
        "generated/BuildableCollectionNodes.swift",
        "generated/BuildableNodes.swift",
        "generated/ResultBuilders.swift",
        "generated/SyntaxExpressibleByStringInterpolationConformances.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntax_all",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntax-all",
      "path" : "Sources/SwiftSyntax-all",
      "sources" : [
        "empty.swift"
      ],
      "target_dependencies" : [
        "_InstructionCounter",
        "_SwiftSyntaxTestSupport",
        "SwiftBasicFormat",
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftDiagnostics",
        "SwiftIDEUtils",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftOperators",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntax",
      "path" : "Sources/SwiftSyntax",
      "product_memberships" : [
        "SwiftBasicFormat",
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftDiagnostics",
        "SwiftIDEUtils",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftRefactor",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "AbsolutePosition.swift",
        "Assert.swift",
        "BumpPtrAllocator.swift",
        "CommonAncestor.swift",
        "IncrementalParseTransition.swift",
        "MemoryLayout.swift",
        "MissingNodeInitializers.swift",
        "Raw/RawSyntax.swift",
        "Raw/RawSyntaxLayoutView.swift",
        "Raw/RawSyntaxNodeProtocol.swift",
        "Raw/RawSyntaxTokenView.swift",
        "SourceLength.swift",
        "SourceLocation.swift",
        "SourcePresence.swift",
        "SwiftSyntaxCompatibility.swift",
        "Syntax.swift",
        "SyntaxArena.swift",
        "SyntaxChildren.swift",
        "SyntaxData.swift",
        "SyntaxText.swift",
        "SyntaxTreeViewMode.swift",
        "TokenDiagnostic.swift",
        "TokenSyntax.swift",
        "Trivia.swift",
        "Utils.swift",
        "generated/ChildNameForKeyPath.swift",
        "generated/Keyword.swift",
        "generated/SyntaxAnyVisitor.swift",
        "generated/SyntaxBaseNodes.swift",
        "generated/SyntaxCollections.swift",
        "generated/SyntaxEnum.swift",
        "generated/SyntaxKind.swift",
        "generated/SyntaxRewriter.swift",
        "generated/SyntaxTraits.swift",
        "generated/SyntaxTransform.swift",
        "generated/SyntaxVisitor.swift",
        "generated/TokenKind.swift",
        "generated/Tokens.swift",
        "generated/TriviaPieces.swift",
        "generated/raw/RawSyntaxNodes.swift",
        "generated/raw/RawSyntaxValidation.swift",
        "generated/syntaxNodes/SyntaxDeclNodes.swift",
        "generated/syntaxNodes/SyntaxExprNodes.swift",
        "generated/syntaxNodes/SyntaxNodes.swift",
        "generated/syntaxNodes/SyntaxPatternNodes.swift",
        "generated/syntaxNodes/SyntaxStmtNodes.swift",
        "generated/syntaxNodes/SyntaxTypeNodes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftRefactorTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRefactorTest",
      "path" : "Tests/SwiftRefactorTest",
      "sources" : [
        "FormatRawStringLiteral.swift",
        "IntegerLiteralUtilities.swift",
        "MigrateToNewIfLetSyntax.swift",
        "OpaqueParameterToGeneric.swift",
        "ReformatIntegerLiteral.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftRefactor",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRefactor",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRefactor",
      "path" : "Sources/SwiftRefactor",
      "product_memberships" : [
        "SwiftRefactor"
      ],
      "sources" : [
        "AddSeparatorsToIntegerLiteral.swift",
        "FormatRawStringLiteral.swift",
        "IntegerLiteralUtilities.swift",
        "MigrateToNewIfLetSyntax.swift",
        "OpaqueParameterToGeneric.swift",
        "RefactoringProvider.swift",
        "RemoveSeparatorsFromIntegerLiteral.swift"
      ],
      "target_dependencies" : [
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftParserTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserTest",
      "path" : "Tests/SwiftParserTest",
      "sources" : [
        "AbsolutePositionTests.swift",
        "Assertions.swift",
        "AttributeTests.swift",
        "AvailabilityTests.swift",
        "DeclarationTests.swift",
        "DirectiveTests.swift",
        "ExpressionTests.swift",
        "ExpressionTypeTests.swift",
        "IncrementalParsingTests.swift",
        "LexerTests.swift",
        "LinkageTests.swift",
        "Parser+EntryTests.swift",
        "ParserTests.swift",
        "RegexLiteralTests.swift",
        "StatementTests.swift",
        "StringLiteralRepresentedLiteralValueTests.swift",
        "SyntaxTransformVisitorTest.swift",
        "TriviaParserTests.swift",
        "TypeCompositionTests.swift",
        "TypeMemberTests.swift",
        "TypeMetatypeTests.swift",
        "TypeTests.swift",
        "Utils.swift",
        "VariadicGenericsTests.swift",
        "translated/ActorTests.swift",
        "translated/AlwaysEmitConformanceMetadataAttrTests.swift",
        "translated/AsyncSyntaxTests.swift",
        "translated/AsyncTests.swift",
        "translated/AvailabilityQueryTests.swift",
        "translated/AvailabilityQueryUnavailabilityTests.swift",
        "translated/BorrowExprTests.swift",
        "translated/BraceRecoveryEofTests.swift",
        "translated/BuiltinBridgeObjectTests.swift",
        "translated/BuiltinWordTests.swift",
        "translated/ConflictMarkersTests.swift",
        "translated/ConsecutiveStatementsTests.swift",
        "translated/DebuggerTests.swift",
        "translated/DelayedExtensionTests.swift",
        "translated/DeprecatedWhereTests.swift",
        "translated/DiagnoseAvailabilityTests.swift",
        "translated/DiagnoseAvailabilityWindowsTests.swift",
        "translated/DiagnoseDynamicReplacementTests.swift",
        "translated/DiagnoseInitializerAsTypedPatternTests.swift",
        "translated/DiagnosticMissingFuncKeywordTests.swift",
        "translated/DollarIdentifierTests.swift",
        "translated/EffectfulPropertiesTests.swift",
        "translated/EnumElementPatternSwift4Tests.swift",
        "translated/EnumTests.swift",
        "translated/ErrorsTests.swift",
        "translated/EscapedIdentifiersTests.swift",
        "translated/ForeachAsyncTests.swift",
        "translated/ForeachTests.swift",
        "translated/ForwardSlashRegexSkippingAllowedTests.swift",
        "translated/ForwardSlashRegexSkippingInvalidTests.swift",
        "translated/ForwardSlashRegexSkippingTests.swift",
        "translated/ForwardSlashRegexTests.swift",
        "translated/GenericDisambiguationTests.swift",
        "translated/GuardTests.swift",
        "translated/GuardTopLevelTests.swift",
        "translated/HashbangLibraryTests.swift",
        "translated/HashbangMainTests.swift",
        "translated/IdentifiersTests.swift",
        "translated/IfconfigExprTests.swift",
        "translated/ImplicitGetterIncompleteTests.swift",
        "translated/InitDeinitTests.swift",
        "translated/InvalidIfExprTests.swift",
        "translated/InvalidStringInterpolationProtocolTests.swift",
        "translated/InvalidTests.swift",
        "translated/MatchingPatternsTests.swift",
        "translated/MetatypeObjectConversionTests.swift",
        "translated/MoveExprTests.swift",
        "translated/MultilineErrorsTests.swift",
        "translated/MultilinePoundDiagnosticArgRdar41154797Tests.swift",
        "translated/MultilineStringTests.swift",
        "translated/NoimplicitcopyAttrTests.swift",
        "translated/NumberIdentifierErrorsTests.swift",
        "translated/ObjcEnumTests.swift",
        "translated/ObjectLiteralsTests.swift",
        "translated/OperatorDeclDesignatedTypesTests.swift",
        "translated/OperatorDeclTests.swift",
        "translated/OperatorsTests.swift",
        "translated/OptionalChainLvaluesTests.swift",
        "translated/OptionalLvaluesTests.swift",
        "translated/OptionalTests.swift",
        "translated/OriginalDefinedInAttrTests.swift",
        "translated/PatternWithoutVariablesScriptTests.swift",
        "translated/PatternWithoutVariablesTests.swift",
        "translated/PlaygroundLvaluesTests.swift",
        "translated/PoundAssertTests.swift",
        "translated/PrefixSlashTests.swift",
        "translated/RawStringErrorsTests.swift",
        "translated/RawStringTests.swift",
        "translated/RecoveryLibraryTests.swift",
        "translated/RecoveryTests.swift",
        "translated/RegexParseEndOfBufferTests.swift",
        "translated/RegexParseErrorTests.swift",
        "translated/RegexTests.swift",
        "translated/ResultBuilderTests.swift",
        "translated/SelfRebindingTests.swift",
        "translated/SemicolonTests.swift",
        "translated/StringLiteralEofTests.swift",
        "translated/SubscriptingTests.swift",
        "translated/SuperTests.swift",
        "translated/SwitchIncompleteTests.swift",
        "translated/SwitchTests.swift",
        "translated/ToplevelLibraryTests.swift",
        "translated/TrailingClosuresTests.swift",
        "translated/TrailingSemiTests.swift",
        "translated/TryTests.swift",
        "translated/TypeExprTests.swift",
        "translated/TypealiasTests.swift",
        "translated/UnclosedStringInterpolationTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftParserDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserDiagnosticsTest",
      "path" : "Tests/SwiftParserDiagnosticsTest",
      "sources" : [
        "DiagnosticInfrastructureTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftParserDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserDiagnostics",
      "path" : "Sources/SwiftParserDiagnostics",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport",
        "swift-parser-cli"
      ],
      "sources" : [
        "DiagnosticExtensions.swift",
        "LexerDiagnosticMessages.swift",
        "MissingNodesError.swift",
        "MissingTokenError.swift",
        "MultiLineStringLiteralDiagnosticsGenerator.swift",
        "ParseDiagnosticsGenerator.swift",
        "ParserDiagnosticMessages.swift",
        "PresenceUtils.swift",
        "SyntaxExtensions.swift",
        "Utils.swift",
        "generated/ChildNameForDiagnostics.swift",
        "generated/SyntaxKindNameForDiagnostics.swift",
        "generated/TokenNameForDiagnostics.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParser",
      "path" : "Sources/SwiftParser",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftRefactor",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Attributes.swift",
        "Availability.swift",
        "CharacterInfo.swift",
        "Declarations.swift",
        "Directives.swift",
        "Expressions.swift",
        "Lexer/Cursor.swift",
        "Lexer/Lexeme.swift",
        "Lexer/LexemeSequence.swift",
        "Lexer/Lexer.swift",
        "Lexer/RegexLiteralLexer.swift",
        "Lexer/UnicodeScalarExtensions.swift",
        "Lookahead.swift",
        "LoopProgressCondition.swift",
        "Modifiers.swift",
        "Names.swift",
        "Nominals.swift",
        "Parameters.swift",
        "Parser.swift",
        "Patterns.swift",
        "Recovery.swift",
        "Specifiers.swift",
        "Statements.swift",
        "StringLiteralRepresentedLiteralValue.swift",
        "StringLiterals.swift",
        "SyntaxUtils.swift",
        "TokenConsumer.swift",
        "TokenPrecedence.swift",
        "TokenSpec.swift",
        "TokenSpecSet.swift",
        "TopLevel.swift",
        "TriviaParser.swift",
        "Types.swift",
        "generated/DeclarationModifier.swift",
        "generated/IsLexerClassified.swift",
        "generated/Parser+Entry.swift",
        "generated/TokenSpecStaticMembers.swift",
        "generated/TypeAttribute.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOperatorsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperatorsTest",
      "path" : "Tests/SwiftOperatorsTest",
      "sources" : [
        "OperatorTableTests.swift",
        "SyntaxSynthesisTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftOperators",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOperators",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperators",
      "path" : "Sources/SwiftOperators",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftOperators",
        "swift-parser-cli"
      ],
      "sources" : [
        "Operator.swift",
        "OperatorError+Diagnostics.swift",
        "OperatorError.swift",
        "OperatorTable+Defaults.swift",
        "OperatorTable+Folding.swift",
        "OperatorTable+Semantics.swift",
        "OperatorTable.swift",
        "PrecedenceGraph.swift",
        "PrecedenceGroup.swift",
        "SyntaxSynthesis.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftIDEUtilsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIDEUtilsTest",
      "path" : "Tests/SwiftIDEUtilsTest",
      "sources" : [
        "ClassificationTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftIDEUtils",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIDEUtils",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIDEUtils",
      "path" : "Sources/SwiftIDEUtils",
      "product_memberships" : [
        "SwiftIDEUtils",
        "lit-test-helper"
      ],
      "sources" : [
        "Syntax+Classifications.swift",
        "SyntaxClassifier.swift",
        "generated/SyntaxClassification.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnosticsTest",
      "path" : "Tests/SwiftDiagnosticsTest",
      "sources" : [
        "DiagnosticsFormatterTests.swift",
        "GroupDiagnosticsFormatterTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnostics",
      "path" : "Sources/SwiftDiagnostics",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport",
        "swift-parser-cli"
      ],
      "sources" : [
        "Diagnostic.swift",
        "DiagnosticsFormatter.swift",
        "FixIt.swift",
        "GroupedDiagnostics.swift",
        "Message.swift",
        "Note.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftCompilerPluginTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCompilerPluginTest",
      "path" : "Tests/SwiftCompilerPluginTest",
      "sources" : [
        "CompilerPluginTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCompilerPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCompilerPluginMessageHandling",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCompilerPluginMessageHandling",
      "path" : "Sources/SwiftCompilerPluginMessageHandling",
      "product_memberships" : [
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling"
      ],
      "sources" : [
        "CompilerPluginMessageHandler.swift",
        "Diagnostics.swift",
        "Macros.swift",
        "PluginMacroExpansionContext.swift",
        "PluginMessages.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftCompilerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCompilerPlugin",
      "path" : "Sources/SwiftCompilerPlugin",
      "product_memberships" : [
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "CompilerPlugin.swift"
      ],
      "target_dependencies" : [
        "SwiftCompilerPluginMessageHandling",
        "SwiftSyntaxMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBasicFormatTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBasicFormatTest",
      "path" : "Tests/SwiftBasicFormatTest",
      "sources" : [
        "BasicFormatTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftBasicFormat",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBasicFormat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBasicFormat",
      "path" : "Sources/SwiftBasicFormat",
      "product_memberships" : [
        "SwiftBasicFormat",
        "SwiftCompilerPlugin",
        "SwiftCompilerPluginMessageHandling",
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacroExpansion",
        "SwiftSyntaxMacrosTestSupport",
        "swift-parser-cli"
      ],
      "sources" : [
        "BasicFormat.swift",
        "SyntaxProtocol+Formatted.swift",
        "Trivia+FormatExtensions.swift",
        "generated/BasicFormat+Extensions.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTest",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTest",
      "path" : "Tests/PerformanceTest",
      "sources" : [
        "ParsingPerformanceTests.swift",
        "SyntaxClassifierPerformanceTests.swift",
        "VisitorPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftIDEUtils",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.5"
}
Done.