The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-mock, reference main (674dbc), with Swift 6.1 for Android on 28 May 2025 23:39:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MetalheadSanya/swift-mock.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/MetalheadSanya/swift-mock
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 674dbc8 Merge pull request #63 from MetalheadSanya/57-point-verify-failure-to-verify-call-1
Cloned https://github.com/MetalheadSanya/swift-mock.git
Revision (git rev-parse @):
674dbc856462b2ffab51a7d86a61f7f9a19dd886
SUCCESS checkout https://github.com/MetalheadSanya/swift-mock.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MetalheadSanya/swift-mock.git
https://github.com/MetalheadSanya/swift-mock.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-mock",
  "name" : "swift-mock",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMock",
      "targets" : [
        "SwiftMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftMockConfiguration",
      "targets" : [
        "SwiftMockConfiguration"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftMockClient",
      "targets" : [
        "SwiftMockClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftMockMacros",
      "targets" : [
        "SwiftMockMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMockTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMockTests",
      "path" : "Tests/SwiftMockTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ArgumentMatcherTests.swift",
        "AssociatedTypeStubbingTests.swift",
        "InOrderTests.swift",
        "Macro/MockMacroAssociatedTypesTests.swift",
        "Macro/MockMacroAttributeTests.swift",
        "Macro/MockMacroDiagnosticTests.swift",
        "Macro/MockMacroGenericMethodTests.swift",
        "Macro/MockMacroMethodAttributeTests.swift",
        "Macro/MockMacroMethodTests.swift",
        "Macro/MockMacroSubscriptTests.swift",
        "Macro/MockMacroTests.swift",
        "MethodStubbingTests.swift",
        "PropertyStubbingTests.swift",
        "SubscriptStubbingTests.swift",
        "VerifyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMock",
        "SwiftMockMacros",
        "SwiftMockConfiguration"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMockMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMockMacros",
      "path" : "Sources/SwiftMockMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftMock",
        "SwiftMockConfiguration",
        "SwiftMockClient",
        "SwiftMockMacros"
      ],
      "sources" : [
        "Constants.swift",
        "Diagnostic/DiagnosticError.swift",
        "Diagnostic/FunctionDiagnostic.swift",
        "Diagnostic/PropertyDiagnostic.swift",
        "Diagnostic/ProtocolDiagnostic.swift",
        "General.swift",
        "Message.swift",
        "Processor/AssociatedTypeProcessor.swift",
        "Processor/MethodProcessor.swift",
        "Property.swift",
        "Protocol.swift",
        "Subscript.swift",
        "SwiftMockMacro.swift",
        "SwiftSyntaxExtensions/AccessorDeclSyntax.swift",
        "SwiftSyntaxExtensions/AttributeListSyntax.Element.swift",
        "SwiftSyntaxExtensions/DeclModifierSyntax.swift",
        "SwiftSyntaxExtensions/FunctionDeclSyntax.swift",
        "SwiftSyntaxExtensions/FunctionSignatureSyntax.swift",
        "SwiftSyntaxExtensions/GenericParameterSyntax.swift",
        "SwiftSyntaxExtensions/InheritanceClauseSyntax.swift",
        "SwiftSyntaxExtensions/ProtocolDeclSyntax.swift",
        "SwiftSyntaxExtensions/SubscriptDeclSyntax.swift",
        "SwiftSyntaxExtensions/TokenSyntax.swift",
        "SwiftSyntaxExtensions/TypeSyntax.swift",
        "Verify.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftMockConfiguration",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMockConfiguration",
      "path" : "Sources/SwiftMockConfiguration",
      "product_memberships" : [
        "SwiftMockConfiguration"
      ],
      "sources" : [
        "Configuration.swift"
      ],
      "target_dependencies" : [
        "SwiftMock"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftMockClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMockClient",
      "path" : "Sources/SwiftMockClient",
      "product_dependencies" : [
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftMockClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftMock"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftMock",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMock",
      "path" : "Sources/SwiftMock",
      "product_memberships" : [
        "SwiftMock",
        "SwiftMockConfiguration",
        "SwiftMockClient"
      ],
      "sources" : [
        "ArgumentMatcher/Any.swift",
        "ArgumentMatcher/ArgumentMatcher.swift",
        "ArgumentMatcher/ArgumentMatcherAnd.swift",
        "ArgumentMatcher/ArgumentMatcherOr.swift",
        "ArgumentMatcher/Equal.swift",
        "ArgumentMatcher/IsNil.swift",
        "ArgumentMatcher/IsNotNil.swift",
        "ArgumentMatcher/LessThan.swift",
        "ArgumentMatcher/MoreThan.swift",
        "ArgumentMatcher/Zip.swift",
        "Functions.swift",
        "InOrder/InOrder.swift",
        "InOrder/InOrderContainer.swift",
        "Parameter/NonEscapingFunction.swift",
        "SwiftMock.swift",
        "TimesMatcher/AtLeast.swift",
        "TimesMatcher/AtMost.swift",
        "TimesMatcher/Never.swift",
        "TimesMatcher/Times.swift",
        "TimesMatcher/TimesMatcher.swift",
        "TimesMatcher/TimesMatcherAnd.swift",
        "TimesMatcher/TimesMatcherOr.swift",
        "Verify/Container.swift",
        "Verify/MethodCall.swift",
        "Verify/Verifiable.swift",
        "Verify/VerifyContainer.swift",
        "When/AsyncMethodInvocation.swift",
        "When/AsyncMethodInvocationBuilder.swift",
        "When/AsyncMethodInvocationContainer.swift",
        "When/AsyncMethodSignature.swift",
        "When/AsyncRethrowsMethodInvocation.swift",
        "When/AsyncRethrowsMethodInvocationBuilder.swift",
        "When/AsyncRethrowsMethodInvocationContainer.swift",
        "When/AsyncRethrowsMethodSignature.swift",
        "When/AsyncThrowsMethodInvocation.swift",
        "When/AsyncThrowsMethodInvocationBuilder.swift",
        "When/AsyncThrowsMethodInvocationContainer.swift",
        "When/AsyncThrowsMethosSignature.swift",
        "When/MethodInvocation.swift",
        "When/MethodInvocationBuilder.swift",
        "When/MethodInvocationContainer.swift",
        "When/MethodSignature.swift",
        "When/RethrowsMethodInvocation.swift",
        "When/RethrowsMethodInvocationBuilder.swift",
        "When/RethrowsMethodInvocationContainer.swift",
        "When/RethrowsMethodSignature.swift",
        "When/ThrowsMethodInvocation.swift",
        "When/ThrowsMethodInvocationBuilder.swift",
        "When/ThrowsMethodInvocationContainer.swift",
        "When/ThrowsMethodSignature.swift"
      ],
      "target_dependencies" : [
        "SwiftMockMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-syntax.git from cache (8.56s)
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.78s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (12.65s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.79s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/64] Write sources
[32/64] Write swift-version-24593BA9C3E375BF.txt
[34/68] Emitting module SwiftSyntax509
[35/68] Compiling SwiftSyntax509 Empty.swift
[36/69] Emitting module SwiftSyntax509
[37/69] Compiling SwiftSyntax509 Empty.swift
[39/70] Wrapping AST for SwiftSyntax509 for debugging
[42/160] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[43/160] Compiling SwiftSyntax Syntax.swift
[44/160] Compiling SwiftSyntax SyntaxArena.swift
[45/160] Compiling SwiftSyntax SyntaxChildren.swift
[46/160] Compiling SwiftSyntax SyntaxCollection.swift
[47/160] Compiling SwiftSyntax SyntaxData.swift
[48/160] Compiling SwiftSyntax RawSyntax.swift
[55/166] Compiling SwiftSyntax AbsolutePosition.swift
[56/166] Compiling SwiftSyntax Assert.swift
[57/166] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/166] Compiling SwiftSyntax CommonAncestor.swift
[59/166] Compiling SwiftSyntax Convenience.swift
[60/166] Compiling SwiftSyntax MemoryLayout.swift
[61/166] Compiling SwiftSyntax MissingNodeInitializers.swift
[63/166] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[64/166] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[65/166] Compiling SwiftSyntax RawSyntaxTokenView.swift
[66/166] Compiling SwiftSyntax SourceLength.swift
[67/166] Compiling SwiftSyntax SourceLocation.swift
[68/166] Compiling SwiftSyntax SourcePresence.swift
[69/172] Compiling SwiftSyntax SyntaxText.swift
[70/172] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[71/172] Compiling SwiftSyntax TokenDiagnostic.swift
[72/172] Compiling SwiftSyntax TokenSyntax.swift
[73/172] Compiling SwiftSyntax Trivia.swift
[74/172] Compiling SwiftSyntax Utils.swift
[75/172] Emitting module SwiftSyntax
[96/172] Compiling SwiftSyntax ChildNameForKeyPath.swift
[97/172] Compiling SwiftSyntax Keyword.swift
[98/172] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[99/172] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[100/172] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[101/172] Compiling SwiftSyntax SyntaxBaseNodes.swift
[102/172] Compiling SwiftSyntax SyntaxDeclNodes.swift
[103/172] Compiling SwiftSyntax SyntaxExprNodes.swift
[104/172] Compiling SwiftSyntax SyntaxNodes.swift
[105/172] Compiling SwiftSyntax SyntaxPatternNodes.swift
[106/172] Compiling SwiftSyntax SyntaxStmtNodes.swift
[107/172] Compiling SwiftSyntax SyntaxTypeNodes.swift
[114/172] Compiling SwiftSyntax SyntaxVisitor.swift
[115/172] Compiling SwiftSyntax TokenKind.swift
[116/172] Compiling SwiftSyntax Tokens.swift
[117/172] Compiling SwiftSyntax TriviaPieces.swift
[118/172] Compiling SwiftSyntax RawSyntaxNodes.swift
[119/172] Compiling SwiftSyntax RawSyntaxValidation.swift
[120/172] Compiling SwiftSyntax SyntaxCollections.swift
[121/172] Compiling SwiftSyntax SyntaxEnum.swift
[122/172] Compiling SwiftSyntax SyntaxKind.swift
[123/172] Compiling SwiftSyntax SyntaxRewriter.swift
[124/172] Compiling SwiftSyntax SyntaxTraits.swift
[125/172] Compiling SwiftSyntax SyntaxTransform.swift
[144/173] Wrapping AST for SwiftSyntax for debugging
[146/225] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[147/225] Compiling SwiftBasicFormat Syntax+Extensions.swift
[148/225] Compiling SwiftDiagnostics Message.swift
[149/225] Compiling SwiftDiagnostics Note.swift
[150/225] Emitting module SwiftDiagnostics
[152/225] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[153/225] Emitting module SwiftBasicFormat
[154/225] Compiling SwiftDiagnostics FixIt.swift
[155/225] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[155/225] Wrapping AST for SwiftSyntax for debugging
[157/238] Compiling SwiftDiagnostics FixIt.swift
[158/276] Compiling SwiftDiagnostics Convenience.swift
[159/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[160/276] Compiling SwiftDiagnostics Convenience.swift
[161/276] Compiling SwiftDiagnostics Diagnostic.swift
[162/276] Compiling SwiftDiagnostics Message.swift
[163/277] Compiling SwiftDiagnostics Note.swift
[164/277] Emitting module SwiftDiagnostics
[165/277] Compiling SwiftBasicFormat Syntax+Extensions.swift
[166/277] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[167/277] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[168/277] Compiling SwiftBasicFormat BasicFormat.swift
[170/278] Wrapping AST for SwiftDiagnostics for debugging
[171/278] Wrapping AST for SwiftBasicFormat for debugging
[173/278] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[174/278] Emitting module SwiftBasicFormat
[175/278] Compiling SwiftBasicFormat BasicFormat.swift
[176/279] Compiling SwiftDiagnostics Diagnostic.swift
[177/279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[179/280] Wrapping AST for SwiftBasicFormat for debugging
[180/280] Wrapping AST for SwiftDiagnostics for debugging
[182/280] Compiling SwiftParser Parser.swift
[183/280] Compiling SwiftParser Patterns.swift
[184/280] Compiling SwiftParser Recovery.swift
[185/280] Compiling SwiftParser Specifiers.swift
[186/280] Compiling SwiftParser Statements.swift
[187/280] Compiling SwiftParser TokenPrecedence.swift
[188/280] Compiling SwiftParser TokenSpec.swift
[189/280] Compiling SwiftParser TokenSpecSet.swift
[190/280] Compiling SwiftParser TopLevel.swift
[191/280] Compiling SwiftParser TriviaParser.swift
[192/285] Emitting module SwiftParser
[193/285] Compiling SwiftParser Lexer.swift
[194/285] Compiling SwiftParser RegexLiteralLexer.swift
[195/285] Compiling SwiftParser UnicodeScalarExtensions.swift
[196/285] Compiling SwiftParser Lookahead.swift
[197/285] Compiling SwiftParser LoopProgressCondition.swift
[198/290] Emitting module SwiftParser
[199/290] Compiling SwiftParser Modifiers.swift
[200/290] Compiling SwiftParser Names.swift
[201/290] Compiling SwiftParser Nominals.swift
[202/290] Compiling SwiftParser Parameters.swift
[203/290] Compiling SwiftParser ParseSourceFile.swift
[204/290] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[205/290] Compiling SwiftParser StringLiterals.swift
[206/290] Compiling SwiftParser SwiftParserCompatibility.swift
[207/290] Compiling SwiftParser SyntaxUtils.swift
[208/290] Compiling SwiftParser TokenConsumer.swift
[234/290] Compiling SwiftParser ExperimentalFeatures.swift
[235/290] Compiling SwiftParser Expressions.swift
[236/290] Compiling SwiftParser IncrementalParseTransition.swift
[237/290] Compiling SwiftParser Cursor.swift
[238/290] Compiling SwiftParser Lexeme.swift
[239/290] Compiling SwiftParser LexemeSequence.swift
[240/290] Compiling SwiftParser Attributes.swift
[241/290] Compiling SwiftParser Availability.swift
[242/290] Compiling SwiftParser CharacterInfo.swift
[243/290] Compiling SwiftParser CollectionNodes+Parsable.swift
[244/290] Compiling SwiftParser Declarations.swift
[245/290] Compiling SwiftParser Directives.swift
[258/290] Compiling SwiftParser Types.swift
[259/290] Compiling SwiftParser IsLexerClassified.swift
[260/290] Compiling SwiftParser LayoutNodes+Parsable.swift
[261/290] Compiling SwiftParser Parser+TokenSpecSet.swift
[262/290] Compiling SwiftParser TokenSpecStaticMembers.swift
[269/294] Wrapping AST for SwiftParser for debugging
[272/338] Compiling SwiftParserDiagnostics MissingNodesError.swift
[273/338] Compiling SwiftParserDiagnostics MissingTokenError.swift
[274/339] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[275/340] Compiling SwiftOperators PrecedenceGroup.swift
[276/340] Compiling SwiftOperators PrecedenceGraph.swift
[277/340] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[278/341] Compiling SwiftOperators PrecedenceGroup.swift
[279/341] Compiling SwiftOperators OperatorTable.swift
[282/342] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[283/342] Compiling SwiftOperators SyntaxSynthesis.swift
[284/342] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[285/342] Compiling SwiftOperators OperatorTable.swift
[286/342] Compiling SwiftOperators PrecedenceGraph.swift
[287/342] Emitting module SwiftOperators
[289/342] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[290/342] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[291/342] Compiling SwiftOperators OperatorTable+Folding.swift
[292/342] Compiling SwiftOperators OperatorTable+Semantics.swift
[294/342] Compiling SwiftOperators SyntaxSynthesis.swift
[295/343] Compiling SwiftOperators OperatorTable+Folding.swift
[299/344] Emitting module SwiftParserDiagnostics
[300/344] Wrapping AST for SwiftOperators for debugging
[302/344] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[303/344] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[304/344] Compiling SwiftParserDiagnostics Utils.swift
[307/344] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[307/344] Wrapping AST for SwiftOperators for debugging
[309/344] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[310/344] Compiling SwiftParserDiagnostics PresenceUtils.swift
[317/344] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[318/344] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[323/345] Emitting module SwiftParserDiagnostics
[327/346] Wrapping AST for SwiftParserDiagnostics for debugging
[330/374] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[331/374] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[332/375] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[333/375] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[334/376] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[335/376] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[336/376] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[339/376] Emitting module SwiftSyntaxBuilder
[340/376] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[341/376] Compiling SwiftSyntaxBuilder Indenter.swift
[342/376] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[343/376] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[344/376] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[347/376] Emitting module SwiftSyntaxBuilder
[350/376] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[351/376] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[352/376] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[360/377] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[361/378] Wrapping AST for SwiftSyntaxBuilder for debugging
[364/405] Compiling SwiftSyntaxMacros MemberMacro.swift
[365/407] Compiling SwiftSyntaxMacros Macro.swift
[366/407] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[367/407] Compiling SwiftSyntaxMacros AccessorMacro.swift
[368/407] Compiling SwiftSyntaxMacros AttachedMacro.swift
[369/407] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[370/407] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[371/407] Compiling SwiftSyntaxMacros PeerMacro.swift
[372/407] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[373/407] Compiling SwiftSyntaxMacros Macro+Format.swift
[376/408] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[377/408] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[384/408] Compiling SwiftSyntaxMacros MemberMacro.swift
[387/408] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[388/408] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[389/408] Emitting module SwiftSyntaxMacros
[390/408] Compiling SwiftSyntaxMacros PeerMacro.swift
[391/409] Emitting module SwiftSyntaxMacros
[395/416] Wrapping AST for SwiftSyntaxMacros for debugging
[398/426] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[399/426] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[401/426] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[402/426] Emitting module SwiftSyntaxMacroExpansion
[403/426] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[404/426] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[405/426] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[406/426] Emitting module SwiftSyntaxMacroExpansion
[407/426] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[408/426] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[409/426] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[410/426] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[411/427] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[413/427] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[414/427] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[415/427] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[417/435] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[417/436] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[419/442] Emitting module SwiftCompilerPluginMessageHandling
[420/442] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[421/442] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[422/442] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[423/442] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[424/442] Emitting module SwiftCompilerPluginMessageHandling
[425/442] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[426/442] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[427/442] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[428/442] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[430/443] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[431/443] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[432/443] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[433/445] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[436/448] Emitting module SwiftCompilerPlugin
[437/448] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[438/449] Wrapping AST for SwiftCompilerPlugin for debugging
[440/472] Compiling SwiftMockMacros FunctionDeclSyntax.swift
[441/472] Compiling SwiftMockMacros FunctionSignatureSyntax.swift
[442/472] Compiling SwiftMockMacros GenericParameterSyntax.swift
[443/472] Compiling SwiftMockMacros InheritanceClauseSyntax.swift
[444/472] Compiling SwiftMockMacros ProtocolDeclSyntax.swift
[445/472] Compiling SwiftMockMacros SubscriptDeclSyntax.swift
[446/472] Compiling SwiftMockMacros AccessorDeclSyntax.swift
[447/472] Compiling SwiftMockMacros AttributeListSyntax.Element.swift
[448/472] Compiling SwiftMockMacros DeclModifierSyntax.swift
[449/475] Emitting module SwiftMockMacros
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:4:5: warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     `- warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     |- note: add '@MainActor' to make let 'voidType' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:8:5: warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | )
 7 |
 8 | let emptyArrayExpt = ExprSyntax(
   |     |- warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'emptyArrayExpt' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | 	fromProtocol: ArrayExprSyntax(expressions: [])
10 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:12:5: warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
10 | )
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
   |     |- warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'privateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:13:5: warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
   |     |- warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'fileprivateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:14:5: warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
   |     |- warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'internalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:16:5: warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
   |     |- warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'finalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:18:5: warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
   |     |- warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'anyFunctionCallExpr' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | 	fromProtocol: FunctionCallExprSyntax(
20 | 		calledExpression: DeclReferenceExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:28:5: warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
26 | )
27 |
28 | let escapingAttribute = AttributeListSyntax.Element.attribute(
   |     |- warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'escapingAttribute' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | 	AttributeSyntax(
30 | 		attributeName: IdentifierTypeSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift:106:15: note: enum 'Element' does not conform to the 'Sendable' protocol
 104 | ///  - ``VariableDeclSyntax``.``VariableDeclSyntax/attributes``
 105 | public struct AttributeListSyntax: SyntaxCollection, SyntaxHashable {
 106 |   public enum Element: SyntaxChildChoices, SyntaxHashable {
     |               `- note: enum 'Element' does not conform to the 'Sendable' protocol
 107 |     case `attribute`(AttributeSyntax)
 108 |     case `ifConfigDecl`(IfConfigDeclSyntax)
/host/spi-builder-workspace/Sources/SwiftMockMacros/Diagnostic/DiagnosticError.swift:11:6: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
  9 |
 10 | struct DiagnosticError: Error {
 11 | 	let diagnostic: Diagnostic
    |      `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 12 | }
 13 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/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/SwiftMockMacros/Diagnostic/DiagnosticError.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  6 | //
  7 |
  8 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  9 |
 10 | struct DiagnosticError: Error {
[450/475] Compiling SwiftMockMacros ProtocolDiagnostic.swift
[451/475] Compiling SwiftMockMacros General.swift
[452/475] Compiling SwiftMockMacros Message.swift
[453/475] Compiling SwiftMockMacros AssociatedTypeProcessor.swift
[454/475] Compiling SwiftMockMacros MethodProcessor.swift
[455/475] Compiling SwiftMockMacros Property.swift
[456/475] Compiling SwiftMockMacros Constants.swift
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:4:5: warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     `- warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     |- note: add '@MainActor' to make let 'voidType' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:8:5: warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | )
 7 |
 8 | let emptyArrayExpt = ExprSyntax(
   |     |- warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'emptyArrayExpt' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | 	fromProtocol: ArrayExprSyntax(expressions: [])
10 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:12:5: warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
10 | )
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
   |     |- warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'privateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:13:5: warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
   |     |- warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'fileprivateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:14:5: warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
   |     |- warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'internalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:16:5: warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
   |     |- warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'finalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:18:5: warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
   |     |- warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'anyFunctionCallExpr' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | 	fromProtocol: FunctionCallExprSyntax(
20 | 		calledExpression: DeclReferenceExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:28:5: warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
26 | )
27 |
28 | let escapingAttribute = AttributeListSyntax.Element.attribute(
   |     |- warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'escapingAttribute' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | 	AttributeSyntax(
30 | 		attributeName: IdentifierTypeSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift:106:15: note: enum 'Element' does not conform to the 'Sendable' protocol
 104 | ///  - ``VariableDeclSyntax``.``VariableDeclSyntax/attributes``
 105 | public struct AttributeListSyntax: SyntaxCollection, SyntaxHashable {
 106 |   public enum Element: SyntaxChildChoices, SyntaxHashable {
     |               `- note: enum 'Element' does not conform to the 'Sendable' protocol
 107 |     case `attribute`(AttributeSyntax)
 108 |     case `ifConfigDecl`(IfConfigDeclSyntax)
/host/spi-builder-workspace/Sources/SwiftMockMacros/Diagnostic/DiagnosticError.swift:11:6: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
  9 |
 10 | struct DiagnosticError: Error {
 11 | 	let diagnostic: Diagnostic
    |      `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 12 | }
 13 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/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/SwiftMockMacros/Diagnostic/DiagnosticError.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  6 | //
  7 |
  8 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  9 |
 10 | struct DiagnosticError: Error {
[457/475] Compiling SwiftMockMacros DiagnosticError.swift
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:4:5: warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     `- warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     |- note: add '@MainActor' to make let 'voidType' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:8:5: warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | )
 7 |
 8 | let emptyArrayExpt = ExprSyntax(
   |     |- warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'emptyArrayExpt' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | 	fromProtocol: ArrayExprSyntax(expressions: [])
10 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:12:5: warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
10 | )
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
   |     |- warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'privateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:13:5: warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
   |     |- warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'fileprivateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:14:5: warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
   |     |- warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'internalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:16:5: warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
   |     |- warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'finalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:18:5: warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
   |     |- warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'anyFunctionCallExpr' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | 	fromProtocol: FunctionCallExprSyntax(
20 | 		calledExpression: DeclReferenceExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:28:5: warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
26 | )
27 |
28 | let escapingAttribute = AttributeListSyntax.Element.attribute(
   |     |- warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'escapingAttribute' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | 	AttributeSyntax(
30 | 		attributeName: IdentifierTypeSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift:106:15: note: enum 'Element' does not conform to the 'Sendable' protocol
 104 | ///  - ``VariableDeclSyntax``.``VariableDeclSyntax/attributes``
 105 | public struct AttributeListSyntax: SyntaxCollection, SyntaxHashable {
 106 |   public enum Element: SyntaxChildChoices, SyntaxHashable {
     |               `- note: enum 'Element' does not conform to the 'Sendable' protocol
 107 |     case `attribute`(AttributeSyntax)
 108 |     case `ifConfigDecl`(IfConfigDeclSyntax)
/host/spi-builder-workspace/Sources/SwiftMockMacros/Diagnostic/DiagnosticError.swift:11:6: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
  9 |
 10 | struct DiagnosticError: Error {
 11 | 	let diagnostic: Diagnostic
    |      `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 12 | }
 13 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/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/SwiftMockMacros/Diagnostic/DiagnosticError.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  6 | //
  7 |
  8 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  9 |
 10 | struct DiagnosticError: Error {
[458/475] Compiling SwiftMockMacros FunctionDiagnostic.swift
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:4:5: warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     `- warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     |- note: add '@MainActor' to make let 'voidType' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:8:5: warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | )
 7 |
 8 | let emptyArrayExpt = ExprSyntax(
   |     |- warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'emptyArrayExpt' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | 	fromProtocol: ArrayExprSyntax(expressions: [])
10 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:12:5: warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
10 | )
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
   |     |- warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'privateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:13:5: warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
   |     |- warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'fileprivateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:14:5: warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
   |     |- warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'internalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:16:5: warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
   |     |- warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'finalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:18:5: warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
   |     |- warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'anyFunctionCallExpr' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | 	fromProtocol: FunctionCallExprSyntax(
20 | 		calledExpression: DeclReferenceExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:28:5: warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
26 | )
27 |
28 | let escapingAttribute = AttributeListSyntax.Element.attribute(
   |     |- warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'escapingAttribute' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | 	AttributeSyntax(
30 | 		attributeName: IdentifierTypeSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift:106:15: note: enum 'Element' does not conform to the 'Sendable' protocol
 104 | ///  - ``VariableDeclSyntax``.``VariableDeclSyntax/attributes``
 105 | public struct AttributeListSyntax: SyntaxCollection, SyntaxHashable {
 106 |   public enum Element: SyntaxChildChoices, SyntaxHashable {
     |               `- note: enum 'Element' does not conform to the 'Sendable' protocol
 107 |     case `attribute`(AttributeSyntax)
 108 |     case `ifConfigDecl`(IfConfigDeclSyntax)
/host/spi-builder-workspace/Sources/SwiftMockMacros/Diagnostic/DiagnosticError.swift:11:6: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
  9 |
 10 | struct DiagnosticError: Error {
 11 | 	let diagnostic: Diagnostic
    |      `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 12 | }
 13 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/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/SwiftMockMacros/Diagnostic/DiagnosticError.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  6 | //
  7 |
  8 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  9 |
 10 | struct DiagnosticError: Error {
[459/475] Compiling SwiftMockMacros PropertyDiagnostic.swift
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:4:5: warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     `- warning: let 'voidType' is not concurrency-safe because non-'Sendable' type 'TypeSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:613:15: note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 611 | }
 612 |
 613 | public struct TypeSyntax: TypeSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'TypeSyntax' does not conform to the 'Sendable' protocol
 614 |   public let _syntaxNode: Syntax
 615 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 1 | import SwiftSyntax
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftSyntax'
 2 | import SwiftSyntaxBuilder
 3 |
 4 | let voidType: TypeSyntax = TypeSyntax(
   |     |- note: add '@MainActor' to make let 'voidType' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 | 	fromProtocol: IdentifierTypeSyntax(name: .identifier("Void"))
 6 | )
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:8:5: warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | )
 7 |
 8 | let emptyArrayExpt = ExprSyntax(
   |     |- warning: let 'emptyArrayExpt' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'emptyArrayExpt' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 | 	fromProtocol: ArrayExprSyntax(expressions: [])
10 | )
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:12:5: warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
10 | )
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
   |     |- warning: let 'privateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'privateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:13:5: warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
   |     |- warning: let 'fileprivateModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'fileprivateModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:14:5: warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
12 | let privateModifier = DeclModifierSyntax(name: .keyword(.private))
13 | let fileprivateModifier = DeclModifierSyntax(name: .keyword(.fileprivate))
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
   |     |- warning: let 'internalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'internalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:16:5: warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
14 | let internalModifier = DeclModifierSyntax(name: .keyword(.internal))
15 |
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
   |     |- warning: let 'finalModifier' is not concurrency-safe because non-'Sendable' type 'DeclModifierSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'finalModifier' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodes.swift:5150:15: note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5148 | ///  - ``AccessorDeclSyntax``.``AccessorDeclSyntax/modifier``
 5149 | ///  - ``DeclModifierListSyntax``
 5150 | public struct DeclModifierSyntax: SyntaxProtocol, SyntaxHashable {
      |               `- note: struct 'DeclModifierSyntax' does not conform to the 'Sendable' protocol
 5151 |   public let _syntaxNode: Syntax
 5152 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:18:5: warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
16 | let finalModifier = DeclModifierSyntax(name: .keyword(.final))
17 |
18 | let anyFunctionCallExpr = ExprSyntax(
   |     |- warning: let 'anyFunctionCallExpr' is not concurrency-safe because non-'Sendable' type 'ExprSyntax' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'anyFunctionCallExpr' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | 	fromProtocol: FunctionCallExprSyntax(
20 | 		calledExpression: DeclReferenceExprSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxBaseNodes.swift:184:15: note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 182 | }
 183 |
 184 | public struct ExprSyntax: ExprSyntaxProtocol, SyntaxHashable {
     |               `- note: struct 'ExprSyntax' does not conform to the 'Sendable' protocol
 185 |   public let _syntaxNode: Syntax
 186 |
/host/spi-builder-workspace/Sources/SwiftMockMacros/Constants.swift:28:5: warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
26 | )
27 |
28 | let escapingAttribute = AttributeListSyntax.Element.attribute(
   |     |- warning: let 'escapingAttribute' is not concurrency-safe because non-'Sendable' type 'AttributeListSyntax.Element' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'escapingAttribute' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | 	AttributeSyntax(
30 | 		attributeName: IdentifierTypeSyntax(
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntax/generated/SyntaxCollections.swift:106:15: note: enum 'Element' does not conform to the 'Sendable' protocol
 104 | ///  - ``VariableDeclSyntax``.``VariableDeclSyntax/attributes``
 105 | public struct AttributeListSyntax: SyntaxCollection, SyntaxHashable {
 106 |   public enum Element: SyntaxChildChoices, SyntaxHashable {
     |               `- note: enum 'Element' does not conform to the 'Sendable' protocol
 107 |     case `attribute`(AttributeSyntax)
 108 |     case `ifConfigDecl`(IfConfigDeclSyntax)
/host/spi-builder-workspace/Sources/SwiftMockMacros/Diagnostic/DiagnosticError.swift:11:6: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
  9 |
 10 | struct DiagnosticError: Error {
 11 | 	let diagnostic: Diagnostic
    |      `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 12 | }
 13 |
/host/spi-builder-workspace/.build/checkouts/swift-syntax/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/SwiftMockMacros/Diagnostic/DiagnosticError.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  6 | //
  7 |
  8 | import SwiftDiagnostics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftDiagnostics'
  9 |
 10 | struct DiagnosticError: Error {
[460/475] Compiling SwiftMockMacros TokenSyntax.swift
[461/475] Compiling SwiftMockMacros TypeSyntax.swift
[462/475] Compiling SwiftMockMacros Verify.swift
[463/475] Compiling SwiftMockMacros Protocol.swift
[464/475] Compiling SwiftMockMacros Subscript.swift
[465/475] Compiling SwiftMockMacros SwiftMockMacro.swift
[466/476] Wrapping AST for SwiftMockMacros for debugging
[467/476] Write Objects.LinkFileList
[469/476] Emitting module SwiftCompilerPlugin
[470/476] Compiling SwiftCompilerPlugin CompilerPlugin.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:103:19: error: cannot find 'dup' in scope
101 |     // Duplicate the `stdin` file descriptor, which we will then use for
102 |     // receiving messages from the plugin host.
103 |     let inputFD = dup(fileno(stdin))
    |                   `- error: cannot find 'dup' in scope
104 |     guard inputFD >= 0 else {
105 |       internalError("Could not duplicate `stdin`: \(describe(errno: errno)).")
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:105:69: error: cannot find 'errno' in scope
103 |     let inputFD = dup(fileno(stdin))
104 |     guard inputFD >= 0 else {
105 |       internalError("Could not duplicate `stdin`: \(describe(errno: errno)).")
    |                                                                     `- error: cannot find 'errno' in scope
106 |     }
107 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:111:11: error: cannot find 'close' in scope
109 |     // `stdin` so that attempts by the plugin to read console input (which
110 |     // are usually a mistake) return errors instead of blocking.
111 |     guard close(fileno(stdin)) >= 0 else {
    |           `- error: cannot find 'close' in scope
112 |       internalError("Could not close `stdin`: \(describe(errno: errno)).")
113 |     }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:112:65: error: cannot find 'errno' in scope
110 |     // are usually a mistake) return errors instead of blocking.
111 |     guard close(fileno(stdin)) >= 0 else {
112 |       internalError("Could not close `stdin`: \(describe(errno: errno)).")
    |                                                                 `- error: cannot find 'errno' in scope
113 |     }
114 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:117:20: error: cannot find 'dup' in scope
115 |     // Duplicate the `stdout` file descriptor, which we will then use for
116 |     // sending messages to the plugin host.
117 |     let outputFD = dup(fileno(stdout))
    |                    `- error: cannot find 'dup' in scope
118 |     guard outputFD >= 0 else {
119 |       internalError("Could not dup `stdout`: \(describe(errno: errno)).")
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:119:64: error: cannot find 'errno' in scope
117 |     let outputFD = dup(fileno(stdout))
118 |     guard outputFD >= 0 else {
119 |       internalError("Could not dup `stdout`: \(describe(errno: errno)).")
    |                                                                `- error: cannot find 'errno' in scope
120 |     }
121 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:124:11: error: cannot find 'dup2' in scope
122 |     // Having duplicated the original standard-output descriptor, redirect
123 |     // `stdout` to `stderr` so that all free-form text output goes there.
124 |     guard dup2(fileno(stderr), fileno(stdout)) >= 0 else {
    |           `- error: cannot find 'dup2' in scope
125 |       internalError("Could not dup2 `stdout` to `stderr`: \(describe(errno: errno)).")
126 |     }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:125:77: error: cannot find 'errno' in scope
123 |     // `stdout` to `stderr` so that all free-form text output goes there.
124 |     guard dup2(fileno(stderr), fileno(stdout)) >= 0 else {
125 |       internalError("Could not dup2 `stdout` to `stderr`: \(describe(errno: errno)).")
    |                                                                             `- error: cannot find 'errno' in scope
126 |     }
127 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[470/476] Linking SwiftMockMacros-tool
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write swift-version-24593BA9C3E375BF.txt
[4/38] Emitting module SwiftSyntax509
[5/38] Compiling SwiftSyntax509 Empty.swift
[7/39] Emitting module SwiftSyntax509
[10/128] Compiling SwiftSyntax RawSyntax.swift
[11/128] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[12/128] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[13/128] Compiling SwiftSyntax RawSyntaxTokenView.swift
[14/128] Compiling SwiftSyntax SourceLength.swift
[15/128] Compiling SwiftSyntax SourceLocation.swift
[16/128] Compiling SwiftSyntax SourcePresence.swift
[17/134] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[18/134] Compiling SwiftSyntax Syntax.swift
[19/134] Compiling SwiftSyntax SyntaxArena.swift
[20/134] Compiling SwiftSyntax SyntaxChildren.swift
[21/134] Compiling SwiftSyntax SyntaxCollection.swift
[22/134] Compiling SwiftSyntax SyntaxData.swift
[23/134] Compiling SwiftSyntax AbsolutePosition.swift
[37/140] Emitting module SwiftSyntax
[40/140] Compiling SwiftSyntax Assert.swift
[41/140] Compiling SwiftSyntax BumpPtrAllocator.swift
[42/140] Compiling SwiftSyntax CommonAncestor.swift
[43/140] Compiling SwiftSyntax Convenience.swift
[44/140] Compiling SwiftSyntax MemoryLayout.swift
[45/140] Compiling SwiftSyntax MissingNodeInitializers.swift
[46/140] Compiling SwiftSyntax SyntaxCollections.swift
[47/140] Compiling SwiftSyntax SyntaxEnum.swift
[48/140] Compiling SwiftSyntax SyntaxKind.swift
[49/140] Compiling SwiftSyntax SyntaxRewriter.swift
[50/140] Compiling SwiftSyntax SyntaxTraits.swift
[51/140] Compiling SwiftSyntax SyntaxTransform.swift
[52/140] Compiling SwiftSyntax SyntaxDeclNodes.swift
[53/140] Compiling SwiftSyntax SyntaxExprNodes.swift
[54/140] Compiling SwiftSyntax SyntaxNodes.swift
[55/140] Compiling SwiftSyntax SyntaxPatternNodes.swift
[56/140] Compiling SwiftSyntax SyntaxStmtNodes.swift
[57/140] Compiling SwiftSyntax SyntaxTypeNodes.swift
[70/140] Compiling SwiftSyntax ChildNameForKeyPath.swift
[71/140] Compiling SwiftSyntax Keyword.swift
[72/140] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/140] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[74/140] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[75/140] Compiling SwiftSyntax SyntaxBaseNodes.swift
[82/140] Compiling SwiftSyntax SyntaxVisitor.swift
[83/140] Compiling SwiftSyntax TokenKind.swift
[84/140] Compiling SwiftSyntax Tokens.swift
[85/140] Compiling SwiftSyntax TriviaPieces.swift
[86/140] Compiling SwiftSyntax RawSyntaxNodes.swift
[87/140] Compiling SwiftSyntax RawSyntaxValidation.swift
[88/140] Compiling SwiftSyntax SyntaxText.swift
[89/140] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[90/140] Compiling SwiftSyntax TokenDiagnostic.swift
[91/140] Compiling SwiftSyntax TokenSyntax.swift
[92/140] Compiling SwiftSyntax Trivia.swift
[93/140] Compiling SwiftSyntax Utils.swift
[95/153] Compiling SwiftDiagnostics Convenience.swift
[96/153] Emitting module SwiftDiagnostics
[97/191] Compiling SwiftDiagnostics Note.swift
[98/191] Compiling SwiftDiagnostics Message.swift
[99/191] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[100/191] Compiling SwiftBasicFormat Syntax+Extensions.swift
[101/191] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[102/191] Compiling SwiftDiagnostics FixIt.swift
[103/191] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[104/191] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[105/191] Compiling SwiftDiagnostics Diagnostic.swift
[107/191] Emitting module SwiftBasicFormat
[108/191] Compiling SwiftBasicFormat BasicFormat.swift
[110/191] Emitting module SwiftParser
[111/196] Compiling SwiftParser IsLexerClassified.swift
[112/196] Compiling SwiftParser LayoutNodes+Parsable.swift
[113/196] Compiling SwiftParser Parser+TokenSpecSet.swift
[114/196] Compiling SwiftParser TokenSpecStaticMembers.swift
[117/196] Compiling SwiftParser ParseSourceFile.swift
[118/196] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[119/196] Compiling SwiftParser StringLiterals.swift
[120/196] Compiling SwiftParser SwiftParserCompatibility.swift
[121/196] Compiling SwiftParser SyntaxUtils.swift
[122/196] Compiling SwiftParser TokenConsumer.swift
[123/196] Compiling SwiftParser TokenPrecedence.swift
[124/196] Compiling SwiftParser TokenSpec.swift
[125/196] Compiling SwiftParser TokenSpecSet.swift
[126/196] Compiling SwiftParser TopLevel.swift
[127/196] Compiling SwiftParser TriviaParser.swift
[128/196] Compiling SwiftParser Types.swift
[140/196] Compiling SwiftParser Lexer.swift
[141/196] Compiling SwiftParser RegexLiteralLexer.swift
[142/196] Compiling SwiftParser UnicodeScalarExtensions.swift
[143/196] Compiling SwiftParser Lookahead.swift
[144/196] Compiling SwiftParser LoopProgressCondition.swift
[145/196] Compiling SwiftParser Modifiers.swift
[146/196] Compiling SwiftParser Names.swift
[147/196] Compiling SwiftParser Nominals.swift
[148/196] Compiling SwiftParser Parameters.swift
[150/196] Compiling SwiftParser Parser.swift
[151/196] Compiling SwiftParser Patterns.swift
[152/196] Compiling SwiftParser Recovery.swift
[153/196] Compiling SwiftParser Specifiers.swift
[154/196] Compiling SwiftParser Statements.swift
[155/247] Compiling SwiftDiagnostics Note.swift
[156/247] Compiling SwiftDiagnostics Message.swift
[157/247] Emitting module SwiftDiagnostics
[158/247] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[159/247] Compiling SwiftDiagnostics Convenience.swift
[160/247] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[161/247] Compiling SwiftBasicFormat Syntax+Extensions.swift
[162/247] Compiling SwiftDiagnostics FixIt.swift
[163/247] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[164/247] Compiling SwiftDiagnostics Diagnostic.swift
[165/247] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[167/247] Emitting module SwiftBasicFormat
[168/247] Compiling SwiftBasicFormat BasicFormat.swift
[175/247] Compiling SwiftParser Directives.swift
[176/247] Compiling SwiftParser Modifiers.swift
[177/247] Compiling SwiftParser Names.swift
[178/247] Compiling SwiftParser Nominals.swift
[179/247] Compiling SwiftParser Parameters.swift
[180/247] Compiling SwiftParser ParseSourceFile.swift
[181/247] Compiling SwiftParser ExperimentalFeatures.swift
[182/247] Compiling SwiftParser Expressions.swift
[183/247] Compiling SwiftParser IncrementalParseTransition.swift
[184/247] Compiling SwiftParser Cursor.swift
[185/247] Compiling SwiftParser Lexeme.swift
[186/247] Compiling SwiftParser LexemeSequence.swift
[187/248] Wrapping AST for SwiftParser for debugging
[189/271] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[190/271] Compiling SwiftParser StringLiterals.swift
[191/271] Compiling SwiftParser SwiftParserCompatibility.swift
[192/271] Compiling SwiftParser SyntaxUtils.swift
[193/271] Compiling SwiftParser TokenConsumer.swift
[194/271] Compiling SwiftParser TokenPrecedence.swift
[195/271] Compiling SwiftParser TokenSpec.swift
[196/271] Compiling SwiftParser TokenSpecSet.swift
[197/271] Compiling SwiftParser TopLevel.swift
[198/271] Compiling SwiftParser TriviaParser.swift
[199/276] Compiling SwiftOperators PrecedenceGroup.swift
[200/277] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[201/277] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[202/277] Compiling SwiftOperators SyntaxSynthesis.swift
[203/277] Compiling SwiftOperators OperatorTable.swift
[204/277] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[205/278] Emitting module SwiftOperators
[206/278] Compiling SwiftOperators PrecedenceGraph.swift
[207/278] Compiling SwiftOperators OperatorTable+Semantics.swift
[208/278] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[209/278] Compiling SwiftParserDiagnostics MissingNodesError.swift
[210/278] Compiling SwiftParserDiagnostics MissingTokenError.swift
[211/278] Compiling SwiftOperators OperatorTable+Folding.swift
[218/279] Compiling SwiftParser Parser.swift
[219/279] Compiling SwiftParser Patterns.swift
[220/279] Compiling SwiftParser Recovery.swift
[221/279] Compiling SwiftParser Specifiers.swift
[222/279] Compiling SwiftParser Statements.swift
[223/279] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[224/279] Compiling SwiftParserDiagnostics PresenceUtils.swift
[225/279] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[226/279] Compiling SwiftParserDiagnostics Utils.swift
[227/279] Compiling SwiftParser LoopProgressCondition.swift
[227/279] Wrapping AST for SwiftOperators for debugging
[229/279] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[236/279] Emitting module SwiftParserDiagnostics
[237/279] Compiling SwiftParser Attributes.swift
[238/279] Compiling SwiftParser Availability.swift
[239/279] Compiling SwiftParser CharacterInfo.swift
[240/279] Compiling SwiftParser CollectionNodes+Parsable.swift
[241/279] Compiling SwiftParser Declarations.swift
[247/279] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[248/279] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[249/279] Emitting module SwiftParser
[250/279] Compiling SwiftParser Types.swift
[251/279] Compiling SwiftParser IsLexerClassified.swift
[252/279] Compiling SwiftParser LayoutNodes+Parsable.swift
[253/279] Compiling SwiftParser Parser+TokenSpecSet.swift
[254/279] Compiling SwiftParser TokenSpecStaticMembers.swift
[260/281] Wrapping AST for SwiftParser for debugging
[261/304] Wrapping AST for SwiftParserDiagnostics for debugging
[263/304] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[264/305] Compiling SwiftOperators Operator.swift
[265/305] Compiling SwiftOperators OperatorError+Diagnostics.swift
[266/306] Compiling SwiftOperators PrecedenceGroup.swift
[267/306] Emitting module SwiftOperators
[268/306] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[269/306] Compiling SwiftOperators PrecedenceGraph.swift
[270/306] Compiling SwiftOperators OperatorTable.swift
[271/306] Compiling SwiftOperators SyntaxSynthesis.swift
[272/320] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[273/320] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[274/320] Compiling SwiftOperators OperatorTable+Semantics.swift
[277/320] Compiling SwiftOperators OperatorTable+Folding.swift
[278/321] Emitting module SwiftParserDiagnostics
[280/321] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[281/321] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[282/322] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[283/322] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[283/322] Wrapping AST for SwiftOperators for debugging
[287/322] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[288/322] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[289/322] Emitting module SwiftSyntaxBuilder
[292/322] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[293/322] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[298/322] Compiling SwiftSyntaxBuilder Indenter.swift
[299/322] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[300/322] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[301/322] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[302/322] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[303/323] Wrapping AST for SwiftSyntaxBuilder for debugging
[308/338] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[309/338] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[310/339] Emitting module SwiftSyntaxMacros
[311/339] Compiling SwiftSyntaxMacros MemberMacro.swift
[312/339] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[313/339] Compiling SwiftSyntaxMacros Macro+Format.swift
[314/339] Compiling SwiftSyntaxMacros Macro.swift
[315/339] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[316/339] Compiling SwiftSyntaxMacros AccessorMacro.swift
[317/339] Compiling SwiftSyntaxMacros AttachedMacro.swift
[318/339] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[319/339] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[320/339] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[321/339] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[322/339] Compiling SwiftSyntaxMacros PeerMacro.swift
[323/340] Wrapping AST for SwiftParserDiagnostics for debugging
[325/354] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[326/354] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[327/354] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[328/354] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[329/354] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[330/354] Emitting module SwiftSyntaxBuilder
[331/362] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[332/362] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[333/362] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[334/362] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[335/362] Compiling SwiftSyntaxBuilder Indenter.swift
[336/362] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[337/362] Emitting module SwiftSyntaxMacroExpansion
[338/362] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[339/362] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[340/362] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[341/362] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[342/363] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[343/363] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[345/363] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[346/363] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[346/363] Wrapping AST for SwiftSyntaxBuilder for debugging
[348/377] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[349/377] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[350/378] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[351/378] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[352/379] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[353/379] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[355/379] Compiling SwiftSyntaxMacros AccessorMacro.swift
[356/379] Compiling SwiftSyntaxMacros AttachedMacro.swift
[357/379] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[358/379] Compiling SwiftSyntaxMacros Macro+Format.swift
[359/379] Compiling SwiftSyntaxMacros MemberMacro.swift
[360/379] Compiling SwiftSyntaxMacros Macro.swift
[361/379] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[362/379] Emitting module SwiftSyntaxMacros
[363/379] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[364/379] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[365/379] Compiling SwiftSyntaxMacros PeerMacro.swift
[366/380] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[368/394] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[369/394] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[370/394] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[371/394] Emitting module SwiftCompilerPluginMessageHandling
[372/394] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[373/394] Emitting module SwiftSyntaxMacroExpansion
[374/394] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[375/394] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[376/394] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[377/394] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[378/395] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[379/395] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[381/395] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[382/396] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[383/396] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[384/397] Emitting module SwiftCompilerPlugin
[385/397] Compiling SwiftCompilerPlugin CompilerPlugin.swift
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:103:19: error: cannot find 'dup' in scope
101 |     // Duplicate the `stdin` file descriptor, which we will then use for
102 |     // receiving messages from the plugin host.
103 |     let inputFD = dup(fileno(stdin))
    |                   `- error: cannot find 'dup' in scope
104 |     guard inputFD >= 0 else {
105 |       internalError("Could not duplicate `stdin`: \(describe(errno: errno)).")
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:105:69: error: cannot find 'errno' in scope
103 |     let inputFD = dup(fileno(stdin))
104 |     guard inputFD >= 0 else {
105 |       internalError("Could not duplicate `stdin`: \(describe(errno: errno)).")
    |                                                                     `- error: cannot find 'errno' in scope
106 |     }
107 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:111:11: error: cannot find 'close' in scope
109 |     // `stdin` so that attempts by the plugin to read console input (which
110 |     // are usually a mistake) return errors instead of blocking.
111 |     guard close(fileno(stdin)) >= 0 else {
    |           `- error: cannot find 'close' in scope
112 |       internalError("Could not close `stdin`: \(describe(errno: errno)).")
113 |     }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:112:65: error: cannot find 'errno' in scope
110 |     // are usually a mistake) return errors instead of blocking.
111 |     guard close(fileno(stdin)) >= 0 else {
112 |       internalError("Could not close `stdin`: \(describe(errno: errno)).")
    |                                                                 `- error: cannot find 'errno' in scope
113 |     }
114 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:117:20: error: cannot find 'dup' in scope
115 |     // Duplicate the `stdout` file descriptor, which we will then use for
116 |     // sending messages to the plugin host.
117 |     let outputFD = dup(fileno(stdout))
    |                    `- error: cannot find 'dup' in scope
118 |     guard outputFD >= 0 else {
119 |       internalError("Could not dup `stdout`: \(describe(errno: errno)).")
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:119:64: error: cannot find 'errno' in scope
117 |     let outputFD = dup(fileno(stdout))
118 |     guard outputFD >= 0 else {
119 |       internalError("Could not dup `stdout`: \(describe(errno: errno)).")
    |                                                                `- error: cannot find 'errno' in scope
120 |     }
121 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:124:11: error: cannot find 'dup2' in scope
122 |     // Having duplicated the original standard-output descriptor, redirect
123 |     // `stdout` to `stderr` so that all free-form text output goes there.
124 |     guard dup2(fileno(stderr), fileno(stdout)) >= 0 else {
    |           `- error: cannot find 'dup2' in scope
125 |       internalError("Could not dup2 `stdout` to `stderr`: \(describe(errno: errno)).")
126 |     }
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:125:77: error: cannot find 'errno' in scope
123 |     // `stdout` to `stderr` so that all free-form text output goes there.
124 |     guard dup2(fileno(stderr), fileno(stdout)) >= 0 else {
125 |       internalError("Could not dup2 `stdout` to `stderr`: \(describe(errno: errno)).")
    |                                                                             `- error: cannot find 'errno' in scope
126 |     }
127 |
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
BUILD FAILURE 6.1 android