The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwiftSyntax, reference 508.0.1 (2c49d6), with Swift 6.1 for Wasm on 29 May 2025 12:52:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "_SwiftSyntaxTestSupport",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftParserDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserDiagnosticsTest",
      "path" : "Tests/SwiftParserDiagnosticsTest",
      "sources" : [
        "DiagnosticInfrastructureTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftParserDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserDiagnostics",
      "path" : "Sources/SwiftParserDiagnostics",
      "product_memberships" : [
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "swift-parser-cli"
      ],
      "sources" : [
        "DiagnosticExtensions.swift",
        "MissingNodesError.swift",
        "ParseDiagnosticsGenerator.swift",
        "ParserDiagnosticMessages.swift",
        "PresenceUtils.swift",
        "SyntaxExtensions.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParser",
      "path" : "Sources/SwiftParser",
      "product_memberships" : [
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Attributes.swift",
        "Availability.swift",
        "CharacterInfo.swift",
        "Declarations.swift",
        "Directives.swift",
        "Expressions.swift",
        "Lexer.swift",
        "LexerDiagnosticMessages.swift",
        "Lookahead.swift",
        "LoopProgressCondition.swift",
        "Modifiers.swift",
        "Names.swift",
        "Nominals.swift",
        "Parser.swift",
        "Patterns.swift",
        "RawTokenKindSubset.swift",
        "Recovery.swift",
        "Statements.swift",
        "SyntaxUtils.swift",
        "TokenConsumer.swift",
        "TokenPrecedence.swift",
        "TopLevel.swift",
        "TriviaParser.swift",
        "Types.swift",
        "generated/DeclarationAttribute.swift",
        "generated/DeclarationModifier.swift",
        "generated/Parser+Entry.swift",
        "generated/TypeAttribute.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOperatorsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperatorsTest",
      "path" : "Tests/SwiftOperatorsTest",
      "sources" : [
        "OperatorTableTests.swift",
        "SyntaxSynthesisTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOperators",
        "_SwiftSyntaxTestSupport",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOperators",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperators",
      "path" : "Sources/SwiftOperators",
      "product_memberships" : [
        "SwiftOperators",
        "swift-parser-cli"
      ],
      "sources" : [
        "Operator.swift",
        "OperatorError+Diagnostics.swift",
        "OperatorError.swift",
        "OperatorTable+Defaults.swift",
        "OperatorTable+Folding.swift",
        "OperatorTable+Semantics.swift",
        "OperatorTable.swift",
        "PrecedenceGraph.swift",
        "PrecedenceGroup.swift",
        "SyntaxSynthesis.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftDiagnostics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnosticsTest",
      "path" : "Tests/SwiftDiagnosticsTest",
      "sources" : [
        "DiagnosticsFormatterTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnostics",
      "path" : "Sources/SwiftDiagnostics",
      "product_memberships" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Diagnostic.swift",
        "DiagnosticsFormatter.swift",
        "FixIt.swift",
        "Message.swift",
        "Note.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBasicFormat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBasicFormat",
      "path" : "Sources/SwiftBasicFormat",
      "product_memberships" : [
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "swift-parser-cli"
      ],
      "sources" : [
        "SyntaxProtocol+Formatted.swift",
        "Trivia+Indented.swift",
        "generated/BasicFormat.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTest",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTest",
      "path" : "Tests/PerformanceTest",
      "sources" : [
        "ParsingPerformanceTests.swift",
        "SyntaxClassifierPerformanceTests.swift",
        "VisitorPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "IDEUtils",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDEUtilsTest",
      "module_type" : "SwiftTarget",
      "name" : "IDEUtilsTest",
      "path" : "Tests/IDEUtilsTest",
      "sources" : [
        "ClassificationTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftParser",
        "SwiftSyntax",
        "IDEUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDEUtils",
      "module_type" : "SwiftTarget",
      "name" : "IDEUtils",
      "path" : "Sources/IDEUtils",
      "product_memberships" : [
        "IDEUtils",
        "lit-test-helper"
      ],
      "sources" : [
        "Syntax+Classifications.swift",
        "SyntaxClassifier.swift",
        "generated/SyntaxClassification.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.17s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.75s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/57] Write sources
[17/57] Write swift-version-24593BA9C3E375BF.txt
[19/97] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/97] Emitting module ArgumentParserToolInfo
[21/98] Wrapping AST for ArgumentParserToolInfo for debugging
[23/136] Compiling ArgumentParser Name.swift
[24/136] Compiling ArgumentParser Parsed.swift
[25/136] Compiling ArgumentParser ParsedValues.swift
[26/136] Compiling ArgumentParser ParserError.swift
[27/136] Compiling ArgumentParser SplitArguments.swift
[28/141] Emitting module SwiftSyntax
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |   let indexInTree: UInt32
 64 |
 65 |   static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
    |              |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |   /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:343:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
341 | #if DEBUG
342 | /// See `SyntaxMemoryLayout`.
343 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
344 |   "SyntaxData": .init(SyntaxData.self),
345 |   "SyntaxData.Info": .init(SyntaxData.Info.self),
[29/146] Emitting module ArgumentParser
[30/146] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/146] Compiling ArgumentParser CompletionsGenerator.swift
[32/146] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/146] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/146] Compiling ArgumentParser Argument.swift
[35/146] Compiling ArgumentParser ArgumentHelp.swift
[36/146] Compiling ArgumentParser ArgumentVisibility.swift
[37/146] Compiling ArgumentParser CompletionKind.swift
[38/146] Compiling ArgumentParser Errors.swift
[39/146] Compiling ArgumentParser Flag.swift
[40/146] Compiling ArgumentParser NameSpecification.swift
[41/146] Compiling ArgumentParser Option.swift
[42/146] Compiling ArgumentParser OptionGroup.swift
[43/146] Compiling ArgumentParser AsyncParsableCommand.swift
[44/146] Compiling ArgumentParser CommandConfiguration.swift
[45/146] Compiling ArgumentParser CommandGroup.swift
[46/146] Compiling ArgumentParser EnumerableFlag.swift
[47/146] Compiling ArgumentParser ArgumentDefinition.swift
[48/146] Compiling ArgumentParser ArgumentSet.swift
[49/146] Compiling ArgumentParser CommandParser.swift
[50/146] Compiling ArgumentParser InputKey.swift
[51/146] Compiling ArgumentParser InputOrigin.swift
[52/146] Compiling ArgumentParser ExpressibleByArgument.swift
[53/146] Compiling ArgumentParser ParsableArguments.swift
[54/146] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/146] Compiling ArgumentParser ParsableCommand.swift
[56/146] Compiling ArgumentParser ArgumentDecoder.swift
[57/146] Compiling SwiftSyntax SyntaxExprNodes.swift
[58/146] Compiling SwiftSyntax SyntaxNodes.swift
[59/146] Compiling SwiftSyntax SyntaxPatternNodes.swift
[60/146] Compiling SwiftSyntax SyntaxStmtNodes.swift
[61/146] Compiling SwiftSyntax SyntaxTypeNodes.swift
[62/146] Compiling ArgumentParser DumpHelpGenerator.swift
[63/146] Compiling ArgumentParser HelpCommand.swift
[64/146] Compiling ArgumentParser HelpGenerator.swift
[65/146] Compiling ArgumentParser MessageInfo.swift
[66/146] Compiling ArgumentParser UsageGenerator.swift
[67/147] Wrapping AST for ArgumentParser for debugging
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/AbsolutePosition.swift:18:14: warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// An absolute position in a source file as text - the absolute utf8Offset from
14 | /// the start of the file.
15 | public struct AbsolutePosition: Comparable {
   |               `- note: consider making struct 'AbsolutePosition' conform to the 'Sendable' protocol
16 |   public let utf8Offset: Int
17 |
18 |   static let startOfFile = AbsolutePosition(utf8Offset: 0)
   |              |- warning: static property 'startOfFile' is not concurrency-safe because non-'Sendable' type 'AbsolutePosition' may have shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: add '@MainActor' to make static property 'startOfFile' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |   public init(utf8Offset: Int) {
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:18:22: warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 |   typealias Slab = UnsafeMutableRawBufferPointer
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
    |                      |- warning: static property 'GROWTH_DELAY' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'GROWTH_DELAY' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'GROWTH_DELAY' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |   static private var SLAB_ALIGNMENT: Int = 8
 20 |
/host/spi-builder-workspace/Sources/SwiftSyntax/BumpPtrAllocator.swift:19:22: warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 |   static private var GROWTH_DELAY: Int = 128
 19 |   static private var SLAB_ALIGNMENT: Int = 8
    |                      |- warning: static property 'SLAB_ALIGNMENT' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                      |- note: convert 'SLAB_ALIGNMENT' to a 'let' constant to make 'Sendable' shared state immutable
    |                      |- note: add '@MainActor' to make static property 'SLAB_ALIGNMENT' part of global actor 'MainActor'
    |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |
 21 |   /// Initial slab size.
/host/spi-builder-workspace/Sources/SwiftSyntax/Raw/RawSyntax.swift:815:5: warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
813 | #if DEBUG
814 | /// See `SyntaxMemoryLayout`.
815 | var RawSyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'RawSyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'RawSyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'RawSyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
816 |   "RawSyntaxData": .init(RawSyntaxData.self),
817 |   "RawSyntaxData.Layout": .init(RawSyntaxData.Layout.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |   let indexInTree: UInt32
 64 |
 65 |   static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
    |              |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |   /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:343:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
341 | #if DEBUG
342 | /// See `SyntaxMemoryLayout`.
343 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
344 |   "SyntaxData": .init(SyntaxData.self),
345 |   "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |   let indexInTree: UInt32
 64 |
 65 |   static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
    |              |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |   /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:343:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
341 | #if DEBUG
342 | /// See `SyntaxMemoryLayout`.
343 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
344 |   "SyntaxData": .init(SyntaxData.self),
345 |   "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |   let indexInTree: UInt32
 64 |
 65 |   static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
    |              |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |   /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:343:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
341 | #if DEBUG
342 | /// See `SyntaxMemoryLayout`.
343 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
344 |   "SyntaxData": .init(SyntaxData.self),
345 |   "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |   let indexInTree: UInt32
 64 |
 65 |   static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
    |              |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |   /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:343:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
341 | #if DEBUG
342 | /// See `SyntaxMemoryLayout`.
343 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
344 |   "SyntaxData": .init(SyntaxData.self),
345 |   "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:65:14: warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 |   let indexInTree: UInt32
 64 |
 65 |   static var zero: SyntaxIndexInTree = SyntaxIndexInTree(indexInTree: 0)
    |              |- warning: static property 'zero' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 |
 67 |   /// Assuming that this index points to the start of `Raw`, so that it points
/host/spi-builder-workspace/Sources/SwiftSyntax/SyntaxData.swift:343:5: warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
341 | #if DEBUG
342 | /// See `SyntaxMemoryLayout`.
343 | var SyntaxDataMemoryLayouts: [String: SyntaxMemoryLayout.Value] = [
    |     |- warning: var 'SyntaxDataMemoryLayouts' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'SyntaxDataMemoryLayouts' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'SyntaxDataMemoryLayouts' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
344 |   "SyntaxData": .init(SyntaxData.self),
345 |   "SyntaxData.Info": .init(SyntaxData.Info.self),
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
/host/spi-builder-workspace/Sources/SwiftSyntax/SourceLength.swift:28:21: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
13 | /// The length a syntax node spans in the source code. From any AbsolutePosition
14 | /// you reach a node's end location by adding its UTF-8 length.
15 | public struct SourceLength: Comparable {
   |               `- note: consider making struct 'SourceLength' conform to the 'Sendable' protocol
16 |   public let utf8Length: Int
17 |
   :
26 |
27 |   /// A zero-length source length
28 |   public static let zero: SourceLength =
   |                     |- warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'SourceLength' may have shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     SourceLength(utf8Length: 0)
30 |
[111/152] Wrapping AST for SwiftSyntax for debugging
[112/152] Write Objects.LinkFileList
[114/162] Compiling IDEUtils SyntaxClassification.swift
[114/162] Archiving libSwiftSyntax.a
[116/162] Compiling IDEUtils SyntaxClassifier.swift
[117/162] Compiling IDEUtils Syntax+Classifications.swift
[118/162] Emitting module IDEUtils
[119/162] Compiling SwiftDiagnostics Note.swift
[120/162] Compiling SwiftDiagnostics FixIt.swift
[121/162] Compiling SwiftDiagnostics Message.swift
[122/163] Emitting module SwiftDiagnostics
[123/163] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[125/163] Emitting module SwiftBasicFormat
[126/163] Compiling SwiftDiagnostics Diagnostic.swift
[127/163] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[128/164] Wrapping AST for IDEUtils for debugging
[129/164] Write Objects.LinkFileList
[131/164] Compiling SwiftBasicFormat Trivia+Indented.swift
[132/164] Compiling SwiftBasicFormat BasicFormat.swift
[132/165] Wrapping AST for SwiftDiagnostics for debugging
[133/165] Write Objects.LinkFileList
[135/165] Archiving libIDEUtils.a
[136/191] Wrapping AST for SwiftBasicFormat for debugging
[137/191] Archiving libSwiftDiagnostics.a
[139/191] Emitting module SwiftParser
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  32 |       }
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
     |                         |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:35:25: warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
     |                         |- warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isMultilineStringLiteral' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
  37 |     }
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:36:25: warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
     |                         |- warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isErroneous' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  37 |     }
  38 |
[140/194] Compiling SwiftParser DeclarationModifier.swift
[141/194] Compiling SwiftParser Parser+Entry.swift
[142/194] Compiling SwiftParser TypeAttribute.swift
[143/194] Compiling SwiftParser TokenConsumer.swift
[144/194] Compiling SwiftParser TokenPrecedence.swift
[145/194] Compiling SwiftParser TopLevel.swift
[146/194] Compiling SwiftParser Recovery.swift
[147/194] Compiling SwiftParser Statements.swift
[148/194] Compiling SwiftParser SyntaxUtils.swift
[149/194] Compiling SwiftParser TriviaParser.swift
[150/194] Compiling SwiftParser Types.swift
[151/194] Compiling SwiftParser DeclarationAttribute.swift
[152/194] Compiling SwiftParser Lookahead.swift
[153/194] Compiling SwiftParser LoopProgressCondition.swift
[154/194] Compiling SwiftParser Modifiers.swift
[155/194] Compiling SwiftParser Names.swift
[156/194] Compiling SwiftParser Nominals.swift
[157/194] Compiling SwiftParser Parser.swift
[158/194] Compiling SwiftParser Patterns.swift
[159/194] Compiling SwiftParser RawTokenKindSubset.swift
[160/194] Compiling SwiftParser Attributes.swift
[161/194] Compiling SwiftParser Availability.swift
[162/194] Compiling SwiftParser CharacterInfo.swift
[163/194] Compiling SwiftParser Declarations.swift
[164/194] Compiling SwiftParser Directives.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  32 |       }
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
     |                         |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:35:25: warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
     |                         |- warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isMultilineStringLiteral' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
  37 |     }
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:36:25: warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
     |                         |- warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isErroneous' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  37 |     }
  38 |
[165/194] Compiling SwiftParser Expressions.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  32 |       }
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
     |                         |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:35:25: warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
     |                         |- warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isMultilineStringLiteral' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
  37 |     }
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:36:25: warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
     |                         |- warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isErroneous' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  37 |     }
  38 |
[166/194] Compiling SwiftParser Lexer.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  32 |       }
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
     |                         |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:35:25: warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
     |                         |- warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isMultilineStringLiteral' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
  37 |     }
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:36:25: warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
     |                         |- warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isErroneous' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  37 |     }
  38 |
[167/194] Compiling SwiftParser LexerDiagnosticMessages.swift
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:34:25: warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  32 |       }
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
     |                         |- warning: static property 'isAtStartOfLine' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isAtStartOfLine' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:35:25: warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  33 |
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
     |                         |- warning: static property 'isMultilineStringLiteral' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isMultilineStringLiteral' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
  37 |     }
/host/spi-builder-workspace/Sources/SwiftParser/Lexer.swift:36:25: warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
  25 |   /// will can be consumed by a ``Parser``.
  26 |   public struct Lexeme: CustomDebugStringConvertible {
  27 |     public struct Flags: OptionSet {
     |                   `- note: consider making struct 'Flags' conform to the 'Sendable' protocol
  28 |       public var rawValue: UInt8
  29 |
     :
  34 |       public static let isAtStartOfLine = Flags(rawValue: 1 << 0)
  35 |       public static let isMultilineStringLiteral = Flags(rawValue: 1 << 1)
  36 |       public static let isErroneous = Flags(rawValue: 1 << 2)
     |                         |- warning: static property 'isErroneous' is not concurrency-safe because non-'Sendable' type 'Lexer.Lexeme.Flags' may have shared mutable state; this is an error in the Swift 6 language mode
     |                         |- note: add '@MainActor' to make static property 'isErroneous' part of global actor 'MainActor'
     |                         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  37 |     }
  38 |
[168/198] Wrapping AST for SwiftParser for debugging
[169/199] Write Objects.LinkFileList
[171/224] Compiling SwiftRefactor RefactoringProvider.swift
[172/224] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[172/224] Archiving libSwiftParser.a
[174/224] Compiling SwiftParserDiagnostics Utils.swift
[175/224] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 17 | import Foundation
 18 | @_spi(RawSyntax) import SwiftSyntax
 19 | @_implementationOnly import SwiftParser
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 20 |
 21 | /// A list of possible errors that could be encountered while parsing a
[176/224] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 17 | import Foundation
 18 | @_spi(RawSyntax) import SwiftSyntax
 19 | @_implementationOnly import SwiftParser
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 20 |
 21 | /// A list of possible errors that could be encountered while parsing a
[177/224] Compiling SwiftRefactor FormatRawStringLiteral.swift
[178/224] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[179/224] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[180/224] Compiling SwiftOperators PrecedenceGroup.swift
[181/225] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[182/225] Emitting module SwiftRefactor
[183/225] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/225] Compiling SwiftOperators OperatorTable.swift
[185/225] Compiling SwiftOperators PrecedenceGraph.swift
[186/225] Compiling SwiftParserDiagnostics PresenceUtils.swift
[187/225] Compiling SwiftOperators SyntaxSynthesis.swift
[188/225] Compiling SwiftSyntaxParser Diagnostic.swift
[189/226] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[191/226] Compiling SwiftOperators OperatorTable+Folding.swift
[192/226] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[193/226] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[194/227] Compiling SwiftOperators Operator.swift
[195/227] Compiling SwiftOperators OperatorError+Diagnostics.swift
[196/227] Emitting module SwiftOperators
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 |   /// Error produced when a given precedence group already exists in the
17 |   /// precedence graph.
18 |   case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
   |        `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:89:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 87 | ///
 88 | ///     infix operator *: MultiplicationPrecedence
 89 | public struct PrecedenceGroup {
    |               `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 90 |   /// The name of the group, which must be unique.
 91 |   public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 |   /// Error produced when a given precedence group already exists in the
17 |   /// precedence graph.
18 |   case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
   |        `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:89:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 87 | ///
 88 | ///     infix operator *: MultiplicationPrecedence
 89 | public struct PrecedenceGroup {
    |               `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 90 |   /// The name of the group, which must be unique.
 91 |   public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:21:8: warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
21 |   case missingGroup(PrecedenceGroupName, referencedFrom: Syntax)
   |        `- warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
10 | //
11 | //===----------------------------------------------------------------------===//
12 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 |
14 | /// Describes errors that can occur when working with user-defined operators.
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
24 |   case operatorAlreadyExists(existing: Operator, new: Operator)
   |        `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
   |               `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 |   public let kind: OperatorKind
36 |   public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
24 |   case operatorAlreadyExists(existing: Operator, new: Operator)
   |        `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
   |               `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 |   public let kind: OperatorKind
36 |   public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:27:8: warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
27 |   case missingOperator(OperatorName, referencedFrom: Syntax)
   |        `- warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
30 |   case incomparableOperators(
   |        `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 |     leftOperator: ExprSyntax,
32 |     leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:185:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
183 | }
184 |
185 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
186 |   public let _syntaxNode: Syntax
187 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
30 |   case incomparableOperators(
   |        `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 |     leftOperator: ExprSyntax,
32 |     leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:185:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
183 | }
184 |
185 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
186 |   public let _syntaxNode: Syntax
187 |
[197/227] Compiling SwiftOperators OperatorError.swift
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 |   /// Error produced when a given precedence group already exists in the
17 |   /// precedence graph.
18 |   case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
   |        `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:89:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 87 | ///
 88 | ///     infix operator *: MultiplicationPrecedence
 89 | public struct PrecedenceGroup {
    |               `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 90 |   /// The name of the group, which must be unique.
 91 |   public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 |   /// Error produced when a given precedence group already exists in the
17 |   /// precedence graph.
18 |   case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
   |        `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:89:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 87 | ///
 88 | ///     infix operator *: MultiplicationPrecedence
 89 | public struct PrecedenceGroup {
    |               `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 90 |   /// The name of the group, which must be unique.
 91 |   public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:21:8: warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
21 |   case missingGroup(PrecedenceGroupName, referencedFrom: Syntax)
   |        `- warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
10 | //
11 | //===----------------------------------------------------------------------===//
12 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 |
14 | /// Describes errors that can occur when working with user-defined operators.
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
24 |   case operatorAlreadyExists(existing: Operator, new: Operator)
   |        `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
   |               `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 |   public let kind: OperatorKind
36 |   public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
24 |   case operatorAlreadyExists(existing: Operator, new: Operator)
   |        `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
   |               `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 |   public let kind: OperatorKind
36 |   public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:27:8: warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
27 |   case missingOperator(OperatorName, referencedFrom: Syntax)
   |        `- warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
30 |   case incomparableOperators(
   |        `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 |     leftOperator: ExprSyntax,
32 |     leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:185:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
183 | }
184 |
185 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
186 |   public let _syntaxNode: Syntax
187 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
30 |   case incomparableOperators(
   |        `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 |     leftOperator: ExprSyntax,
32 |     leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:185:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
183 | }
184 |
185 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
186 |   public let _syntaxNode: Syntax
187 |
[198/227] Compiling SwiftOperators OperatorTable+Defaults.swift
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 |   /// Error produced when a given precedence group already exists in the
17 |   /// precedence graph.
18 |   case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
   |        `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:89:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 87 | ///
 88 | ///     infix operator *: MultiplicationPrecedence
 89 | public struct PrecedenceGroup {
    |               `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 90 |   /// The name of the group, which must be unique.
 91 |   public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:18:8: warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
16 |   /// Error produced when a given precedence group already exists in the
17 |   /// precedence graph.
18 |   case groupAlreadyExists(existing: PrecedenceGroup, new: PrecedenceGroup)
   |        `- warning: associated value 'groupAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'PrecedenceGroup'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/PrecedenceGroup.swift:89:15: note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 87 | ///
 88 | ///     infix operator *: MultiplicationPrecedence
 89 | public struct PrecedenceGroup {
    |               `- note: consider making struct 'PrecedenceGroup' conform to the 'Sendable' protocol
 90 |   /// The name of the group, which must be unique.
 91 |   public var name: PrecedenceGroupName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:21:8: warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
19 |
20 |   /// The named precedence group is missing from the precedence graph.
21 |   case missingGroup(PrecedenceGroupName, referencedFrom: Syntax)
   |        `- warning: associated value 'missingGroup(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
10 | //
11 | //===----------------------------------------------------------------------===//
12 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
13 |
14 | /// Describes errors that can occur when working with user-defined operators.
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
24 |   case operatorAlreadyExists(existing: Operator, new: Operator)
   |        `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
   |               `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 |   public let kind: OperatorKind
36 |   public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:24:8: warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
22 |
23 |   /// Error produced when a given operator already exists.
24 |   case operatorAlreadyExists(existing: Operator, new: Operator)
   |        `- warning: associated value 'operatorAlreadyExists(existing:new:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Operator'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
/host/spi-builder-workspace/Sources/SwiftOperators/Operator.swift:34:15: note: consider making struct 'Operator' conform to the 'Sendable' protocol
32 |
33 | /// Describes an operator.
34 | public struct Operator {
   |               `- note: consider making struct 'Operator' conform to the 'Sendable' protocol
35 |   public let kind: OperatorKind
36 |   public let name: OperatorName
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:27:8: warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
25 |
26 |   /// The named operator is missing from the precedence graph.
27 |   case missingOperator(OperatorName, referencedFrom: Syntax)
   |        `- warning: associated value 'missingOperator(_:referencedFrom:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
30 |   case incomparableOperators(
   |        `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 |     leftOperator: ExprSyntax,
32 |     leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:185:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
183 | }
184 |
185 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
186 |   public let _syntaxNode: Syntax
187 |
/host/spi-builder-workspace/Sources/SwiftOperators/OperatorError.swift:30:8: warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
28 |
29 |   /// No associativity relationship between operators.
30 |   case incomparableOperators(
   |        `- warning: associated value 'incomparableOperators(leftOperator:leftPrecedenceGroup:rightOperator:rightPrecedenceGroup:)' of 'Sendable'-conforming enum 'OperatorError' has non-sendable type 'ExprSyntax'; this is an error in the Swift 6 language mode
31 |     leftOperator: ExprSyntax,
32 |     leftPrecedenceGroup: PrecedenceGroupName,
/host/spi-builder-workspace/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:185:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
183 | }
184 |
185 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
186 |   public let _syntaxNode: Syntax
187 |
[200/228] Wrapping AST for SwiftSyntaxParser for debugging
[201/228] Write Objects.LinkFileList
[203/232] Emitting module SwiftParserDiagnostics
[203/232] Wrapping AST for SwiftRefactor for debugging
[204/232] Write Objects.LinkFileList
[205/232] Wrapping AST for SwiftOperators for debugging
[206/232] Write Objects.LinkFileList
[208/232] Emitting module lit_test_helper
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:384:8: warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
382 |
383 | enum TestingError: Error, CustomStringConvertible {
384 |   case reparsedRegionsVerificationFailed(ByteSourceRange)
    |        `- warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
385 |   case classificationVerificationFailed(String, String)
386 |   case readingSourceFileFailed(URL)
/host/spi-builder-workspace/Sources/SwiftSyntax/Utils.swift:13:15: note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | public struct ByteSourceRange: Equatable {
    |               `- note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
 14 |   public var offset: Int
 15 |   public var length: Int
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 14 | import SwiftSyntaxParser
 15 | import Foundation
[208/232] Archiving libSwiftSyntaxParser.a
[209/232] Archiving libSwiftRefactor.a
[210/232] Archiving libSwiftOperators.a
[212/232] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[213/232] Compiling SwiftParserDiagnostics MissingNodesError.swift
[214/232] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[215/235] Wrapping AST for SwiftParserDiagnostics for debugging
[216/235] Write Objects.LinkFileList
[218/247] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[219/247] Compiling lit_test_helper main.swift
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:384:8: warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
382 |
383 | enum TestingError: Error, CustomStringConvertible {
384 |   case reparsedRegionsVerificationFailed(ByteSourceRange)
    |        `- warning: associated value 'reparsedRegionsVerificationFailed' of 'Sendable'-conforming enum 'TestingError' has non-sendable type 'ByteSourceRange'; this is an error in the Swift 6 language mode
385 |   case classificationVerificationFailed(String, String)
386 |   case readingSourceFileFailed(URL)
/host/spi-builder-workspace/Sources/SwiftSyntax/Utils.swift:13:15: note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | public struct ByteSourceRange: Equatable {
    |               `- note: struct 'ByteSourceRange' does not conform to the 'Sendable' protocol
 14 |   public var offset: Int
 15 |   public var length: Int
/host/spi-builder-workspace/Sources/lit-test-helper/main.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 14 | import SwiftSyntaxParser
 15 | import Foundation
[220/247] Compiling lit_test_helper CommandLineArguments.swift
[221/248] Emitting module swift_parser_cli
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:79:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 77 |   required init() {}
 78 |
 79 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 80 |     abstract: "Utility to test SwiftSyntax syntax tree creation.",
 81 |     subcommands: [
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:93:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |   required init() {}
 92 |
 93 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |     commandName: "verify-round-trip",
 95 |     abstract: "Verify that printing the parsed syntax tree produces the original source"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:152:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | class PrintDiags: ParsableCommand {
152 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |     commandName: "print-diags",
154 |     abstract: "Print the diagnostics produced by parsing a soruce file"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:186:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | class PrintTree: ParsableCommand {
186 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
187 |     commandName: "print-tree",
188 |     abstract: "Print the syntax tree produced by parsing a source file"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:221:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
219 |
220 | class Reduce: ParsableCommand {
221 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
222 |     commandName: "reduce",
223 |     abstract: "Reduce a test case that crashes the parser or fails to round-trip to a smaller test case that still reproduces the issue"
[222/248] Compiling swift_parser_cli swift-parser-cli.swift
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:79:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 77 |   required init() {}
 78 |
 79 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 80 |     abstract: "Utility to test SwiftSyntax syntax tree creation.",
 81 |     subcommands: [
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:93:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |   required init() {}
 92 |
 93 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 |     commandName: "verify-round-trip",
 95 |     abstract: "Verify that printing the parsed syntax tree produces the original source"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:152:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
150 |
151 | class PrintDiags: ParsableCommand {
152 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |     commandName: "print-diags",
154 |     abstract: "Print the diagnostics produced by parsing a soruce file"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:186:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
184 |
185 | class PrintTree: ParsableCommand {
186 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
187 |     commandName: "print-tree",
188 |     abstract: "Print the syntax tree produced by parsing a source file"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:221:14: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
219 |
220 | class Reduce: ParsableCommand {
221 |   static var configuration = CommandConfiguration(
    |              |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
222 |     commandName: "reduce",
223 |     abstract: "Reduce a test case that crashes the parser or fails to round-trip to a smaller test case that still reproduces the issue"
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:270:21: error: cannot find 'Process' in scope
268 |     #else
269 |     return try withTemporaryFile(contents: source) { tempFileURL in
270 |       let process = Process()
    |                     `- error: cannot find 'Process' in scope
271 |       process.executableURL = URL(fileURLWithPath: ProcessInfo.processInfo.arguments[0])
272 |       process.arguments = [
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:279:18: error: cannot find 'DispatchSemaphore' in scope
277 |       }
278 |
279 |       let sema = DispatchSemaphore(value: 0)
    |                  `- error: cannot find 'DispatchSemaphore' in scope
280 |       process.standardOutput = FileHandle.nullDevice
281 |       process.standardError = FileHandle.nullDevice
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:287:29: error: cannot find 'DispatchTime' in scope
285 |
286 |       try process.run()
287 |       if sema.wait(timeout: DispatchTime.now() + .seconds(2)) == .timedOut {
    |                             `- error: cannot find 'DispatchTime' in scope
288 |         #if os(Windows)
289 |         _ = TerminateProcess(process.processHandle, 0)
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:291:9: error: cannot find 'kill' in scope
289 |         _ = TerminateProcess(process.processHandle, 0)
290 |         #else
291 |         kill(pid_t(process.processIdentifier), SIGKILL)
    |         `- error: cannot find 'kill' in scope
292 |         #endif
293 |         return .timeout
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:291:48: error: cannot find 'SIGKILL' in scope
289 |         _ = TerminateProcess(process.processHandle, 0)
290 |         #else
291 |         kill(pid_t(process.processIdentifier), SIGKILL)
    |                                                `- error: cannot find 'SIGKILL' in scope
292 |         #endif
293 |         return .timeout
[224/248] Compiling SwiftSyntaxBuilder Token.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:26:1: warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 24 | // MARK: - BooleanLiteralExpr
 25 |
 26 | extension BooleanLiteralExpr: ExpressibleByBooleanLiteral {
    | |- warning: extension declares a conformance of imported type 'BooleanLiteralExprSyntax' to imported protocol 'ExpressibleByBooleanLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public init(_ value: Bool) {
 28 |     self.init(booleanLiteral: value ? .true : .false)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:131:1: warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
129 | // MARK: - FloatLiteralExprSyntax
130 |
131 | extension FloatLiteralExprSyntax: ExpressibleByFloatLiteral {
    | |- warning: extension declares a conformance of imported type 'FloatLiteralExprSyntax' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
132 |   public init(_ value: Float) {
133 |     self.init(floatingDigits: String(value))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/ConvenienceInitializers.swift:214:1: warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
212 | // MARK: - IntegerLiteralExpr
213 |
214 | extension IntegerLiteralExpr: ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'IntegerLiteralExprSyntax' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
215 |   public init(_ value: Int) {
216 |     self.init(digits: String(value))
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:150:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
148 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
149 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
150 |   case diagnostics([Diagnostic], tree: Syntax)
    |        `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
151 |
152 |   var description: String {
/host/spi-builder-workspace/Sources/SwiftDiagnostics/Diagnostic.swift:15:15: note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
13 | import SwiftSyntax
14 |
15 | public struct Diagnostic: CustomDebugStringConvertible {
   |               `- note: struct 'Diagnostic' does not conform to the 'Sendable' protocol
16 |   /// The message that should be displayed to the user
17 |   public let diagMessage: DiagnosticMessage
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 12 |
 13 | import SwiftBasicFormat
 14 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
 15 | import SwiftSyntax
 16 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:150:8: warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
148 | enum SyntaxStringInterpolationError: Error, CustomStringConvertible {
149 |   case producedInvalidNodeType(expectedType: SyntaxProtocol.Type, actualType: SyntaxProtocol.Type)
150 |   case diagnostics([Diagnostic], tree: Syntax)
    |        `- warning: associated value 'diagnostics(_:tree:)' of 'Sendable'-conforming enum 'SyntaxStringInterpolationError' has non-sendable type 'Syntax'; this is an error in the Swift 6 language mode
151 |
152 |   var description: String {
/host/spi-builder-workspace/Sources/SwiftSyntax/Syntax.swift:54:15: note: struct 'Syntax' does not conform to the 'Sendable' protocol
 52 | /// Each node has accessors for its known children, and allows efficient
 53 | /// iteration over the children through its `children` property.
 54 | public struct Syntax: SyntaxProtocol, SyntaxHashable {
    |               `- note: struct 'Syntax' does not conform to the 'Sendable' protocol
 55 |   let data: SyntaxData
 56 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/Syntax+StringInterpolation.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 13 | import SwiftBasicFormat
 14 | import SwiftDiagnostics
 15 | import SwiftSyntax
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 16 |
 17 | /// An individual interpolated syntax node.
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:19:1: warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 17 |
 18 | /// `AccessPath` represents a collection of `AccessPathComponentSyntax`
 19 | extension AccessPath: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AccessPathSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 20 |   public init(arrayLiteral elements: Element...) {
 21 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:26:1: warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 24 |
 25 | /// `AccessorList` represents a collection of `AccessorDeclSyntax`
 26 | extension AccessorList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AccessorListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public init(arrayLiteral elements: Element...) {
 28 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:33:1: warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 31 |
 32 | /// `ArrayElementList` represents a collection of `ArrayElementSyntax`
 33 | extension ArrayElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ArrayElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |   public init(arrayLiteral elements: Element...) {
 35 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:40:1: warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 38 |
 39 | /// `AttributeList` represents a collection of `Syntax`
 40 | extension AttributeList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 41 |   public init(arrayLiteral elements: Element...) {
 42 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:47:1: warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 45 |
 46 | /// `AvailabilitySpecList` represents a collection of `AvailabilityArgumentSyntax`
 47 | extension AvailabilitySpecList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'AvailabilitySpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 48 |   public init(arrayLiteral elements: Element...) {
 49 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:54:1: warning: extension declares a conformance of imported type 'BackDeployVersionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 52 |
 53 | /// `BackDeployVersionList` represents a collection of `BackDeployVersionArgumentSyntax`
 54 | extension BackDeployVersionList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'BackDeployVersionListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 55 |   public init(arrayLiteral elements: Element...) {
 56 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:61:1: warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 59 |
 60 | /// `CaseItemList` represents a collection of `CaseItemSyntax`
 61 | extension CaseItemList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CaseItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 62 |   public init(arrayLiteral elements: Element...) {
 63 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:68:1: warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 66 |
 67 | /// `CatchClauseList` represents a collection of `CatchClauseSyntax`
 68 | extension CatchClauseList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CatchClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |   public init(arrayLiteral elements: Element...) {
 70 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:75:1: warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 73 |
 74 | /// `CatchItemList` represents a collection of `CatchItemSyntax`
 75 | extension CatchItemList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CatchItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 76 |   public init(arrayLiteral elements: Element...) {
 77 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:82:1: warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 80 |
 81 | /// `ClosureCaptureItemList` represents a collection of `ClosureCaptureItemSyntax`
 82 | extension ClosureCaptureItemList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureCaptureItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 83 |   public init(arrayLiteral elements: Element...) {
 84 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:89:1: warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 87 |
 88 | /// `ClosureParamList` represents a collection of `ClosureParamSyntax`
 89 | extension ClosureParamList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ClosureParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 90 |   public init(arrayLiteral elements: Element...) {
 91 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:96:1: warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 94 |
 95 | /// `CodeBlockItemList` represents a collection of `CodeBlockItemSyntax`
 96 | extension CodeBlockItemList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CodeBlockItemListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 97 |   public init(arrayLiteral elements: Element...) {
 98 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:103:1: warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
101 |
102 | /// `CompositionTypeElementList` represents a collection of `CompositionTypeElementSyntax`
103 | extension CompositionTypeElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'CompositionTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
104 |   public init(arrayLiteral elements: Element...) {
105 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:110:1: warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
108 |
109 | /// `ConditionElementList` represents a collection of `ConditionElementSyntax`
110 | extension ConditionElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ConditionElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |   public init(arrayLiteral elements: Element...) {
112 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:117:1: warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
115 |
116 | /// `DeclNameArgumentList` represents a collection of `DeclNameArgumentSyntax`
117 | extension DeclNameArgumentList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DeclNameArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
118 |   public init(arrayLiteral elements: Element...) {
119 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:124:1: warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
122 |
123 | /// `DesignatedTypeList` represents a collection of `DesignatedTypeElementSyntax`
124 | extension DesignatedTypeList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DesignatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
125 |   public init(arrayLiteral elements: Element...) {
126 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:131:1: warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
129 |
130 | /// `DictionaryElementList` represents a collection of `DictionaryElementSyntax`
131 | extension DictionaryElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DictionaryElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
132 |   public init(arrayLiteral elements: Element...) {
133 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:138:1: warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
136 |
137 | /// `DifferentiabilityParamList` represents a collection of `DifferentiabilityParamSyntax`
138 | extension DifferentiabilityParamList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'DifferentiabilityParamListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
139 |   public init(arrayLiteral elements: Element...) {
140 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:145:1: warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
143 |
144 | /// A collection of 0 or more `EnumCaseElement`s.
145 | extension EnumCaseElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'EnumCaseElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
146 |   public init(arrayLiteral elements: Element...) {
147 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:152:1: warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
150 |
151 | /// A list of expressions connected by operators. This list is containedby a `SequenceExprSyntax`.
152 | extension ExprList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
153 |   public init(_ elements: [ExprSyntaxProtocol]) {
154 |     self = ExprListSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:165:1: warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
163 |
164 | /// `FunctionParameterList` represents a collection of `FunctionParameterSyntax`
165 | extension FunctionParameterList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'FunctionParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
166 |   public init(arrayLiteral elements: Element...) {
167 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:172:1: warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
170 |
171 | /// `GenericArgumentList` represents a collection of `GenericArgumentSyntax`
172 | extension GenericArgumentList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericArgumentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
173 |   public init(arrayLiteral elements: Element...) {
174 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:179:1: warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
177 |
178 | /// `GenericParameterList` represents a collection of `GenericParameterSyntax`
179 | extension GenericParameterList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericParameterListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
180 |   public init(arrayLiteral elements: Element...) {
181 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:186:1: warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
184 |
185 | /// `GenericRequirementList` represents a collection of `GenericRequirementSyntax`
186 | extension GenericRequirementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'GenericRequirementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
187 |   public init(arrayLiteral elements: Element...) {
188 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:193:1: warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
191 |
192 | /// `IfConfigClauseList` represents a collection of `IfConfigClauseSyntax`
193 | extension IfConfigClauseList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'IfConfigClauseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
194 |   public init(arrayLiteral elements: Element...) {
195 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:200:1: warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
198 |
199 | /// `InheritedTypeList` represents a collection of `InheritedTypeSyntax`
200 | extension InheritedTypeList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'InheritedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
201 |   public init(arrayLiteral elements: Element...) {
202 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:207:1: warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
205 |
206 | /// `KeyPathComponentList` represents a collection of `KeyPathComponentSyntax`
207 | extension KeyPathComponentList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'KeyPathComponentListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
208 |   public init(arrayLiteral elements: Element...) {
209 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:214:1: warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
212 |
213 | /// `MemberDeclList` represents a collection of `MemberDeclListItemSyntax`
214 | extension MemberDeclList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'MemberDeclListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
215 |   public init(arrayLiteral elements: Element...) {
216 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:221:1: warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
219 |
220 | /// `ModifierList` represents a collection of `DeclModifierSyntax`
221 | extension ModifierList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ModifierListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
222 |   public init(arrayLiteral elements: Element...) {
223 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:228:1: warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
226 |
227 | /// `MultipleTrailingClosureElementList` represents a collection of `MultipleTrailingClosureElementSyntax`
228 | extension MultipleTrailingClosureElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'MultipleTrailingClosureElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
229 |   public init(arrayLiteral elements: Element...) {
230 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:235:1: warning: extension declares a conformance of imported type 'NonEmptyTokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
233 |
234 | /// `NonEmptyTokenList` represents a collection of `TokenSyntax`
235 | extension NonEmptyTokenList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'NonEmptyTokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
236 |   public init(arrayLiteral elements: Element...) {
237 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:242:1: warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
240 |
241 | /// `ObjCSelector` represents a collection of `ObjCSelectorPieceSyntax`
242 | extension ObjCSelector: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'ObjCSelectorSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
243 |   public init(arrayLiteral elements: Element...) {
244 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:249:1: warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
247 |
248 | /// `PatternBindingList` represents a collection of `PatternBindingSyntax`
249 | extension PatternBindingList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PatternBindingListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
250 |   public init(arrayLiteral elements: Element...) {
251 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:256:1: warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
254 |
255 | /// `PrecedenceGroupAttributeList` represents a collection of `Syntax`
256 | extension PrecedenceGroupAttributeList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupAttributeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
257 |   public init(arrayLiteral elements: Element...) {
258 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:263:1: warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
261 |
262 | /// `PrecedenceGroupNameList` represents a collection of `PrecedenceGroupNameElementSyntax`
263 | extension PrecedenceGroupNameList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrecedenceGroupNameListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
264 |   public init(arrayLiteral elements: Element...) {
265 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:270:1: warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
268 |
269 | /// `PrimaryAssociatedTypeList` represents a collection of `PrimaryAssociatedTypeSyntax`
270 | extension PrimaryAssociatedTypeList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'PrimaryAssociatedTypeListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
271 |   public init(arrayLiteral elements: Element...) {
272 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:277:1: warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
275 |
276 | /// A collection of arguments for the `@_specialize` attribute
277 | extension SpecializeAttributeSpecList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'SpecializeAttributeSpecListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
278 |   public init(arrayLiteral elements: Element...) {
279 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:284:1: warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
282 |
283 | /// `StringLiteralSegments` represents a collection of `Syntax`
284 | extension StringLiteralSegments: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'StringLiteralSegmentsSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
285 |   public init(arrayLiteral elements: Element...) {
286 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:291:1: warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
289 |
290 | /// `SwitchCaseList` represents a collection of `Syntax`
291 | extension SwitchCaseList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'SwitchCaseListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
292 |   public init(arrayLiteral elements: Element...) {
293 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:298:1: warning: extension declares a conformance of imported type 'TokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
296 |
297 | /// `TokenList` represents a collection of `TokenSyntax`
298 | extension TokenList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TokenListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
299 |   public init(arrayLiteral elements: Element...) {
300 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:305:1: warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
303 |
304 | /// `TupleExprElementList` represents a collection of `TupleExprElementSyntax`
305 | extension TupleExprElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TupleExprElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
306 |   public init(arrayLiteral elements: Element...) {
307 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:312:1: warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
310 |
311 | /// `TuplePatternElementList` represents a collection of `TuplePatternElementSyntax`
312 | extension TuplePatternElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TuplePatternElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
313 |   public init(arrayLiteral elements: Element...) {
314 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:319:1: warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
317 |
318 | /// `TupleTypeElementList` represents a collection of `TupleTypeElementSyntax`
319 | extension TupleTypeElementList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'TupleTypeElementListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
320 |   public init(arrayLiteral elements: Element...) {
321 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:326:1: warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
324 |
325 | /// A collection of syntax nodes that occurred in the source code butcould not be used to form a valid syntax tree.
326 | extension UnexpectedNodes: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'UnexpectedNodesSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
327 |   public init(_ elements: [SyntaxProtocol]) {
328 |     self = UnexpectedNodesSyntax(elements.map {
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/BuildableCollectionNodes.swift:339:1: warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
337 |
338 | /// `YieldExprList` represents a collection of `YieldExprListElementSyntax`
339 | extension YieldExprList: ExpressibleByArrayLiteral {
    | |- warning: extension declares a conformance of imported type 'YieldExprListSyntax' to imported protocol 'ExpressibleByArrayLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
340 |   public init(arrayLiteral elements: Element...) {
341 |     self.init(elements)
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:29:1: warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 27 | }
 28 |
 29 | extension AccessorDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AccessorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 | }
 31 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:32:1: warning: extension declares a conformance of imported type 'ActorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 30 | }
 31 |
 32 | extension ActorDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ActorDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 33 | }
 34 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:35:1: warning: extension declares a conformance of imported type 'ArrayExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 33 | }
 34 |
 35 | extension ArrayExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ArrayExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 36 | }
 37 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:38:1: warning: extension declares a conformance of imported type 'ArrayTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 36 | }
 37 |
 38 | extension ArrayTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ArrayTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 | }
 40 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:41:1: warning: extension declares a conformance of imported type 'ArrowExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 39 | }
 40 |
 41 | extension ArrowExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'ArrowExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 42 | }
 43 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:44:1: warning: extension declares a conformance of imported type 'AsExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 42 | }
 43 |
 44 | extension AsExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AsExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 45 | }
 46 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:47:1: warning: extension declares a conformance of imported type 'AsTypePatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 45 | }
 46 |
 47 | extension AsTypePatternSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AsTypePatternSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 48 | }
 49 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:50:1: warning: extension declares a conformance of imported type 'AssignmentExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 48 | }
 49 |
 50 | extension AssignmentExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AssignmentExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 51 | }
 52 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:53:1: warning: extension declares a conformance of imported type 'AssociatedtypeDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 51 | }
 52 |
 53 | extension AssociatedtypeDeclSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AssociatedtypeDeclSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 54 | }
 55 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:56:1: warning: extension declares a conformance of imported type 'AttributedTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 54 | }
 55 |
 56 | extension AttributedTypeSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AttributedTypeSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 57 | }
 58 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:59:1: warning: extension declares a conformance of imported type 'AwaitExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 57 | }
 58 |
 59 | extension AwaitExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'AwaitExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 | }
 61 |
/host/spi-builder-workspace/Sources/SwiftSyntaxBuilder/generated/SyntaxExpressibleByStringInterpolationConformances.swift:62:1: warning: extension declares a conformance of imported type 'BinaryOperatorExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
 60 | }
 61 |
 62 | extension BinaryOperatorExprSyntax: SyntaxExpressibleByStringInterpolation {
    | |- warning: extension declares a conformance of imported type 'BinaryOperatorExprSyntax' to imported protocols 'ExpressibleByStringInterpolation', 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'SwiftSyntax' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 63 | }
 64 |
[224/248] Archiving libSwiftParserDiagnostics.a
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/33] Write swift-version-24593BA9C3E375BF.txt
[3/73] Emitting module ArgumentParserToolInfo
[4/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[7/111] Compiling ArgumentParser CompletionsGenerator.swift
[8/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[9/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[10/111] Compiling ArgumentParser Argument.swift
[11/111] Compiling ArgumentParser ArgumentHelp.swift
[12/116] Compiling ArgumentParser ExpressibleByArgument.swift
[13/116] Compiling ArgumentParser ParsableArguments.swift
[14/116] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/116] Compiling ArgumentParser ParsableCommand.swift
[16/116] Compiling ArgumentParser ArgumentDecoder.swift
[17/116] Emitting module ArgumentParser
[18/121] Compiling ArgumentParser OptionGroup.swift
[19/121] Compiling ArgumentParser AsyncParsableCommand.swift
[20/121] Compiling ArgumentParser CommandConfiguration.swift
[21/121] Compiling ArgumentParser CommandGroup.swift
[22/121] Compiling ArgumentParser EnumerableFlag.swift
[23/121] Compiling ArgumentParser Name.swift
[24/121] Compiling ArgumentParser Parsed.swift
[25/121] Compiling ArgumentParser ParsedValues.swift
[26/121] Compiling ArgumentParser ParserError.swift
[27/121] Compiling ArgumentParser SplitArguments.swift
[28/121] Compiling ArgumentParser CollectionExtensions.swift
[29/121] Compiling ArgumentParser Platform.swift
[30/121] Compiling ArgumentParser SequenceExtensions.swift
[31/121] Compiling ArgumentParser StringExtensions.swift
[32/121] Compiling ArgumentParser Tree.swift
[49/121] Compiling ArgumentParser ArgumentVisibility.swift
[50/121] Compiling ArgumentParser CompletionKind.swift
[51/121] Compiling ArgumentParser Errors.swift
[52/121] Compiling ArgumentParser Flag.swift
[53/121] Compiling ArgumentParser NameSpecification.swift
[54/121] Compiling ArgumentParser Option.swift
[55/121] Compiling ArgumentParser ArgumentDefinition.swift
[56/121] Compiling ArgumentParser ArgumentSet.swift
[57/121] Compiling ArgumentParser CommandParser.swift
[58/121] Compiling ArgumentParser InputKey.swift
[59/121] Compiling ArgumentParser InputOrigin.swift
[60/121] Compiling ArgumentParser DumpHelpGenerator.swift
[61/121] Compiling ArgumentParser HelpCommand.swift
[62/121] Compiling ArgumentParser HelpGenerator.swift
[63/121] Compiling ArgumentParser MessageInfo.swift
[64/121] Compiling ArgumentParser UsageGenerator.swift
[87/121] Emitting module SwiftSyntax
[93/122] Write Objects.LinkFileList
[94/136] Archiving libSwiftSyntax.a
[96/136] Emitting module SwiftDiagnostics
[97/136] Compiling SwiftDiagnostics Note.swift
[98/136] Compiling SwiftDiagnostics Message.swift
[99/136] Compiling SwiftDiagnostics FixIt.swift
[100/136] Compiling IDEUtils SyntaxClassification.swift
[101/136] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/136] Compiling SwiftBasicFormat Trivia+Indented.swift
[103/136] Emitting module SwiftBasicFormat
[104/136] Compiling IDEUtils Syntax+Classifications.swift
[105/136] Compiling IDEUtils SyntaxClassifier.swift
[106/136] Emitting module IDEUtils
[107/137] Compiling SwiftDiagnostics Diagnostic.swift
[108/137] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/138] Compiling SwiftBasicFormat BasicFormat.swift
[112/144] Write Objects.LinkFileList
[113/143] Wrapping AST for IDEUtils for debugging
[114/144] Write Objects.LinkFileList
[115/144] Archiving libSwiftDiagnostics.a
[116/170] Archiving libIDEUtils.a
[118/170] Emitting module SwiftParser
[119/173] Compiling SwiftParser Recovery.swift
[120/173] Compiling SwiftParser Statements.swift
[121/173] Compiling SwiftParser SyntaxUtils.swift
[122/173] Compiling SwiftParser TriviaParser.swift
[123/173] Compiling SwiftParser Types.swift
[124/173] Compiling SwiftParser DeclarationAttribute.swift
[125/173] Compiling SwiftParser DeclarationModifier.swift
[126/173] Compiling SwiftParser Parser+Entry.swift
[127/173] Compiling SwiftParser TypeAttribute.swift
[128/173] Compiling SwiftParser Nominals.swift
[129/173] Compiling SwiftParser Parser.swift
[130/173] Compiling SwiftParser Patterns.swift
[131/173] Compiling SwiftParser RawTokenKindSubset.swift
[132/173] Compiling SwiftParser Attributes.swift
[133/173] Compiling SwiftParser Availability.swift
[134/173] Compiling SwiftParser CharacterInfo.swift
[135/173] Compiling SwiftParser Declarations.swift
[136/173] Compiling SwiftParser TokenConsumer.swift
[137/173] Compiling SwiftParser TokenPrecedence.swift
[138/173] Compiling SwiftParser TopLevel.swift
[139/173] Compiling SwiftParser Lookahead.swift
[140/173] Compiling SwiftParser LoopProgressCondition.swift
[141/173] Compiling SwiftParser Modifiers.swift
[142/173] Compiling SwiftParser Names.swift
[143/173] Compiling SwiftParser Directives.swift
[144/173] Compiling SwiftParser Expressions.swift
[145/173] Compiling SwiftParser Lexer.swift
[146/173] Compiling SwiftParser LexerDiagnosticMessages.swift
[147/174] Wrapping AST for SwiftParser for debugging
[148/174] Write Objects.LinkFileList
[149/203] Archiving libSwiftParser.a
[151/203] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[152/203] Compiling SwiftRefactor RefactoringProvider.swift
[153/203] Compiling SwiftParserDiagnostics Utils.swift
[154/203] Emitting module SwiftRefactor
[155/203] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[156/203] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[157/203] Compiling SwiftOperators PrecedenceGroup.swift
[158/204] Compiling SwiftOperators PrecedenceGraph.swift
[159/204] Compiling SwiftOperators OperatorTable+Semantics.swift
[160/204] Compiling SwiftOperators OperatorTable.swift
[161/204] Compiling SwiftSyntaxParser SyntaxParser.swift
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 17 | import Foundation
 18 | @_spi(RawSyntax) import SwiftSyntax
 19 | @_implementationOnly import SwiftParser
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 20 |
 21 | /// A list of possible errors that could be encountered while parsing a
[162/204] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[163/204] Compiling SwiftRefactor FormatRawStringLiteral.swift
[164/204] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[165/204] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[166/205] Compiling SwiftOperators SyntaxSynthesis.swift
[167/205] Emitting module SwiftParserDiagnostics
[168/205] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[169/205] Compiling SwiftOperators OperatorTable+Folding.swift
[171/205] Compiling SwiftParserDiagnostics PresenceUtils.swift
[171/205] Wrapping AST for SwiftRefactor for debugging
[172/205] Write Objects.LinkFileList
[174/205] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[175/205] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[176/205] Compiling SwiftOperators Operator.swift
[177/205] Compiling SwiftOperators OperatorError+Diagnostics.swift
[178/205] Compiling SwiftOperators OperatorError.swift
[179/205] Compiling SwiftOperators OperatorTable+Defaults.swift
[180/205] Emitting module SwiftOperators
[181/206] Emitting module SwiftSyntaxParser
/host/spi-builder-workspace/Sources/SwiftSyntaxParser/SyntaxParser.swift:19:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 17 | import Foundation
 18 | @_spi(RawSyntax) import SwiftSyntax
 19 | @_implementationOnly import SwiftParser
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftSyntaxParser' may lead to instability during execution
 20 |
 21 | /// A list of possible errors that could be encountered while parsing a
[182/206] Compiling SwiftSyntaxParser Diagnostic.swift
[183/207] Compiling SwiftParserDiagnostics MissingNodesError.swift
[186/208] Archiving libSwiftRefactor.a
[187/208] Wrapping AST for SwiftOperators for debugging
[188/208] Write Objects.LinkFileList
[190/207] Wrapping AST for SwiftParserDiagnostics for debugging
[191/207] Write Objects.LinkFileList
[192/207] Archiving libSwiftOperators.a
[193/225] Archiving libSwiftSyntaxParser.a
[194/225] Archiving libSwiftParserDiagnostics.a
[196/225] Compiling swift_parser_cli swift-parser-cli.swift
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:270:21: error: cannot find 'Process' in scope
268 |     #else
269 |     return try withTemporaryFile(contents: source) { tempFileURL in
270 |       let process = Process()
    |                     `- error: cannot find 'Process' in scope
271 |       process.executableURL = URL(fileURLWithPath: ProcessInfo.processInfo.arguments[0])
272 |       process.arguments = [
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:279:18: error: cannot find 'DispatchSemaphore' in scope
277 |       }
278 |
279 |       let sema = DispatchSemaphore(value: 0)
    |                  `- error: cannot find 'DispatchSemaphore' in scope
280 |       process.standardOutput = FileHandle.nullDevice
281 |       process.standardError = FileHandle.nullDevice
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:287:29: error: cannot find 'DispatchTime' in scope
285 |
286 |       try process.run()
287 |       if sema.wait(timeout: DispatchTime.now() + .seconds(2)) == .timedOut {
    |                             `- error: cannot find 'DispatchTime' in scope
288 |         #if os(Windows)
289 |         _ = TerminateProcess(process.processHandle, 0)
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:291:9: error: cannot find 'kill' in scope
289 |         _ = TerminateProcess(process.processHandle, 0)
290 |         #else
291 |         kill(pid_t(process.processIdentifier), SIGKILL)
    |         `- error: cannot find 'kill' in scope
292 |         #endif
293 |         return .timeout
/host/spi-builder-workspace/Sources/swift-parser-cli/swift-parser-cli.swift:291:48: error: cannot find 'SIGKILL' in scope
289 |         _ = TerminateProcess(process.processHandle, 0)
290 |         #else
291 |         kill(pid_t(process.processIdentifier), SIGKILL)
    |                                                `- error: cannot find 'SIGKILL' in scope
292 |         #endif
293 |         return .timeout
[197/225] Emitting module swift_parser_cli
BUILD FAILURE 6.1 wasm