The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftSyntax, reference 508.0.1 (2c49d6), with Swift 6.0 for Linux on 16 Sep 2024 10:05:51 UTC.

Swift 6 data race errors: 26

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

233 | }
234 |
235 | extension InitializerDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'InitializerDeclSyntax' 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
236 | }
237 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:238:1: warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
236 | }
237 |
238 | extension IntegerLiteralExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' 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
239 | }
240 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:241:1: warning: extension declares a conformance of imported type 'IsExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
239 | }
240 |
241 | extension IsExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'IsExprSyntax' 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
242 | }
243 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:244:1: warning: extension declares a conformance of imported type 'IsTypePatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
242 | }
243 |
244 | extension IsTypePatternSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'IsTypePatternSyntax' 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
245 | }
246 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:247:1: warning: extension declares a conformance of imported type 'KeyPathExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
245 | }
246 |
247 | extension KeyPathExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'KeyPathExprSyntax' 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
248 | }
249 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:250:1: warning: extension declares a conformance of imported type 'LabeledStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
248 | }
249 |
250 | extension LabeledStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'LabeledStmtSyntax' 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
251 | }
252 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:253:1: warning: extension declares a conformance of imported type 'MacroDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
251 | }
252 |
253 | extension MacroDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MacroDeclSyntax' 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
254 | }
255 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:256:1: warning: extension declares a conformance of imported type 'MacroExpansionDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
254 | }
255 |
256 | extension MacroExpansionDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MacroExpansionDeclSyntax' 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
257 | }
258 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:259:1: warning: extension declares a conformance of imported type 'MacroExpansionExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
257 | }
258 |
259 | extension MacroExpansionExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MacroExpansionExprSyntax' 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
260 | }
261 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:262:1: warning: extension declares a conformance of imported type 'MemberAccessExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
260 | }
261 |
262 | extension MemberAccessExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MemberAccessExprSyntax' 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
263 | }
264 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:265: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
263 | }
264 |
265 | 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
266 |   public init(stringInterpolationOrThrow stringInterpolation: SyntaxStringInterpolation) throws {
267 |     self = try performParse(source: stringInterpolation.sourceText, parse: { parser in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:273:1: warning: extension declares a conformance of imported type 'MemberTypeIdentifierSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
271 | }
272 |
273 | extension MemberTypeIdentifierSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MemberTypeIdentifierSyntax' 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
274 | }
275 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:276:1: warning: extension declares a conformance of imported type 'MetatypeTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
274 | }
275 |
276 | extension MetatypeTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MetatypeTypeSyntax' 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
277 | }
278 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:279:1: warning: extension declares a conformance of imported type 'MoveExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
277 | }
278 |
279 | extension MoveExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'MoveExprSyntax' 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
280 | }
281 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:282:1: warning: extension declares a conformance of imported type 'NamedOpaqueReturnTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
280 | }
281 |
282 | extension NamedOpaqueReturnTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'NamedOpaqueReturnTypeSyntax' 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
283 | }
284 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:285:1: warning: extension declares a conformance of imported type 'NilLiteralExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
283 | }
284 |
285 | extension NilLiteralExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'NilLiteralExprSyntax' 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
286 | }
287 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:288:1: warning: extension declares a conformance of imported type 'OperatorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
286 | }
287 |
288 | extension OperatorDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'OperatorDeclSyntax' 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
289 | }
290 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:291:1: warning: extension declares a conformance of imported type 'OptionalChainingExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
289 | }
290 |
291 | extension OptionalChainingExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'OptionalChainingExprSyntax' 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
292 | }
293 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:294:1: warning: extension declares a conformance of imported type 'OptionalPatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
292 | }
293 |
294 | extension OptionalPatternSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'OptionalPatternSyntax' 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
295 | }
296 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:297:1: warning: extension declares a conformance of imported type 'OptionalTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
295 | }
296 |
297 | extension OptionalTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'OptionalTypeSyntax' 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
298 | }
299 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:300:1: warning: extension declares a conformance of imported type 'PackElementExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
298 | }
299 |
300 | extension PackElementExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PackElementExprSyntax' 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
301 | }
302 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:303:1: warning: extension declares a conformance of imported type 'PackExpansionTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
301 | }
302 |
303 | extension PackExpansionTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PackExpansionTypeSyntax' 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
304 | }
305 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:306:1: warning: extension declares a conformance of imported type 'PackReferenceTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
304 | }
305 |
306 | extension PackReferenceTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PackReferenceTypeSyntax' 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
307 | }
308 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:321: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
319 | }
320 |
321 | 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
322 |   public init(stringInterpolationOrThrow stringInterpolation: SyntaxStringInterpolation) throws {
323 |     self = try performParse(source: stringInterpolation.sourceText, parse: { parser in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:329:1: warning: extension declares a conformance of imported type 'PostfixIfConfigExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
327 | }
328 |
329 | extension PostfixIfConfigExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PostfixIfConfigExprSyntax' 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
330 | }
331 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:332:1: warning: extension declares a conformance of imported type 'PostfixUnaryExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
330 | }
331 |
332 | extension PostfixUnaryExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PostfixUnaryExprSyntax' 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
333 | }
334 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:335:1: warning: extension declares a conformance of imported type 'PoundAssertStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
333 | }
334 |
335 | extension PoundAssertStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PoundAssertStmtSyntax' 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
336 | }
337 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:338:1: warning: extension declares a conformance of imported type 'PoundColumnExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
336 | }
337 |
338 | extension PoundColumnExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PoundColumnExprSyntax' 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
339 | }
340 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:341:1: warning: extension declares a conformance of imported type 'PoundErrorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
339 | }
340 |
341 | extension PoundErrorDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PoundErrorDeclSyntax' 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
342 | }
343 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:344:1: warning: extension declares a conformance of imported type 'PoundSourceLocationSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
342 | }
343 |
344 | extension PoundSourceLocationSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PoundSourceLocationSyntax' 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
345 | }
346 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:347:1: warning: extension declares a conformance of imported type 'PoundWarningDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
345 | }
346 |
347 | extension PoundWarningDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PoundWarningDeclSyntax' 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
348 | }
349 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:350:1: warning: extension declares a conformance of imported type 'PrecedenceGroupDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
348 | }
349 |
350 | extension PrecedenceGroupDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupDeclSyntax' 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
351 | }
352 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:353:1: warning: extension declares a conformance of imported type 'PrefixOperatorExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
351 | }
352 |
353 | extension PrefixOperatorExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'PrefixOperatorExprSyntax' 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
354 | }
355 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:356:1: warning: extension declares a conformance of imported type 'ProtocolDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
354 | }
355 |
356 | extension ProtocolDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ProtocolDeclSyntax' 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
357 | }
358 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:359:1: warning: extension declares a conformance of imported type 'RegexLiteralExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
357 | }
358 |
359 | extension RegexLiteralExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'RegexLiteralExprSyntax' 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
360 | }
361 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:362:1: warning: extension declares a conformance of imported type 'RepeatWhileStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
360 | }
361 |
362 | extension RepeatWhileStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'RepeatWhileStmtSyntax' 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
363 | }
364 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:365:1: warning: extension declares a conformance of imported type 'ReturnStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
363 | }
364 |
365 | extension ReturnStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ReturnStmtSyntax' 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
366 | }
367 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:368:1: warning: extension declares a conformance of imported type 'SequenceExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
366 | }
367 |
368 | extension SequenceExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SequenceExprSyntax' 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
369 | }
370 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:371:1: warning: extension declares a conformance of imported type 'SimpleTypeIdentifierSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
369 | }
370 |
371 | extension SimpleTypeIdentifierSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SimpleTypeIdentifierSyntax' 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
372 | }
373 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:374: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
372 | }
373 |
374 | 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
375 |   public init(stringInterpolationOrThrow stringInterpolation: SyntaxStringInterpolation) throws {
376 |     self = try performParse(source: stringInterpolation.sourceText, parse: { parser in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:382:1: warning: extension declares a conformance of imported type 'SpecializeExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
380 | }
381 |
382 | extension SpecializeExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SpecializeExprSyntax' 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
383 | }
384 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:397: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
395 | }
396 |
397 | 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
398 |   public init(stringInterpolationOrThrow stringInterpolation: SyntaxStringInterpolation) throws {
399 |     self = try performParse(source: stringInterpolation.sourceText, parse: { parser in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:405:1: warning: extension declares a conformance of imported type 'StringLiteralExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
403 | }
404 |
405 | extension StringLiteralExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'StringLiteralExprSyntax' 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
406 | }
407 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:408:1: warning: extension declares a conformance of imported type 'StructDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
406 | }
407 |
408 | extension StructDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'StructDeclSyntax' 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
409 | }
410 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:411:1: warning: extension declares a conformance of imported type 'SubscriptDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
409 | }
410 |
411 | extension SubscriptDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SubscriptDeclSyntax' 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
412 | }
413 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:414:1: warning: extension declares a conformance of imported type 'SubscriptExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
412 | }
413 |
414 | extension SubscriptExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SubscriptExprSyntax' 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
415 | }
416 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:417:1: warning: extension declares a conformance of imported type 'SuperRefExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
415 | }
416 |
417 | extension SuperRefExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SuperRefExprSyntax' 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
418 | }
419 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:420: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
418 | }
419 |
420 | 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
421 |   public init(stringInterpolationOrThrow stringInterpolation: SyntaxStringInterpolation) throws {
422 |     self = try performParse(source: stringInterpolation.sourceText, parse: { parser in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:428:1: warning: extension declares a conformance of imported type 'SwitchStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
426 | }
427 |
428 | extension SwitchStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SwitchStmtSyntax' 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
429 | }
430 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:431:1: warning: extension declares a conformance of imported type 'SymbolicReferenceExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
429 | }
430 |
431 | extension SymbolicReferenceExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'SymbolicReferenceExprSyntax' 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
432 | }
433 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:434:1: warning: extension declares a conformance of imported type 'TernaryExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
432 | }
433 |
434 | extension TernaryExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TernaryExprSyntax' 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
435 | }
436 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:437:1: warning: extension declares a conformance of imported type 'ThrowStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
435 | }
436 |
437 | extension ThrowStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ThrowStmtSyntax' 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
438 | }
439 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:440:1: warning: extension declares a conformance of imported type 'TryExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
438 | }
439 |
440 | extension TryExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TryExprSyntax' 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
441 | }
442 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:443:1: warning: extension declares a conformance of imported type 'TupleExprSyntax' 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 TupleExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TupleExprSyntax' 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 | }
445 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:446:1: warning: extension declares a conformance of imported type 'TuplePatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
444 | }
445 |
446 | extension TuplePatternSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TuplePatternSyntax' 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
447 | }
448 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:449:1: warning: extension declares a conformance of imported type 'TupleTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
447 | }
448 |
449 | extension TupleTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TupleTypeSyntax' 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
450 | }
451 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:452:1: warning: extension declares a conformance of imported type 'TypeExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
450 | }
451 |
452 | extension TypeExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TypeExprSyntax' 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
453 | }
454 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:467: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
465 | }
466 |
467 | 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
468 |   public init(stringInterpolationOrThrow stringInterpolation: SyntaxStringInterpolation) throws {
469 |     self = try performParse(source: stringInterpolation.sourceText, parse: { parser in
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:475:1: warning: extension declares a conformance of imported type 'TypealiasDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
473 | }
474 |
475 | extension TypealiasDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'TypealiasDeclSyntax' 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
476 | }
477 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:478:1: warning: extension declares a conformance of imported type 'UnresolvedAsExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
476 | }
477 |
478 | extension UnresolvedAsExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'UnresolvedAsExprSyntax' 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
479 | }
480 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:481:1: warning: extension declares a conformance of imported type 'UnresolvedIsExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
479 | }
480 |
481 | extension UnresolvedIsExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'UnresolvedIsExprSyntax' 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
482 | }
483 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:484:1: warning: extension declares a conformance of imported type 'UnresolvedPatternExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
482 | }
483 |
484 | extension UnresolvedPatternExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'UnresolvedPatternExprSyntax' 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
485 | }
486 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:487:1: warning: extension declares a conformance of imported type 'UnresolvedTernaryExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
485 | }
486 |
487 | extension UnresolvedTernaryExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'UnresolvedTernaryExprSyntax' 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
488 | }
489 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:490:1: warning: extension declares a conformance of imported type 'ValueBindingPatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
488 | }
489 |
490 | extension ValueBindingPatternSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ValueBindingPatternSyntax' 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
491 | }
492 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:493:1: warning: extension declares a conformance of imported type 'VariableDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
491 | }
492 |
493 | extension VariableDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'VariableDeclSyntax' 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
494 | }
495 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:496:1: warning: extension declares a conformance of imported type 'WhileStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
494 | }
495 |
496 | extension WhileStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'WhileStmtSyntax' 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
497 | }
498 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:499:1: warning: extension declares a conformance of imported type 'WildcardPatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
497 | }
498 |
499 | extension WildcardPatternSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'WildcardPatternSyntax' 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
500 | }
501 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:502:1: warning: extension declares a conformance of imported type 'YieldStmtSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
500 | }
501 |
502 | extension YieldStmtSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'YieldStmtSyntax' 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
503 | }
504 |
[241/250] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:150:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
148 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
149 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
150 |   case diagnostics([Diagnostic], tree: Syntax)
    |        `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
151 |
152 |   var description: String {
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
   |               `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 |   /// The message that should be displayed to the user
17 |   public let diagMessage: DiagnosticMessage
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 12 |
 13 | import SwiftBasicFormat
 14 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 15 | import SwiftSyntax
 16 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:150:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
148 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
149 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
150 |   case diagnostics([Diagnostic], tree: Syntax)
    |        `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
151 |
152 |   var description: String {
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 13 | import SwiftBasicFormat
 14 | import SwiftDiagnostics
 15 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 16 |
 17 | /// An individual interpolated syntax node.
[242/250] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:150:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
148 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
149 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
150 |   case diagnostics([Diagnostic], tree: Syntax)
    |        `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
151 |
152 |   var description: String {
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
   |               `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 |   /// The message that should be displayed to the user
17 |   public let diagMessage: DiagnosticMessage
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 12 |
 13 | import SwiftBasicFormat
 14 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 15 | import SwiftSyntax
 16 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:150:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
148 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
149 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
150 |   case diagnostics([Diagnostic], tree: Syntax)
    |        `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
151 |
152 |   var description: String {
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 13 | import SwiftBasicFormat
 14 | import SwiftDiagnostics
 15 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 16 |
 17 | /// An individual interpolated syntax node.
[243/250] Compiling SwiftSyntaxBuilder BuildableCollectionNodes.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:19: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
 17 |
 18 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
 19 | extension AccessPath: 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
 20 |   public init(arrayLiteral elements: Element...) {
 21 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:26: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
 24 |
 25 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
 26 | extension AccessorList: 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
 27 |   public init(arrayLiteral elements: Element...) {
 28 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:33: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
 31 |
 32 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
 33 | extension ArrayElementList: 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
 34 |   public init(arrayLiteral elements: Element...) {
 35 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:40: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
 38 |
 39 | /// `AttributeList` represents a collection of `Syntax`
 40 | extension AttributeList: 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
 41 |   public init(arrayLiteral elements: Element...) {
 42 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:47: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
 45 |
 46 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
 47 | extension AvailabilitySpecList: 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
 48 |   public init(arrayLiteral elements: Element...) {
 49 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:54:1: warning: extension declares a conformance of imported type 'BackDeployVersionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 52 |
 53 | /// `BackDeployVersionList` represents a collection of `BackDeployVersionArgumentSyntax`
 54 | extension BackDeployVersionList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'BackDeployVersionListSyntax' 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
 55 |   public init(arrayLiteral elements: Element...) {
 56 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:61: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
 59 |
 60 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
 61 | extension CaseItemList: 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
 62 |   public init(arrayLiteral elements: Element...) {
 63 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:68: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
 66 |
 67 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
 68 | extension CatchClauseList: 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
 69 |   public init(arrayLiteral elements: Element...) {
 70 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:75: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
 73 |
 74 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
 75 | extension CatchItemList: 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
 76 |   public init(arrayLiteral elements: Element...) {
 77 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:82: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
 80 |
 81 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
 82 | extension ClosureCaptureItemList: 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
 83 |   public init(arrayLiteral elements: Element...) {
 84 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:89: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
 87 |
 88 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
 89 | extension ClosureParamList: 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
 90 |   public init(arrayLiteral elements: Element...) {
 91 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:96: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
 94 |
 95 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
 96 | extension CodeBlockItemList: 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
 97 |   public init(arrayLiteral elements: Element...) {
 98 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:103: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
101 |
102 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
103 | extension CompositionTypeElementList: 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
104 |   public init(arrayLiteral elements: Element...) {
105 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:110: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
108 |
109 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
110 | extension ConditionElementList: 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
111 |   public init(arrayLiteral elements: Element...) {
112 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:117: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
115 |
116 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
117 | extension DeclNameArgumentList: 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
118 |   public init(arrayLiteral elements: Element...) {
119 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:124: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
122 |
123 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
124 | extension DesignatedTypeList: 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
125 |   public init(arrayLiteral elements: Element...) {
126 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:131: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
129 |
130 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
131 | extension DictionaryElementList: 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
132 |   public init(arrayLiteral elements: Element...) {
133 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:138: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
136 |
137 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
138 | extension DifferentiabilityParamList: 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
139 |   public init(arrayLiteral elements: Element...) {
140 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:145: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
143 |
144 | /// A collection of 0 or more `EnumCaseElement`s.
145 | extension EnumCaseElementList: 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
146 |   public init(arrayLiteral elements: Element...) {
147 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:152: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
150 |
151 | /// A list of expressions connected by operators. This list is containedby a `SequenceExprSyntax`.
152 | extension ExprList: 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
153 |   public init(_ elements: [ExprSyntaxProtocol]) {
154 |     self = ExprListSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:165: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
163 |
164 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
165 | extension FunctionParameterList: 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
166 |   public init(arrayLiteral elements: Element...) {
167 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:172: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
170 |
171 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
172 | extension GenericArgumentList: 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
173 |   public init(arrayLiteral elements: Element...) {
174 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179: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
177 |
178 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
179 | extension GenericParameterList: 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
180 |   public init(arrayLiteral elements: Element...) {
181 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:186: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
184 |
185 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
186 | extension GenericRequirementList: 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
187 |   public init(arrayLiteral elements: Element...) {
188 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:193: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
191 |
192 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
193 | extension IfConfigClauseList: 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
194 |   public init(arrayLiteral elements: Element...) {
195 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:200: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
198 |
199 | /// `InheritedTypeList` represents a collection of `InheritedTypeSyntax`
200 | extension InheritedTypeList: 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
201 |   public init(arrayLiteral elements: Element...) {
202 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:207: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
205 |
206 | /// `KeyPathComponentList` represents a collection of `KeyPathComponentSyntax`
207 | extension KeyPathComponentList: 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
208 |   public init(arrayLiteral elements: Element...) {
209 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:214: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
212 |
213 | /// `MemberDeclList` represents a collection of `MemberDeclListItemSyntax`
214 | extension MemberDeclList: 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
215 |   public init(arrayLiteral elements: Element...) {
216 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:221: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
219 |
220 | /// `ModifierList` represents a collection of `DeclModifierSyntax`
221 | extension ModifierList: 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
222 |   public init(arrayLiteral elements: Element...) {
223 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:228: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
226 |
227 | /// `MultipleTrailingClosureElementList` represents a collection of `MultipleTrailingClosureElementSyntax`
228 | extension MultipleTrailingClosureElementList: 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
229 |   public init(arrayLiteral elements: Element...) {
230 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:235:1: warning: extension declares a conformance of imported type 'NonEmptyTokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
233 |
234 | /// `NonEmptyTokenList` represents a collection of `TokenSyntax`
235 | extension NonEmptyTokenList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'NonEmptyTokenListSyntax' 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
236 |   public init(arrayLiteral elements: Element...) {
237 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:242: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
240 |
241 | /// `ObjCSelector` represents a collection of `ObjCSelectorPieceSyntax`
242 | extension ObjCSelector: 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
243 |   public init(arrayLiteral elements: Element...) {
244 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:249: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
247 |
248 | /// `PatternBindingList` represents a collection of `PatternBindingSyntax`
249 | extension PatternBindingList: 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
250 |   public init(arrayLiteral elements: Element...) {
251 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:256: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
254 |
255 | /// `PrecedenceGroupAttributeList` represents a collection of `Syntax`
256 | extension PrecedenceGroupAttributeList: 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
257 |   public init(arrayLiteral elements: Element...) {
258 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:263: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
261 |
262 | /// `PrecedenceGroupNameList` represents a collection of `PrecedenceGroupNameElementSyntax`
263 | extension PrecedenceGroupNameList: 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
264 |   public init(arrayLiteral elements: Element...) {
265 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:270: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
268 |
269 | /// `PrimaryAssociatedTypeList` represents a collection of `PrimaryAssociatedTypeSyntax`
270 | extension PrimaryAssociatedTypeList: 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
271 |   public init(arrayLiteral elements: Element...) {
272 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:277: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
275 |
276 | /// A collection of arguments for the `@_specialize` attribute
277 | extension SpecializeAttributeSpecList: 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
278 |   public init(arrayLiteral elements: Element...) {
279 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:284: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
282 |
283 | /// `StringLiteralSegments` represents a collection of `Syntax`
284 | extension StringLiteralSegments: 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
285 |   public init(arrayLiteral elements: Element...) {
286 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:291: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
289 |
290 | /// `SwitchCaseList` represents a collection of `Syntax`
291 | extension SwitchCaseList: 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
292 |   public init(arrayLiteral elements: Element...) {
293 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:298:1: warning: extension declares a conformance of imported type 'TokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
296 |
297 | /// `TokenList` represents a collection of `TokenSyntax`
298 | extension TokenList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TokenListSyntax' 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
299 |   public init(arrayLiteral elements: Element...) {
300 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:305: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
303 |
304 | /// `TupleExprElementList` represents a collection of `TupleExprElementSyntax`
305 | extension TupleExprElementList: 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
306 |   public init(arrayLiteral elements: Element...) {
307 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:312: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
310 |
311 | /// `TuplePatternElementList` represents a collection of `TuplePatternElementSyntax`
312 | extension TuplePatternElementList: 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
313 |   public init(arrayLiteral elements: Element...) {
314 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:319: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
317 |
318 | /// `TupleTypeElementList` represents a collection of `TupleTypeElementSyntax`
319 | extension TupleTypeElementList: 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
320 |   public init(arrayLiteral elements: Element...) {
321 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:326: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
324 |
325 | /// A collection of syntax nodes that occurred in the source code butcould not be used to form a valid syntax tree.
326 | extension UnexpectedNodes: 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
327 |   public init(_ elements: [SyntaxProtocol]) {
328 |     self = UnexpectedNodesSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:339: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
337 |
338 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
339 | extension YieldExprList: 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
340 |   public init(arrayLiteral elements: Element...) {
341 |     self.init(elements)
[244/250] Compiling SwiftSyntaxBuilder BuildableNodes.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:19: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
 17 |
 18 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
 19 | extension AccessPath: 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
 20 |   public init(arrayLiteral elements: Element...) {
 21 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:26: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
 24 |
 25 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
 26 | extension AccessorList: 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
 27 |   public init(arrayLiteral elements: Element...) {
 28 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:33: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
 31 |
 32 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
 33 | extension ArrayElementList: 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
 34 |   public init(arrayLiteral elements: Element...) {
 35 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:40: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
 38 |
 39 | /// `AttributeList` represents a collection of `Syntax`
 40 | extension AttributeList: 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
 41 |   public init(arrayLiteral elements: Element...) {
 42 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:47: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
 45 |
 46 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
 47 | extension AvailabilitySpecList: 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
 48 |   public init(arrayLiteral elements: Element...) {
 49 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:54:1: warning: extension declares a conformance of imported type 'BackDeployVersionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 52 |
 53 | /// `BackDeployVersionList` represents a collection of `BackDeployVersionArgumentSyntax`
 54 | extension BackDeployVersionList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'BackDeployVersionListSyntax' 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
 55 |   public init(arrayLiteral elements: Element...) {
 56 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:61: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
 59 |
 60 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
 61 | extension CaseItemList: 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
 62 |   public init(arrayLiteral elements: Element...) {
 63 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:68: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
 66 |
 67 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
 68 | extension CatchClauseList: 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
 69 |   public init(arrayLiteral elements: Element...) {
 70 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:75: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
 73 |
 74 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
 75 | extension CatchItemList: 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
 76 |   public init(arrayLiteral elements: Element...) {
 77 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:82: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
 80 |
 81 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
 82 | extension ClosureCaptureItemList: 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
 83 |   public init(arrayLiteral elements: Element...) {
 84 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:89: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
 87 |
 88 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
 89 | extension ClosureParamList: 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
 90 |   public init(arrayLiteral elements: Element...) {
 91 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:96: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
 94 |
 95 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
 96 | extension CodeBlockItemList: 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
 97 |   public init(arrayLiteral elements: Element...) {
 98 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:103: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
101 |
102 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
103 | extension CompositionTypeElementList: 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
104 |   public init(arrayLiteral elements: Element...) {
105 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:110: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
108 |
109 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
110 | extension ConditionElementList: 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
111 |   public init(arrayLiteral elements: Element...) {
112 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:117: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
115 |
116 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
117 | extension DeclNameArgumentList: 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
118 |   public init(arrayLiteral elements: Element...) {
119 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:124: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
122 |
123 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
124 | extension DesignatedTypeList: 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
125 |   public init(arrayLiteral elements: Element...) {
126 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:131: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
129 |
130 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
131 | extension DictionaryElementList: 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
132 |   public init(arrayLiteral elements: Element...) {
133 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:138: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
136 |
137 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
138 | extension DifferentiabilityParamList: 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
139 |   public init(arrayLiteral elements: Element...) {
140 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:145: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
143 |
144 | /// A collection of 0 or more `EnumCaseElement`s.
145 | extension EnumCaseElementList: 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
146 |   public init(arrayLiteral elements: Element...) {
147 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:152: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
150 |
151 | /// A list of expressions connected by operators. This list is containedby a `SequenceExprSyntax`.
152 | extension ExprList: 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
153 |   public init(_ elements: [ExprSyntaxProtocol]) {
154 |     self = ExprListSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:165: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
163 |
164 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
165 | extension FunctionParameterList: 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
166 |   public init(arrayLiteral elements: Element...) {
167 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:172: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
170 |
171 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
172 | extension GenericArgumentList: 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
173 |   public init(arrayLiteral elements: Element...) {
174 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179: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
177 |
178 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
179 | extension GenericParameterList: 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
180 |   public init(arrayLiteral elements: Element...) {
181 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:186: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
184 |
185 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
186 | extension GenericRequirementList: 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
187 |   public init(arrayLiteral elements: Element...) {
188 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:193: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
191 |
192 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
193 | extension IfConfigClauseList: 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
194 |   public init(arrayLiteral elements: Element...) {
195 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:200: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
198 |
199 | /// `InheritedTypeList` represents a collection of `InheritedTypeSyntax`
200 | extension InheritedTypeList: 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
201 |   public init(arrayLiteral elements: Element...) {
202 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:207: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
205 |
206 | /// `KeyPathComponentList` represents a collection of `KeyPathComponentSyntax`
207 | extension KeyPathComponentList: 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
208 |   public init(arrayLiteral elements: Element...) {
209 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:214: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
212 |
213 | /// `MemberDeclList` represents a collection of `MemberDeclListItemSyntax`
214 | extension MemberDeclList: 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
215 |   public init(arrayLiteral elements: Element...) {
216 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:221: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
219 |
220 | /// `ModifierList` represents a collection of `DeclModifierSyntax`
221 | extension ModifierList: 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
222 |   public init(arrayLiteral elements: Element...) {
223 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:228: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
226 |
227 | /// `MultipleTrailingClosureElementList` represents a collection of `MultipleTrailingClosureElementSyntax`
228 | extension MultipleTrailingClosureElementList: 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
229 |   public init(arrayLiteral elements: Element...) {
230 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:235:1: warning: extension declares a conformance of imported type 'NonEmptyTokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
233 |
234 | /// `NonEmptyTokenList` represents a collection of `TokenSyntax`
235 | extension NonEmptyTokenList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'NonEmptyTokenListSyntax' 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
236 |   public init(arrayLiteral elements: Element...) {
237 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:242: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
240 |
241 | /// `ObjCSelector` represents a collection of `ObjCSelectorPieceSyntax`
242 | extension ObjCSelector: 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
243 |   public init(arrayLiteral elements: Element...) {
244 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:249: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
247 |
248 | /// `PatternBindingList` represents a collection of `PatternBindingSyntax`
249 | extension PatternBindingList: 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
250 |   public init(arrayLiteral elements: Element...) {
251 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:256: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
254 |
255 | /// `PrecedenceGroupAttributeList` represents a collection of `Syntax`
256 | extension PrecedenceGroupAttributeList: 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
257 |   public init(arrayLiteral elements: Element...) {
258 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:263: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
261 |
262 | /// `PrecedenceGroupNameList` represents a collection of `PrecedenceGroupNameElementSyntax`
263 | extension PrecedenceGroupNameList: 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
264 |   public init(arrayLiteral elements: Element...) {
265 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:270: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
268 |
269 | /// `PrimaryAssociatedTypeList` represents a collection of `PrimaryAssociatedTypeSyntax`
270 | extension PrimaryAssociatedTypeList: 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
271 |   public init(arrayLiteral elements: Element...) {
272 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:277: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
275 |
276 | /// A collection of arguments for the `@_specialize` attribute
277 | extension SpecializeAttributeSpecList: 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
278 |   public init(arrayLiteral elements: Element...) {
279 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:284: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
282 |
283 | /// `StringLiteralSegments` represents a collection of `Syntax`
284 | extension StringLiteralSegments: 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
285 |   public init(arrayLiteral elements: Element...) {
286 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:291: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
289 |
290 | /// `SwitchCaseList` represents a collection of `Syntax`
291 | extension SwitchCaseList: 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
292 |   public init(arrayLiteral elements: Element...) {
293 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:298:1: warning: extension declares a conformance of imported type 'TokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
296 |
297 | /// `TokenList` represents a collection of `TokenSyntax`
298 | extension TokenList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TokenListSyntax' 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
299 |   public init(arrayLiteral elements: Element...) {
300 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:305: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
303 |
304 | /// `TupleExprElementList` represents a collection of `TupleExprElementSyntax`
305 | extension TupleExprElementList: 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
306 |   public init(arrayLiteral elements: Element...) {
307 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:312: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
310 |
311 | /// `TuplePatternElementList` represents a collection of `TuplePatternElementSyntax`
312 | extension TuplePatternElementList: 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
313 |   public init(arrayLiteral elements: Element...) {
314 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:319: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
317 |
318 | /// `TupleTypeElementList` represents a collection of `TupleTypeElementSyntax`
319 | extension TupleTypeElementList: 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
320 |   public init(arrayLiteral elements: Element...) {
321 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:326: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
324 |
325 | /// A collection of syntax nodes that occurred in the source code butcould not be used to form a valid syntax tree.
326 | extension UnexpectedNodes: 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
327 |   public init(_ elements: [SyntaxProtocol]) {
328 |     self = UnexpectedNodesSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:339: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
337 |
338 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
339 | extension YieldExprList: 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
340 |   public init(arrayLiteral elements: Element...) {
341 |     self.init(elements)
[245/251] Wrapping AST for SwiftSyntaxBuilder for debugging
[246/251] Write Objects.LinkFileList
[247/264] Archiving libSwiftSyntaxBuilder.a
[249/265] Compiling _SwiftSyntaxMacros ExpressionMacro.swift
[250/265] Compiling _SwiftSyntaxMacros Macro.swift
[251/265] Compiling _SwiftSyntaxMacros MacroExpansionContext.swift
[252/265] Emitting module _SwiftSyntaxMacros
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:22:8: warning: associated value 'unknownMacro(name:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
 22 |   case unknownMacro(name: String, node: Syntax)
    |        `- warning: associated value 'unknownMacro(name:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 23 |
 24 |   /// Indicates that a macro evaluated as an expression by the given node
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 12 |
 13 | import SwiftDiagnostics
 14 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 15 |
 16 | /// Describes the kinds of errors that can occur within a macro system.
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:26:8: warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 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 'Syntax'; this is an error in the Swift 6 language mode
 27 |
 28 |   /// Indicates that a macro evaluated as a code item by the given node
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:30:8: warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 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 'Syntax'; this is an error in the Swift 6 language mode
 31 |
 32 |   /// Indicates that a macro produced diagnostics during evaluation. The
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:35:8: warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 33 |   /// diagnostics might not specifically include errors, but will be reported
 34 |   /// nonetheless.
 35 |   case evaluationDiagnostics(node: Syntax, diagnostics: [Diagnostic])
    |        `- warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 36 | }
 37 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:35:8: warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 33 |   /// diagnostics might not specifically include errors, but will be reported
 34 |   /// nonetheless.
 35 |   case evaluationDiagnostics(node: Syntax, diagnostics: [Diagnostic])
    |        `- warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 36 | }
 37 |
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
   |               `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 |   /// The message that should be displayed to the user
17 |   public let diagMessage: DiagnosticMessage
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 14 | import SwiftSyntax
 15 |
[253/265] Compiling _SwiftSyntaxTestSupport SyntaxComparison.swift
[254/266] Compiling _SwiftSyntaxMacros Syntax+MacroEvaluation.swift
[255/266] Emitting module _SwiftSyntaxTestSupport
/host/spi-builder-workspace/Sources/_SwiftSyntaxTestSupport/Syntax+Assertions.swift:129:8: warning: associated value 'invalidSubtree(tree:afterUTF8Offset:type:)' of 'Sendable'-conforming enum 'SubtreeError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
127 | public enum SubtreeError: Error, CustomStringConvertible {
128 |   case invalidMarker(name: String)
129 |   case invalidSubtree(tree: Syntax, afterUTF8Offset: Int, type: String)
    |        `- warning: associated value 'invalidSubtree(tree:afterUTF8Offset:type:)' of 'Sendable'-conforming enum 'SubtreeError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
130 |
131 |   public var description: String {
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxTestSupport/Syntax+Assertions.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 18 | import XCTest
 19 |
[256/266] Compiling _SwiftSyntaxTestSupport TestUtils.swift
[257/266] Compiling _SwiftSyntaxMacros MacroSystem.swift
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:22:8: warning: associated value 'unknownMacro(name:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 20 |
 21 |   /// Indicates that an unknown macro was encountered during expansion.
 22 |   case unknownMacro(name: String, node: Syntax)
    |        `- warning: associated value 'unknownMacro(name:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 23 |
 24 |   /// Indicates that a macro evaluated as an expression by the given node
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 12 |
 13 | import SwiftDiagnostics
 14 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 15 |
 16 | /// Describes the kinds of errors that can occur within a macro system.
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:26:8: warning: associated value 'requiresExpressionMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 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 'Syntax'; this is an error in the Swift 6 language mode
 27 |
 28 |   /// Indicates that a macro evaluated as a code item by the given node
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:30:8: warning: associated value 'requiresCodeItemMacro(macro:node:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 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 'Syntax'; this is an error in the Swift 6 language mode
 31 |
 32 |   /// Indicates that a macro produced diagnostics during evaluation. The
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:35:8: warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 33 |   /// diagnostics might not specifically include errors, but will be reported
 34 |   /// nonetheless.
 35 |   case evaluationDiagnostics(node: Syntax, diagnostics: [Diagnostic])
    |        `- warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
 36 | }
 37 |
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:35:8: warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 33 |   /// diagnostics might not specifically include errors, but will be reported
 34 |   /// nonetheless.
 35 |   case evaluationDiagnostics(node: Syntax, diagnostics: [Diagnostic])
    |        `- warning: associated value 'evaluationDiagnostics(node:diagnostics:)' of 'Sendable'-conforming enum 'MacroSystemError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 36 | }
 37 |
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
   |               `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 |   /// The message that should be displayed to the user
17 |   public let diagMessage: DiagnosticMessage
/host/spi-builder-workspace/Sources/_SwiftSyntaxMacros/MacroSystem.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 14 | import SwiftSyntax
 15 |
[258/267] Wrapping AST for _SwiftSyntaxMacros for debugging
[259/267] Write Objects.LinkFileList
[260/267] Archiving lib_SwiftSyntaxMacros.a
[262/267] Compiling _SwiftSyntaxTestSupport LocationMarkers.swift
[263/267] Compiling _SwiftSyntaxTestSupport AssertEqualWithDiff.swift
[264/267] Compiling _SwiftSyntaxTestSupport Syntax+Assertions.swift
/host/spi-builder-workspace/Sources/_SwiftSyntaxTestSupport/Syntax+Assertions.swift:129:8: warning: associated value 'invalidSubtree(tree:afterUTF8Offset:type:)' of 'Sendable'-conforming enum 'SubtreeError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
127 | public enum SubtreeError: Error, CustomStringConvertible {
128 |   case invalidMarker(name: String)
129 |   case invalidSubtree(tree: Syntax, afterUTF8Offset: Int, type: String)
    |        `- warning: associated value 'invalidSubtree(tree:afterUTF8Offset:type:)' of 'Sendable'-conforming enum 'SubtreeError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
130 |
131 |   public var description: String {
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/_SwiftSyntaxTestSupport/Syntax+Assertions.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 15 | //===----------------------------------------------------------------------===//
 16 |
 17 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 18 | import XCTest
 19 |
[265/267] Compiling _SwiftSyntaxTestSupport String+TrimmingTrailingWhitespace.swift
[266/267] Compiling _SwiftSyntaxTestSupport SyntaxCollection+AtIndex.swift.swift
[267/267] Compiling _SwiftSyntaxTestSupport SyntaxProtocol+Initializer.swift
Build complete! (145.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SwiftSyntax",
  "name" : "SwiftSyntax",
  "path" : "/host/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" : "IDEUtils",
      "targets" : [
        "IDEUtils"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftDiagnostics",
      "targets" : [
        "SwiftDiagnostics"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftOperators",
      "targets" : [
        "SwiftOperators"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftParser",
      "targets" : [
        "SwiftParser"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftParserDiagnostics",
      "targets" : [
        "SwiftParserDiagnostics"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftSyntax",
      "targets" : [
        "SwiftSyntax"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftSyntaxParser",
      "targets" : [
        "SwiftSyntaxParser"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftSyntaxBuilder",
      "targets" : [
        "SwiftSyntaxBuilder"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "_SwiftSyntaxMacros",
      "targets" : [
        "_SwiftSyntaxMacros"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SwiftRefactor",
      "targets" : [
        "SwiftRefactor"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "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" : [
        "swift-parser-cli.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftOperators"
      ],
      "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" : [
        "IDEUtils",
        "SwiftSyntax",
        "SwiftSyntaxParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_SwiftSyntaxTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_SwiftSyntaxTestSupport",
      "path" : "Sources/_SwiftSyntaxTestSupport",
      "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" : "_SwiftSyntaxMacros",
      "module_type" : "SwiftTarget",
      "name" : "_SwiftSyntaxMacros",
      "path" : "Sources/_SwiftSyntaxMacros",
      "product_memberships" : [
        "_SwiftSyntaxMacros"
      ],
      "sources" : [
        "ExpressionMacro.swift",
        "Macro.swift",
        "MacroExpansionContext.swift",
        "MacroSystem.swift",
        "Syntax+MacroEvaluation.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftParser",
        "SwiftDiagnostics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxTest",
      "path" : "Tests/SwiftSyntaxTest",
      "sources" : [
        "BumpPtrAllocatorTests.swift",
        "CustomReflectableTests.swift",
        "MemoryLayoutTest.swift",
        "MultithreadingTests.swift",
        "RawSyntaxTests.swift",
        "SequentialToConcurrentEditTranslationTests.swift",
        "SyntaxChildrenTests.swift",
        "SyntaxCollectionsTests.swift",
        "SyntaxCreationTests.swift",
        "SyntaxTests.swift",
        "SyntaxTextTests.swift",
        "SyntaxTreeModifierTests.swift",
        "TriviaTests.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "_SwiftSyntaxTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxParserTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxParserTest",
      "path" : "Tests/SwiftSyntaxParserTest",
      "sources" : [
        "AbsolutePositionTests.swift",
        "IncrementalParsingTests.swift",
        "ParseFileTests.swift",
        "SyntaxComparisonTests.swift",
        "SyntaxTests.swift",
        "SyntaxVisitorTests.swift",
        "TokenTest.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntaxParser",
        "_SwiftSyntaxTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxParser",
      "path" : "Sources/SwiftSyntaxParser",
      "product_memberships" : [
        "SwiftSyntaxParser",
        "lit-test-helper"
      ],
      "sources" : [
        "Diagnostic.swift",
        "SyntaxParser.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxMacrosTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxMacrosTest",
      "path" : "Tests/SwiftSyntaxMacrosTest",
      "sources" : [
        "MacroSystemTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "_SwiftSyntaxTestSupport",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxBuilderTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxBuilderTest",
      "path" : "Tests/SwiftSyntaxBuilderTest",
      "sources" : [
        "Assertions.swift",
        "BooleanLiteralTests.swift",
        "CollectionNodeFlatteningTests.swift",
        "CustomAttributeTests.swift",
        "DoStmtTests.swift",
        "EnumCaseElementTests.swift",
        "ExprListTests.swift",
        "ExtensionDeclTests.swift",
        "FloatLiteralTests.swift",
        "FunctionTests.swift",
        "IfStmtTests.swift",
        "ImportTests.swift",
        "InitializerDeclTests.swift",
        "IntegerLiteralTests.swift",
        "MemberAccessTests.swift",
        "ProtocolDeclTests.swift",
        "ReturnStmsTests.swift",
        "SourceFileTests.swift",
        "StringInterpolation.swift",
        "StringLiteralTests.swift",
        "StructTests.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" : [
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros"
      ],
      "sources" : [
        "ConvenienceInitializers.swift",
        "HasTrailingComma.swift",
        "Indenter.swift",
        "ResultBuilderExtensions.swift",
        "Syntax+StringInterpolation.swift",
        "SyntaxNodeWithBody.swift",
        "generated/BuildableCollectionNodes.swift",
        "generated/BuildableNodes.swift",
        "generated/ResultBuilders.swift",
        "generated/SyntaxExpressibleByStringInterpolationConformances.swift",
        "generated/Token.swift",
        "generated/Typealiases.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftParserDiagnostics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntax",
      "path" : "Sources/SwiftSyntax",
      "product_memberships" : [
        "IDEUtils",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "AbsolutePosition.swift",
        "BumpPtrAllocator.swift",
        "CommonAncestor.swift",
        "IncrementalParseTransition.swift",
        "MemoryLayout.swift",
        "Raw/RawSyntax.swift",
        "Raw/RawSyntaxLayoutView.swift",
        "Raw/RawSyntaxNodeProtocol.swift",
        "Raw/RawSyntaxTokenView.swift",
        "Raw/gyb_generated/RawSyntaxNodes.swift",
        "Raw/gyb_generated/RawSyntaxValidation.swift",
        "SourceLength.swift",
        "SourceLocation.swift",
        "SourcePresence.swift",
        "Syntax.swift",
        "SyntaxArena.swift",
        "SyntaxChildren.swift",
        "SyntaxData.swift",
        "SyntaxOtherNodes.swift",
        "SyntaxText.swift",
        "SyntaxTreeViewMode.swift",
        "Utils.swift",
        "generated/Misc.swift",
        "generated/SyntaxAnyVisitor.swift",
        "generated/SyntaxBaseNodes.swift",
        "generated/SyntaxEnum.swift",
        "generated/SyntaxKind.swift",
        "gyb_generated/SyntaxCollections.swift",
        "gyb_generated/SyntaxFactory.swift",
        "gyb_generated/SyntaxRewriter.swift",
        "gyb_generated/SyntaxTraits.swift",
        "gyb_generated/SyntaxTransform.swift",
        "gyb_generated/SyntaxVisitor.swift",
        "gyb_generated/TokenKind.swift",
        "gyb_generated/Tokens.swift",
        "gyb_generated/Trivia.swift",
        "gyb_generated/syntax_nodes/SyntaxDeclNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxExprNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxPatternNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxStmtNodes.swift",
        "gyb_generated/syntax_nodes/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" : [
        "SwiftRefactor",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxTestSupport"
      ],
      "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" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "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",
        "LexerTests.swift",
        "LinkageTests.swift",
        "Parser+EntryTests.swift",
        "ParserTests.swift",
        "StatementTests.swift",
        "SyntaxTransformVisitorTest.swift",
        "TriviaParserTests.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/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/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/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/RawStringErrorsTests.swift",
        "translated/RecoveryLibraryTests.swift",
        "translated/RecoveryTests.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" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "_SwiftSyntaxTestSupport",
        "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" : [
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "swift-parser-cli"
      ],
      "sources" : [
        "DiagnosticExtensions.swift",
        "MissingNodesError.swift",
        "ParseDiagnosticsGenerator.swift",
        "ParserDiagnosticMessages.swift",
        "PresenceUtils.swift",
        "SyntaxExtensions.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParser",
      "path" : "Sources/SwiftParser",
      "product_memberships" : [
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Attributes.swift",
        "Availability.swift",
        "CharacterInfo.swift",
        "Declarations.swift",
        "Directives.swift",
        "Expressions.swift",
        "Lexer.swift",
        "LexerDiagnosticMessages.swift",
        "Lookahead.swift",
        "LoopProgressCondition.swift",
        "Modifiers.swift",
        "Names.swift",
        "Nominals.swift",
        "Parser.swift",
        "Patterns.swift",
        "RawTokenKindSubset.swift",
        "Recovery.swift",
        "Statements.swift",
        "SyntaxUtils.swift",
        "TokenConsumer.swift",
        "TokenPrecedence.swift",
        "TopLevel.swift",
        "TriviaParser.swift",
        "Types.swift",
        "generated/DeclarationAttribute.swift",
        "generated/DeclarationModifier.swift",
        "generated/Parser+Entry.swift",
        "generated/TypeAttribute.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOperatorsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperatorsTest",
      "path" : "Tests/SwiftOperatorsTest",
      "sources" : [
        "OperatorTableTests.swift",
        "SyntaxSynthesisTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOperators",
        "_SwiftSyntaxTestSupport",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOperators",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperators",
      "path" : "Sources/SwiftOperators",
      "product_memberships" : [
        "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" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftDiagnostics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnosticsTest",
      "path" : "Tests/SwiftDiagnosticsTest",
      "sources" : [
        "DiagnosticsFormatterTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnostics",
      "path" : "Sources/SwiftDiagnostics",
      "product_memberships" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Diagnostic.swift",
        "DiagnosticsFormatter.swift",
        "FixIt.swift",
        "Message.swift",
        "Note.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBasicFormat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBasicFormat",
      "path" : "Sources/SwiftBasicFormat",
      "product_memberships" : [
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "swift-parser-cli"
      ],
      "sources" : [
        "SyntaxProtocol+Formatted.swift",
        "Trivia+Indented.swift",
        "generated/BasicFormat.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" : [
        "IDEUtils",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDEUtilsTest",
      "module_type" : "SwiftTarget",
      "name" : "IDEUtilsTest",
      "path" : "Tests/IDEUtilsTest",
      "sources" : [
        "ClassificationTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftParser",
        "SwiftSyntax",
        "IDEUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDEUtils",
      "module_type" : "SwiftTarget",
      "name" : "IDEUtils",
      "path" : "Sources/IDEUtils",
      "product_memberships" : [
        "IDEUtils",
        "lit-test-helper"
      ],
      "sources" : [
        "Syntax+Classifications.swift",
        "SyntaxClassifier.swift",
        "generated/SyntaxClassification.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.