Build Information
Successful build of swift-fatal-test-value, reference v1.0.1 (6d5706
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 04:58:22 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CuriositySoftware/swift-fatal-test-value.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CuriositySoftware/swift-fatal-test-value
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 6d5706c Merge pull request #8 from CuriositySoftware/yimajo-patch-1
Cloned https://github.com/CuriositySoftware/swift-fatal-test-value.git
Revision (git rev-parse @):
6d5706c7772f7531d958a41d022746795d8ae814
SUCCESS checkout https://github.com/CuriositySoftware/swift-fatal-test-value.git at v1.0.1
Fetching https://github.com/apple/swift-syntax.git
[1/66684] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.58s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.2 (3.16s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-fatal-test-value",
"name": "swift-fatal-test-value",
"url": "https://github.com/CuriositySoftware/swift-fatal-test-value.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-fatal-test-value",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax.git",
"version": "509.1.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/CuriositySoftware/swift-fatal-test-value.git
[1/143] Fetching swift-fatal-test-value
Fetched https://github.com/CuriositySoftware/swift-fatal-test-value.git from cache (0.66s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.90s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.02s)
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/CuriositySoftware/swift-fatal-test-value.git
Working copy of https://github.com/CuriositySoftware/swift-fatal-test-value.git resolved at v1.0.1 (6d5706c)
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/CuriositySoftware/swift-fatal-test-value.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/30] Write sources
[23/30] Write ImplementationMacroClient-entitlement.plist
[24/30] Write swift-version--7754E27361AE5C74.txt
[26/34] Emitting module SwiftSyntax509
[27/34] Compiling SwiftSyntax509 Empty.swift
[28/34] Emitting module SwiftSyntax509
[29/34] Compiling SwiftSyntax509 Empty.swift
[30/126] Compiling SwiftSyntax SyntaxText.swift
[31/126] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[32/126] Compiling SwiftSyntax TokenDiagnostic.swift
[33/126] Compiling SwiftSyntax TokenSyntax.swift
[34/126] Compiling SwiftSyntax Trivia.swift
[35/131] Compiling SwiftSyntax SyntaxRewriter.swift
[36/131] Compiling SwiftSyntax SyntaxTraits.swift
[37/131] Compiling SwiftSyntax SyntaxTransform.swift
[38/131] Compiling SwiftSyntax SyntaxVisitor.swift
[39/131] Compiling SwiftSyntax TokenKind.swift
[40/136] Compiling SwiftSyntax Tokens.swift
[41/136] Compiling SwiftSyntax TriviaPieces.swift
[42/136] Compiling SwiftSyntax RawSyntaxNodes.swift
[43/136] Compiling SwiftSyntax RawSyntaxValidation.swift
[44/136] Compiling SwiftSyntax SyntaxDeclNodes.swift
[45/136] Compiling SwiftSyntax Utils.swift
[46/136] Compiling SwiftSyntax ChildNameForKeyPath.swift
[47/136] Compiling SwiftSyntax Keyword.swift
[48/136] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[49/136] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[50/136] Compiling SwiftSyntax Syntax.swift
[51/136] Compiling SwiftSyntax SyntaxArena.swift
[52/136] Compiling SwiftSyntax SyntaxChildren.swift
[53/136] Compiling SwiftSyntax SyntaxCollection.swift
[54/136] Compiling SwiftSyntax SyntaxData.swift
[55/136] Emitting module SwiftSyntax
[57/136] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[58/136] Compiling SwiftSyntax SyntaxBaseNodes.swift
[59/136] Compiling SwiftSyntax SyntaxCollections.swift
[60/136] Compiling SwiftSyntax SyntaxEnum.swift
[61/136] Compiling SwiftSyntax SyntaxKind.swift
[62/136] Compiling SwiftSyntax AbsolutePosition.swift
[63/136] Compiling SwiftSyntax Assert.swift
[64/136] Compiling SwiftSyntax BumpPtrAllocator.swift
[65/136] Compiling SwiftSyntax CommonAncestor.swift
[66/136] Compiling SwiftSyntax Convenience.swift
[67/136] Compiling SwiftSyntax RawSyntaxTokenView.swift
[68/136] Compiling SwiftSyntax SourceLength.swift
[69/136] Compiling SwiftSyntax SourceLocation.swift
[70/136] Compiling SwiftSyntax SourcePresence.swift
[71/136] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[97/136] Compiling SwiftSyntax MemoryLayout.swift
[98/136] Compiling SwiftSyntax MissingNodeInitializers.swift
[99/136] Compiling SwiftSyntax RawSyntax.swift
[100/136] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[101/136] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[122/136] Compiling SwiftSyntax SyntaxExprNodes.swift
[123/136] Compiling SwiftSyntax SyntaxNodes.swift
[124/136] Compiling SwiftSyntax SyntaxPatternNodes.swift
[125/136] Compiling SwiftSyntax SyntaxStmtNodes.swift
[126/136] Compiling SwiftSyntax SyntaxTypeNodes.swift
[127/188] Compiling SwiftDiagnostics Message.swift
[128/188] Compiling SwiftDiagnostics Note.swift
[129/188] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[130/188] Compiling SwiftBasicFormat Syntax+Extensions.swift
[131/188] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[132/188] Compiling SwiftDiagnostics FixIt.swift
[133/188] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[139/188] Compiling SwiftDiagnostics Convenience.swift
[140/188] Emitting module SwiftDiagnostics
[141/188] Compiling SwiftDiagnostics Diagnostic.swift
[142/188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[143/240] Compiling SwiftParser SyntaxUtils.swift
[144/240] Compiling SwiftParser TokenConsumer.swift
[145/240] Compiling SwiftParser TokenPrecedence.swift
[146/240] Compiling SwiftParser TokenSpec.swift
[147/244] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[148/244] Compiling SwiftDiagnostics Note.swift
[149/244] Emitting module SwiftBasicFormat
[150/244] Compiling SwiftBasicFormat BasicFormat.swift
[151/244] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[152/244] Compiling SwiftDiagnostics Message.swift
[153/244] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[154/244] Compiling SwiftParser Statements.swift
[155/244] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[156/244] Compiling SwiftParser StringLiterals.swift
[157/244] Compiling SwiftParser SwiftParserCompatibility.swift
[158/244] Compiling SwiftDiagnostics FixIt.swift
[159/244] Compiling SwiftDiagnostics Convenience.swift
[160/244] Compiling SwiftDiagnostics Diagnostic.swift
[161/244] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[162/244] Emitting module SwiftDiagnostics
[167/248] Compiling SwiftParser Parser.swift
[168/248] Compiling SwiftParser Patterns.swift
[169/248] Compiling SwiftParser Recovery.swift
[170/248] Compiling SwiftParser Specifiers.swift
[171/248] Emitting module SwiftBasicFormat
[172/248] Compiling SwiftBasicFormat BasicFormat.swift
[173/248] Compiling SwiftBasicFormat Syntax+Extensions.swift
[174/248] Compiling SwiftParser Names.swift
[175/248] Compiling SwiftParser Nominals.swift
[176/248] Compiling SwiftParser Parameters.swift
[177/248] Compiling SwiftParser ParseSourceFile.swift
[178/248] Compiling SwiftParser TokenSpecSet.swift
[179/248] Compiling SwiftParser TopLevel.swift
[180/248] Compiling SwiftParser TriviaParser.swift
[181/248] Compiling SwiftParser Types.swift
[190/248] Compiling SwiftParser UnicodeScalarExtensions.swift
[191/248] Compiling SwiftParser Lookahead.swift
[192/248] Compiling SwiftParser LoopProgressCondition.swift
[193/248] Compiling SwiftParser Modifiers.swift
[194/248] Compiling SwiftParser Lexeme.swift
[195/248] Compiling SwiftParser LexemeSequence.swift
[196/248] Compiling SwiftParser Lexer.swift
[197/248] Compiling SwiftParser RegexLiteralLexer.swift
[210/248] Emitting module SwiftParser
[211/248] Compiling SwiftParser IsLexerClassified.swift
[212/248] Compiling SwiftParser LayoutNodes+Parsable.swift
[213/248] Compiling SwiftParser Parser+TokenSpecSet.swift
[214/248] Compiling SwiftParser TokenSpecStaticMembers.swift
[215/248] Emitting module SwiftParser
[220/248] Compiling SwiftParser Attributes.swift
[221/248] Compiling SwiftParser Availability.swift
[222/248] Compiling SwiftParser CharacterInfo.swift
[223/248] Compiling SwiftParser CollectionNodes+Parsable.swift
[224/248] Compiling SwiftParser Declarations.swift
[225/248] Compiling SwiftParser Cursor.swift
[230/248] Compiling SwiftParser Directives.swift
[231/248] Compiling SwiftParser ExperimentalFeatures.swift
[232/248] Compiling SwiftParser Expressions.swift
[233/248] Compiling SwiftParser IncrementalParseTransition.swift
[234/271] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[235/272] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[236/272] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[237/272] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[238/272] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[239/272] Compiling SwiftParserDiagnostics MissingNodesError.swift
[240/272] Compiling SwiftParserDiagnostics MissingTokenError.swift
[245/272] Compiling SwiftOperators Operator.swift
[246/273] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[247/273] Compiling SwiftOperators OperatorTable+Defaults.swift
[248/273] Compiling SwiftOperators OperatorError.swift
[249/273] Compiling SwiftOperators OperatorError+Diagnostics.swift
[250/286] Compiling SwiftOperators SyntaxSynthesis.swift
[251/286] Compiling SwiftOperators OperatorTable.swift
[252/286] Emitting module SwiftOperators
[253/286] Compiling SwiftOperators PrecedenceGroup.swift
[254/286] Compiling SwiftOperators OperatorTable+Semantics.swift
[255/286] Compiling SwiftOperators PrecedenceGraph.swift
[256/286] Compiling SwiftOperators OperatorTable+Folding.swift
[257/286] Compiling SwiftParserDiagnostics Utils.swift
[258/286] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[259/286] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[260/286] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[261/286] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[262/287] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[263/287] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[264/287] Compiling SwiftParserDiagnostics Utils.swift
[265/287] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[266/287] Compiling SwiftParserDiagnostics PresenceUtils.swift
[267/287] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[268/287] Compiling SwiftParserDiagnostics PresenceUtils.swift
[269/287] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[270/287] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[271/287] Emitting module SwiftParserDiagnostics
[272/287] Compiling SwiftParserDiagnostics MissingNodesError.swift
[273/287] Compiling SwiftParserDiagnostics MissingTokenError.swift
[274/287] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[275/287] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[276/294] Emitting module SwiftParserDiagnostics
[277/294] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[278/294] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[279/294] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[280/294] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[281/294] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[282/294] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[283/315] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[284/315] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[285/316] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[286/316] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[287/316] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[288/316] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[289/316] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[290/316] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[291/316] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[292/316] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[293/317] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[294/317] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[295/317] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[296/317] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[297/317] Compiling SwiftSyntaxBuilder Indenter.swift
[298/317] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[299/317] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[300/317] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[304/317] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[306/317] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[307/317] Emitting module SwiftSyntaxBuilder
[313/345] Compiling SwiftSyntaxMacros MemberMacro.swift
[314/345] Compiling SwiftSyntaxMacros Macro.swift
[315/345] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[317/346] Compiling SwiftSyntaxMacros Macro.swift
[318/346] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[319/346] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[320/346] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[321/346] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[322/346] Compiling SwiftSyntaxMacros MemberMacro.swift
[323/346] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[324/346] Compiling SwiftSyntaxMacros Macro+Format.swift
[325/346] Compiling SwiftSyntaxMacros AccessorMacro.swift
[326/346] Compiling SwiftSyntaxMacros AttachedMacro.swift
[327/346] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[332/347] Compiling SwiftSyntaxMacros Macro+Format.swift
[335/347] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[336/347] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[337/347] Emitting module SwiftSyntaxMacros
[341/347] Compiling SwiftSyntaxMacros PeerMacro.swift
[343/355] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[344/355] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[345/355] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[346/355] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[347/355] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[348/355] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[349/355] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[350/355] Emitting module SwiftSyntaxMacroExpansion
[351/362] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[352/362] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[353/362] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[354/362] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[355/362] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[356/362] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[357/362] Emitting module SwiftCompilerPluginMessageHandling
[358/364] Emitting module SwiftCompilerPlugin
[359/364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[360/370] Compiling FatalErrorTestValueImplementationMacro Utility.swift
[361/370] Compiling FatalErrorTestValueImplementationMacro PatternBindingSyntax+Closure.swift
[362/370] Compiling FatalErrorTestValueImplementationMacro Plugin.swift
[363/370] Compiling FatalErrorTestValueImplementationMacro Diagnostics.swift
[364/370] Emitting module FatalErrorTestValueImplementationMacro
[365/370] Compiling FatalErrorTestValueImplementationMacro FatalErrorTestValueImplementationMacro.swift
[365/370] Write Objects.LinkFileList
[366/370] Linking FatalErrorTestValueImplementationMacro-tool
[368/372] Emitting module FatalTestValue
[369/372] Compiling FatalTestValue FatalTestValue.swift
[370/374] 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
`- /Users/admin/builder/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: annotate 'testValue' with '@MainActor' if property should only be accessed from the main actor
| | `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
| 3 | create: { _ in
| 4 | fatalError()
+--------------------------------------------------------------------
10 |
[371/374] 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
`- /Users/admin/builder/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: annotate 'testValue' with '@MainActor' if property should only be accessed from the main actor
| | `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
| 3 | create: { _ in
| 4 | fatalError()
+--------------------------------------------------------------------
10 |
[371/374] Write Objects.LinkFileList
[372/374] Linking ImplementationMacroClient
[373/374] Applying ImplementationMacroClient
Build complete! (73.02s)
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" : "/Users/admin/builder/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"
}
Done.