Build Information
Successful build of swift-fatal-test-value, reference main (c22297
), with Swift 6.1 for Linux on 28 Apr 2025 00:19:59 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CuriositySoftware/swift-fatal-test-value.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/CuriositySoftware/swift-fatal-test-value
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c222973 Merge pull request #11 from CuriositySoftware/yimajo-patch-1
Cloned https://github.com/CuriositySoftware/swift-fatal-test-value.git
Revision (git rev-parse @):
c222973b23117e4c2f553077fa72a5e28c900ff5
SUCCESS checkout https://github.com/CuriositySoftware/swift-fatal-test-value.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/CuriositySoftware/swift-fatal-test-value.git
https://github.com/CuriositySoftware/swift-fatal-test-value.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.2",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "swift-fatal-test-value",
"name" : "swift-fatal-test-value",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FatalTestValue",
"targets" : [
"FatalTestValue"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImplementationMacroClient",
"targets" : [
"ImplementationMacroClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "FatalErrorTestValueImplementationMacro",
"targets" : [
"FatalErrorTestValueImplementationMacro"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ImplementationMacroClient",
"module_type" : "SwiftTarget",
"name" : "ImplementationMacroClient",
"path" : "Sources/ImplementationMacroClient",
"product_dependencies" : [
"SwiftSyntaxMacros"
],
"product_memberships" : [
"ImplementationMacroClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"FatalTestValue"
],
"type" : "executable"
},
{
"c99name" : "FatalTestValue",
"module_type" : "SwiftTarget",
"name" : "FatalTestValue",
"path" : "Sources/FatalTestValue",
"product_memberships" : [
"FatalTestValue",
"ImplementationMacroClient"
],
"sources" : [
"FatalTestValue.swift"
],
"target_dependencies" : [
"FatalErrorTestValueImplementationMacro"
],
"type" : "library"
},
{
"c99name" : "FatalErrorTestValueImplementationMacroTests",
"module_type" : "SwiftTarget",
"name" : "FatalErrorTestValueImplementationMacroTests",
"path" : "Tests/FatalErrorTestValueImplementationMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"FatalErrorTestValueImplementationMacroTests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"FatalErrorTestValueImplementationMacro"
],
"type" : "test"
},
{
"c99name" : "FatalErrorTestValueImplementationMacro",
"module_type" : "SwiftTarget",
"name" : "FatalErrorTestValueImplementationMacro",
"path" : "Sources/FatalErrorTestValueImplementationMacro",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"FatalTestValue",
"ImplementationMacroClient",
"FatalErrorTestValueImplementationMacro"
],
"sources" : [
"Diagnostics/Diagnostics.swift",
"Extensions/PatternBindingSyntax+Closure.swift",
"Macro/FatalErrorTestValueImplementationMacro.swift",
"Plugin.swift",
"Utility.swift"
],
"type" : "macro"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70233] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.59s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (11.70s)
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
Building for debugging...
[0/51] Write sources
[23/51] Write swift-version-24593BA9C3E375BF.txt
[25/55] Emitting module SwiftSyntax509
[26/55] Compiling SwiftSyntax509 Empty.swift
[28/56] Emitting module SwiftSyntax509
[29/56] Compiling SwiftSyntax509 Empty.swift
[30/57] Wrapping AST for SwiftSyntax509 for debugging
[33/147] Compiling SwiftSyntax RawSyntax.swift
[34/147] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[35/147] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[36/147] Compiling SwiftSyntax RawSyntaxTokenView.swift
[37/147] Compiling SwiftSyntax SourceLength.swift
[38/147] Compiling SwiftSyntax SourceLocation.swift
[39/147] Compiling SwiftSyntax SourcePresence.swift
[40/153] Compiling SwiftSyntax SyntaxVisitor.swift
[41/153] Compiling SwiftSyntax TokenKind.swift
[42/153] Compiling SwiftSyntax Tokens.swift
[43/153] Compiling SwiftSyntax TriviaPieces.swift
[44/153] Compiling SwiftSyntax RawSyntaxNodes.swift
[45/153] Compiling SwiftSyntax RawSyntaxValidation.swift
[46/153] Compiling SwiftSyntax SyntaxText.swift
[47/153] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[48/153] Compiling SwiftSyntax TokenDiagnostic.swift
[49/153] Compiling SwiftSyntax TokenSyntax.swift
[50/153] Compiling SwiftSyntax Trivia.swift
[51/153] Compiling SwiftSyntax Utils.swift
[52/159] Emitting module SwiftSyntax
[54/159] Compiling SwiftSyntax AbsolutePosition.swift
[55/159] Compiling SwiftSyntax Assert.swift
[56/159] Compiling SwiftSyntax BumpPtrAllocator.swift
[57/159] Compiling SwiftSyntax CommonAncestor.swift
[58/159] Compiling SwiftSyntax Convenience.swift
[59/159] Compiling SwiftSyntax MemoryLayout.swift
[60/159] Compiling SwiftSyntax MissingNodeInitializers.swift
[68/159] Compiling SwiftSyntax ChildNameForKeyPath.swift
[69/159] Compiling SwiftSyntax Keyword.swift
[70/159] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[71/159] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[72/159] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[73/159] Compiling SwiftSyntax SyntaxBaseNodes.swift
[80/159] Compiling SwiftSyntax SyntaxCollections.swift
[81/159] Compiling SwiftSyntax SyntaxEnum.swift
[82/159] Compiling SwiftSyntax SyntaxKind.swift
[83/159] Compiling SwiftSyntax SyntaxRewriter.swift
[84/159] Compiling SwiftSyntax SyntaxTraits.swift
[85/159] Compiling SwiftSyntax SyntaxTransform.swift
[87/159] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[88/159] Compiling SwiftSyntax Syntax.swift
[89/159] Compiling SwiftSyntax SyntaxArena.swift
[90/159] Compiling SwiftSyntax SyntaxChildren.swift
[91/159] Compiling SwiftSyntax SyntaxCollection.swift
[92/159] Compiling SwiftSyntax SyntaxData.swift
[93/159] Compiling SwiftSyntax SyntaxDeclNodes.swift
[94/159] Compiling SwiftSyntax SyntaxExprNodes.swift
[95/159] Compiling SwiftSyntax SyntaxNodes.swift
[96/159] Compiling SwiftSyntax SyntaxPatternNodes.swift
[97/159] Compiling SwiftSyntax SyntaxStmtNodes.swift
[98/159] Compiling SwiftSyntax SyntaxTypeNodes.swift
[117/172] Wrapping AST for SwiftSyntax for debugging
[119/211] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[120/211] Compiling SwiftDiagnostics Convenience.swift
[121/211] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[122/211] Compiling SwiftBasicFormat Syntax+Extensions.swift
[123/211] Compiling SwiftDiagnostics FixIt.swift
[124/211] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[125/211] Compiling SwiftDiagnostics Message.swift
[126/211] Emitting module SwiftDiagnostics
[127/211] Compiling SwiftDiagnostics Note.swift
[128/211] Compiling SwiftDiagnostics Diagnostic.swift
[129/211] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[130/212] Emitting module SwiftBasicFormat
[131/212] Compiling SwiftBasicFormat BasicFormat.swift
[133/213] Wrapping AST for SwiftDiagnostics for debugging
[134/213] Wrapping AST for SwiftBasicFormat for debugging
[136/213] Compiling SwiftParser TokenPrecedence.swift
[137/213] Compiling SwiftParser TokenSpec.swift
[138/213] Compiling SwiftParser TokenSpecSet.swift
[139/213] Compiling SwiftParser TopLevel.swift
[140/213] Compiling SwiftParser TriviaParser.swift
[148/213] Compiling SwiftParser ParseSourceFile.swift
[149/213] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[150/213] Compiling SwiftParser StringLiterals.swift
[151/213] Compiling SwiftParser SwiftParserCompatibility.swift
[152/213] Compiling SwiftParser SyntaxUtils.swift
[153/213] Compiling SwiftParser TokenConsumer.swift
[155/214] Emitting module SwiftParser
[155/229] Wrapping AST for SwiftSyntax for debugging
[157/270] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[158/270] Compiling SwiftDiagnostics FixIt.swift
[159/270] Compiling SwiftDiagnostics Message.swift
[160/270] Compiling SwiftBasicFormat Syntax+Extensions.swift
[161/270] Compiling SwiftDiagnostics Note.swift
[162/270] Emitting module SwiftDiagnostics
[163/270] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[164/270] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[165/270] Compiling SwiftParser TokenPrecedence.swift
[166/270] Compiling SwiftParser TokenSpec.swift
[167/270] Compiling SwiftParser TokenSpecSet.swift
[168/270] Compiling SwiftParser TopLevel.swift
[169/270] Compiling SwiftParser TriviaParser.swift
[170/270] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[171/270] Compiling SwiftParser StringLiterals.swift
[172/270] Compiling SwiftParser SwiftParserCompatibility.swift
[173/270] Compiling SwiftParser SyntaxUtils.swift
[174/270] Compiling SwiftParser TokenConsumer.swift
[175/270] Compiling SwiftDiagnostics Diagnostic.swift
[176/270] Compiling SwiftDiagnostics Convenience.swift
[177/270] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[178/271] Wrapping AST for SwiftDiagnostics for debugging
[180/271] Emitting module SwiftBasicFormat
[181/271] Compiling SwiftBasicFormat BasicFormat.swift
[183/272] Compiling SwiftParser Lexer.swift
[184/272] Compiling SwiftParser RegexLiteralLexer.swift
[185/272] Compiling SwiftParser UnicodeScalarExtensions.swift
[186/272] Compiling SwiftParser Lookahead.swift
[187/272] Compiling SwiftParser LoopProgressCondition.swift
[188/272] Compiling SwiftParser Parser.swift
[189/272] Compiling SwiftParser Patterns.swift
[190/272] Compiling SwiftParser Recovery.swift
[191/272] Compiling SwiftParser Specifiers.swift
[192/272] Compiling SwiftParser Statements.swift
[193/272] Compiling SwiftParser Modifiers.swift
[194/272] Compiling SwiftParser Names.swift
[195/272] Compiling SwiftParser Nominals.swift
[196/272] Compiling SwiftParser Parameters.swift
[197/272] Compiling SwiftParser ParseSourceFile.swift
[197/272] Wrapping AST for SwiftBasicFormat for debugging
[199/272] Emitting module SwiftParser
[225/277] Compiling SwiftParser ExperimentalFeatures.swift
[226/277] Compiling SwiftParser Expressions.swift
[227/277] Compiling SwiftParser IncrementalParseTransition.swift
[228/277] Compiling SwiftParser Cursor.swift
[229/277] Compiling SwiftParser Lexeme.swift
[230/277] Compiling SwiftParser LexemeSequence.swift
[231/277] Compiling SwiftParser Attributes.swift
[232/277] Compiling SwiftParser Availability.swift
[233/277] Compiling SwiftParser CharacterInfo.swift
[234/277] Compiling SwiftParser CollectionNodes+Parsable.swift
[235/277] Compiling SwiftParser Declarations.swift
[236/277] Compiling SwiftParser Directives.swift
[237/277] Compiling SwiftParser Types.swift
[238/277] Compiling SwiftParser IsLexerClassified.swift
[239/277] Compiling SwiftParser LayoutNodes+Parsable.swift
[240/277] Compiling SwiftParser Parser+TokenSpecSet.swift
[241/277] Compiling SwiftParser TokenSpecStaticMembers.swift
[242/278] Wrapping AST for SwiftParser for debugging
[244/301] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[245/302] Compiling SwiftOperators Operator.swift
[246/302] Compiling SwiftOperators OperatorError+Diagnostics.swift
[247/302] Compiling SwiftOperators OperatorError.swift
[248/302] Compiling SwiftOperators OperatorTable+Defaults.swift
[249/302] Compiling SwiftOperators PrecedenceGroup.swift
[250/303] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[251/303] Compiling SwiftOperators OperatorTable.swift
[252/303] Compiling SwiftOperators PrecedenceGraph.swift
[253/303] Emitting module SwiftOperators
[254/303] Compiling SwiftOperators OperatorTable+Semantics.swift
[255/303] Compiling SwiftOperators SyntaxSynthesis.swift
[256/303] Compiling SwiftOperators OperatorTable+Folding.swift
[258/304] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[259/304] Compiling SwiftParserDiagnostics Utils.swift
[260/304] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[261/304] Emitting module SwiftParserDiagnostics
[268/304] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[269/304] Compiling SwiftParserDiagnostics PresenceUtils.swift
[270/304] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[271/304] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[275/304] Wrapping AST for SwiftOperators for debugging
[288/306] Wrapping AST for SwiftParser for debugging
[291/319] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[291/320] Wrapping AST for SwiftParserDiagnostics for debugging
[293/334] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[294/334] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[295/334] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[296/334] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[297/334] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[298/334] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[301/335] Emitting module SwiftSyntaxBuilder
[302/335] Emitting module SwiftParserDiagnostics
[303/335] Compiling SwiftSyntaxBuilder Indenter.swift
[304/335] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[305/335] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[306/335] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[307/335] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[308/335] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[309/335] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[312/335] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[313/335] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[314/335] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[321/337] Wrapping AST for SwiftSyntaxBuilder for debugging
[323/349] Wrapping AST for SwiftParserDiagnostics for debugging
[325/364] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[326/364] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[327/366] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[328/366] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[329/366] Compiling SwiftSyntaxMacros PeerMacro.swift
[330/366] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[331/366] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[332/366] Compiling SwiftSyntaxBuilder Indenter.swift
[333/366] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[334/366] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[335/366] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[336/366] Compiling SwiftSyntaxMacros MemberMacro.swift
[337/366] Emitting module SwiftSyntaxMacros
[338/366] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[339/366] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[342/368] Wrapping AST for SwiftSyntaxMacros for debugging
[344/368] Emitting module SwiftSyntaxBuilder
[349/376] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[350/376] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[351/376] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[352/376] Emitting module SwiftSyntaxMacroExpansion
[357/376] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[358/376] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[359/376] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[362/376] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[364/377] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[365/377] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[366/378] Wrapping AST for SwiftSyntaxBuilder for debugging
[367/392] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[369/392] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[370/392] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[371/397] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[372/397] Compiling SwiftSyntaxMacros Macro+Format.swift
[373/397] Compiling SwiftSyntaxMacros MemberMacro.swift
[374/397] Compiling SwiftSyntaxMacros Macro.swift
[375/398] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[376/400] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[377/400] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[378/400] Emitting module SwiftSyntaxMacros
[379/400] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[380/400] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[381/400] Compiling SwiftSyntaxMacros AccessorMacro.swift
[382/400] Compiling SwiftSyntaxMacros AttachedMacro.swift
[383/400] Compiling SwiftSyntaxMacros PeerMacro.swift
[385/401] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[386/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[387/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[388/401] Emitting module SwiftCompilerPluginMessageHandling
[388/401] Wrapping AST for SwiftSyntaxMacros for debugging
[390/401] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[391/401] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[392/401] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[393/402] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[395/404] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[396/404] Emitting module SwiftCompilerPlugin
[397/405] Wrapping AST for SwiftCompilerPlugin for debugging
[399/411] Compiling FatalErrorTestValueImplementationMacro PatternBindingSyntax+Closure.swift
[400/411] Compiling FatalErrorTestValueImplementationMacro Diagnostics.swift
[401/411] Emitting module FatalErrorTestValueImplementationMacro
[402/411] Compiling FatalErrorTestValueImplementationMacro Utility.swift
[403/411] Compiling FatalErrorTestValueImplementationMacro Plugin.swift
[404/411] Compiling FatalErrorTestValueImplementationMacro FatalErrorTestValueImplementationMacro.swift
[405/412] Wrapping AST for FatalErrorTestValueImplementationMacro for debugging
[406/412] Write Objects.LinkFileList
[407/412] Linking FatalErrorTestValueImplementationMacro-tool
[409/414] Compiling FatalTestValue FatalTestValue.swift
[410/414] Emitting module FatalTestValue
[411/415] Wrapping AST for FatalTestValue for debugging
[413/417] Compiling ImplementationMacroClient main.swift
macro expansion @FatalTestValue:2:23: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Example' may have shared mutable state; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/ImplementationMacroClient/main.swift:9:2: note: expanded code originates here
2 |
3 | @FatalTestValue
4 | struct Example {
| `- note: consider making struct 'Example' conform to the 'Sendable' protocol
5 | var create: @Sendable (Int) async throws -> Void
6 | var read: @Sendable (Int) async throws -> String
7 | var update: @Sendable (Int, String) async throws -> Void
8 | var delete: (Int) -> Void
9 | }
+--- macro expansion @FatalTestValue --------------------------------
| 1 | extension Example {
| 2 | public static let testValue = Example(
| | |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Example' may have shared mutable state; this is an error in the Swift 6 language mode
| | |- note: add '@MainActor' to make static property 'testValue' part of global actor 'MainActor'
| | `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
| 3 | create: { _ in
| 4 | fatalError()
+--------------------------------------------------------------------
10 |
[414/417] Emitting module ImplementationMacroClient
macro expansion @FatalTestValue:2:23: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Example' may have shared mutable state; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/ImplementationMacroClient/main.swift:9:2: note: expanded code originates here
2 |
3 | @FatalTestValue
4 | struct Example {
| `- note: consider making struct 'Example' conform to the 'Sendable' protocol
5 | var create: @Sendable (Int) async throws -> Void
6 | var read: @Sendable (Int) async throws -> String
7 | var update: @Sendable (Int, String) async throws -> Void
8 | var delete: (Int) -> Void
9 | }
+--- macro expansion @FatalTestValue --------------------------------
| 1 | extension Example {
| 2 | public static let testValue = Example(
| | |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'Example' may have shared mutable state; this is an error in the Swift 6 language mode
| | |- note: add '@MainActor' to make static property 'testValue' part of global actor 'MainActor'
| | `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
| 3 | create: { _ in
| 4 | fatalError()
+--------------------------------------------------------------------
10 |
[415/418] Wrapping AST for ImplementationMacroClient for debugging
[416/418] Write Objects.LinkFileList
[417/418] Linking ImplementationMacroClient
Build complete! (231.79s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.2",
"upper_bound" : "510.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "swift-fatal-test-value",
"name" : "swift-fatal-test-value",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FatalTestValue",
"targets" : [
"FatalTestValue"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ImplementationMacroClient",
"targets" : [
"ImplementationMacroClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "FatalErrorTestValueImplementationMacro",
"targets" : [
"FatalErrorTestValueImplementationMacro"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ImplementationMacroClient",
"module_type" : "SwiftTarget",
"name" : "ImplementationMacroClient",
"path" : "Sources/ImplementationMacroClient",
"product_dependencies" : [
"SwiftSyntaxMacros"
],
"product_memberships" : [
"ImplementationMacroClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"FatalTestValue"
],
"type" : "executable"
},
{
"c99name" : "FatalTestValue",
"module_type" : "SwiftTarget",
"name" : "FatalTestValue",
"path" : "Sources/FatalTestValue",
"product_memberships" : [
"FatalTestValue",
"ImplementationMacroClient"
],
"sources" : [
"FatalTestValue.swift"
],
"target_dependencies" : [
"FatalErrorTestValueImplementationMacro"
],
"type" : "library"
},
{
"c99name" : "FatalErrorTestValueImplementationMacroTests",
"module_type" : "SwiftTarget",
"name" : "FatalErrorTestValueImplementationMacroTests",
"path" : "Tests/FatalErrorTestValueImplementationMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"FatalErrorTestValueImplementationMacroTests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"FatalErrorTestValueImplementationMacro"
],
"type" : "test"
},
{
"c99name" : "FatalErrorTestValueImplementationMacro",
"module_type" : "SwiftTarget",
"name" : "FatalErrorTestValueImplementationMacro",
"path" : "Sources/FatalErrorTestValueImplementationMacro",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"FatalTestValue",
"ImplementationMacroClient",
"FatalErrorTestValueImplementationMacro"
],
"sources" : [
"Diagnostics/Diagnostics.swift",
"Extensions/PatternBindingSyntax+Closure.swift",
"Macro/FatalErrorTestValueImplementationMacro.swift",
"Plugin.swift",
"Utility.swift"
],
"type" : "macro"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.