The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SyntaxKit, reference main (1bd7f8), with Swift 6.1 for macOS (SPM) on 15 Sep 2025 15:24:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[216/291] Compiling SyntaxKit CommentedCodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[217/291] Compiling SyntaxKit EmptyCodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[218/291] Compiling SyntaxKit ExprCodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[219/291] Compiling SyntaxKit Array+LiteralValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[220/291] Compiling SyntaxKit ArrayLiteral.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[221/291] Compiling SyntaxKit CodeBlock+DictionaryValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+ExprSyntax.swift:52:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
50 |     // This prevents crashes while still allowing code generation to continue
51 |     #warning(
52 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
53 |     )
54 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:51:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |         // This prevents crashes while still allowing code generation to continue
50 |         #warning(
51 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |         )
53 |         let emptyExpr = ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlock+Generate.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | extension CodeBlock {
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CodeBlockItemSyntax.Item.swift:51:9: warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
49 |       // This is a fallback for when SwitchCase is used standalone
50 |       #warning(
51 |         "TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead"
   |         `- warning: TODO: Review fallback for SwitchCase used standalone - consider if this should be an error instead
52 |       )
53 |       let switchExpr = SwitchExprSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/CommentedCodeBlock.swift:63:16: warning: TODO: Review fallback for no tokens - consider if this should be an error instead
61 |     guard let firstToken = base.syntax.firstToken(viewMode: .sourceAccurate) else {
62 |       // Fallback – no tokens? return original syntax
63 |       #warning("TODO: Review fallback for no tokens - consider if this should be an error instead")
   |                `- warning: TODO: Review fallback for no tokens - consider if this should be an error instead
64 |       return base.syntax
65 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/CodeBlocks/EmptyCodeBlock.swift:31:8: warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SwiftSyntax
   |        `- warning: public import of 'SwiftSyntax' was not used in public declarations or inlinable code
32 |
33 | /// An empty code block that generates no syntax.
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/CodeBlock+DictionaryValue.swift:51:7: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
49 |     // This prevents crashes while still allowing dictionary operations to continue
50 |     #warning(
51 |       "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |       `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
52 |     )
53 |     return ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier("")))
[222/291] Compiling SyntaxKit Protocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[223/291] Compiling SyntaxKit Struct+Public.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[224/291] Compiling SyntaxKit Struct.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[225/291] Compiling SyntaxKit TypeAlias.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[226/291] Compiling SyntaxKit Catch.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[227/291] Compiling SyntaxKit CatchBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[228/291] Compiling SyntaxKit Throw.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[229/291] Compiling SyntaxKit Assignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[230/291] Compiling SyntaxKit Call.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[231/291] Compiling SyntaxKit CaptureInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[232/291] Compiling SyntaxKit Closure+Body.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[233/291] Compiling SyntaxKit Closure+Capture.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[234/291] Compiling SyntaxKit Closure+Signature.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[235/291] Compiling SyntaxKit Closure.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:51:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 49 |             baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
 50 |           // Build the pattern: .caseName(let a, let b)
 51 |           let memberAccess = MemberAccessExprSyntax(
    |                              `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
 52 |             base: typeName.isEmpty
 53 |               ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:57:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 55 |             name: .identifier(caseName)
 56 |           )
 57 |           let patternWithTuple = PatternSyntax(
    |               `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
 58 |             ValueBindingPatternSyntax(
 59 |               bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:69:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 67 |           // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
 68 |           // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
 69 |           let tuplePattern = TuplePatternSyntax(
    |               `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
 70 |             leftParen: .leftParenToken(),
 71 |             elements: TuplePatternElementListSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:57:9: warning: TODO: Review fallback for non-VariableExp capture expression
55 |       self.name = .identifier("self")  // fallback
56 |       #warning(
57 |         "TODO: Review fallback for non-VariableExp capture expression"
   |         `- warning: TODO: Review fallback for non-VariableExp capture expression
58 |       )
59 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/CaptureInfo.swift:70:9: warning: TODO: Review fallback for non-VariableExp parameter value
68 |       self.name = .identifier("self")  // fallback
69 |       #warning(
70 |         "TODO: Review fallback for non-VariableExp parameter value"
   |         `- warning: TODO: Review fallback for non-VariableExp parameter value
71 |       )
72 |     }
[236/291] Compiling SyntaxKit PlusAssign.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[237/291] Compiling SyntaxKit PropertyAccessExp.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[238/291] Compiling SyntaxKit PropertyAccessible.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[239/291] Compiling SyntaxKit ReferenceExp.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[240/291] Compiling SyntaxKit Return.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[241/291] Compiling SyntaxKit Function+EffectSpecifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[242/291] Compiling SyntaxKit Function+Effects.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[243/291] Compiling SyntaxKit Function+Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[244/291] Compiling SyntaxKit Function+Syntax.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[245/291] Compiling SyntaxKit Function.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[246/291] Compiling SyntaxKit FunctionParameterSyntax+Init.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[247/291] Compiling SyntaxKit FunctionRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[248/291] Compiling SyntaxKit Parameter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[249/291] Compiling SyntaxKit ParameterBuilderResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/PropertyAccessExp.swift:45:7: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
43 |     let property = TokenSyntax.identifier(propertyName)
44 |     return ExprSyntax(
45 |       MemberAccessExprSyntax(
   |       `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
46 |         base: baseSyntax,
47 |         dot: .periodToken(),
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Expressions/Return.swift:54:11: warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
52 |         // fallback: no valid expression
53 |         #warning(
54 |           "TODO: Review fallback for no valid expression - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for no valid expression - consider if this should be an error instead
55 |         )
56 |         return ReturnStmtSyntax(
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:46:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
44 |         )
45 |       } else {
46 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
47 |           asyncSpecifier: nil,
48 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:52:14: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
50 |       }
51 |     case .async:
52 |       return FunctionEffectSpecifiersSyntax(
   |              `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
53 |         asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
54 |         throwsSpecifier: nil
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+EffectSpecifiers.swift:64:16: warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
62 |         )
63 |       } else {
64 |         return FunctionEffectSpecifiersSyntax(
   |                `- warning: 'init(leadingTrivia:_:asyncSpecifier:_:throwsSpecifier:_:trailingTrivia:)' is deprecated: use throwsClause instead of throwsSpecifier
65 |           asyncSpecifier: .keyword(.async, leadingTrivia: .space, trailingTrivia: .space),
66 |           throwsSpecifier: throwsSpecifier
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/Function+Syntax.swift:94:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 92 |     }
 93 |     if isMutating {
 94 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 95 |         modifiers + [
 96 |           DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:92:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 90 |     }
 91 |     if isMutating {
 92 |       modifiers = DeclModifierListSyntax(
    |                   `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
 93 |         modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
 94 |       )
[250/291] Compiling SyntaxKit ParameterExp.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[251/291] Compiling SyntaxKit ParameterExpBuilderResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[252/291] Compiling SyntaxKit SourceRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[253/291] Compiling SyntaxKit String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[254/291] Compiling SyntaxKit String.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[255/291] Compiling SyntaxKit StructureProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[256/291] Compiling SyntaxKit StructureValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[257/291] Compiling SyntaxKit SyntaxParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[258/291] Compiling SyntaxKit SyntaxResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[259/291] Compiling SyntaxKit SyntaxType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[260/291] Compiling SyntaxKit Token.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[261/291] Compiling SyntaxKit TokenVisitor+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[262/291] Compiling SyntaxKit TokenVisitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[263/291] Compiling SyntaxKit TreeNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:44:9: warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
42 |
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
   |         `- warning: initialization of immutable value 'start' was never used; consider replacing with assignment to '_' or removing it
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:45:9: warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
43 |     let sourceRange = token.sourceRange(converter: locationConverter)
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
   |         `- warning: initialization of immutable value 'end' was never used; consider replacing with assignment to '_' or removing it
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
47 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor+Helpers.swift:46:9: warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
44 |     let start = sourceRange.start
45 |     let end = sourceRange.end
46 |     let text = token.presence == .present || showMissingTokens ? token.text : ""
   |         `- warning: initialization of immutable value 'text' was never used; consider replacing with assignment to '_' or removing it
47 |   }
48 |
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:64:9: warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 62 |     let end = sourceRange.end
 63 |
 64 |     let graphemeStartColumn: Int
    |         `- warning: immutable value 'graphemeStartColumn' was never used; consider removing it
 65 |     if let prefix = String(
 66 |       locationConverter.sourceLines[start.line - 1].utf8.prefix(start.column - 1)
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Parser/TokenVisitor.swift:72:9: warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 70 |       graphemeStartColumn = start.column
 71 |     }
 72 |     let graphemeEndColumn: Int
    |         `- warning: immutable value 'graphemeEndColumn' was never used; consider removing it
 73 |     if let prefix = String(
 74 |       locationConverter.sourceLines[end.line - 1].utf8.prefix(end.column - 1)
[264/291] Compiling SyntaxKit CodeBlockableLiteral.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[265/291] Compiling SyntaxKit Dictionary+LiteralValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[266/291] Compiling SyntaxKit DictionaryExpr.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[267/291] Compiling SyntaxKit DictionaryLiteral.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[268/291] Compiling SyntaxKit DictionaryValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[269/291] Compiling SyntaxKit Literal+DictionaryValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[270/291] Compiling SyntaxKit PatternCodeBlock.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[271/291] Compiling SyntaxKit PatternConvertableCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[272/291] Compiling SyntaxKit Tuple.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[273/291] Compiling SyntaxKit TupleAssignment+AsyncSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[274/291] Compiling SyntaxKit TupleAssignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[275/291] Compiling SyntaxKit TupleLiteralArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[276/291] Compiling SyntaxKit TuplePattern.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[277/291] Compiling SyntaxKit Do.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:40:16: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
 38 |   /// The SwiftSyntax representation of this tuple expression.
 39 |   public var syntax: any SyntaxProtocol {
 40 |     let list = TupleExprElementListSyntax(
    |                |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
    |                `- note: use 'LabeledExprListSyntax' instead
 41 |       elements.enumerated().map { index, block in
 42 |         let elementExpr: ExprSyntax
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/Tuple.swift:56:16: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
 54 |         }
 55 |
 56 |         return TupleExprElementSyntax(
    |                |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
    |                `- note: use 'LabeledExprSyntax' instead
 57 |           label: nil,
 58 |           colon: nil,
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Collections/TupleAssignment.swift:89:9: warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 87 |       // This provides a more robust API instead of crashing
 88 |       #warning(
 89 |         "TODO: Review fallback for asyncSet conditions - consider if this should be an error instead"
    |         `- warning: TODO: Review fallback for asyncSet conditions - consider if this should be an error instead
 90 |       )
 91 |       return generateRegularSyntax()
[278/291] Compiling SyntaxKit Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[279/291] Compiling SyntaxKit Let.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[280/291] Compiling SyntaxKit Parenthesized.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[281/291] Compiling SyntaxKit PropertyRequirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[282/291] Compiling SyntaxKit Then.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[283/291] Compiling SyntaxKit AttributeArguments.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[284/291] Compiling SyntaxKit ComputedProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[285/291] Compiling SyntaxKit Variable+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[286/291] Compiling SyntaxKit Variable+LiteralInitializers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[287/291] Compiling SyntaxKit Variable+Modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[288/291] Compiling SyntaxKit Variable+TypedInitializers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[289/291] Compiling SyntaxKit Variable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[290/291] Compiling SyntaxKit VariableExp.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
[291/291] Compiling SyntaxKit VariableKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:53:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
51 |         // This allows the group to continue processing other valid blocks
52 |         #warning(
53 |           "TODO: Review fallback for unsupported syntax types - consider if this should be an error instead"
   |           `- warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
54 |         )
55 |         return []
Build of target: 'SyntaxKit' complete! (11.58s)
    1682
11	/Users/admin/builder/spi-builder-workspace/.docs/brightdigit/syntaxkit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/brightdigit/syntaxkit/main
File count: 1682
Doc size:   11.0MB
Preparing doc bundle ...
Uploading prod-brightdigit-syntaxkit-main-4c5a7fa8.zip to s3://spi-docs-inbox/prod-brightdigit-syntaxkit-main-4c5a7fa8.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [40%]
Copying... [51%]
Copying... [62%]
Copying... [72%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.