Build Information
Successful build of SyntaxKit, reference v0.0.3 (61fb48
), with Swift 6.1 for Linux on 26 Jun 2025 05:49:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
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)
/host/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)
[229/312] Compiling SyntaxKit Function+Effects.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[230/312] Compiling SyntaxKit Function+Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[231/312] Compiling SyntaxKit Function+Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[232/312] Compiling SyntaxKit Function.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[233/312] Compiling SyntaxKit FunctionParameterSyntax+Init.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[234/312] Compiling SyntaxKit FunctionRequirement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[235/312] Compiling SyntaxKit Parameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[236/312] Compiling SyntaxKit ParameterBuilderResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[237/312] Compiling SyntaxKit ParameterExp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[238/312] Compiling SyntaxKit ParameterExpBuilderResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[239/312] Compiling SyntaxKit SourceRange.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[240/312] Compiling SyntaxKit String+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[241/312] Compiling SyntaxKit String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[242/312] Compiling SyntaxKit StructureProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[243/312] Compiling SyntaxKit StructureValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[244/312] Compiling SyntaxKit SyntaxParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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))
/host/spi-builder-workspace/Sources/SyntaxKit/Functions/FunctionRequirement.swift:131:19: warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
129 | }
130 | if isMutating {
131 | modifiers = DeclModifierListSyntax(
| `- warning: 'init(_:)' is deprecated: Call to initializer is not necessary.
132 | modifiers + [DeclModifierSyntax(name: .keyword(.mutating, trailingTrivia: .space))]
133 | )
[245/312] Compiling SyntaxKit Switch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[246/312] Compiling SyntaxKit SwitchCase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[247/312] Compiling SyntaxKit SwitchLet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[248/312] Compiling SyntaxKit While.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[249/312] Compiling SyntaxKit AccessModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[250/312] Compiling SyntaxKit CaptureReferenceType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[251/312] Compiling SyntaxKit CodeBlock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[252/312] Compiling SyntaxKit ExprCodeBlockBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[253/312] Compiling SyntaxKit Line.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[254/312] Compiling SyntaxKit PatternConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[255/312] Compiling SyntaxKit PatternConvertibleBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[256/312] Compiling SyntaxKit TypeRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[257/312] Compiling SyntaxKit Class.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[258/312] Compiling SyntaxKit Enum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[259/312] Compiling SyntaxKit Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[260/312] Compiling SyntaxKit Import.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ControlFlow/While.swift:137:9: warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
135 | case .repeatWhile:
136 | return StmtSyntax(
137 | RepeatWhileStmtSyntax(
| |- warning: 'RepeatWhileStmtSyntax' is deprecated: renamed to 'RepeatStmtSyntax'
| `- note: use 'RepeatStmtSyntax' instead
138 | repeatKeyword: .keyword(.repeat, trailingTrivia: .space),
139 | body: bodyBlock,
[261/312] Compiling SyntaxKit Attribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[262/312] Compiling SyntaxKit Trivia+Comments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[263/312] Compiling SyntaxKit CodeBlock+ExprSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[264/312] Compiling SyntaxKit CodeBlock+Generate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[265/312] Compiling SyntaxKit CodeBlockBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[266/312] Compiling SyntaxKit CodeBlockBuilderResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[267/312] Compiling SyntaxKit CodeBlockItemSyntax.Item.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[268/312] Compiling SyntaxKit CommentedCodeBlock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[269/312] Compiling SyntaxKit EmptyCodeBlock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[270/312] Compiling SyntaxKit ExprCodeBlock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[271/312] Compiling SyntaxKit Array+LiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[272/312] Compiling SyntaxKit ArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[273/312] Compiling SyntaxKit CodeBlockableLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[274/312] Compiling SyntaxKit Dictionary+LiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[275/312] Compiling SyntaxKit DictionaryExpr.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[276/312] Compiling SyntaxKit DictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/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("")))
/host/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("")))
/host/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(
/host/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 | }
[277/312] Compiling SyntaxKit Init.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[278/312] Compiling SyntaxKit Protocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[279/312] Compiling SyntaxKit Struct.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[280/312] Compiling SyntaxKit TypeAlias.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[281/312] Compiling SyntaxKit Catch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[282/312] Compiling SyntaxKit CatchBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[283/312] Compiling SyntaxKit Throw.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[284/312] Compiling SyntaxKit Assignment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[285/312] Compiling SyntaxKit Call.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[286/312] Compiling SyntaxKit Closure+Body.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[287/312] Compiling SyntaxKit Closure+Capture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[288/312] Compiling SyntaxKit Closure+Signature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[289/312] Compiling SyntaxKit Closure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[290/312] Compiling SyntaxKit ClosureParameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[291/312] Compiling SyntaxKit ClosureParameterBuilderResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[292/312] Compiling SyntaxKit ClosureType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:88:30: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
86 | baseParts.count == 2 ? (String(baseParts[0]), String(baseParts[1])) : ("", baseName)
87 | // Build the pattern: .caseName(let a, let b)
88 | let memberAccess = MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
89 | base: typeName.isEmpty
90 | ? nil : ExprSyntax(DeclReferenceExprSyntax(baseName: .identifier(typeName))),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:94:15: warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
92 | name: .identifier(caseName)
93 | )
94 | let patternWithTuple = PatternSyntax(
| `- warning: initialization of immutable value 'patternWithTuple' was never used; consider replacing with assignment to '_' or removing it
95 | ValueBindingPatternSyntax(
96 | bindingSpecifier: .keyword(.case, trailingTrivia: .space),
/host/spi-builder-workspace/Sources/SyntaxKit/ErrorHandling/Catch.swift:106:15: warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
104 | // Actually, Swift's catch pattern for associated values is: .caseName(let a, let b)
105 | // So we want: ExpressionPatternSyntax(MemberAccessExprSyntax + tuplePattern)
106 | let tuplePattern = TuplePatternSyntax(
| `- warning: initialization of immutable value 'tuplePattern' was never used; consider replacing with assignment to '_' or removing it
107 | leftParen: .leftParenToken(),
108 | elements: TuplePatternElementListSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
/host/spi-builder-workspace/Sources/SyntaxKit/Expressions/Closure+Capture.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 | }
[293/312] Compiling SyntaxKit EnumCase+Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[294/312] Compiling SyntaxKit EnumCase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[295/312] Compiling SyntaxKit Fallthrough.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[296/312] Compiling SyntaxKit Group.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[297/312] Compiling SyntaxKit Let.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[298/312] Compiling SyntaxKit Parenthesized.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[299/312] Compiling SyntaxKit PropertyRequirement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[300/312] Compiling SyntaxKit Then.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[301/312] Compiling SyntaxKit ComputedProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[302/312] Compiling SyntaxKit Variable+Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[303/312] Compiling SyntaxKit Variable+LiteralInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[304/312] Compiling SyntaxKit Variable+Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[305/312] Compiling SyntaxKit Variable+TypedInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[306/312] Compiling SyntaxKit Variable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[307/312] Compiling SyntaxKit VariableExp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[308/312] Compiling SyntaxKit VariableKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:99:9: warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
97 | // Only a case name, no type, no associated values: generate `.caseName`
98 | return ExprSyntax(
99 | MemberAccessExprSyntax(
| `- warning: 'init(leadingTrivia:_:base:_:dot:_:name:_:declNameArguments:_:trailingTrivia:)' is deprecated: Use initializer taking `DeclReferenceExprSyntax` instead
100 | base: nil as ExprSyntax?,
101 | dot: .periodToken(),
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:119:19: warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
117 | let tuple = TupleExprSyntax(
118 | leftParen: .leftParenToken(),
119 | elements: TupleExprElementListSyntax(
| |- warning: 'TupleExprElementListSyntax' is deprecated: renamed to 'LabeledExprListSyntax'
| `- note: use 'LabeledExprListSyntax' instead
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/EnumCase.swift:121:13: warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
119 | elements: TupleExprElementListSyntax(
120 | associatedValues.map { associated in
121 | TupleExprElementSyntax(
| |- warning: 'TupleExprElementSyntax' is deprecated: renamed to 'LabeledExprSyntax'
| `- note: use 'LabeledExprSyntax' instead
122 | label: nil,
123 | colon: nil,
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Fallthrough.swift:39:7: warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
37 | public var syntax: SyntaxProtocol {
38 | StmtSyntax(
39 | FallthroughStmtSyntax(
| |- warning: 'FallthroughStmtSyntax' is deprecated: renamed to 'FallThroughStmtSyntax'
| `- note: use 'FallThroughStmtSyntax' instead
40 | fallthroughKeyword: .keyword(.fallthrough, trailingTrivia: .newline)
41 | )
/host/spi-builder-workspace/Sources/SyntaxKit/Utilities/Group.swift:59:11: warning: TODO: Review fallback for unsupported syntax types - consider if this should be an error instead
57 | // This allows the group to continue processing other valid blocks
58 | #warning(
59 | "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
60 | )
61 | return []
[309/314] Wrapping AST for SyntaxKit for debugging
[311/315] Emitting module skit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[312/315] Compiling skit main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[313/316] Wrapping AST for skit for debugging
[314/316] Write Objects.LinkFileList
[315/316] Linking skit
Build complete! (120.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "SyntaxKit",
"name" : "SyntaxKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SyntaxKit",
"targets" : [
"SyntaxKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "skit",
"targets" : [
"skit"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "skit",
"module_type" : "SwiftTarget",
"name" : "skit",
"path" : "Sources/skit",
"product_memberships" : [
"skit"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SyntaxKit"
],
"type" : "executable"
},
{
"c99name" : "SyntaxKitTests",
"module_type" : "SwiftTarget",
"name" : "SyntaxKitTests",
"path" : "Tests/SyntaxKitTests",
"sources" : [
"Integration/BlackjackCardTests.swift",
"Integration/BlackjackTests.swift",
"Integration/CommentTests.swift",
"Integration/CompleteProtocolsExampleTests.swift",
"Integration/ConcurrencyExampleTests.swift",
"Integration/ConditionalsExampleTests.swift",
"Integration/ForLoopsExampleTests.swift",
"Integration/SwiftUIExampleTests.swift",
"Unit/Attributes/AttributeTests.swift",
"Unit/Collections/TupleAssignmentAsyncTests.swift",
"Unit/Collections/TupleAssignmentBasicTests.swift",
"Unit/Collections/TupleAssignmentEdgeCaseTests.swift",
"Unit/Collections/TupleAssignmentIntegrationTests.swift",
"Unit/ControlFlow/ConditionalsTests.swift",
"Unit/ControlFlow/ForLoopTests.swift",
"Unit/Core/PatternConvertibleTests.swift",
"Unit/Declarations/ClassTests.swift",
"Unit/Declarations/ExtensionTests.swift",
"Unit/Declarations/ProtocolTests.swift",
"Unit/Declarations/StructTests.swift",
"Unit/Declarations/TypeAliasTests.swift",
"Unit/EdgeCases/EdgeCaseTests.swift",
"Unit/EdgeCases/EdgeCaseTestsExpressions.swift",
"Unit/EdgeCases/EdgeCaseTestsTypes.swift",
"Unit/ErrorHandling/CatchBasicTests.swift",
"Unit/ErrorHandling/CatchComplexTests.swift",
"Unit/ErrorHandling/CatchEdgeCaseTests.swift",
"Unit/ErrorHandling/CatchIntegrationTests.swift",
"Unit/ErrorHandling/DoBasicTests.swift",
"Unit/ErrorHandling/DoComplexTests.swift",
"Unit/ErrorHandling/DoEdgeCaseTests.swift",
"Unit/ErrorHandling/DoIntegrationTests.swift",
"Unit/ErrorHandling/ErrorHandlingTests.swift",
"Unit/ErrorHandling/ThrowBasicTests.swift",
"Unit/ErrorHandling/ThrowComplexTests.swift",
"Unit/ErrorHandling/ThrowEdgeCaseTests.swift",
"Unit/ErrorHandling/ThrowFunctionTests.swift",
"Unit/Expressions/CallTests.swift",
"Unit/Expressions/ClosureCaptureCoverageTests.swift",
"Unit/Expressions/ClosureCoverageTests.swift",
"Unit/Expressions/ConditionalOp/ConditionalOpBasicTests.swift",
"Unit/Expressions/ConditionalOp/ConditionalOpComplexTests.swift",
"Unit/Expressions/ConditionalOp/ConditionalOpLiteralTests.swift",
"Unit/Expressions/LiteralTests.swift",
"Unit/Expressions/LiteralValueTests.swift",
"Unit/Expressions/NegatedPropertyAccessExp/NegatedPropertyAccessExpBasicTests.swift",
"Unit/Expressions/NegatedPropertyAccessExp/NegatedPropertyAccessExpFunctionTests.swift",
"Unit/Expressions/NegatedPropertyAccessExp/NegatedPropertyAccessExpLiteralTests.swift",
"Unit/Expressions/NegatedPropertyAccessExp/NegatedPropertyAccessExpPropertyTests.swift",
"Unit/Expressions/OptionalChaining/OptionalChainingBasicTests.swift",
"Unit/Expressions/OptionalChaining/OptionalChainingLiteralTests.swift",
"Unit/Expressions/OptionalChaining/OptionalChainingOperatorTests.swift",
"Unit/Expressions/OptionalChaining/OptionalChainingPropertyTests.swift",
"Unit/Expressions/PlusAssign/PlusAssignBasicTests.swift",
"Unit/Expressions/PlusAssign/PlusAssignLiteralTests.swift",
"Unit/Expressions/PlusAssign/PlusAssignPropertyTests.swift",
"Unit/Expressions/PlusAssign/PlusAssignSpecialValueTests.swift",
"Unit/Expressions/ReferenceExp/ReferenceExpBasicTests.swift",
"Unit/Expressions/ReferenceExp/ReferenceExpComplexTests.swift",
"Unit/Expressions/ReferenceExp/ReferenceExpFunctionTests.swift",
"Unit/Expressions/ReferenceExp/ReferenceExpLiteralTests.swift",
"Unit/Expressions/ReferenceExp/ReferenceExpPropertyTests.swift",
"Unit/Functions/FunctionTests.swift",
"Unit/Integration/FrameworkCompatibilityTests.swift",
"Unit/Integration/OptionsMacroIntegrationTests.swift",
"Unit/Integration/OptionsMacroIntegrationTestsAPI.swift",
"Unit/Migration/AssertionMigrationTests.swift",
"Unit/Migration/CodeStyleMigrationTests.swift",
"Unit/Migration/MigrationTests.swift",
"Unit/SwiftUIFeatureTests.swift",
"Unit/Utilities/String+Normalize.swift",
"Unit/Variables/VariableCoverageTests.swift",
"Unit/Variables/VariableStaticTests.swift"
],
"target_dependencies" : [
"SyntaxKit"
],
"type" : "test"
},
{
"c99name" : "SyntaxKit",
"module_type" : "SwiftTarget",
"name" : "SyntaxKit",
"path" : "Sources/SyntaxKit",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser"
],
"product_memberships" : [
"SyntaxKit",
"skit"
],
"sources" : [
"Attributes/Attribute.swift",
"Attributes/Trivia+Comments.swift",
"CodeBlocks/CodeBlock+ExprSyntax.swift",
"CodeBlocks/CodeBlock+Generate.swift",
"CodeBlocks/CodeBlockBuilder.swift",
"CodeBlocks/CodeBlockBuilderResult.swift",
"CodeBlocks/CodeBlockItemSyntax.Item.swift",
"CodeBlocks/CommentedCodeBlock.swift",
"CodeBlocks/EmptyCodeBlock.swift",
"CodeBlocks/ExprCodeBlock.swift",
"Collections/Array+LiteralValue.swift",
"Collections/ArrayLiteral.swift",
"Collections/CodeBlockableLiteral.swift",
"Collections/Dictionary+LiteralValue.swift",
"Collections/DictionaryExpr.swift",
"Collections/DictionaryLiteral.swift",
"Collections/DictionaryValue.swift",
"Collections/PatternCodeBlock.swift",
"Collections/PatternConvertableCollection.swift",
"Collections/Tuple.swift",
"Collections/TupleAssignment+AsyncSet.swift",
"Collections/TupleAssignment.swift",
"Collections/TupleLiteralArray.swift",
"Collections/TuplePattern.swift",
"ControlFlow/Do.swift",
"ControlFlow/For.swift",
"ControlFlow/Guard.swift",
"ControlFlow/If+Body.swift",
"ControlFlow/If+CodeBlockItem.swift",
"ControlFlow/If+Conditions.swift",
"ControlFlow/If+ElseBody.swift",
"ControlFlow/If.swift",
"ControlFlow/Switch.swift",
"ControlFlow/SwitchCase.swift",
"ControlFlow/SwitchLet.swift",
"ControlFlow/While.swift",
"Core/AccessModifier.swift",
"Core/CaptureReferenceType.swift",
"Core/CodeBlock.swift",
"Core/ExprCodeBlockBuilder.swift",
"Core/Line.swift",
"Core/PatternConvertible.swift",
"Core/PatternConvertibleBuilder.swift",
"Core/TypeRepresentable.swift",
"Declarations/Class.swift",
"Declarations/Enum.swift",
"Declarations/Extension.swift",
"Declarations/Import.swift",
"Declarations/Init.swift",
"Declarations/Protocol.swift",
"Declarations/Struct.swift",
"Declarations/TypeAlias.swift",
"ErrorHandling/Catch.swift",
"ErrorHandling/CatchBuilder.swift",
"ErrorHandling/Throw.swift",
"Expressions/Assignment.swift",
"Expressions/Call.swift",
"Expressions/Closure+Body.swift",
"Expressions/Closure+Capture.swift",
"Expressions/Closure+Signature.swift",
"Expressions/Closure.swift",
"Expressions/ClosureParameter.swift",
"Expressions/ClosureParameterBuilderResult.swift",
"Expressions/ClosureType.swift",
"Expressions/ConditionalOp.swift",
"Expressions/FunctionCallExp.swift",
"Expressions/Infix.swift",
"Expressions/Literal+Convenience.swift",
"Expressions/Literal+ExprCodeBlock.swift",
"Expressions/Literal+PatternConvertible.swift",
"Expressions/Literal.swift",
"Expressions/LiteralValue.swift",
"Expressions/NegatedPropertyAccessExp.swift",
"Expressions/OptionalChainingExp.swift",
"Expressions/PlusAssign.swift",
"Expressions/PropertyAccessExp.swift",
"Expressions/PropertyAccessible.swift",
"Expressions/ReferenceExp.swift",
"Expressions/Return.swift",
"Functions/Function+EffectSpecifiers.swift",
"Functions/Function+Effects.swift",
"Functions/Function+Modifiers.swift",
"Functions/Function+Syntax.swift",
"Functions/Function.swift",
"Functions/FunctionParameterSyntax+Init.swift",
"Functions/FunctionRequirement.swift",
"Parameters/Parameter.swift",
"Parameters/ParameterBuilderResult.swift",
"Parameters/ParameterExp.swift",
"Parameters/ParameterExpBuilderResult.swift",
"Parser/SourceRange.swift",
"Parser/String+Extensions.swift",
"Parser/String.swift",
"Parser/StructureProperty.swift",
"Parser/StructureValue.swift",
"Parser/SyntaxParser.swift",
"Parser/SyntaxResponse.swift",
"Parser/SyntaxType.swift",
"Parser/Token.swift",
"Parser/TokenVisitor+Helpers.swift",
"Parser/TokenVisitor.swift",
"Parser/TreeNode.swift",
"Patterns/Int+PatternConvertible.swift",
"Patterns/LetBindingPattern.swift",
"Patterns/Range+PatternConvertible.swift",
"Patterns/String+PatternConvertible.swift",
"Utilities/Break.swift",
"Utilities/Case.swift",
"Utilities/CodeBlockable.swift",
"Utilities/CommentBuilderResult.swift",
"Utilities/Continue.swift",
"Utilities/Default.swift",
"Utilities/EnumCase+Syntax.swift",
"Utilities/EnumCase.swift",
"Utilities/Fallthrough.swift",
"Utilities/Group.swift",
"Utilities/Let.swift",
"Utilities/Parenthesized.swift",
"Utilities/PropertyRequirement.swift",
"Utilities/Then.swift",
"Variables/ComputedProperty.swift",
"Variables/Variable+Attributes.swift",
"Variables/Variable+LiteralInitializers.swift",
"Variables/Variable+Modifiers.swift",
"Variables/Variable+TypedInitializers.swift",
"Variables/Variable.swift",
"Variables/VariableExp.swift",
"Variables/VariableKind.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.