Build Information
Successful build of swift-fatal-test-value, reference main (c22297
), with Swift 6.1 for Android on 28 May 2025 23:02:37 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.97s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (10.24s)
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
[27/56] Emitting module SwiftSyntax509
[28/56] Compiling SwiftSyntax509 Empty.swift
[30/57] Wrapping AST for SwiftSyntax509 for debugging
[33/147] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[34/147] Compiling SwiftSyntax Syntax.swift
[35/147] Compiling SwiftSyntax SyntaxArena.swift
[36/147] Compiling SwiftSyntax SyntaxChildren.swift
[37/147] Compiling SwiftSyntax SyntaxCollection.swift
[38/147] Compiling SwiftSyntax SyntaxData.swift
[39/147] Compiling SwiftSyntax RawSyntax.swift
[47/159] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/159] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[49/159] Compiling SwiftSyntax RawSyntaxTokenView.swift
[50/159] Compiling SwiftSyntax SourceLength.swift
[51/159] Compiling SwiftSyntax SourceLocation.swift
[52/159] Compiling SwiftSyntax SourcePresence.swift
[53/159] Emitting module SwiftSyntax
[55/159] Compiling SwiftSyntax AbsolutePosition.swift
[56/159] Compiling SwiftSyntax Assert.swift
[57/159] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/159] Compiling SwiftSyntax CommonAncestor.swift
[59/159] Compiling SwiftSyntax Convenience.swift
[60/159] Compiling SwiftSyntax MemoryLayout.swift
[61/159] Compiling SwiftSyntax MissingNodeInitializers.swift
[62/159] Compiling SwiftSyntax SyntaxText.swift
[63/159] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[64/159] Compiling SwiftSyntax TokenDiagnostic.swift
[65/159] Compiling SwiftSyntax TokenSyntax.swift
[66/159] Compiling SwiftSyntax Trivia.swift
[67/159] Compiling SwiftSyntax Utils.swift
[68/159] Compiling SwiftSyntax SyntaxDeclNodes.swift
[69/159] Compiling SwiftSyntax SyntaxExprNodes.swift
[70/159] Compiling SwiftSyntax SyntaxNodes.swift
[71/159] Compiling SwiftSyntax SyntaxPatternNodes.swift
[72/159] Compiling SwiftSyntax SyntaxStmtNodes.swift
[73/159] Compiling SwiftSyntax SyntaxTypeNodes.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
[86/159] Compiling SwiftSyntax ChildNameForKeyPath.swift
[87/159] Compiling SwiftSyntax Keyword.swift
[88/159] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[89/159] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[90/159] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[91/159] Compiling SwiftSyntax SyntaxBaseNodes.swift
[111/159] Compiling SwiftSyntax SyntaxVisitor.swift
[112/159] Compiling SwiftSyntax TokenKind.swift
[113/159] Compiling SwiftSyntax Tokens.swift
[114/159] Compiling SwiftSyntax TriviaPieces.swift
[115/159] Compiling SwiftSyntax RawSyntaxNodes.swift
[116/159] Compiling SwiftSyntax RawSyntaxValidation.swift
[136/161] Wrapping AST for SwiftSyntax for debugging
[139/263] Compiling SwiftDiagnostics Message.swift
[140/263] Compiling SwiftDiagnostics Convenience.swift
[141/263] Emitting module SwiftDiagnostics
[142/263] Compiling SwiftDiagnostics Note.swift
[143/263] Emitting module SwiftDiagnostics
[144/263] Compiling SwiftDiagnostics Message.swift
[145/263] Compiling SwiftDiagnostics Note.swift
[146/263] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[147/263] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[148/263] Compiling SwiftBasicFormat Syntax+Extensions.swift
[149/263] Emitting module SwiftBasicFormat
[150/263] Compiling SwiftBasicFormat Syntax+Extensions.swift
[151/263] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[152/263] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[153/263] Compiling SwiftDiagnostics FixIt.swift
[154/263] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[156/263] Compiling SwiftDiagnostics FixIt.swift
[157/263] Compiling SwiftDiagnostics Diagnostic.swift
[158/263] Compiling SwiftDiagnostics Convenience.swift
[159/263] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[160/264] Compiling SwiftDiagnostics Diagnostic.swift
[161/264] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[163/265] Wrapping AST for SwiftDiagnostics for debugging
[165/265] Compiling SwiftBasicFormat BasicFormat.swift
[165/266] Wrapping AST for SwiftDiagnostics for debugging
[167/266] Compiling SwiftBasicFormat BasicFormat.swift
[168/266] Emitting module SwiftBasicFormat
[171/267] Emitting module SwiftParser
[171/272] Wrapping AST for SwiftBasicFormat for debugging
[174/272] Emitting module SwiftParser
[175/277] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[176/277] Compiling SwiftParser StringLiterals.swift
[177/277] Compiling SwiftParser SwiftParserCompatibility.swift
[178/277] Compiling SwiftParser SyntaxUtils.swift
[179/277] Compiling SwiftParser TokenConsumer.swift
[180/277] Compiling SwiftParser TokenPrecedence.swift
[181/277] Compiling SwiftParser TokenSpec.swift
[182/277] Compiling SwiftParser TokenSpecSet.swift
[183/277] Compiling SwiftParser TopLevel.swift
[184/277] Compiling SwiftParser TriviaParser.swift
[185/277] Compiling SwiftParser Lexer.swift
[186/277] Compiling SwiftParser RegexLiteralLexer.swift
[187/277] Compiling SwiftParser UnicodeScalarExtensions.swift
[188/277] Compiling SwiftParser Lookahead.swift
[189/277] Compiling SwiftParser LoopProgressCondition.swift
[205/277] Compiling SwiftParser ExperimentalFeatures.swift
[206/277] Compiling SwiftParser Expressions.swift
[207/277] Compiling SwiftParser IncrementalParseTransition.swift
[208/277] Compiling SwiftParser Cursor.swift
[209/277] Compiling SwiftParser Lexeme.swift
[210/277] Compiling SwiftParser Modifiers.swift
[211/277] Compiling SwiftParser Names.swift
[212/277] Compiling SwiftParser Nominals.swift
[213/277] Compiling SwiftParser Parameters.swift
[214/277] Compiling SwiftParser ParseSourceFile.swift
[215/277] Compiling SwiftParser Attributes.swift
[216/277] Compiling SwiftParser Availability.swift
[217/277] Compiling SwiftParser CharacterInfo.swift
[218/277] Compiling SwiftParser CollectionNodes+Parsable.swift
[219/277] Compiling SwiftParser Declarations.swift
[220/277] Compiling SwiftParser Directives.swift
[226/277] Compiling SwiftParser LexemeSequence.swift
[227/277] Compiling SwiftParser Parser.swift
[228/277] Compiling SwiftParser Patterns.swift
[229/277] Compiling SwiftParser Recovery.swift
[230/277] Compiling SwiftParser Specifiers.swift
[231/277] Compiling SwiftParser Statements.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
[254/278] Wrapping AST for SwiftParser for debugging
[256/301] Compiling SwiftOperators PrecedenceGroup.swift
[257/302] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[258/303] Compiling SwiftOperators SyntaxSynthesis.swift
[264/304] Compiling SwiftOperators PrecedenceGraph.swift
[265/304] Compiling SwiftOperators OperatorTable.swift
[266/304] Compiling SwiftOperators OperatorTable+Semantics.swift
[267/304] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[269/304] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[270/304] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[271/304] Emitting module SwiftOperators
[272/304] Compiling SwiftParserDiagnostics MissingNodesError.swift
[273/304] Compiling SwiftParserDiagnostics MissingTokenError.swift
[274/304] Compiling SwiftOperators OperatorTable+Folding.swift
[275/305] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[276/305] Compiling SwiftParserDiagnostics Utils.swift
[277/305] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[278/306] Wrapping AST for SwiftParser for debugging
[279/318] Wrapping AST for SwiftOperators for debugging
[281/318] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[282/319] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[283/319] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[284/319] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[285/319] Compiling SwiftParserDiagnostics Utils.swift
[286/319] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[287/319] Compiling SwiftParserDiagnostics MissingNodesError.swift
[288/319] Compiling SwiftParserDiagnostics MissingTokenError.swift
[289/319] Emitting module SwiftParserDiagnostics
[290/319] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[291/319] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[295/320] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[296/320] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[297/320] Compiling SwiftParserDiagnostics PresenceUtils.swift
[298/320] Emitting module SwiftParserDiagnostics
[298/320] Wrapping AST for SwiftParserDiagnostics for debugging
[300/334] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[301/334] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[302/334] Compiling SwiftSyntaxBuilder Indenter.swift
[303/334] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[306/335] Emitting module SwiftSyntaxBuilder
[307/335] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[308/335] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[309/335] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[310/335] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[311/335] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[312/335] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[313/335] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[314/335] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[315/335] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[320/336] Wrapping AST for SwiftParserDiagnostics for debugging
[322/350] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[323/358] Wrapping AST for SwiftSyntaxBuilder for debugging
[325/365] Compiling SwiftSyntaxMacros MemberMacro.swift
[326/365] Compiling SwiftSyntaxMacros Macro.swift
[327/365] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[328/365] Compiling SwiftSyntaxMacros AccessorMacro.swift
[329/365] Compiling SwiftSyntaxMacros AttachedMacro.swift
[330/365] Emitting module SwiftSyntaxMacros
[331/366] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[332/366] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[333/366] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[334/366] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[335/366] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[336/366] Compiling SwiftSyntaxMacros Macro+Format.swift
[337/366] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[338/366] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[339/366] Emitting module SwiftSyntaxBuilder
[346/367] Compiling SwiftSyntaxMacros PeerMacro.swift
[352/368] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[352/368] Wrapping AST for SwiftSyntaxMacros for debugging
[354/376] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[357/377] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[359/377] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[359/377] Wrapping AST for SwiftSyntaxBuilder for debugging
[361/377] Emitting module SwiftSyntaxMacroExpansion
[362/377] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[363/377] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[364/377] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[365/391] Compiling SwiftSyntaxMacros Macro.swift
[366/391] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[367/392] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[368/392] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[369/392] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[370/392] Compiling SwiftSyntaxMacros Macro+Format.swift
[371/392] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[372/392] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[373/392] Compiling SwiftSyntaxMacros PeerMacro.swift
[374/392] Compiling SwiftSyntaxMacros MemberMacro.swift
[375/392] Compiling SwiftSyntaxMacros AccessorMacro.swift
[376/392] Compiling SwiftSyntaxMacros AttachedMacro.swift
[377/392] Emitting module SwiftSyntaxMacros
[378/392] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[379/392] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[381/393] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[382/393] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[383/394] Wrapping AST for SwiftSyntaxMacros for debugging
[384/394] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[386/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[387/401] Emitting module SwiftCompilerPluginMessageHandling
[388/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[389/401] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[390/401] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[391/401] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[392/401] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[393/402] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[395/404] Emitting module SwiftCompilerPlugin
[396/404] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[397/405] Wrapping AST for SwiftCompilerPlugin for debugging
[399/411] Compiling FatalErrorTestValueImplementationMacro Plugin.swift
[400/411] Compiling FatalErrorTestValueImplementationMacro Utility.swift
[401/411] Compiling FatalErrorTestValueImplementationMacro PatternBindingSyntax+Closure.swift
[402/411] Compiling FatalErrorTestValueImplementationMacro Diagnostics.swift
[403/411] Emitting module FatalErrorTestValueImplementationMacro
[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] Emitting module FatalTestValue
[410/414] Compiling FatalTestValue FatalTestValue.swift
[411/415] Wrapping AST for FatalTestValue for debugging
[413/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 |
[414/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 |
[415/418] Wrapping AST for ImplementationMacroClient for debugging
[416/418] Write Objects.LinkFileList
[417/418] Linking ImplementationMacroClient
Build complete! (225.09s)
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"
}
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
Done.