Build Information
Successful build of swift-fatal-test-value, reference main (c22297
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 04:58:01 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-syntax.git
[1/66684] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.39s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.2 (3.28s)
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.87s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.85s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.03s)
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 main (c222973)
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] Compiling SwiftSyntax509 Empty.swift
[27/34] Emitting module SwiftSyntax509
[28/34] Compiling SwiftSyntax509 Empty.swift
[29/34] Emitting module SwiftSyntax509
[30/126] Compiling SwiftSyntax AbsolutePosition.swift
[31/126] Compiling SwiftSyntax Assert.swift
[32/126] Compiling SwiftSyntax BumpPtrAllocator.swift
[33/126] Compiling SwiftSyntax CommonAncestor.swift
[34/126] Compiling SwiftSyntax Convenience.swift
[35/131] Compiling SwiftSyntax MemoryLayout.swift
[36/131] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/131] Compiling SwiftSyntax RawSyntax.swift
[38/131] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/131] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/136] Compiling SwiftSyntax SyntaxText.swift
[41/136] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[42/136] Compiling SwiftSyntax TokenDiagnostic.swift
[43/136] Compiling SwiftSyntax TokenSyntax.swift
[44/136] Compiling SwiftSyntax Trivia.swift
[45/136] Compiling SwiftSyntax MemoryLayout.swift
[46/136] Compiling SwiftSyntax MissingNodeInitializers.swift
[47/136] Compiling SwiftSyntax RawSyntax.swift
[48/136] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[49/136] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[50/136] Compiling SwiftSyntax RawSyntaxTokenView.swift
[51/136] Compiling SwiftSyntax SourceLength.swift
[52/136] Compiling SwiftSyntax SourceLocation.swift
[53/136] Compiling SwiftSyntax SourcePresence.swift
[54/136] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[55/136] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[56/136] Compiling SwiftSyntax SyntaxBaseNodes.swift
[57/136] Compiling SwiftSyntax SyntaxCollections.swift
[58/136] Compiling SwiftSyntax SyntaxEnum.swift
[59/136] Compiling SwiftSyntax SyntaxKind.swift
[60/136] Compiling SwiftSyntax Syntax.swift
[61/136] Compiling SwiftSyntax SyntaxArena.swift
[62/136] Compiling SwiftSyntax SyntaxChildren.swift
[63/136] Compiling SwiftSyntax SyntaxCollection.swift
[64/136] Compiling SwiftSyntax SyntaxData.swift
[65/136] Compiling SwiftSyntax Tokens.swift
[66/136] Compiling SwiftSyntax TriviaPieces.swift
[67/136] Compiling SwiftSyntax RawSyntaxNodes.swift
[68/136] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/136] Compiling SwiftSyntax SyntaxDeclNodes.swift
[70/136] Compiling SwiftSyntax Utils.swift
[71/136] Compiling SwiftSyntax ChildNameForKeyPath.swift
[72/136] Compiling SwiftSyntax Keyword.swift
[73/136] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[74/136] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[85/136] Emitting module SwiftSyntax
[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
[132/201] Compiling SwiftDiagnostics Note.swift
[133/201] Compiling SwiftDiagnostics Message.swift
[134/240] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[135/240] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[136/240] Compiling SwiftDiagnostics Note.swift
[137/240] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[138/240] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[139/240] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[140/240] Compiling SwiftDiagnostics FixIt.swift
[141/240] Compiling SwiftDiagnostics Message.swift
[142/240] Compiling SwiftDiagnostics FixIt.swift
[143/240] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[144/240] Compiling SwiftDiagnostics Diagnostic.swift
[145/240] Compiling SwiftDiagnostics Convenience.swift
[146/240] Emitting module SwiftDiagnostics
[147/240] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[148/240] Compiling SwiftDiagnostics Diagnostic.swift
[149/240] Emitting module SwiftDiagnostics
[150/240] Compiling SwiftDiagnostics Convenience.swift
[151/240] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[152/240] Emitting module SwiftBasicFormat
[153/240] Compiling SwiftBasicFormat BasicFormat.swift
[154/240] Compiling SwiftBasicFormat Syntax+Extensions.swift
[156/240] Emitting module SwiftBasicFormat
[157/240] Compiling SwiftBasicFormat BasicFormat.swift
[158/240] Compiling SwiftParser UnicodeScalarExtensions.swift
[159/240] Compiling SwiftParser Lookahead.swift
[160/240] Compiling SwiftParser LoopProgressCondition.swift
[161/240] Compiling SwiftParser Modifiers.swift
[162/244] Compiling SwiftParser Patterns.swift
[163/244] Compiling SwiftParser Recovery.swift
[164/244] Compiling SwiftParser Specifiers.swift
[165/244] Compiling SwiftParser Attributes.swift
[166/248] Compiling SwiftParser Statements.swift
[167/248] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[168/248] Compiling SwiftParser StringLiterals.swift
[169/248] Compiling SwiftParser SwiftParserCompatibility.swift
[170/248] Compiling SwiftParser TopLevel.swift
[171/248] Compiling SwiftParser TriviaParser.swift
[172/248] Compiling SwiftParser Types.swift
[173/248] Compiling SwiftParser Names.swift
[174/248] Compiling SwiftParser LexemeSequence.swift
[175/248] Compiling SwiftParser Lexer.swift
[176/248] Compiling SwiftParser RegexLiteralLexer.swift
[177/248] Compiling SwiftParser TokenSpecSet.swift
[178/248] Compiling SwiftParser Nominals.swift
[179/248] Compiling SwiftParser Parameters.swift
[180/248] Compiling SwiftParser ParseSourceFile.swift
[181/248] Compiling SwiftParser Parser.swift
[182/248] Compiling SwiftParser Availability.swift
[183/248] Compiling SwiftParser CharacterInfo.swift
[184/248] Compiling SwiftParser CollectionNodes+Parsable.swift
[185/248] Compiling SwiftParser Declarations.swift
[198/248] Compiling SwiftParser Lexeme.swift
[211/248] Emitting module SwiftParser
[213/248] Compiling SwiftParser IsLexerClassified.swift
[214/248] Compiling SwiftParser LayoutNodes+Parsable.swift
[215/248] Compiling SwiftParser Parser+TokenSpecSet.swift
[216/248] Compiling SwiftParser TokenSpecStaticMembers.swift
[217/248] Compiling SwiftParser ExperimentalFeatures.swift
[218/248] Compiling SwiftParser Expressions.swift
[219/248] Compiling SwiftParser IncrementalParseTransition.swift
[220/248] Compiling SwiftParser Cursor.swift
[225/248] Compiling SwiftParser Directives.swift
[226/248] Compiling SwiftParser SyntaxUtils.swift
[227/248] Compiling SwiftParser TokenConsumer.swift
[228/248] Compiling SwiftParser TokenPrecedence.swift
[229/248] Compiling SwiftParser TokenSpec.swift
[244/284] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[246/286] Compiling SwiftOperators PrecedenceGroup.swift
[247/287] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[249/287] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[250/287] Compiling SwiftOperators SyntaxSynthesis.swift
[251/287] Compiling SwiftOperators OperatorTable.swift
[252/287] Compiling SwiftOperators OperatorTable+Semantics.swift
[253/287] Compiling SwiftOperators PrecedenceGraph.swift
[254/287] Compiling SwiftOperators OperatorTable+Defaults.swift
[255/287] Compiling SwiftOperators OperatorError.swift
[256/287] Compiling SwiftOperators Operator.swift
[257/287] Compiling SwiftOperators OperatorError+Diagnostics.swift
[258/287] Compiling SwiftOperators OperatorTable+Folding.swift
[259/287] Compiling SwiftParserDiagnostics PresenceUtils.swift
[260/287] Emitting module SwiftOperators
[261/287] Compiling SwiftParserDiagnostics Utils.swift
[262/287] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[263/287] Compiling SwiftParserDiagnostics PresenceUtils.swift
[264/287] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[265/287] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[266/287] Compiling SwiftParserDiagnostics Utils.swift
[267/287] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[268/287] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[269/287] Emitting module SwiftParserDiagnostics
[270/287] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[271/287] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[272/287] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[273/287] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[274/287] Emitting module SwiftParserDiagnostics
[275/287] Compiling SwiftParserDiagnostics MissingNodesError.swift
[278/287] Compiling SwiftParserDiagnostics MissingTokenError.swift
[283/315] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[284/315] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[285/316] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[286/316] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[287/316] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[288/316] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[289/316] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[290/317] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[292/317] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[293/317] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[294/317] Compiling SwiftSyntaxBuilder Indenter.swift
[295/317] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[296/317] Emitting module SwiftSyntaxBuilder
[297/317] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[298/317] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[299/317] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[300/317] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[301/317] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[302/317] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[305/317] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[308/317] Emitting module SwiftSyntaxBuilder
[313/345] Compiling SwiftSyntaxMacros MemberMacro.swift
[314/346] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[315/346] Compiling SwiftSyntaxMacros Macro.swift
[316/346] Compiling SwiftSyntaxMacros Macro+Format.swift
[317/346] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[318/346] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[319/346] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[320/346] Compiling SwiftSyntaxMacros AccessorMacro.swift
[321/346] Compiling SwiftSyntaxMacros AttachedMacro.swift
[322/346] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[323/346] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[324/346] Emitting module SwiftSyntaxMacros
[325/346] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[326/346] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[327/346] Compiling SwiftSyntaxMacros MemberMacro.swift
[328/347] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[329/347] Compiling SwiftSyntaxMacros Macro.swift
[330/347] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[333/347] Compiling SwiftSyntaxMacros Macro+Format.swift
[334/347] Compiling SwiftSyntaxMacros PeerMacro.swift
[342/347] Emitting module SwiftSyntaxMacros
[343/355] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[344/355] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[345/355] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[346/355] Emitting module SwiftSyntaxMacroExpansion
[347/355] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[348/355] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[349/355] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[350/355] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[351/362] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[352/362] Emitting module SwiftCompilerPluginMessageHandling
[353/362] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[354/362] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[355/362] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[356/362] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[357/362] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[358/364] Emitting module SwiftCompilerPlugin
[359/364] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[360/370] Compiling FatalErrorTestValueImplementationMacro Plugin.swift
[361/370] Compiling FatalErrorTestValueImplementationMacro Utility.swift
[362/370] Compiling FatalErrorTestValueImplementationMacro PatternBindingSyntax+Closure.swift
[363/370] Compiling FatalErrorTestValueImplementationMacro Diagnostics.swift
[364/370] Compiling FatalErrorTestValueImplementationMacro FatalErrorTestValueImplementationMacro.swift
[365/370] Emitting module FatalErrorTestValueImplementationMacro
[365/370] Write Objects.LinkFileList
[366/370] Linking FatalErrorTestValueImplementationMacro-tool
[368/372] Emitting module FatalTestValue
[369/372] Compiling FatalTestValue FatalTestValue.swift
[370/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] 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] Write Objects.LinkFileList
[372/374] Linking ImplementationMacroClient
[373/374] Applying ImplementationMacroClient
Build complete! (74.14s)
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.