Build Information
Failed to build swift-mock, reference 0.8.0 (54b3e1), with Swift 6.1 for Android on 28 May 2025 23:41:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MetalheadSanya/swift-mock.git
Reference: 0.8.0
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
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 54b3e1b Merge pull request #62 from MetalheadSanya/57-point-verify-failure-to-verify-call
Cloned https://github.com/MetalheadSanya/swift-mock.git
Revision (git rev-parse @):
54b3e1b980e0383f0d9cf09335b6b5f1c11bfab5
SUCCESS checkout https://github.com/MetalheadSanya/swift-mock.git at 0.8.0
========================================
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-4606859-2":/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-docc-plugin
Fetching https://github.com/apple/swift-syntax.git
[1/2049] Fetching swift-docc-plugin
[2050/72501] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.71s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.77s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (8.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.62s)
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.53s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
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
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
[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
[37/69] Emitting module SwiftSyntax509
[38/69] Compiling SwiftSyntax509 Empty.swift
[39/70] Wrapping AST for SwiftSyntax509 for debugging
[42/160] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/160] Compiling SwiftSyntax RawSyntax.swift
[44/160] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[45/160] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[46/160] Compiling SwiftSyntax RawSyntaxTokenView.swift
[47/160] Compiling SwiftSyntax SourceLength.swift
[48/160] Compiling SwiftSyntax SourceLocation.swift
[49/166] Compiling SwiftSyntax AbsolutePosition.swift
[50/166] Compiling SwiftSyntax Assert.swift
[51/166] Compiling SwiftSyntax BumpPtrAllocator.swift
[52/166] Compiling SwiftSyntax CommonAncestor.swift
[53/166] Compiling SwiftSyntax Convenience.swift
[54/166] Compiling SwiftSyntax MemoryLayout.swift
[55/166] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[56/166] Compiling SwiftSyntax Syntax.swift
[57/166] Compiling SwiftSyntax SyntaxArena.swift
[58/166] Compiling SwiftSyntax SyntaxChildren.swift
[59/166] Compiling SwiftSyntax SyntaxCollection.swift
[60/166] Compiling SwiftSyntax SyntaxData.swift
[74/172] Compiling SwiftSyntax SourcePresence.swift
[75/172] Emitting module SwiftSyntax
[77/172] Compiling SwiftSyntax SyntaxText.swift
[78/172] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[79/172] Compiling SwiftSyntax TokenDiagnostic.swift
[80/172] Compiling SwiftSyntax TokenSyntax.swift
[81/172] Compiling SwiftSyntax Trivia.swift
[82/172] Compiling SwiftSyntax Utils.swift
[83/172] Compiling SwiftSyntax ChildNameForKeyPath.swift
[84/172] Compiling SwiftSyntax Keyword.swift
[85/172] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[86/172] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[87/172] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[88/172] Compiling SwiftSyntax SyntaxBaseNodes.swift
[96/172] Compiling SwiftSyntax SyntaxDeclNodes.swift
[97/172] Compiling SwiftSyntax SyntaxExprNodes.swift
[98/172] Compiling SwiftSyntax SyntaxNodes.swift
[99/172] Compiling SwiftSyntax SyntaxPatternNodes.swift
[100/172] Compiling SwiftSyntax SyntaxStmtNodes.swift
[101/172] Compiling SwiftSyntax SyntaxTypeNodes.swift
[108/172] Compiling SwiftSyntax SyntaxVisitor.swift
[109/172] Compiling SwiftSyntax TokenKind.swift
[110/172] Compiling SwiftSyntax Tokens.swift
[111/172] Compiling SwiftSyntax TriviaPieces.swift
[112/172] Compiling SwiftSyntax RawSyntaxNodes.swift
[113/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
[145/174] Wrapping AST for SwiftSyntax for debugging
[148/225] Compiling SwiftDiagnostics Note.swift
[149/239] Emitting module SwiftDiagnostics
[150/271] Compiling SwiftDiagnostics Message.swift
[151/271] Compiling SwiftBasicFormat Syntax+Extensions.swift
[152/276] Compiling SwiftDiagnostics Convenience.swift
[153/276] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[154/276] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[155/276] Emitting module SwiftDiagnostics
[156/276] Compiling SwiftDiagnostics Message.swift
[157/276] Compiling SwiftDiagnostics Note.swift
[158/276] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[159/276] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[160/276] Compiling SwiftBasicFormat Syntax+Extensions.swift
[161/276] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[162/276] Compiling SwiftDiagnostics FixIt.swift
[163/276] Compiling SwiftDiagnostics Diagnostic.swift
[164/276] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[166/277] Emitting module SwiftBasicFormat
[167/277] Compiling SwiftBasicFormat BasicFormat.swift
[168/278] Compiling SwiftDiagnostics FixIt.swift
[169/278] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[170/278] Wrapping AST for SwiftDiagnostics for debugging
[172/278] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[173/278] Compiling SwiftDiagnostics Diagnostic.swift
[174/278] Compiling SwiftDiagnostics Convenience.swift
[175/279] Wrapping AST for SwiftBasicFormat for debugging
[177/279] Emitting module SwiftBasicFormat
[178/279] Compiling SwiftBasicFormat BasicFormat.swift
[178/280] Wrapping AST for SwiftDiagnostics for debugging
[180/280] Compiling SwiftParser Modifiers.swift
[181/280] Compiling SwiftParser Names.swift
[182/280] Compiling SwiftParser Nominals.swift
[183/280] Compiling SwiftParser Parameters.swift
[184/280] Compiling SwiftParser ParseSourceFile.swift
[185/285] Wrapping AST for SwiftBasicFormat for debugging
[187/285] Emitting module SwiftParser
[188/290] Compiling SwiftParser Lexer.swift
[189/290] Compiling SwiftParser RegexLiteralLexer.swift
[190/290] Compiling SwiftParser UnicodeScalarExtensions.swift
[191/290] Compiling SwiftParser Lookahead.swift
[192/290] Compiling SwiftParser LoopProgressCondition.swift
[193/290] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[194/290] Compiling SwiftParser StringLiterals.swift
[195/290] Compiling SwiftParser SwiftParserCompatibility.swift
[196/290] Compiling SwiftParser SyntaxUtils.swift
[197/290] Compiling SwiftParser TokenConsumer.swift
[203/290] Compiling SwiftParser TokenPrecedence.swift
[204/290] Compiling SwiftParser TokenSpec.swift
[205/290] Compiling SwiftParser TokenSpecSet.swift
[206/290] Compiling SwiftParser TopLevel.swift
[207/290] Compiling SwiftParser TriviaParser.swift
[208/290] Emitting module SwiftParser
[219/290] Compiling SwiftParser Parser.swift
[220/290] Compiling SwiftParser Patterns.swift
[221/290] Compiling SwiftParser Recovery.swift
[222/290] Compiling SwiftParser Specifiers.swift
[223/290] Compiling SwiftParser Statements.swift
[234/290] Compiling SwiftParser Attributes.swift
[235/290] Compiling SwiftParser Availability.swift
[236/290] Compiling SwiftParser CharacterInfo.swift
[237/290] Compiling SwiftParser CollectionNodes+Parsable.swift
[238/290] Compiling SwiftParser Declarations.swift
[239/290] Compiling SwiftParser Directives.swift
[240/290] Compiling SwiftParser ExperimentalFeatures.swift
[241/290] Compiling SwiftParser Expressions.swift
[242/290] Compiling SwiftParser IncrementalParseTransition.swift
[243/290] Compiling SwiftParser Cursor.swift
[244/290] Compiling SwiftParser Lexeme.swift
[245/290] Compiling SwiftParser LexemeSequence.swift
[246/290] Compiling SwiftParser Types.swift
[247/290] Compiling SwiftParser IsLexerClassified.swift
[248/290] Compiling SwiftParser LayoutNodes+Parsable.swift
[249/290] Compiling SwiftParser Parser+TokenSpecSet.swift
[250/290] Compiling SwiftParser TokenSpecStaticMembers.swift
[268/291] Wrapping AST for SwiftParser for debugging
[271/315] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[271/316] Wrapping AST for SwiftParser for debugging
[273/316] Compiling SwiftOperators Operator.swift
[274/316] Compiling SwiftOperators OperatorError+Diagnostics.swift
[275/317] Compiling SwiftOperators PrecedenceGroup.swift
[276/327] Compiling SwiftOperators PrecedenceGraph.swift
[277/327] Compiling SwiftOperators OperatorTable.swift
[278/340] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[279/340] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[280/340] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[281/340] Emitting module SwiftOperators
[282/340] Compiling SwiftOperators SyntaxSynthesis.swift
[283/340] Compiling SwiftOperators OperatorTable+Semantics.swift
[284/340] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[285/341] Emitting module SwiftParserDiagnostics
[286/341] Compiling SwiftParserDiagnostics MissingNodesError.swift
[287/341] Compiling SwiftParserDiagnostics MissingTokenError.swift
[288/342] Compiling SwiftOperators PrecedenceGroup.swift
[289/342] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[290/342] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[291/342] Compiling SwiftOperators OperatorTable+Folding.swift
[292/343] Compiling SwiftOperators PrecedenceGraph.swift
[293/343] Compiling SwiftOperators OperatorTable.swift
[294/343] Emitting module SwiftOperators
[296/343] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[297/343] Compiling SwiftOperators OperatorTable+Semantics.swift
[298/343] Compiling SwiftOperators SyntaxSynthesis.swift
[299/343] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[302/343] Compiling SwiftOperators OperatorTable+Folding.swift
[302/344] Wrapping AST for SwiftOperators for debugging
[304/344] Emitting module SwiftParserDiagnostics
[305/344] Wrapping AST for SwiftOperators for debugging
[307/344] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[308/344] Compiling SwiftParserDiagnostics Utils.swift
[309/344] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[312/344] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[313/344] Compiling SwiftParserDiagnostics PresenceUtils.swift
[326/346] Wrapping AST for SwiftParserDiagnostics for debugging
[330/374] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[331/374] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[332/375] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[333/375] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[334/375] Emitting module SwiftSyntaxBuilder
[335/375] Compiling SwiftSyntaxBuilder Indenter.swift
[336/375] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[337/375] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[338/375] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[339/375] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[344/375] Emitting module SwiftSyntaxBuilder
[349/375] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[350/375] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[351/376] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[352/376] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[353/376] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[354/376] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[360/377] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[361/378] Wrapping AST for SwiftSyntaxBuilder for debugging
[364/406] Compiling SwiftSyntaxMacros AccessorMacro.swift
[365/406] Compiling SwiftSyntaxMacros AttachedMacro.swift
[366/406] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[367/406] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[370/408] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[371/408] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[372/408] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[373/408] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[374/408] Compiling SwiftSyntaxMacros Macro.swift
[375/408] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[376/408] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[377/408] Compiling SwiftSyntaxMacros Macro+Format.swift
[378/408] Compiling SwiftSyntaxMacros MemberMacro.swift
[386/408] Compiling SwiftSyntaxMacros PeerMacro.swift
[390/408] Emitting module SwiftSyntaxMacros
[395/410] Wrapping AST for SwiftSyntaxMacros for debugging
[398/426] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[400/426] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[401/426] Emitting module SwiftSyntaxMacroExpansion
[402/426] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[403/426] Emitting module SwiftSyntaxMacroExpansion
[404/426] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[405/426] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[406/426] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[407/426] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[409/426] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[410/426] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[411/427] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[412/427] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[413/427] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[415/428] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[418/442] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[419/442] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[420/442] Emitting module SwiftCompilerPluginMessageHandling
[421/442] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[422/442] Emitting module SwiftCompilerPluginMessageHandling
[423/442] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[424/442] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[425/442] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[426/442] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[427/442] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[428/442] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[429/442] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[430/442] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[433/444] 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 AccessorDeclSyntax.swift
[441/472] Compiling SwiftMockMacros AttributeListSyntax.Element.swift
[442/472] Compiling SwiftMockMacros DeclModifierSyntax.swift
[443/472] Compiling SwiftMockMacros InheritanceClauseSyntax.swift
[444/472] Compiling SwiftMockMacros ProtocolDeclSyntax.swift
[445/472] Compiling SwiftMockMacros SubscriptDeclSyntax.swift
[446/472] Compiling SwiftMockMacros FunctionDeclSyntax.swift
[447/472] Compiling SwiftMockMacros FunctionSignatureSyntax.swift
[448/472] Compiling SwiftMockMacros GenericParameterSyntax.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 TokenSyntax.swift
[454/475] Compiling SwiftMockMacros TypeSyntax.swift
[455/475] Compiling SwiftMockMacros Verify.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 AssociatedTypeProcessor.swift
[461/475] Compiling SwiftMockMacros MethodProcessor.swift
[462/475] Compiling SwiftMockMacros Property.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
[468/476] Linking SwiftMockMacros-tool
[470/566] Emitting module SwiftCompilerPlugin
[471/566] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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] Compiling SwiftSyntax509 Empty.swift
[5/38] Emitting module SwiftSyntax509
[7/39] Compiling SwiftSyntax509 Empty.swift
[10/128] Compiling SwiftSyntax SyntaxText.swift
[11/128] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[12/128] Compiling SwiftSyntax TokenDiagnostic.swift
[13/128] Compiling SwiftSyntax TokenSyntax.swift
[14/128] Compiling SwiftSyntax Trivia.swift
[15/128] Compiling SwiftSyntax Utils.swift
[16/134] Compiling SwiftSyntax AbsolutePosition.swift
[17/134] Compiling SwiftSyntax Assert.swift
[18/134] Compiling SwiftSyntax BumpPtrAllocator.swift
[19/134] Compiling SwiftSyntax CommonAncestor.swift
[20/134] Compiling SwiftSyntax Convenience.swift
[21/134] Compiling SwiftSyntax MemoryLayout.swift
[22/134] Compiling SwiftSyntax MissingNodeInitializers.swift
[30/140] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/140] Compiling SwiftSyntax Syntax.swift
[32/140] Compiling SwiftSyntax SyntaxArena.swift
[33/140] Compiling SwiftSyntax SyntaxChildren.swift
[34/140] Compiling SwiftSyntax SyntaxCollection.swift
[35/140] Compiling SwiftSyntax SyntaxData.swift
[36/140] Compiling SwiftSyntax RawSyntax.swift
[37/140] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[38/140] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[39/140] Compiling SwiftSyntax RawSyntaxTokenView.swift
[40/140] Compiling SwiftSyntax SourceLength.swift
[41/140] Compiling SwiftSyntax SourceLocation.swift
[42/140] Compiling SwiftSyntax SourcePresence.swift
[50/140] Emitting module SwiftSyntax
[52/140] Compiling SwiftSyntax SyntaxCollections.swift
[53/140] Compiling SwiftSyntax SyntaxEnum.swift
[54/140] Compiling SwiftSyntax SyntaxKind.swift
[55/140] Compiling SwiftSyntax SyntaxRewriter.swift
[56/140] Compiling SwiftSyntax SyntaxTraits.swift
[57/140] Compiling SwiftSyntax SyntaxTransform.swift
[70/140] Compiling SwiftSyntax SyntaxDeclNodes.swift
[71/140] Compiling SwiftSyntax SyntaxExprNodes.swift
[72/140] Compiling SwiftSyntax SyntaxNodes.swift
[73/140] Compiling SwiftSyntax SyntaxPatternNodes.swift
[74/140] Compiling SwiftSyntax SyntaxStmtNodes.swift
[75/140] Compiling SwiftSyntax SyntaxTypeNodes.swift
[82/140] Compiling SwiftSyntax ChildNameForKeyPath.swift
[83/140] Compiling SwiftSyntax Keyword.swift
[84/140] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[85/140] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[86/140] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[87/140] Compiling SwiftSyntax SyntaxBaseNodes.swift
[88/140] Compiling SwiftSyntax SyntaxVisitor.swift
[89/140] Compiling SwiftSyntax TokenKind.swift
[90/140] Compiling SwiftSyntax Tokens.swift
[91/140] Compiling SwiftSyntax TriviaPieces.swift
[92/140] Compiling SwiftSyntax RawSyntaxNodes.swift
[93/140] Compiling SwiftSyntax RawSyntaxValidation.swift
[95/145] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[96/153] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[97/159] Compiling SwiftBasicFormat Syntax+Extensions.swift
[98/191] Compiling SwiftDiagnostics FixIt.swift
[99/191] Compiling SwiftDiagnostics Note.swift
[100/191] Emitting module SwiftDiagnostics
[101/191] Compiling SwiftDiagnostics Convenience.swift
[102/191] Compiling SwiftDiagnostics Message.swift
[103/191] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[104/191] Compiling SwiftDiagnostics Diagnostic.swift
[105/191] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[107/191] Compiling SwiftBasicFormat BasicFormat.swift
[108/191] Emitting module SwiftBasicFormat
[110/191] Compiling SwiftParser Parser.swift
[111/191] Compiling SwiftParser Patterns.swift
[112/191] Compiling SwiftParser Recovery.swift
[113/191] Compiling SwiftParser Specifiers.swift
[114/191] Compiling SwiftParser Statements.swift
[122/191] Compiling SwiftParser LexemeSequence.swift
[123/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[124/191] Compiling SwiftParser StringLiterals.swift
[125/191] Compiling SwiftParser SwiftParserCompatibility.swift
[126/191] Compiling SwiftParser SyntaxUtils.swift
[127/191] Compiling SwiftParser TokenConsumer.swift
[129/191] Emitting module SwiftParser
[130/201] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[131/247] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[132/247] Compiling SwiftDiagnostics Convenience.swift
[133/247] Compiling SwiftBasicFormat Syntax+Extensions.swift
[134/247] Compiling SwiftDiagnostics Message.swift
[135/247] Compiling SwiftDiagnostics Note.swift
[136/247] Emitting module SwiftDiagnostics
[137/247] Compiling SwiftParser LexemeSequence.swift
[138/247] Compiling SwiftParser Lexer.swift
[139/247] Compiling SwiftParser RegexLiteralLexer.swift
[140/247] Compiling SwiftParser UnicodeScalarExtensions.swift
[141/247] Compiling SwiftParser Lookahead.swift
[142/247] Compiling SwiftParser TokenPrecedence.swift
[143/247] Compiling SwiftParser TokenSpec.swift
[144/247] Compiling SwiftParser TokenSpecSet.swift
[145/247] Compiling SwiftParser TopLevel.swift
[146/247] Compiling SwiftParser TriviaParser.swift
[147/247] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[148/247] Compiling SwiftParser StringLiterals.swift
[149/247] Compiling SwiftParser SwiftParserCompatibility.swift
[150/247] Compiling SwiftParser SyntaxUtils.swift
[151/247] Compiling SwiftParser TokenConsumer.swift
[152/247] Compiling SwiftParser LoopProgressCondition.swift
[153/247] Compiling SwiftParser Modifiers.swift
[154/247] Compiling SwiftParser Names.swift
[155/247] Compiling SwiftParser Nominals.swift
[156/247] Compiling SwiftParser Parameters.swift
[157/247] Compiling SwiftDiagnostics FixIt.swift
[158/247] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[159/247] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[160/247] Compiling SwiftDiagnostics Diagnostic.swift
[162/247] Compiling SwiftBasicFormat BasicFormat.swift
[163/247] Emitting module SwiftBasicFormat
[175/252] Emitting module SwiftParser
[176/252] Compiling SwiftParser Types.swift
[177/252] Compiling SwiftParser IsLexerClassified.swift
[178/252] Compiling SwiftParser LayoutNodes+Parsable.swift
[179/252] Compiling SwiftParser Parser+TokenSpecSet.swift
[180/252] Compiling SwiftParser TokenSpecStaticMembers.swift
[185/252] Compiling SwiftParser ParseSourceFile.swift
[186/252] Compiling SwiftParser Parser.swift
[187/252] Compiling SwiftParser Patterns.swift
[188/252] Compiling SwiftParser Recovery.swift
[189/252] Compiling SwiftParser Specifiers.swift
[190/252] Compiling SwiftParser Statements.swift
[197/252] Compiling SwiftParser Directives.swift
[198/252] Compiling SwiftParser ExperimentalFeatures.swift
[199/252] Compiling SwiftParser Expressions.swift
[200/252] Compiling SwiftParser IncrementalParseTransition.swift
[201/252] Compiling SwiftParser Cursor.swift
[202/252] Compiling SwiftParser Lexeme.swift
[203/252] Compiling SwiftParser Attributes.swift
[204/252] Compiling SwiftParser Availability.swift
[205/252] Compiling SwiftParser CharacterInfo.swift
[206/252] Compiling SwiftParser CollectionNodes+Parsable.swift
[207/252] Compiling SwiftParser Declarations.swift
[208/253] Wrapping AST for SwiftParser for debugging
[210/276] Compiling SwiftOperators PrecedenceGroup.swift
[211/277] Compiling SwiftParserDiagnostics MissingNodesError.swift
[212/277] Compiling SwiftParserDiagnostics MissingTokenError.swift
[213/277] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[214/278] Compiling SwiftOperators OperatorTable+Semantics.swift
[215/278] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[216/278] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[217/278] Compiling SwiftOperators OperatorTable.swift
[218/278] Compiling SwiftOperators PrecedenceGraph.swift
[219/278] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[220/278] Compiling SwiftOperators SyntaxSynthesis.swift
[221/278] Emitting module SwiftOperators
[222/278] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[223/278] Compiling SwiftParserDiagnostics PresenceUtils.swift
[224/278] Compiling SwiftOperators OperatorTable+Folding.swift
[229/279] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[230/279] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[233/279] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[234/279] Compiling SwiftParserDiagnostics Utils.swift
[245/279] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[250/280] Wrapping AST for SwiftOperators for debugging
[252/280] Wrapping AST for SwiftParser for debugging
[256/280] Emitting module SwiftParserDiagnostics
[257/303] Compiling SwiftOperators PrecedenceGroup.swift
[258/304] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[259/305] Compiling SwiftParserDiagnostics MissingNodesError.swift
[260/305] Compiling SwiftParserDiagnostics MissingTokenError.swift
[261/305] Compiling SwiftOperators OperatorTable.swift
[262/305] Compiling SwiftOperators PrecedenceGraph.swift
[263/305] Emitting module SwiftOperators
[264/305] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[265/305] Compiling SwiftOperators SyntaxSynthesis.swift
[266/305] Compiling SwiftOperators OperatorTable+Folding.swift
[267/305] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[268/305] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[269/305] Compiling SwiftOperators OperatorTable+Semantics.swift
[270/306] Wrapping AST for SwiftOperators for debugging
[272/306] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[273/306] Compiling SwiftParserDiagnostics Utils.swift
[274/306] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[275/306] Emitting module SwiftParserDiagnostics
[278/306] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[279/306] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[281/307] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[282/307] Compiling SwiftParserDiagnostics PresenceUtils.swift
[282/307] Wrapping AST for SwiftParserDiagnostics for debugging
[284/321] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[285/321] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[286/322] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[287/322] Compiling SwiftSyntaxBuilder Indenter.swift
[288/322] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[289/322] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[290/322] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[291/322] Emitting module SwiftSyntaxBuilder
[292/322] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[293/322] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[294/322] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[295/322] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[296/322] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[297/322] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[298/322] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[306/324] Wrapping AST for SwiftSyntaxBuilder for debugging
[307/324] Wrapping AST for SwiftParserDiagnostics for debugging
[309/352] Compiling SwiftSyntaxBuilder Indenter.swift
[310/352] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[311/352] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[312/352] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[313/353] Compiling SwiftSyntaxMacros MemberMacro.swift
[314/353] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[315/353] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[316/353] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[317/353] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[318/353] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[319/353] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[320/353] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[321/353] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[322/353] Emitting module SwiftSyntaxMacros
[323/353] Compiling SwiftSyntaxMacros PeerMacro.swift
[331/357] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[334/362] Emitting module SwiftSyntaxBuilder
[337/362] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[340/362] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[341/363] Emitting module SwiftSyntaxMacroExpansion
[342/363] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[344/363] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[345/363] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[345/363] Wrapping AST for SwiftSyntaxBuilder for debugging
[347/377] Compiling SwiftSyntaxMacros AccessorMacro.swift
[348/377] Compiling SwiftSyntaxMacros AttachedMacro.swift
[349/378] Compiling SwiftSyntaxMacros Macro.swift
[350/378] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[351/378] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[352/378] Compiling SwiftSyntaxMacros Macro+Format.swift
[353/378] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[354/378] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[355/378] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[356/378] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[357/378] Compiling SwiftSyntaxMacros MemberMacro.swift
[358/378] Emitting module SwiftSyntaxMacros
[359/378] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[360/378] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[361/378] Compiling SwiftSyntaxMacros PeerMacro.swift
[362/379] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[363/379] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[364/379] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[366/379] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[368/394] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[369/394] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[370/394] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[371/394] Emitting module SwiftCompilerPluginMessageHandling
[372/394] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[373/394] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[374/394] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[375/394] Emitting module SwiftSyntaxMacroExpansion
[376/394] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[377/394] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[378/394] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[379/394] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[380/394] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[382/395] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[383/395] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[384/395] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[386/404] Emitting module SwiftCompilerPlugin
[387/404] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[388/404] 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