Build Information
Failed to build Renamed, reference main (8d0a9d
), with Swift 6.1 for Linux on 27 Apr 2025 14:57:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/Renamed.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/JosephDuffy/Renamed
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8d0a9db Add missing ending quotes for string
Cloned https://github.com/JosephDuffy/Renamed.git
Revision (git rev-parse @):
8d0a9dbfb9f60c61d8b042310bd028b2f8563439
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/Renamed.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/JosephDuffy/Renamed.git
https://github.com/JosephDuffy/Renamed.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "Renamed",
"name" : "Renamed",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Renamed",
"targets" : [
"Renamed"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RenamedPlugin",
"targets" : [
"RenamedPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "RenamedTests",
"module_type" : "SwiftTarget",
"name" : "RenamedTests",
"path" : "Tests/RenamedTests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"RenamedTests.swift"
],
"target_dependencies" : [
"RenamedPlugin"
],
"type" : "test"
},
{
"c99name" : "RenamedPlugin",
"module_type" : "SwiftTarget",
"name" : "RenamedPlugin",
"path" : "Sources/RenamedPlugin",
"product_dependencies" : [
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Renamed",
"RenamedPlugin"
],
"sources" : [
"Renamed.swift",
"RenamedPlugin.swift",
"SyntaxStringInterpolation+Optional.swift"
],
"type" : "macro"
},
{
"c99name" : "Renamed",
"module_type" : "SwiftTarget",
"name" : "Renamed",
"path" : "Sources/Renamed",
"product_memberships" : [
"Renamed"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"RenamedPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (9.42s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (77874c1)
Building for debugging...
[0/41] Write sources
[19/41] Compiling _SwiftSyntaxCShims PlatformMutex.c
[20/41] Write swift-version-24593BA9C3E375BF.txt
[22/53] Emitting module SwiftSyntax510
<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
[23/53] Compiling SwiftSyntax509 Empty.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
[24/53] Emitting module SwiftSyntax509
<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
[25/54] Compiling SwiftSyntax510 Empty.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
[26/55] Compiling SwiftSyntax602 Empty.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
[27/55] Emitting module SwiftSyntax602
<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
[28/56] Emitting module SwiftSyntax601
<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
[29/56] Compiling SwiftSyntax601 Empty.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
[30/57] Compiling SwiftSyntax600 Empty.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
[31/57] Emitting module SwiftSyntax600
<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
[33/58] Compiling SwiftSyntax603 Empty.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
[34/58] Emitting module SwiftSyntax603
<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
[39/59] Wrapping AST for SwiftSyntax509 for debugging
[40/59] Wrapping AST for SwiftSyntax510 for debugging
[41/59] Wrapping AST for SwiftSyntax602 for debugging
[42/59] Wrapping AST for SwiftSyntax603 for debugging
[43/59] Wrapping AST for SwiftSyntax601 for debugging
[44/59] Wrapping AST for SwiftSyntax600 for debugging
[46/122] Compiling SwiftSyntax AbsolutePosition.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
[47/122] Compiling SwiftSyntax AbsoluteSyntaxInfo.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
[48/122] Compiling SwiftSyntax ArenaAllocatedBuffer.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
[49/122] Compiling SwiftSyntax Assert.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
[50/122] Compiling SwiftSyntax BumpPtrAllocator.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
[51/122] Compiling SwiftSyntax CommonAncestor.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
[52/122] Compiling SwiftSyntax Convenience.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
[53/122] Compiling SwiftSyntax CustomTraits.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
[54/122] Compiling SwiftSyntax EditorPlaceholder.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
[55/130] Compiling SwiftSyntax Identifier.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
[56/130] Compiling SwiftSyntax MemoryLayout.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
[57/130] Compiling SwiftSyntax MissingNodeInitializers.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
[58/130] Compiling SwiftSyntax RawSyntax.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
[59/130] Compiling SwiftSyntax RawSyntaxArena.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
[60/130] Compiling SwiftSyntax RawSyntaxLayoutView.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
[61/130] Compiling SwiftSyntax RawSyntaxNodeProtocol.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
[62/130] Compiling SwiftSyntax RawSyntaxTokenView.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
[63/130] Compiling SwiftSyntax SourceEdit.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
[64/130] Compiling SwiftSyntax SourceLength.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
[65/130] Compiling SwiftSyntax SourceLocation.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
[66/130] Compiling SwiftSyntax SourcePresence.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
[67/130] Compiling SwiftSyntax SwiftSyntaxCompatibility.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
[68/130] Compiling SwiftSyntax 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
[69/130] Compiling SwiftSyntax SyntaxChildren.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
[70/130] Compiling SwiftSyntax SyntaxCollection.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
[71/130] Compiling SwiftSyntax SyntaxHashable.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
[72/130] Compiling SwiftSyntax SyntaxIdentifier.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
[73/130] Emitting module SwiftSyntax
<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
[74/130] Compiling SwiftSyntax SyntaxRewriter.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
[75/130] Compiling SwiftSyntax SyntaxTraits.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
[76/130] Compiling SwiftSyntax SyntaxVisitor.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
[77/130] Compiling SwiftSyntax TokenKind.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
[78/130] Compiling SwiftSyntax Tokens.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
[79/130] Compiling SwiftSyntax TriviaPieces.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
[80/130] Compiling SwiftSyntax RawSyntaxNodesAB.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
[81/130] Compiling SwiftSyntax RawSyntaxNodesC.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
[82/130] Compiling SwiftSyntax RawSyntaxNodesD.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
[83/130] Compiling SwiftSyntax RawSyntaxNodesEF.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
[84/130] Compiling SwiftSyntax RawSyntaxNodesGHI.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
[85/130] Compiling SwiftSyntax RawSyntaxNodesJKLMN.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
[86/130] Compiling SwiftSyntax RawSyntaxNodesOP.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
[87/130] Compiling SwiftSyntax RawSyntaxNodesQRS.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
[88/130] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.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
[89/130] Compiling SwiftSyntax RawSyntaxValidation.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
[90/130] Compiling SwiftSyntax SyntaxNodesAB.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
[91/130] Compiling SwiftSyntax SyntaxNodeStructure.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
[92/130] Compiling SwiftSyntax SyntaxProtocol.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
[93/130] Compiling SwiftSyntax SyntaxText.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
[94/130] Compiling SwiftSyntax SyntaxTreeViewMode.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
[95/130] Compiling SwiftSyntax TokenDiagnostic.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
[96/130] Compiling SwiftSyntax TokenSequence.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
[97/130] Compiling SwiftSyntax TokenSyntax.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
[98/130] Compiling SwiftSyntax Trivia.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
[99/130] Compiling SwiftSyntax Utils.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
[100/130] Compiling SwiftSyntax ChildNameForKeyPath.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
[101/130] Compiling SwiftSyntax Keyword.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
[102/130] Compiling SwiftSyntax RenamedChildrenCompatibility.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
[103/130] Compiling SwiftSyntax RenamedNodesCompatibility.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
[104/130] Compiling SwiftSyntax SyntaxAnyVisitor.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
[105/130] Compiling SwiftSyntax SyntaxBaseNodes.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
[106/130] Compiling SwiftSyntax SyntaxCollections.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
[107/130] Compiling SwiftSyntax SyntaxEnum.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
[108/130] Compiling SwiftSyntax SyntaxKind.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
[109/130] Compiling SwiftSyntax SyntaxNodesC.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
[110/130] Compiling SwiftSyntax SyntaxNodesD.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
[111/130] Compiling SwiftSyntax SyntaxNodesEF.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
[112/130] Compiling SwiftSyntax SyntaxNodesGHI.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
[113/130] Compiling SwiftSyntax SyntaxNodesJKLMN.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
[114/130] Compiling SwiftSyntax SyntaxNodesOP.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
[115/130] Compiling SwiftSyntax SyntaxNodesQRS.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
[116/130] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.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
[117/131] Wrapping AST for SwiftSyntax for debugging
[119/190] Emitting module SwiftDiagnostics
<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
[120/191] Compiling SwiftDiagnostics Message.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
[121/191] Compiling SwiftBasicFormat Trivia+FormatExtensions.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
[122/191] Compiling SwiftBasicFormat Syntax+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
[123/191] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.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
[124/191] Compiling SwiftParser Lexer.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
[125/191] Compiling SwiftParser RegexLiteralLexer.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
[126/191] Compiling SwiftParser Lexeme.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
[127/191] Compiling SwiftParser LexemeSequence.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
[128/191] Compiling SwiftDiagnostics Note.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
[129/191] Compiling SwiftBasicFormat Indenter.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
[130/191] Compiling SwiftBasicFormat InferIndentation.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
[131/191] Compiling SwiftDiagnostics GroupedDiagnostics.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
[132/191] Compiling SwiftDiagnostics FixIt.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
[133/191] Compiling SwiftDiagnostics DiagnosticDecorator.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
[134/191] Compiling SwiftDiagnostics DiagnosticsFormatter.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
[135/192] Wrapping AST for SwiftDiagnostics for debugging
[137/192] Emitting module SwiftBasicFormat
<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
[138/192] Compiling SwiftBasicFormat BasicFormat.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
[139/193] Wrapping AST for SwiftBasicFormat for debugging
[141/193] Compiling SwiftParser LoopProgressCondition.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
[142/193] Compiling SwiftParser 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
[143/193] Compiling SwiftParser Names.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
[144/193] Compiling SwiftParser Nominals.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
[145/193] Compiling SwiftParser Parameters.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
[146/193] Compiling SwiftParser ParseSourceFile.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
<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
<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
<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
<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
[151/198] Compiling SwiftParser UnicodeScalarExtensions.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
[152/198] Compiling SwiftParser Lookahead.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
[153/198] Emitting module SwiftParser
<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
[154/198] Compiling SwiftParser StringLiterals.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
[155/198] Compiling SwiftParser SwiftParserCompatibility.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
[156/198] Compiling SwiftParser SwiftVersion.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
[157/198] Compiling SwiftParser SyntaxUtils.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
[158/198] Compiling SwiftParser TokenConsumer.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
[159/198] Compiling SwiftParser TokenPrecedence.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
[160/198] Compiling SwiftParser TokenSpec.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
[161/198] Compiling SwiftParser TokenSpecSet.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
[162/198] Compiling SwiftParser TopLevel.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
[163/198] Compiling SwiftParser TriviaParser.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
[164/198] Compiling SwiftParser Types.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
[165/198] Compiling SwiftParser Parser.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
[166/198] Compiling SwiftParser Patterns.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
[167/198] Compiling SwiftParser Recovery.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
[168/198] Compiling SwiftParser Specifiers.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
[169/198] Compiling SwiftParser Statements.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
[170/198] Compiling SwiftParser StringLiteralRepresentedLiteralValue.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
[171/198] Compiling SwiftParser 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
[172/198] Compiling SwiftParser Availability.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
[173/198] Compiling SwiftParser CharacterInfo.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
[174/198] Compiling SwiftParser CollectionNodes+Parsable.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
[175/198] Compiling SwiftParser CompilerFiles.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
[176/198] Compiling SwiftParser Declarations.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
[177/198] Compiling SwiftParser Directives.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
[178/198] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.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
[179/198] Compiling SwiftParser Expressions.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
[180/198] Compiling SwiftParser IncrementalParseTransition.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
[181/198] Compiling SwiftParser IsValidIdentifier.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
[182/198] Compiling SwiftParser Cursor.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
[183/198] Compiling SwiftParser ExperimentalFeatures.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
[184/198] Compiling SwiftParser IsLexerClassified.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
[185/198] Compiling SwiftParser LayoutNodes+Parsable.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
[186/198] Compiling SwiftParser Parser+TokenSpecSet.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
[187/198] Compiling SwiftParser TokenSpecStaticMembers.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
[188/199] Wrapping AST for SwiftParser for debugging
[190/222] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.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
[191/223] Compiling SwiftOperators PrecedenceGroup.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
[192/224] Compiling SwiftOperators PrecedenceGraph.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
[193/224] Compiling SwiftOperators OperatorTable.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
[194/224] Compiling SwiftParserDiagnostics MissingNodesError.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
[195/224] Compiling SwiftParserDiagnostics MissingTokenError.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
[196/224] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.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
[197/224] Compiling SwiftParserDiagnostics PresenceUtils.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
[198/224] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.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
[199/224] Compiling SwiftOperators SyntaxSynthesis.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
[200/224] Compiling SwiftOperators OperatorTable+Semantics.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
[201/224] Emitting module SwiftOperators
<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
[202/224] Emitting module SwiftParserDiagnostics
<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
[203/224] Compiling SwiftOperators OperatorTable+Folding.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
[205/225] Compiling SwiftParserDiagnostics SyntaxExtensions.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
[206/225] Compiling SwiftParserDiagnostics Utils.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
[207/225] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.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
[207/225] Wrapping AST for SwiftOperators for debugging
<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
<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
[211/225] Compiling SwiftParserDiagnostics DiagnosticExtensions.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
[212/225] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.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
<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
<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
[215/225] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.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
[216/225] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.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
[217/226] Wrapping AST for SwiftParserDiagnostics for debugging
[219/241] Compiling SwiftSyntaxBuilder Indenter.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
[220/241] Compiling SwiftSyntaxBuilder ListBuilder.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
[221/242] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.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
[222/242] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.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
[223/242] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.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
[224/242] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.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
[225/242] Emitting module SwiftSyntaxBuilder
<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
[226/242] Compiling SwiftSyntaxBuilder ConvenienceInitializers.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
[227/242] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.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
[228/242] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.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
[229/242] Compiling SwiftSyntaxBuilder BuildableNodes.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
[230/242] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.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
[231/242] Compiling SwiftSyntaxBuilder ResultBuilders.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
[232/242] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.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
[233/242] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.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
[234/242] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.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
[235/243] Wrapping AST for SwiftSyntaxBuilder for debugging
[237/260] Compiling SwiftSyntaxMacros CodeItemMacro.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
[238/260] Compiling SwiftSyntaxMacros DeclarationMacro.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
[239/260] Compiling SwiftSyntaxMacros AccessorMacro.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
[240/260] Compiling SwiftSyntaxMacros AttachedMacro.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
[241/260] Compiling SwiftSyntaxMacros BodyMacro.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
[242/260] Compiling SwiftSyntaxMacros MemberMacro.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
[243/260] Compiling SwiftSyntaxMacros PeerMacro.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
[244/260] Compiling SwiftSyntaxMacros FreestandingMacro.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
[245/260] Compiling SwiftSyntaxMacros Macro+Format.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
[246/260] Compiling SwiftSyntaxMacros ExpressionMacro.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
[247/260] Compiling SwiftSyntaxMacros ExtensionMacro.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
[248/260] Compiling SwiftSyntaxMacros Macro.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
[249/260] Compiling SwiftSyntaxMacros MemberAttributeMacro.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
[250/262] Compiling SwiftSyntaxMacros AbstractSourceLocation.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
[251/262] Compiling SwiftSyntaxMacros MacroExpansionContext.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
[252/262] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.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
[253/262] Emitting module SwiftSyntaxMacros
<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
[254/262] Compiling SwiftSyntaxMacros PreambleMacro.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
[255/262] Compiling SwiftSyntaxMacros Syntax+LexicalContext.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
[256/263] Wrapping AST for SwiftSyntaxMacros for debugging
[258/272] Compiling SwiftSyntaxMacroExpansion MacroSpec.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
[259/273] Emitting module SwiftSyntaxMacroExpansion
<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
[260/273] Compiling SwiftSyntaxMacroExpansion IndentationUtils.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
[261/273] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.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
[262/273] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.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
[263/273] Compiling SwiftSyntaxMacroExpansion MacroArgument.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
[264/273] Compiling SwiftSyntaxMacroExpansion MacroExpansion.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
[265/273] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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
[266/273] Compiling SwiftSyntaxMacroExpansion MacroReplacement.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
[267/273] Compiling SwiftSyntaxMacroExpansion MacroSystem.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
[268/274] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[270/286] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.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
[271/286] Compiling SwiftCompilerPluginMessageHandling LRUCache.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
[272/286] Compiling SwiftCompilerPluginMessageHandling Macros.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
[273/287] Emitting module SwiftCompilerPluginMessageHandling
<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
[274/287] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.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
[275/287] Compiling SwiftCompilerPluginMessageHandling PluginMessages.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
[276/287] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.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
[277/287] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.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
[278/287] Compiling SwiftCompilerPluginMessageHandling JSON.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
[279/287] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.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
[280/287] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.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
[281/287] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.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
[282/287] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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
[283/288] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[285/290] Emitting module SwiftCompilerPlugin
<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
[286/290] Compiling SwiftCompilerPlugin CompilerPlugin.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
[287/291] Wrapping AST for SwiftCompilerPlugin for debugging
[289/295] Compiling RenamedPlugin SyntaxStringInterpolation+Optional.swift
[290/295] Compiling RenamedPlugin RenamedPlugin.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[291/295] Emitting module RenamedPlugin
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:74:48: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
72 | private static func expansion<Context: MacroExpansionContext>(
73 | of node: AttributeSyntax,
74 | providingPeersOfTypealias declaration: TypealiasDeclSyntax,
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
75 | in context: Context,
76 | previousName: TokenSyntax
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:330:20: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| |- warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
| `- note: use 'DeclModifierListSyntax' instead
331 | }
332 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:333:1: error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesQRS.swift:2629:14: note: candidate has non-matching type 'DeclModifierListSyntax'
2627 |
2628 | /// Modifiers like `public` that are attached to the struct declaration.
2629 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
2630 | get {
2631 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:334:1: error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesC.swift:919:14: note: candidate has non-matching type 'DeclModifierListSyntax'
917 |
918 | /// Modifiers like `public` that are attached to the class declaration.
919 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
920 | get {
921 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:335:1: error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesEF.swift:1418:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1416 |
1417 | /// The declaration modifiers applied to the enum declaration.
1418 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1419 | get {
1420 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:1: error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
:
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1994:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1992 | }
1993 |
1994 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1995 | get {
1996 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:11: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
337 |
[292/295] Compiling RenamedPlugin Renamed.swift
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:74:48: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
72 | private static func expansion<Context: MacroExpansionContext>(
73 | of node: AttributeSyntax,
74 | providingPeersOfTypealias declaration: TypealiasDeclSyntax,
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
75 | in context: Context,
76 | previousName: TokenSyntax
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:330:20: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| |- warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
| `- note: use 'DeclModifierListSyntax' instead
331 | }
332 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:333:1: error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesQRS.swift:2629:14: note: candidate has non-matching type 'DeclModifierListSyntax'
2627 |
2628 | /// Modifiers like `public` that are attached to the struct declaration.
2629 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
2630 | get {
2631 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:334:1: error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesC.swift:919:14: note: candidate has non-matching type 'DeclModifierListSyntax'
917 |
918 | /// Modifiers like `public` that are attached to the class declaration.
919 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
920 | get {
921 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:335:1: error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesEF.swift:1418:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1416 |
1417 | /// The declaration modifiers applied to the enum declaration.
1418 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1419 | get {
1420 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:1: error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
:
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1994:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1992 | }
1993 |
1994 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1995 | get {
1996 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:11: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
337 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:13:54: warning: 'argument' is deprecated: renamed to 'arguments'
11 | ) throws -> [DeclSyntax] {
12 | guard
13 | case .argumentList(let arguments) = node.argument,
| |- warning: 'argument' is deprecated: renamed to 'arguments'
| `- note: use 'arguments' instead
14 | let firstElement = arguments.first,
15 | let stringLiteral = firstElement.expression.as(StringLiteralExprSyntax.self),
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:28:54: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
26 | } else if let enumDecl = declaration.as(EnumDeclSyntax.self) {
27 | return try expansion(of: node, providingPeersOf: enumDecl, in: context, previousName: previousName.content.text)
28 | } else if let typealiasDecl = declaration.as(TypealiasDeclSyntax.self) {
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
29 | return try expansion(of: node, providingPeersOfTypealias: typealiasDecl, in: context, previousName: previousName.content)
30 | } else if let functionDecl = declaration.as(FunctionDeclSyntax.self) {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:66:68: warning: 'identifier' is deprecated: renamed to 'name'
64 | return [
65 | """
66 | @available(*, deprecated, renamed: "\(raw: declaration.identifier.text)")
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
67 | \(raw: scope)typealias \(raw: previousName) = \(raw: declaration.identifier.text)
68 | """
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:67:78: warning: 'identifier' is deprecated: renamed to 'name'
65 | """
66 | @available(*, deprecated, renamed: "\(raw: declaration.identifier.text)")
67 | \(raw: scope)typealias \(raw: previousName) = \(raw: declaration.identifier.text)
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
68 | """
69 | ]
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:78:41: warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
76 | previousName: TokenSyntax
77 | ) throws -> [DeclSyntax] {
78 | let defaultVersionRestriction = AvailabilityVersionRestrictionSyntax(
| |- warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
| `- note: use 'PlatformVersionSyntax' instead
79 | platform: .identifier("*")
80 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:82:33: warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
80 | )
81 |
82 | let versionRestriction: AvailabilityVersionRestrictionSyntax = declaration.attributes?.lazy.compactMap { attribute -> AvailabilityVersionRestrictionSyntax? in
| |- warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
| `- note: use 'PlatformVersionSyntax' instead
83 | attribute.as(AttributeSyntax.self)?.argument?.as(AvailabilitySpecListSyntax.self)?.lazy.compactMap { argument -> AvailabilityVersionRestrictionSyntax? in
84 | argument.entry.as(AvailabilityVersionRestrictionSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:82:94: error: cannot use optional chaining on non-optional value of type 'AttributeListSyntax'
80 | )
81 |
82 | let versionRestriction: AvailabilityVersionRestrictionSyntax = declaration.attributes?.lazy.compactMap { attribute -> AvailabilityVersionRestrictionSyntax? in
| `- error: cannot use optional chaining on non-optional value of type 'AttributeListSyntax'
83 | attribute.as(AttributeSyntax.self)?.argument?.as(AvailabilitySpecListSyntax.self)?.lazy.compactMap { argument -> AvailabilityVersionRestrictionSyntax? in
84 | argument.entry.as(AvailabilityVersionRestrictionSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:99:97: error: cannot convert value of type 'StringLiteralExprSyntax' to expected argument type 'SimpleStringLiteralExprSyntax'
97 | AvailabilityArgumentSyntax(
98 | entry: .availabilityLabeledArgument(
99 | AvailabilityLabeledArgumentSyntax(label: .keyword(.renamed), value: .string(StringLiteralExprSyntax(content: declaration.identifier.text)))
| `- error: cannot convert value of type 'StringLiteralExprSyntax' to expected argument type 'SimpleStringLiteralExprSyntax'
100 | )
101 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:116:29: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
114 | identifier.leadingTrivia = .space
115 |
116 | let typealiasDecl = TypealiasDeclSyntax(
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
117 | modifiers: declaration.modifiers,
118 | identifier: identifier,
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:116:29: warning: 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:identifier:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:name:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)'
114 | identifier.leadingTrivia = .space
115 |
116 | let typealiasDecl = TypealiasDeclSyntax(
| |- warning: 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:identifier:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:name:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)'
| `- note: use 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:name:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)' instead
117 | modifiers: declaration.modifiers,
118 | identifier: identifier,
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:120:61: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
118 | identifier: identifier,
119 | genericParameterClause: declaration.genericParameterClause,
120 | initializer: TypeInitializerClauseSyntax(value: SimpleTypeIdentifierSyntax(name: .identifier(declaration.identifier.text))),
| |- warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
| `- note: use 'IdentifierTypeSyntax' instead
121 | genericWhereClause: declaration.genericWhereClause
122 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:120:118: warning: 'identifier' is deprecated: renamed to 'name'
118 | identifier: identifier,
119 | genericParameterClause: declaration.genericParameterClause,
120 | initializer: TypeInitializerClauseSyntax(value: SimpleTypeIdentifierSyntax(name: .identifier(declaration.identifier.text))),
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
121 | genericWhereClause: declaration.genericWhereClause
122 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:138:51: warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
136 | ) throws -> [DeclSyntax] {
137 | let scope: DeclModifierSyntax? = ({
138 | for modifier in declaration.modifiers ?? [] {
| `- warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
139 | switch (modifier.name.tokenKind) {
140 | case .keyword(.public):
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:160:55: warning: 'input' is deprecated: renamed to 'parameterClause'
158 | let newParameters: String
159 |
160 | let argumentsAndTypes = declaration.signature.input.parameterList.map { parameter -> (TokenSyntax?, TypeSyntaxProtocol) in
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
161 | let type = parameter.type
162 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:160:61: warning: 'parameterList' is deprecated: renamed to 'parameters'
158 | let newParameters: String
159 |
160 | let argumentsAndTypes = declaration.signature.input.parameterList.map { parameter -> (TokenSyntax?, TypeSyntaxProtocol) in
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
161 | let type = parameter.type
162 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:177:47: warning: 'identifier' is deprecated: renamed to 'name'
175 | }
176 | }.joined(separator: ", ")
177 | let body: DeclSyntax = "\(declaration.identifier)(\(raw: parametersInBody))"
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
178 |
179 | if functionNameSplit.count == 2 {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:186:41: warning: 'input' is deprecated: renamed to 'parameterClause'
184 | let parametersSplit = functionNameSplit[1].dropLast().split(separator: ":")
185 |
186 | guard declaration.signature.input.parameterList.count == parametersSplit.count else {
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
187 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
188 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:186:47: warning: 'parameterList' is deprecated: renamed to 'parameters'
184 | let parametersSplit = functionNameSplit[1].dropLast().split(separator: ":")
185 |
186 | guard declaration.signature.input.parameterList.count == parametersSplit.count else {
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
187 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
188 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:194:41: warning: 'input' is deprecated: renamed to 'parameterClause'
192 | }.joined(separator: ", ")
193 | } else {
194 | guard declaration.signature.input.parameterList.count == 0 else {
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
195 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
196 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:194:47: warning: 'parameterList' is deprecated: renamed to 'parameters'
192 | }.joined(separator: ", ")
193 | } else {
194 | guard declaration.signature.input.parameterList.count == 0 else {
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
195 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
196 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:201:55: warning: 'input' is deprecated: renamed to 'parameterClause'
199 | }
200 |
201 | var renamedParameters = declaration.signature.input.parameterList.map { $0.firstName.text }.joined(separator: ":")
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
202 | if !renamedParameters.isEmpty {
203 | renamedParameters = "(" + renamedParameters + ":)"
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:201:61: warning: 'parameterList' is deprecated: renamed to 'parameters'
199 | }
200 |
201 | var renamedParameters = declaration.signature.input.parameterList.map { $0.firstName.text }.joined(separator: ":")
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
202 | if !renamedParameters.isEmpty {
203 | renamedParameters = "(" + renamedParameters + ":)"
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:207:116: warning: 'output' is deprecated: renamed to 'returnClause'
205 |
206 | let functionName = functionNameSplit[0]
207 | let signature: DeclSyntax = "\(raw: functionName)(\(raw: newParameters)) \(optional: declaration.signature.output)"
| |- warning: 'output' is deprecated: renamed to 'returnClause'
| `- note: use 'returnClause' instead
208 |
209 | return [
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:211:63: warning: 'identifier' is deprecated: renamed to 'name'
209 | return [
210 | """
211 | @available(*, deprecated, renamed: "\(declaration.identifier)\(raw: renamedParameters)")
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
212 | \(optional: scope)func \(signature){
213 | \(body)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:228:56: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
226 | let binding = declaration.bindings.first,
227 | let propertyName = binding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text,
228 | let type = binding.typeAnnotation?.type.as(SimpleTypeIdentifierSyntax.self)?.name
| |- warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
| `- note: use 'IdentifierTypeSyntax' instead
229 | else {
230 | // Variables declared with some values, e.g. `var test = 1`, will have an implicit type. These could be supported by looking a
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:236:51: warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
234 |
235 | let scope = ({
236 | for modifier in declaration.modifiers ?? [] {
| `- warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
237 | switch (modifier.name.tokenKind) {
238 | case .keyword(.public):
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:273:28: warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
271 | """
272 |
273 | switch declaration.bindingKeyword.tokenKind {
| |- warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
| `- note: use 'bindingSpecifier' instead
274 | case .keyword(.let):
275 | return [
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:283:39: warning: 'accessor' is deprecated: renamed to 'accessorBlock'
281 | }
282 |
283 | if let accessor = binding.accessor {
| |- warning: 'accessor' is deprecated: renamed to 'accessorBlock'
| `- note: use 'accessorBlock' instead
284 | // Could have get/set/_modify
285 | if accessor.is(CodeBlockSyntax.self) {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:285:29: warning: 'is' is deprecated: This cast will always fail
283 | if let accessor = binding.accessor {
284 | // Could have get/set/_modify
285 | if accessor.is(CodeBlockSyntax.self) {
| `- warning: 'is' is deprecated: This cast will always fail
286 | // This is a "naked" getter, e.g. not `get` or `set`
287 | return [immutableProperty]
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:290:47: warning: 'as' is deprecated: This cast will always succeed
288 | }
289 |
290 | guard let accessor = accessor.as(AccessorBlockSyntax.self) else {
| `- warning: 'as' is deprecated: This cast will always succeed
291 | throw ErrorDiagnosticMessage(id: "unsupported-block", message: "'Renamed' is only supported on variables with block and explicit accessor syntax")
292 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:296:42: error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
294 | // TODO: Possible support other accessors, e.g. `_modify`, `willSet`, and `didSet`
295 |
296 | guard accessor.accessors.contains(where: { $0.accessorKind.tokenKind == .keyword(.get) }) else {
| `- error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
297 | throw ErrorDiagnosticMessage(id: "missing-get-accessor", message: "'Renamed' is only supported on variables with a getter")
298 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:300:39: error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
298 | }
299 |
300 | if accessor.accessors.contains(where: { $0.accessorKind.tokenKind == .keyword(.set) }) {
| `- error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
301 | return [mutableProperty]
302 | } else {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:310:158: warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
308 | }
309 | default:
310 | throw ErrorDiagnosticMessage(id: "unsupported-variable", message: "'Renamed' is only supported on var and let variables. This is a \(declaration.bindingKeyword)")
| |- warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
| `- note: use 'bindingSpecifier' instead
311 | }
312 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling SwiftSyntax602 Empty.swift
[3/33] Emitting module SwiftSyntax602
[4/33] Compiling SwiftSyntax603 Empty.swift
[5/34] Compiling SwiftSyntax510 Empty.swift
[6/34] Emitting module SwiftSyntax510
[7/35] Emitting module SwiftSyntax603
[8/36] Emitting module SwiftSyntax601
[9/36] Emitting module SwiftSyntax600
[10/36] Compiling SwiftSyntax600 Empty.swift
[12/37] Compiling SwiftSyntax601 Empty.swift
[13/37] Compiling SwiftSyntax509 Empty.swift
[14/37] Emitting module SwiftSyntax509
[20/96] Compiling SwiftSyntax SyntaxNodeStructure.swift
[21/96] Compiling SwiftSyntax SyntaxProtocol.swift
[22/96] Compiling SwiftSyntax SyntaxText.swift
[23/96] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[24/96] Compiling SwiftSyntax TokenDiagnostic.swift
[25/96] Compiling SwiftSyntax TokenSequence.swift
[26/96] Compiling SwiftSyntax TokenSyntax.swift
[27/96] Compiling SwiftSyntax Trivia.swift
[28/96] Compiling SwiftSyntax Utils.swift
[29/104] Compiling SwiftSyntax AbsolutePosition.swift
[30/104] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[31/104] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[32/104] Compiling SwiftSyntax Assert.swift
[33/104] Compiling SwiftSyntax BumpPtrAllocator.swift
[34/104] Compiling SwiftSyntax CommonAncestor.swift
[35/104] Compiling SwiftSyntax Convenience.swift
[36/104] Compiling SwiftSyntax CustomTraits.swift
[37/104] Compiling SwiftSyntax EditorPlaceholder.swift
[38/104] Compiling SwiftSyntax Identifier.swift
[39/104] Compiling SwiftSyntax MemoryLayout.swift
[40/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[41/104] Compiling SwiftSyntax RawSyntax.swift
[42/104] Compiling SwiftSyntax RawSyntaxArena.swift
[43/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/104] Compiling SwiftSyntax SourceEdit.swift
[47/104] Emitting module SwiftSyntax
[48/104] Compiling SwiftSyntax SyntaxRewriter.swift
[49/104] Compiling SwiftSyntax SyntaxTraits.swift
[50/104] Compiling SwiftSyntax SyntaxVisitor.swift
[51/104] Compiling SwiftSyntax TokenKind.swift
[52/104] Compiling SwiftSyntax Tokens.swift
[53/104] Compiling SwiftSyntax TriviaPieces.swift
[54/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[55/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[56/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[57/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[58/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[59/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[60/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[61/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[62/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[63/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[65/104] Compiling SwiftSyntax SourceLength.swift
[66/104] Compiling SwiftSyntax SourceLocation.swift
[67/104] Compiling SwiftSyntax SourcePresence.swift
[68/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[69/104] Compiling SwiftSyntax Syntax.swift
[70/104] Compiling SwiftSyntax SyntaxChildren.swift
[71/104] Compiling SwiftSyntax SyntaxCollection.swift
[72/104] Compiling SwiftSyntax SyntaxHashable.swift
[73/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[74/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[75/104] Compiling SwiftSyntax Keyword.swift
[76/104] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[77/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[78/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[79/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[80/104] Compiling SwiftSyntax SyntaxCollections.swift
[81/104] Compiling SwiftSyntax SyntaxEnum.swift
[82/104] Compiling SwiftSyntax SyntaxKind.swift
[83/104] Compiling SwiftSyntax SyntaxNodesC.swift
[84/104] Compiling SwiftSyntax SyntaxNodesD.swift
[85/104] Compiling SwiftSyntax SyntaxNodesEF.swift
[86/104] Compiling SwiftSyntax SyntaxNodesGHI.swift
[87/104] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[88/104] Compiling SwiftSyntax SyntaxNodesOP.swift
[89/104] Compiling SwiftSyntax SyntaxNodesQRS.swift
[90/104] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[92/163] Emitting module SwiftDiagnostics
[93/164] Compiling SwiftParser Attributes.swift
[94/164] Compiling SwiftParser Availability.swift
[95/164] Compiling SwiftDiagnostics Message.swift
[96/164] Compiling SwiftDiagnostics Note.swift
[97/164] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[98/164] Compiling SwiftParser CharacterInfo.swift
[99/164] Compiling SwiftParser CollectionNodes+Parsable.swift
[100/164] Compiling SwiftBasicFormat Syntax+Extensions.swift
[101/164] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/164] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/164] Compiling SwiftBasicFormat InferIndentation.swift
[104/164] Compiling SwiftDiagnostics FixIt.swift
[105/164] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[106/164] Compiling SwiftBasicFormat Indenter.swift
[107/164] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[109/165] Emitting module SwiftBasicFormat
[110/165] Compiling SwiftBasicFormat BasicFormat.swift
[111/166] Compiling SwiftParser LoopProgressCondition.swift
[112/166] Compiling SwiftParser Modifiers.swift
[113/166] Compiling SwiftParser Names.swift
[114/166] Compiling SwiftParser Nominals.swift
[115/166] Compiling SwiftParser Parameters.swift
[116/166] Compiling SwiftParser ParseSourceFile.swift
[117/171] Compiling SwiftParser TokenSpec.swift
[118/171] Compiling SwiftParser TokenSpecSet.swift
[119/171] Compiling SwiftParser TopLevel.swift
[120/171] Compiling SwiftParser TriviaParser.swift
[121/171] Compiling SwiftParser Types.swift
[122/171] Compiling SwiftParser StringLiterals.swift
[123/171] Compiling SwiftParser SwiftParserCompatibility.swift
[124/171] Compiling SwiftParser SwiftVersion.swift
[125/171] Compiling SwiftParser SyntaxUtils.swift
[126/171] Compiling SwiftParser TokenConsumer.swift
[127/171] Compiling SwiftParser TokenPrecedence.swift
[129/171] Compiling SwiftParser Lexeme.swift
[130/171] Compiling SwiftParser LexemeSequence.swift
[131/171] Compiling SwiftParser Lexer.swift
[132/171] Compiling SwiftParser RegexLiteralLexer.swift
[133/171] Compiling SwiftParser UnicodeScalarExtensions.swift
[134/171] Compiling SwiftParser Lookahead.swift
[135/169] Compiling SwiftParser Parser.swift
[136/169] Compiling SwiftParser Patterns.swift
[137/169] Compiling SwiftParser Recovery.swift
[138/169] Compiling SwiftParser Specifiers.swift
[139/169] Compiling SwiftParser Statements.swift
[140/169] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[141/169] Emitting module SwiftParser
[146/169] Compiling SwiftParser CompilerFiles.swift
[147/169] Compiling SwiftParser Declarations.swift
[148/169] Compiling SwiftParser Directives.swift
[149/169] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[150/169] Compiling SwiftParser Expressions.swift
[151/169] Compiling SwiftParser IncrementalParseTransition.swift
[152/169] Compiling SwiftParser IsValidIdentifier.swift
[153/169] Compiling SwiftParser Cursor.swift
[154/169] Compiling SwiftParser ExperimentalFeatures.swift
[155/169] Compiling SwiftParser IsLexerClassified.swift
[156/169] Compiling SwiftParser LayoutNodes+Parsable.swift
[157/169] Compiling SwiftParser Parser+TokenSpecSet.swift
[158/169] Compiling SwiftParser TokenSpecStaticMembers.swift
[160/192] Compiling SwiftOperators OperatorTable.swift
[161/193] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[162/194] Compiling SwiftOperators PrecedenceGroup.swift
[163/194] Compiling SwiftOperators PrecedenceGraph.swift
[164/194] Compiling SwiftOperators SyntaxSynthesis.swift
[165/194] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[166/194] Compiling SwiftOperators OperatorTable+Folding.swift
[167/194] Emitting module SwiftOperators
[168/194] Compiling SwiftParserDiagnostics MissingNodesError.swift
[169/194] Compiling SwiftParserDiagnostics MissingTokenError.swift
[170/194] Compiling SwiftOperators OperatorTable+Semantics.swift
[171/194] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[172/194] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[174/195] Emitting module SwiftParserDiagnostics
[175/194] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[176/194] Compiling SwiftParserDiagnostics Utils.swift
[177/194] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[182/194] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[183/194] Compiling SwiftParserDiagnostics PresenceUtils.swift
[184/194] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[185/194] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[187/209] Compiling SwiftSyntaxBuilder Indenter.swift
[188/209] Compiling SwiftSyntaxBuilder ListBuilder.swift
[189/210] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[190/210] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[191/210] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[192/210] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[193/210] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[194/210] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[195/210] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[196/210] Emitting module SwiftSyntaxBuilder
[197/210] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[198/210] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[199/210] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[200/210] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[201/210] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[202/210] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[204/227] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[205/227] Compiling SwiftSyntaxMacros Macro+Format.swift
[206/227] Compiling SwiftSyntaxMacros MemberMacro.swift
[207/227] Compiling SwiftSyntaxMacros PeerMacro.swift
[208/229] Emitting module SwiftSyntaxMacros
[209/229] Compiling SwiftSyntaxMacros Macro.swift
[210/229] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[211/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[212/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[213/229] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[214/229] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[215/229] Compiling SwiftSyntaxMacros AccessorMacro.swift
[216/229] Compiling SwiftSyntaxMacros AttachedMacro.swift
[217/229] Compiling SwiftSyntaxMacros BodyMacro.swift
[218/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[219/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[220/229] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[221/229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[222/229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[224/238] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[225/239] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[226/239] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[227/239] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[228/239] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[229/239] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[230/239] Emitting module SwiftSyntaxMacroExpansion
[231/239] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[232/239] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[233/239] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[235/251] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[236/252] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[237/252] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[238/252] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[239/252] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[240/252] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[241/252] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[242/252] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[243/252] Emitting module SwiftCompilerPluginMessageHandling
[244/252] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[245/252] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[246/252] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[247/252] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[249/254] Emitting module SwiftCompilerPlugin
[250/254] Compiling SwiftCompilerPlugin CompilerPlugin.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[252/258] Compiling RenamedPlugin SyntaxStringInterpolation+Optional.swift
[253/258] Compiling RenamedPlugin RenamedPlugin.swift
[254/258] Emitting module RenamedPlugin
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:74:48: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
72 | private static func expansion<Context: MacroExpansionContext>(
73 | of node: AttributeSyntax,
74 | providingPeersOfTypealias declaration: TypealiasDeclSyntax,
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
75 | in context: Context,
76 | previousName: TokenSyntax
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:330:20: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| |- warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
| `- note: use 'DeclModifierListSyntax' instead
331 | }
332 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:333:1: error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesQRS.swift:2629:14: note: candidate has non-matching type 'DeclModifierListSyntax'
2627 |
2628 | /// Modifiers like `public` that are attached to the struct declaration.
2629 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
2630 | get {
2631 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:334:1: error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesC.swift:919:14: note: candidate has non-matching type 'DeclModifierListSyntax'
917 |
918 | /// Modifiers like `public` that are attached to the class declaration.
919 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
920 | get {
921 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:335:1: error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesEF.swift:1418:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1416 |
1417 | /// The declaration modifiers applied to the enum declaration.
1418 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1419 | get {
1420 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:1: error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
:
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1994:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1992 | }
1993 |
1994 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1995 | get {
1996 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:11: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
337 |
[255/258] Compiling RenamedPlugin Renamed.swift
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:41:44: warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
39 | private static func expansion<Context: MacroExpansionContext>(
40 | of node: AttributeSyntax,
41 | providingPeersOf declaration: some IdentifiedDeclSyntax & ModifiedDeclSyntax,
| |- warning: 'IdentifiedDeclSyntax' is deprecated: renamed to 'NamedDeclSyntax'
| `- note: use 'NamedDeclSyntax' instead
42 | in context: Context,
43 | previousName: String
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:74:48: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
72 | private static func expansion<Context: MacroExpansionContext>(
73 | of node: AttributeSyntax,
74 | providingPeersOfTypealias declaration: TypealiasDeclSyntax,
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
75 | in context: Context,
76 | previousName: TokenSyntax
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:330:20: warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| |- warning: 'ModifierListSyntax' is deprecated: renamed to 'DeclModifierListSyntax'
| `- note: use 'DeclModifierListSyntax' instead
331 | }
332 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:333:1: error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'StructDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesQRS.swift:2629:14: note: candidate has non-matching type 'DeclModifierListSyntax'
2627 |
2628 | /// Modifiers like `public` that are attached to the struct declaration.
2629 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
2630 | get {
2631 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:334:1: error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'ClassDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesC.swift:919:14: note: candidate has non-matching type 'DeclModifierListSyntax'
917 |
918 | /// Modifiers like `public` that are attached to the class declaration.
919 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
920 | get {
921 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:335:1: error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
333 | extension StructDeclSyntax: ModifiedDeclSyntax {}
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'EnumDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesEF.swift:1418:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1416 |
1417 | /// The declaration modifiers applied to the enum declaration.
1418 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1419 | get {
1420 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:1: error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
328 |
329 | private protocol ModifiedDeclSyntax: SyntaxProtocol {
330 | var modifiers: ModifierListSyntax? { get set }
| `- note: protocol requires property 'modifiers' with type 'ModifierListSyntax?' (aka 'Optional<DeclModifierListSyntax>')
331 | }
332 |
:
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- error: type 'TypeAliasDeclSyntax' does not conform to protocol 'ModifiedDeclSyntax'
| `- note: add stubs for conformance
337 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesTUVWXYZ.swift:1994:14: note: candidate has non-matching type 'DeclModifierListSyntax'
1992 | }
1993 |
1994 | public var modifiers: DeclModifierListSyntax {
| `- note: candidate has non-matching type 'DeclModifierListSyntax'
1995 | get {
1996 | return Syntax(self).child(at: 3)!.cast(DeclModifierListSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:336:11: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
334 | extension ClassDeclSyntax: ModifiedDeclSyntax {}
335 | extension EnumDeclSyntax: ModifiedDeclSyntax {}
336 | extension TypealiasDeclSyntax: ModifiedDeclSyntax {}
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
337 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:13:54: warning: 'argument' is deprecated: renamed to 'arguments'
11 | ) throws -> [DeclSyntax] {
12 | guard
13 | case .argumentList(let arguments) = node.argument,
| |- warning: 'argument' is deprecated: renamed to 'arguments'
| `- note: use 'arguments' instead
14 | let firstElement = arguments.first,
15 | let stringLiteral = firstElement.expression.as(StringLiteralExprSyntax.self),
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:28:54: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
26 | } else if let enumDecl = declaration.as(EnumDeclSyntax.self) {
27 | return try expansion(of: node, providingPeersOf: enumDecl, in: context, previousName: previousName.content.text)
28 | } else if let typealiasDecl = declaration.as(TypealiasDeclSyntax.self) {
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
29 | return try expansion(of: node, providingPeersOfTypealias: typealiasDecl, in: context, previousName: previousName.content)
30 | } else if let functionDecl = declaration.as(FunctionDeclSyntax.self) {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:66:68: warning: 'identifier' is deprecated: renamed to 'name'
64 | return [
65 | """
66 | @available(*, deprecated, renamed: "\(raw: declaration.identifier.text)")
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
67 | \(raw: scope)typealias \(raw: previousName) = \(raw: declaration.identifier.text)
68 | """
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:67:78: warning: 'identifier' is deprecated: renamed to 'name'
65 | """
66 | @available(*, deprecated, renamed: "\(raw: declaration.identifier.text)")
67 | \(raw: scope)typealias \(raw: previousName) = \(raw: declaration.identifier.text)
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
68 | """
69 | ]
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:78:41: warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
76 | previousName: TokenSyntax
77 | ) throws -> [DeclSyntax] {
78 | let defaultVersionRestriction = AvailabilityVersionRestrictionSyntax(
| |- warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
| `- note: use 'PlatformVersionSyntax' instead
79 | platform: .identifier("*")
80 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:82:33: warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
80 | )
81 |
82 | let versionRestriction: AvailabilityVersionRestrictionSyntax = declaration.attributes?.lazy.compactMap { attribute -> AvailabilityVersionRestrictionSyntax? in
| |- warning: 'AvailabilityVersionRestrictionSyntax' is deprecated: renamed to 'PlatformVersionSyntax'
| `- note: use 'PlatformVersionSyntax' instead
83 | attribute.as(AttributeSyntax.self)?.argument?.as(AvailabilitySpecListSyntax.self)?.lazy.compactMap { argument -> AvailabilityVersionRestrictionSyntax? in
84 | argument.entry.as(AvailabilityVersionRestrictionSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:82:94: error: cannot use optional chaining on non-optional value of type 'AttributeListSyntax'
80 | )
81 |
82 | let versionRestriction: AvailabilityVersionRestrictionSyntax = declaration.attributes?.lazy.compactMap { attribute -> AvailabilityVersionRestrictionSyntax? in
| `- error: cannot use optional chaining on non-optional value of type 'AttributeListSyntax'
83 | attribute.as(AttributeSyntax.self)?.argument?.as(AvailabilitySpecListSyntax.self)?.lazy.compactMap { argument -> AvailabilityVersionRestrictionSyntax? in
84 | argument.entry.as(AvailabilityVersionRestrictionSyntax.self)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:99:97: error: cannot convert value of type 'StringLiteralExprSyntax' to expected argument type 'SimpleStringLiteralExprSyntax'
97 | AvailabilityArgumentSyntax(
98 | entry: .availabilityLabeledArgument(
99 | AvailabilityLabeledArgumentSyntax(label: .keyword(.renamed), value: .string(StringLiteralExprSyntax(content: declaration.identifier.text)))
| `- error: cannot convert value of type 'StringLiteralExprSyntax' to expected argument type 'SimpleStringLiteralExprSyntax'
100 | )
101 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:116:29: warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
114 | identifier.leadingTrivia = .space
115 |
116 | let typealiasDecl = TypealiasDeclSyntax(
| |- warning: 'TypealiasDeclSyntax' is deprecated: renamed to 'TypeAliasDeclSyntax'
| `- note: use 'TypeAliasDeclSyntax' instead
117 | modifiers: declaration.modifiers,
118 | identifier: identifier,
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:116:29: warning: 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:identifier:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:name:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)'
114 | identifier.leadingTrivia = .space
115 |
116 | let typealiasDecl = TypealiasDeclSyntax(
| |- warning: 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:identifier:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)' is deprecated: replaced by 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:name:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)'
| `- note: use 'init(leadingTrivia:_:attributes:_:modifiers:_:typealiasKeyword:_:name:_:genericParameterClause:_:initializer:_:genericWhereClause:_:trailingTrivia:)' instead
117 | modifiers: declaration.modifiers,
118 | identifier: identifier,
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:120:61: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
118 | identifier: identifier,
119 | genericParameterClause: declaration.genericParameterClause,
120 | initializer: TypeInitializerClauseSyntax(value: SimpleTypeIdentifierSyntax(name: .identifier(declaration.identifier.text))),
| |- warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
| `- note: use 'IdentifierTypeSyntax' instead
121 | genericWhereClause: declaration.genericWhereClause
122 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:120:118: warning: 'identifier' is deprecated: renamed to 'name'
118 | identifier: identifier,
119 | genericParameterClause: declaration.genericParameterClause,
120 | initializer: TypeInitializerClauseSyntax(value: SimpleTypeIdentifierSyntax(name: .identifier(declaration.identifier.text))),
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
121 | genericWhereClause: declaration.genericWhereClause
122 | )
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:138:51: warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
136 | ) throws -> [DeclSyntax] {
137 | let scope: DeclModifierSyntax? = ({
138 | for modifier in declaration.modifiers ?? [] {
| `- warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
139 | switch (modifier.name.tokenKind) {
140 | case .keyword(.public):
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:160:55: warning: 'input' is deprecated: renamed to 'parameterClause'
158 | let newParameters: String
159 |
160 | let argumentsAndTypes = declaration.signature.input.parameterList.map { parameter -> (TokenSyntax?, TypeSyntaxProtocol) in
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
161 | let type = parameter.type
162 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:160:61: warning: 'parameterList' is deprecated: renamed to 'parameters'
158 | let newParameters: String
159 |
160 | let argumentsAndTypes = declaration.signature.input.parameterList.map { parameter -> (TokenSyntax?, TypeSyntaxProtocol) in
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
161 | let type = parameter.type
162 |
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:177:47: warning: 'identifier' is deprecated: renamed to 'name'
175 | }
176 | }.joined(separator: ", ")
177 | let body: DeclSyntax = "\(declaration.identifier)(\(raw: parametersInBody))"
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
178 |
179 | if functionNameSplit.count == 2 {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:186:41: warning: 'input' is deprecated: renamed to 'parameterClause'
184 | let parametersSplit = functionNameSplit[1].dropLast().split(separator: ":")
185 |
186 | guard declaration.signature.input.parameterList.count == parametersSplit.count else {
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
187 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
188 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:186:47: warning: 'parameterList' is deprecated: renamed to 'parameters'
184 | let parametersSplit = functionNameSplit[1].dropLast().split(separator: ":")
185 |
186 | guard declaration.signature.input.parameterList.count == parametersSplit.count else {
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
187 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
188 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:194:41: warning: 'input' is deprecated: renamed to 'parameterClause'
192 | }.joined(separator: ", ")
193 | } else {
194 | guard declaration.signature.input.parameterList.count == 0 else {
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
195 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
196 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:194:47: warning: 'parameterList' is deprecated: renamed to 'parameters'
192 | }.joined(separator: ", ")
193 | } else {
194 | guard declaration.signature.input.parameterList.count == 0 else {
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
195 | throw ErrorDiagnosticMessage(id: "invalid-function-parameter-count", message: "The old function signature must have the same number of parameters as the function 'Renamed' is applied to.")
196 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:201:55: warning: 'input' is deprecated: renamed to 'parameterClause'
199 | }
200 |
201 | var renamedParameters = declaration.signature.input.parameterList.map { $0.firstName.text }.joined(separator: ":")
| |- warning: 'input' is deprecated: renamed to 'parameterClause'
| `- note: use 'parameterClause' instead
202 | if !renamedParameters.isEmpty {
203 | renamedParameters = "(" + renamedParameters + ":)"
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:201:61: warning: 'parameterList' is deprecated: renamed to 'parameters'
199 | }
200 |
201 | var renamedParameters = declaration.signature.input.parameterList.map { $0.firstName.text }.joined(separator: ":")
| |- warning: 'parameterList' is deprecated: renamed to 'parameters'
| `- note: use 'parameters' instead
202 | if !renamedParameters.isEmpty {
203 | renamedParameters = "(" + renamedParameters + ":)"
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:207:116: warning: 'output' is deprecated: renamed to 'returnClause'
205 |
206 | let functionName = functionNameSplit[0]
207 | let signature: DeclSyntax = "\(raw: functionName)(\(raw: newParameters)) \(optional: declaration.signature.output)"
| |- warning: 'output' is deprecated: renamed to 'returnClause'
| `- note: use 'returnClause' instead
208 |
209 | return [
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:211:63: warning: 'identifier' is deprecated: renamed to 'name'
209 | return [
210 | """
211 | @available(*, deprecated, renamed: "\(declaration.identifier)\(raw: renamedParameters)")
| |- warning: 'identifier' is deprecated: renamed to 'name'
| `- note: use 'name' instead
212 | \(optional: scope)func \(signature){
213 | \(body)
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:228:56: warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
226 | let binding = declaration.bindings.first,
227 | let propertyName = binding.pattern.as(IdentifierPatternSyntax.self)?.identifier.text,
228 | let type = binding.typeAnnotation?.type.as(SimpleTypeIdentifierSyntax.self)?.name
| |- warning: 'SimpleTypeIdentifierSyntax' is deprecated: renamed to 'IdentifierTypeSyntax'
| `- note: use 'IdentifierTypeSyntax' instead
229 | else {
230 | // Variables declared with some values, e.g. `var test = 1`, will have an implicit type. These could be supported by looking a
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:236:51: warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
234 |
235 | let scope = ({
236 | for modifier in declaration.modifiers ?? [] {
| `- warning: left side of nil coalescing operator '??' has non-optional type 'DeclModifierListSyntax', so the right side is never used
237 | switch (modifier.name.tokenKind) {
238 | case .keyword(.public):
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:273:28: warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
271 | """
272 |
273 | switch declaration.bindingKeyword.tokenKind {
| |- warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
| `- note: use 'bindingSpecifier' instead
274 | case .keyword(.let):
275 | return [
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:283:39: warning: 'accessor' is deprecated: renamed to 'accessorBlock'
281 | }
282 |
283 | if let accessor = binding.accessor {
| |- warning: 'accessor' is deprecated: renamed to 'accessorBlock'
| `- note: use 'accessorBlock' instead
284 | // Could have get/set/_modify
285 | if accessor.is(CodeBlockSyntax.self) {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:285:29: warning: 'is' is deprecated: This cast will always fail
283 | if let accessor = binding.accessor {
284 | // Could have get/set/_modify
285 | if accessor.is(CodeBlockSyntax.self) {
| `- warning: 'is' is deprecated: This cast will always fail
286 | // This is a "naked" getter, e.g. not `get` or `set`
287 | return [immutableProperty]
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:290:47: warning: 'as' is deprecated: This cast will always succeed
288 | }
289 |
290 | guard let accessor = accessor.as(AccessorBlockSyntax.self) else {
| `- warning: 'as' is deprecated: This cast will always succeed
291 | throw ErrorDiagnosticMessage(id: "unsupported-block", message: "'Renamed' is only supported on variables with block and explicit accessor syntax")
292 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:296:42: error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
294 | // TODO: Possible support other accessors, e.g. `_modify`, `willSet`, and `didSet`
295 |
296 | guard accessor.accessors.contains(where: { $0.accessorKind.tokenKind == .keyword(.get) }) else {
| `- error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
297 | throw ErrorDiagnosticMessage(id: "missing-get-accessor", message: "'Renamed' is only supported on variables with a getter")
298 | }
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:300:39: error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
298 | }
299 |
300 | if accessor.accessors.contains(where: { $0.accessorKind.tokenKind == .keyword(.set) }) {
| `- error: value of type 'AccessorBlockSyntax.Accessors' has no member 'contains'
301 | return [mutableProperty]
302 | } else {
/host/spi-builder-workspace/Sources/RenamedPlugin/Renamed.swift:310:158: warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
308 | }
309 | default:
310 | throw ErrorDiagnosticMessage(id: "unsupported-variable", message: "'Renamed' is only supported on var and let variables. This is a \(declaration.bindingKeyword)")
| |- warning: 'bindingKeyword' is deprecated: renamed to 'bindingSpecifier'
| `- note: use 'bindingSpecifier' instead
311 | }
312 | }
BUILD FAILURE 6.1 linux