The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSyntax, reference 0.50800.0 (374cc2), with Swift 6.1 for Wasm on 29 May 2025 01:35:23 UTC.

Build Command

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

Build Log

        "SyntaxTests.swift",
        "SyntaxTextTests.swift",
        "SyntaxTreeModifierTests.swift",
        "TriviaTests.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "_SwiftSyntaxTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxParserTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxParserTest",
      "path" : "Tests/SwiftSyntaxParserTest",
      "sources" : [
        "AbsolutePositionTests.swift",
        "IncrementalParsingTests.swift",
        "ParseFileTests.swift",
        "SyntaxComparisonTests.swift",
        "SyntaxTests.swift",
        "SyntaxVisitorTests.swift",
        "TokenTest.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntaxParser",
        "_SwiftSyntaxTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxParser",
      "path" : "Sources/SwiftSyntaxParser",
      "product_memberships" : [
        "SwiftSyntaxParser",
        "lit-test-helper"
      ],
      "sources" : [
        "Diagnostic.swift",
        "SyntaxParser.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntaxMacrosTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxMacrosTest",
      "path" : "Tests/SwiftSyntaxMacrosTest",
      "sources" : [
        "MacroSystemTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "_SwiftSyntaxTestSupport",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxBuilderTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxBuilderTest",
      "path" : "Tests/SwiftSyntaxBuilderTest",
      "sources" : [
        "Assertions.swift",
        "BooleanLiteralTests.swift",
        "CollectionNodeFlatteningTests.swift",
        "CustomAttributeTests.swift",
        "DoStmtTests.swift",
        "EnumCaseElementTests.swift",
        "ExprListTests.swift",
        "ExtensionDeclTests.swift",
        "FloatLiteralTests.swift",
        "FunctionTests.swift",
        "IfStmtTests.swift",
        "ImportTests.swift",
        "InitializerDeclTests.swift",
        "IntegerLiteralTests.swift",
        "MemberAccessTests.swift",
        "ProtocolDeclTests.swift",
        "ReturnStmsTests.swift",
        "SourceFileTests.swift",
        "StringInterpolation.swift",
        "StringLiteralTests.swift",
        "StructTests.swift",
        "SwitchTests.swift",
        "TernaryExprTests.swift",
        "TriviaTests.swift",
        "TupleTests.swift",
        "VariableTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSyntaxBuilder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntaxBuilder",
      "path" : "Sources/SwiftSyntaxBuilder",
      "product_memberships" : [
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros"
      ],
      "sources" : [
        "ConvenienceInitializers.swift",
        "HasTrailingComma.swift",
        "Indenter.swift",
        "ResultBuilderExtensions.swift",
        "Syntax+StringInterpolation.swift",
        "SyntaxNodeWithBody.swift",
        "generated/BuildableCollectionNodes.swift",
        "generated/BuildableNodes.swift",
        "generated/ResultBuilders.swift",
        "generated/SyntaxExpressibleByStringInterpolationConformances.swift",
        "generated/Token.swift",
        "generated/Typealiases.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftParserDiagnostics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSyntax",
      "path" : "Sources/SwiftSyntax",
      "product_memberships" : [
        "IDEUtils",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "AbsolutePosition.swift",
        "BumpPtrAllocator.swift",
        "CommonAncestor.swift",
        "IncrementalParseTransition.swift",
        "MemoryLayout.swift",
        "Raw/RawSyntax.swift",
        "Raw/RawSyntaxLayoutView.swift",
        "Raw/RawSyntaxNodeProtocol.swift",
        "Raw/RawSyntaxTokenView.swift",
        "Raw/gyb_generated/RawSyntaxNodes.swift",
        "Raw/gyb_generated/RawSyntaxValidation.swift",
        "SourceLength.swift",
        "SourceLocation.swift",
        "SourcePresence.swift",
        "Syntax.swift",
        "SyntaxArena.swift",
        "SyntaxChildren.swift",
        "SyntaxData.swift",
        "SyntaxOtherNodes.swift",
        "SyntaxText.swift",
        "SyntaxTreeViewMode.swift",
        "Utils.swift",
        "generated/Misc.swift",
        "generated/SyntaxAnyVisitor.swift",
        "generated/SyntaxBaseNodes.swift",
        "generated/SyntaxEnum.swift",
        "generated/SyntaxKind.swift",
        "gyb_generated/SyntaxCollections.swift",
        "gyb_generated/SyntaxFactory.swift",
        "gyb_generated/SyntaxRewriter.swift",
        "gyb_generated/SyntaxTraits.swift",
        "gyb_generated/SyntaxTransform.swift",
        "gyb_generated/SyntaxVisitor.swift",
        "gyb_generated/TokenKind.swift",
        "gyb_generated/Tokens.swift",
        "gyb_generated/Trivia.swift",
        "gyb_generated/syntax_nodes/SyntaxDeclNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxExprNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxPatternNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxStmtNodes.swift",
        "gyb_generated/syntax_nodes/SyntaxTypeNodes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftRefactorTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRefactorTest",
      "path" : "Tests/SwiftRefactorTest",
      "sources" : [
        "FormatRawStringLiteral.swift",
        "IntegerLiteralUtilities.swift",
        "MigrateToNewIfLetSyntax.swift",
        "OpaqueParameterToGeneric.swift",
        "ReformatIntegerLiteral.swift"
      ],
      "target_dependencies" : [
        "SwiftRefactor",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRefactor",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRefactor",
      "path" : "Sources/SwiftRefactor",
      "product_memberships" : [
        "SwiftRefactor"
      ],
      "sources" : [
        "AddSeparatorsToIntegerLiteral.swift",
        "FormatRawStringLiteral.swift",
        "IntegerLiteralUtilities.swift",
        "MigrateToNewIfLetSyntax.swift",
        "OpaqueParameterToGeneric.swift",
        "RefactoringProvider.swift",
        "RemoveSeparatorsFromIntegerLiteral.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftParserTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserTest",
      "path" : "Tests/SwiftParserTest",
      "sources" : [
        "AbsolutePositionTests.swift",
        "Assertions.swift",
        "AttributeTests.swift",
        "AvailabilityTests.swift",
        "DeclarationTests.swift",
        "DirectiveTests.swift",
        "ExpressionTests.swift",
        "LexerTests.swift",
        "LinkageTests.swift",
        "Parser+EntryTests.swift",
        "ParserTests.swift",
        "StatementTests.swift",
        "SyntaxTransformVisitorTest.swift",
        "TriviaParserTests.swift",
        "TypeTests.swift",
        "Utils.swift",
        "VariadicGenericsTests.swift",
        "translated/ActorTests.swift",
        "translated/AlwaysEmitConformanceMetadataAttrTests.swift",
        "translated/AsyncSyntaxTests.swift",
        "translated/AsyncTests.swift",
        "translated/AvailabilityQueryTests.swift",
        "translated/AvailabilityQueryUnavailabilityTests.swift",
        "translated/BraceRecoveryEofTests.swift",
        "translated/BuiltinBridgeObjectTests.swift",
        "translated/BuiltinWordTests.swift",
        "translated/ConflictMarkersTests.swift",
        "translated/ConsecutiveStatementsTests.swift",
        "translated/DebuggerTests.swift",
        "translated/DelayedExtensionTests.swift",
        "translated/DeprecatedWhereTests.swift",
        "translated/DiagnoseAvailabilityTests.swift",
        "translated/DiagnoseAvailabilityWindowsTests.swift",
        "translated/DiagnoseDynamicReplacementTests.swift",
        "translated/DiagnoseInitializerAsTypedPatternTests.swift",
        "translated/DiagnosticMissingFuncKeywordTests.swift",
        "translated/DollarIdentifierTests.swift",
        "translated/EffectfulPropertiesTests.swift",
        "translated/EnumElementPatternSwift4Tests.swift",
        "translated/EnumTests.swift",
        "translated/ErrorsTests.swift",
        "translated/EscapedIdentifiersTests.swift",
        "translated/ForeachAsyncTests.swift",
        "translated/ForeachTests.swift",
        "translated/GenericDisambiguationTests.swift",
        "translated/GuardTests.swift",
        "translated/GuardTopLevelTests.swift",
        "translated/HashbangLibraryTests.swift",
        "translated/HashbangMainTests.swift",
        "translated/IdentifiersTests.swift",
        "translated/IfconfigExprTests.swift",
        "translated/ImplicitGetterIncompleteTests.swift",
        "translated/InitDeinitTests.swift",
        "translated/InvalidIfExprTests.swift",
        "translated/InvalidStringInterpolationProtocolTests.swift",
        "translated/InvalidTests.swift",
        "translated/MatchingPatternsTests.swift",
        "translated/MetatypeObjectConversionTests.swift",
        "translated/MoveExprTests.swift",
        "translated/MultilineErrorsTests.swift",
        "translated/MultilinePoundDiagnosticArgRdar41154797Tests.swift",
        "translated/NoimplicitcopyAttrTests.swift",
        "translated/NumberIdentifierErrorsTests.swift",
        "translated/ObjcEnumTests.swift",
        "translated/ObjectLiteralsTests.swift",
        "translated/OperatorDeclDesignatedTypesTests.swift",
        "translated/OperatorDeclTests.swift",
        "translated/OperatorsTests.swift",
        "translated/OptionalChainLvaluesTests.swift",
        "translated/OptionalLvaluesTests.swift",
        "translated/OptionalTests.swift",
        "translated/OriginalDefinedInAttrTests.swift",
        "translated/PatternWithoutVariablesScriptTests.swift",
        "translated/PatternWithoutVariablesTests.swift",
        "translated/PlaygroundLvaluesTests.swift",
        "translated/PoundAssertTests.swift",
        "translated/RawStringErrorsTests.swift",
        "translated/RecoveryLibraryTests.swift",
        "translated/RecoveryTests.swift",
        "translated/ResultBuilderTests.swift",
        "translated/SelfRebindingTests.swift",
        "translated/SemicolonTests.swift",
        "translated/StringLiteralEofTests.swift",
        "translated/SubscriptingTests.swift",
        "translated/SuperTests.swift",
        "translated/SwitchIncompleteTests.swift",
        "translated/SwitchTests.swift",
        "translated/ToplevelLibraryTests.swift",
        "translated/TrailingClosuresTests.swift",
        "translated/TrailingSemiTests.swift",
        "translated/TryTests.swift",
        "translated/TypeExprTests.swift",
        "translated/TypealiasTests.swift",
        "translated/UnclosedStringInterpolationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "_SwiftSyntaxTestSupport",
        "SwiftSyntaxBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftParserDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserDiagnosticsTest",
      "path" : "Tests/SwiftParserDiagnosticsTest",
      "sources" : [
        "DiagnosticInfrastructureTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftParserDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParserDiagnostics",
      "path" : "Sources/SwiftParserDiagnostics",
      "product_memberships" : [
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "swift-parser-cli"
      ],
      "sources" : [
        "DiagnosticExtensions.swift",
        "MissingNodesError.swift",
        "ParseDiagnosticsGenerator.swift",
        "ParserDiagnosticMessages.swift",
        "PresenceUtils.swift",
        "SyntaxExtensions.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwiftBasicFormat",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftParser",
      "module_type" : "SwiftTarget",
      "name" : "SwiftParser",
      "path" : "Sources/SwiftParser",
      "product_memberships" : [
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Attributes.swift",
        "Availability.swift",
        "CharacterInfo.swift",
        "Declarations.swift",
        "Directives.swift",
        "Expressions.swift",
        "Lexer.swift",
        "LexerDiagnosticMessages.swift",
        "Lookahead.swift",
        "LoopProgressCondition.swift",
        "Modifiers.swift",
        "Names.swift",
        "Nominals.swift",
        "Parser.swift",
        "Patterns.swift",
        "RawTokenKindSubset.swift",
        "Recovery.swift",
        "Statements.swift",
        "SyntaxUtils.swift",
        "TokenConsumer.swift",
        "TokenPrecedence.swift",
        "TopLevel.swift",
        "TriviaParser.swift",
        "Types.swift",
        "generated/DeclarationAttribute.swift",
        "generated/DeclarationModifier.swift",
        "generated/Parser+Entry.swift",
        "generated/TypeAttribute.swift"
      ],
      "target_dependencies" : [
        "SwiftDiagnostics",
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOperatorsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperatorsTest",
      "path" : "Tests/SwiftOperatorsTest",
      "sources" : [
        "OperatorTableTests.swift",
        "SyntaxSynthesisTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOperators",
        "_SwiftSyntaxTestSupport",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOperators",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOperators",
      "path" : "Sources/SwiftOperators",
      "product_memberships" : [
        "SwiftOperators",
        "swift-parser-cli"
      ],
      "sources" : [
        "Operator.swift",
        "OperatorError+Diagnostics.swift",
        "OperatorError.swift",
        "OperatorTable+Defaults.swift",
        "OperatorTable+Folding.swift",
        "OperatorTable+Semantics.swift",
        "OperatorTable.swift",
        "PrecedenceGraph.swift",
        "PrecedenceGroup.swift",
        "SyntaxSynthesis.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftDiagnostics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDiagnosticsTest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnosticsTest",
      "path" : "Tests/SwiftDiagnosticsTest",
      "sources" : [
        "DiagnosticsFormatterTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftDiagnostics",
        "SwiftParser",
        "SwiftParserDiagnostics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDiagnostics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDiagnostics",
      "path" : "Sources/SwiftDiagnostics",
      "product_memberships" : [
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftSyntaxParser",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "SwiftRefactor",
        "swift-parser-cli",
        "lit-test-helper"
      ],
      "sources" : [
        "Diagnostic.swift",
        "DiagnosticsFormatter.swift",
        "FixIt.swift",
        "Message.swift",
        "Note.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBasicFormat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBasicFormat",
      "path" : "Sources/SwiftBasicFormat",
      "product_memberships" : [
        "SwiftParserDiagnostics",
        "SwiftSyntaxBuilder",
        "_SwiftSyntaxMacros",
        "swift-parser-cli"
      ],
      "sources" : [
        "SyntaxProtocol+Formatted.swift",
        "Trivia+Indented.swift",
        "generated/BasicFormat.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTest",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTest",
      "path" : "Tests/PerformanceTest",
      "sources" : [
        "ParsingPerformanceTests.swift",
        "SyntaxClassifierPerformanceTests.swift",
        "VisitorPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "IDEUtils",
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SwiftParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDEUtilsTest",
      "module_type" : "SwiftTarget",
      "name" : "IDEUtilsTest",
      "path" : "Tests/IDEUtilsTest",
      "sources" : [
        "ClassificationTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftSyntaxTestSupport",
        "SwiftParser",
        "SwiftSyntax",
        "IDEUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDEUtils",
      "module_type" : "SwiftTarget",
      "name" : "IDEUtils",
      "path" : "Sources/IDEUtils",
      "product_memberships" : [
        "IDEUtils",
        "lit-test-helper"
      ],
      "sources" : [
        "Syntax+Classifications.swift",
        "SyntaxClassifier.swift",
        "generated/SyntaxClassification.swift"
      ],
      "target_dependencies" : [
        "SwiftSyntax"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.97s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (2.51s)
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.0
[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
[22/98] Compiling SwiftSyntax AbsolutePosition.swift
/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),
[23/98] Compiling SwiftSyntax BumpPtrAllocator.swift
/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),
[24/98] Compiling SwiftSyntax CommonAncestor.swift
/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),
[25/98] Compiling SwiftSyntax IncrementalParseTransition.swift
/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),
[26/98] Compiling SwiftSyntax MemoryLayout.swift
/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),
[27/98] Compiling SwiftSyntax RawSyntax.swift
/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),
[27/103] Wrapping AST for ArgumentParserToolInfo for debugging
[29/141] Emitting module ArgumentParser
[30/146] 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),
[31/146] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/146] Compiling ArgumentParser CompletionsGenerator.swift
[33/146] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/146] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/146] Compiling ArgumentParser Argument.swift
[36/146] Compiling ArgumentParser ArgumentHelp.swift
[37/146] Compiling ArgumentParser CollectionExtensions.swift
[38/146] Compiling ArgumentParser Platform.swift
[39/146] Compiling ArgumentParser SequenceExtensions.swift
[40/146] Compiling ArgumentParser StringExtensions.swift
[41/146] Compiling ArgumentParser Tree.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 ArgumentVisibility.swift
[48/146] Compiling ArgumentParser CompletionKind.swift
[49/146] Compiling ArgumentParser Errors.swift
[50/146] Compiling ArgumentParser Flag.swift
[51/146] Compiling ArgumentParser NameSpecification.swift
[52/146] Compiling ArgumentParser Option.swift
[53/146] Compiling ArgumentParser DumpHelpGenerator.swift
[54/146] Compiling ArgumentParser HelpCommand.swift
[55/146] Compiling ArgumentParser HelpGenerator.swift
[56/146] Compiling ArgumentParser MessageInfo.swift
[57/146] Compiling ArgumentParser UsageGenerator.swift
[58/146] Compiling ArgumentParser Name.swift
[59/146] Compiling ArgumentParser Parsed.swift
[60/146] Compiling ArgumentParser ParsedValues.swift
[61/146] Compiling ArgumentParser ParserError.swift
[62/146] Compiling ArgumentParser SplitArguments.swift
[63/146] Compiling ArgumentParser ExpressibleByArgument.swift
[64/146] Compiling ArgumentParser ParsableArguments.swift
[65/146] Compiling ArgumentParser ParsableArgumentsValidation.swift
[66/146] Compiling ArgumentParser ParsableCommand.swift
[67/146] Compiling ArgumentParser ArgumentDecoder.swift
[68/146] Compiling ArgumentParser ArgumentDefinition.swift
[69/146] Compiling ArgumentParser ArgumentSet.swift
[70/146] Compiling ArgumentParser CommandParser.swift
[71/146] Compiling ArgumentParser InputKey.swift
[72/146] Compiling ArgumentParser InputOrigin.swift
[73/147] Wrapping AST for ArgumentParser for debugging
/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 |
/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),
[111/148] Wrapping AST for SwiftSyntax for debugging
[112/148] Write Objects.LinkFileList
[114/162] Emitting module IDEUtils
[115/162] Compiling IDEUtils SyntaxClassification.swift
[116/162] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[116/162] Archiving libSwiftSyntax.a
[118/162] Compiling SwiftDiagnostics Note.swift
[119/162] Compiling SwiftDiagnostics FixIt.swift
[120/162] Compiling SwiftDiagnostics Message.swift
[121/162] Emitting module SwiftDiagnostics
[122/162] Emitting module SwiftBasicFormat
[123/162] Compiling SwiftDiagnostics Diagnostic.swift
[124/162] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[126/163] Compiling IDEUtils SyntaxClassifier.swift
[127/163] Compiling IDEUtils Syntax+Classifications.swift
[128/164] Compiling SwiftBasicFormat BasicFormat.swift
[129/164] Compiling SwiftBasicFormat Trivia+Indented.swift
[130/165] Wrapping AST for SwiftDiagnostics for debugging
[131/165] Write Objects.LinkFileList
[133/188] Wrapping AST for IDEUtils for debugging
[134/188] Write Objects.LinkFileList
[135/191] Archiving libSwiftDiagnostics.a
[136/191] Wrapping AST for SwiftBasicFormat for debugging
[137/191] Archiving libIDEUtils.a
[139/191] Compiling SwiftParser TokenConsumer.swift
[140/191] Compiling SwiftParser TokenPrecedence.swift
[141/191] Compiling SwiftParser TopLevel.swift
[142/194] Compiling SwiftParser Lookahead.swift
[143/194] Compiling SwiftParser LoopProgressCondition.swift
[144/194] Compiling SwiftParser Modifiers.swift
[145/194] Compiling SwiftParser Names.swift
[146/194] Compiling SwiftParser Recovery.swift
[147/194] Compiling SwiftParser Statements.swift
[148/194] Compiling SwiftParser SyntaxUtils.swift
[149/194] Compiling SwiftParser DeclarationModifier.swift
[150/194] Compiling SwiftParser Parser+Entry.swift
[151/194] Compiling SwiftParser TypeAttribute.swift
[152/194] Compiling SwiftParser TriviaParser.swift
[153/194] Compiling SwiftParser Types.swift
[154/194] Compiling SwiftParser DeclarationAttribute.swift
[155/194] Compiling SwiftParser Nominals.swift
[156/194] Compiling SwiftParser Parser.swift
[157/194] Compiling SwiftParser Patterns.swift
[158/194] Compiling SwiftParser RawTokenKindSubset.swift
[159/194] Compiling SwiftParser Attributes.swift
[160/194] Compiling SwiftParser Availability.swift
[161/194] Compiling SwiftParser CharacterInfo.swift
[162/194] Compiling SwiftParser Declarations.swift
[163/194] 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 |
[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/195] Wrapping AST for SwiftParser for debugging
[169/195] Write Objects.LinkFileList
[170/224] Archiving libSwiftParser.a
[172/224] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[173/224] Compiling SwiftOperators PrecedenceGraph.swift
[174/224] Compiling SwiftRefactor RefactoringProvider.swift
[175/225] Compiling SwiftParserDiagnostics Utils.swift
[176/225] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[177/225] Compiling SwiftRefactor FormatRawStringLiteral.swift
[178/225] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[179/225] Emitting module SwiftParserDiagnostics
[180/225] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[181/225] Emitting module SwiftRefactor
[182/225] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[183/225] Compiling SwiftOperators SyntaxSynthesis.swift
[184/225] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[185/225] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[186/226] Compiling SwiftOperators PrecedenceGroup.swift
[188/226] Compiling SwiftOperators OperatorTable.swift
[189/226] Compiling SwiftOperators OperatorTable+Semantics.swift
[190/226] 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
[191/226] Compiling SwiftOperators Operator.swift
[192/226] Compiling SwiftOperators OperatorError+Diagnostics.swift
[193/226] 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 |
[194/226] 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 |
[195/226] 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 |
[196/226] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[197/226] Compiling SwiftParserDiagnostics PresenceUtils.swift
[198/226] Compiling SwiftOperators OperatorTable+Folding.swift
[199/227] 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
[200/227] Compiling SwiftSyntaxParser Diagnostic.swift
[202/228] Wrapping AST for SwiftRefactor for debugging
[203/228] Write Objects.LinkFileList
[204/228] Wrapping AST for SwiftSyntaxParser for debugging
[205/228] Write Objects.LinkFileList
[206/228] Wrapping AST for SwiftOperators for debugging
[207/228] Write Objects.LinkFileList
[209/228] Compiling SwiftParserDiagnostics MissingNodesError.swift
[209/232] Archiving libSwiftRefactor.a
[210/232] Archiving libSwiftSyntaxParser.a
[212/232] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[212/233] Archiving libSwiftOperators.a
[215/233] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[216/233] 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
[217/233] Compiling lit_test_helper CommandLineArguments.swift
[218/233] 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
[219/234] Wrapping AST for lit-test-helper for debugging
[220/234] Wrapping AST for SwiftParserDiagnostics for debugging
[221/234] Write Objects.LinkFileList
[223/248] Archiving libSwiftParserDiagnostics.a
[225/248] Compiling SwiftSyntaxBuilder Indenter.swift
[226/248] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[227/249] 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
[228/249] 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"
/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 {
[228/249] Linking lit-test-helper.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/32] Write swift-version-24593BA9C3E375BF.txt
[3/72] Emitting module ArgumentParserToolInfo
[4/72] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/110] Compiling ArgumentParser Name.swift
[7/110] Compiling ArgumentParser Parsed.swift
[8/110] Compiling ArgumentParser ParsedValues.swift
[9/110] Compiling ArgumentParser ParserError.swift
[10/110] Compiling ArgumentParser SplitArguments.swift
[11/115] Compiling ArgumentParser ArgumentHelp.swift
[16/115] Compiling ArgumentParser ArgumentVisibility.swift
[17/115] Compiling ArgumentParser CompletionKind.swift
[18/115] Compiling ArgumentParser Errors.swift
[19/115] Compiling ArgumentParser Flag.swift
[20/115] Compiling ArgumentParser NameSpecification.swift
[21/120] Compiling SwiftSyntax SyntaxExprNodes.swift
[22/120] Compiling SwiftSyntax SyntaxNodes.swift
[23/120] Compiling SwiftSyntax SyntaxPatternNodes.swift
[24/120] Compiling SwiftSyntax SyntaxStmtNodes.swift
[25/120] Compiling SwiftSyntax SyntaxTypeNodes.swift
[26/120] Emitting module ArgumentParser
[27/120] Compiling ArgumentParser DumpHelpGenerator.swift
[28/120] Compiling ArgumentParser HelpCommand.swift
[29/120] Compiling ArgumentParser HelpGenerator.swift
[30/120] Compiling ArgumentParser MessageInfo.swift
[31/120] Compiling ArgumentParser UsageGenerator.swift
[32/120] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/120] Compiling ArgumentParser CompletionsGenerator.swift
[34/120] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/120] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/120] Compiling ArgumentParser Argument.swift
[43/120] Compiling ArgumentParser Option.swift
[44/120] Compiling ArgumentParser ExpressibleByArgument.swift
[45/120] Compiling ArgumentParser ParsableArguments.swift
[46/120] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/120] Compiling ArgumentParser ParsableCommand.swift
[48/120] Compiling ArgumentParser ArgumentDecoder.swift
[49/120] Compiling ArgumentParser ArgumentDefinition.swift
[50/120] Compiling ArgumentParser ArgumentSet.swift
[51/120] Compiling ArgumentParser CommandParser.swift
[52/120] Compiling ArgumentParser InputKey.swift
[53/120] Compiling ArgumentParser InputOrigin.swift
[54/120] Compiling ArgumentParser OptionGroup.swift
[55/120] Compiling ArgumentParser AsyncParsableCommand.swift
[56/120] Compiling ArgumentParser CommandConfiguration.swift
[57/120] Compiling ArgumentParser CommandGroup.swift
[58/120] Compiling ArgumentParser EnumerableFlag.swift
[66/120] Emitting module SwiftSyntax
[93/121] Write Objects.LinkFileList
[94/121] Archiving libSwiftSyntax.a
[96/135] Compiling IDEUtils SyntaxClassification.swift
[97/135] Emitting module SwiftDiagnostics
[98/135] Compiling SwiftDiagnostics Diagnostic.swift
[99/135] Emitting module SwiftBasicFormat
[100/135] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[101/135] Compiling SwiftBasicFormat Trivia+Indented.swift
[102/135] Compiling SwiftDiagnostics FixIt.swift
[103/135] Compiling SwiftDiagnostics Note.swift
[104/135] Compiling SwiftDiagnostics Message.swift
[105/135] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[106/136] Compiling IDEUtils Syntax+Classifications.swift
[107/136] Emitting module IDEUtils
[108/136] Compiling IDEUtils SyntaxClassifier.swift
[109/137] Compiling SwiftBasicFormat BasicFormat.swift
[112/143] Write Objects.LinkFileList
[113/143] Wrapping AST for IDEUtils for debugging
[114/144] Write Objects.LinkFileList
[115/167] 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 Lookahead.swift
[133/173] Compiling SwiftParser LoopProgressCondition.swift
[134/173] Compiling SwiftParser Modifiers.swift
[135/173] Compiling SwiftParser Names.swift
[136/173] Compiling SwiftParser TokenConsumer.swift
[137/173] Compiling SwiftParser TokenPrecedence.swift
[138/173] Compiling SwiftParser TopLevel.swift
[139/173] Compiling SwiftParser Attributes.swift
[140/173] Compiling SwiftParser Availability.swift
[141/173] Compiling SwiftParser CharacterInfo.swift
[142/173] Compiling SwiftParser Declarations.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 RefactoringProvider.swift
[152/203] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[153/203] Compiling SwiftRefactor FormatRawStringLiteral.swift
[154/203] Compiling SwiftParserDiagnostics Utils.swift
[155/203] Emitting module SwiftRefactor
[156/203] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[157/203] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[158/203] Compiling SwiftOperators PrecedenceGroup.swift
[159/203] Compiling SwiftOperators PrecedenceGraph.swift
[160/203] Compiling SwiftOperators OperatorTable.swift
[161/204] Compiling SwiftOperators OperatorTable+Semantics.swift
[162/204] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[163/204] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[164/204] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[165/205] 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
[166/205] Emitting module SwiftOperators
[167/205] Compiling SwiftOperators OperatorTable+Folding.swift
[169/205] Compiling SwiftOperators SyntaxSynthesis.swift
[170/205] 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
[171/205] Compiling SwiftSyntaxParser Diagnostic.swift
[172/206] Emitting module SwiftParserDiagnostics
[173/206] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[174/205] Write Objects.LinkFileList
[175/205] Wrapping AST for SwiftRefactor for debugging
[176/205] Write Objects.LinkFileList
[178/205] Compiling SwiftOperators Operator.swift
[179/205] Compiling SwiftOperators OperatorError+Diagnostics.swift
[180/205] Compiling SwiftOperators OperatorError.swift
[181/205] Compiling SwiftOperators OperatorTable+Defaults.swift
[182/206] Compiling SwiftParserDiagnostics PresenceUtils.swift
[183/210] Archiving libSwiftRefactor.a
[184/210] Archiving libSwiftSyntaxParser.a
[186/210] Compiling SwiftParserDiagnostics MissingNodesError.swift
[187/210] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[188/210] Emitting module lit_test_helper
[188/210] Wrapping AST for SwiftOperators for debugging
[189/210] Write Objects.LinkFileList
[191/210] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[192/211] Archiving libSwiftOperators.a
[194/211] Compiling lit_test_helper CommandLineArguments.swift
[195/211] Compiling lit_test_helper ClassifiedSyntaxTreePrinter.swift
[196/211] Compiling lit_test_helper main.swift
[197/212] Wrapping AST for SwiftParserDiagnostics for debugging
[198/212] Write Objects.LinkFileList
[199/214] Wrapping AST for lit-test-helper for debugging
[200/214] Write Objects.LinkFileList
[201/214] Archiving libSwiftParserDiagnostics.a
[203/226] Emitting module swift_parser_cli
[204/226] 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
[204/226] Linking lit-test-helper.wasm
BUILD FAILURE 6.1 wasm