The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Buildable, reference main (9dce39), with Swift 6.1 for macOS (SPM) on 30 Jun 2025 18:52:18 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alschmut/SwiftBuildableMacro.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alschmut/SwiftBuildableMacro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9dce398 Update README
Cloned https://github.com/alschmut/SwiftBuildableMacro.git
Revision (git rev-parse @):
9dce398330a53e0b18b61b1d6c9b62e84639df5e
SUCCESS checkout https://github.com/alschmut/SwiftBuildableMacro.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/71106] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.16s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (6.49s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
========================================
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": "swiftbuildablemacro",
      "name": "Buildable",
      "url": "https://github.com/alschmut/SwiftBuildableMacro.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftBuildableMacro",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "510.0.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/alschmut/SwiftBuildableMacro.git
[1/649] Fetching swiftbuildablemacro
Fetched https://github.com/alschmut/SwiftBuildableMacro.git from cache (0.71s)
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 510.0.3 (0.91s)
Creating working copy for https://github.com/alschmut/SwiftBuildableMacro.git
Working copy of https://github.com/alschmut/SwiftBuildableMacro.git resolved at main (9dce398)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
warning: '.resolve-product-dependencies': dependency 'swiftbuildablemacro' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alschmut/SwiftBuildableMacro.git
https://github.com/alschmut/SwiftBuildableMacro.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Buildable",
  "name" : "Buildable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Buildable",
      "targets" : [
        "Buildable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BuildableClient",
      "targets" : [
        "BuildableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BuildableMacro",
      "targets" : [
        "BuildableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildableMacroTests",
      "path" : "Tests/BuildableMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BuildableClassTests.swift",
        "BuildableEnumTests.swift",
        "BuildableStructTests.swift",
        "TestMacros.swift"
      ],
      "target_dependencies" : [
        "BuildableMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildableMacro",
      "module_type" : "SwiftTarget",
      "name" : "BuildableMacro",
      "path" : "Sources/BuildableMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Buildable",
        "BuildableClient",
        "BuildableMacro"
      ],
      "sources" : [
        "BuildableMacro.swift",
        "Enum/GenerateBuilderFromEnum.swift",
        "Enum/Helper/GetFirstEnumCaseName.swift",
        "Enum/Helper/MakeFunctionDeclWithValue.swift",
        "Enum/Helper/MakeVariableDeclWithValue.swift",
        "Enum/Model/EnumMember.swift",
        "StructAndClass/GenerateBuilderFromClass.swift",
        "StructAndClass/GenerateBuilderFromStruct.swift",
        "StructAndClass/Helper/ExtractInitializerMembers.swift",
        "StructAndClass/Helper/ExtractMembers.swift",
        "StructAndClass/Helper/GetDefaultValueForType.swift",
        "StructAndClass/Helper/GetFirstInitialiser.swift",
        "StructAndClass/Helper/MakeFunctionDecl.swift",
        "StructAndClass/Helper/MakeStructBuilder.swift",
        "StructAndClass/Helper/MakeVariableDecl.swift",
        "StructAndClass/Model/StructMember.swift",
        "Utils/GetSendableInheritanceClause.swift",
        "Utils/GetStructBuilderName.swift",
        "Utils/MakeBuildFunctionDecl.swift",
        "Utils/String+Error.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "BuildableClient",
      "module_type" : "SwiftTarget",
      "name" : "BuildableClient",
      "path" : "Sources/BuildableClient",
      "product_memberships" : [
        "BuildableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Buildable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Buildable",
      "module_type" : "SwiftTarget",
      "name" : "Buildable",
      "path" : "Sources/Buildable",
      "product_memberships" : [
        "Buildable",
        "BuildableClient"
      ],
      "sources" : [
        "Buildable.swift"
      ],
      "target_dependencies" : [
        "BuildableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/23] Write sources
[16/23] Write BuildableClient-entitlement.plist
[17/23] Write swift-version-2F0A5646E1D333AE.txt
[19/27] Compiling SwiftSyntax509 Empty.swift
[20/27] Emitting module SwiftSyntax509
[21/27] Emitting module SwiftSyntax510
[22/27] Compiling SwiftSyntax510 Empty.swift
[23/89] Compiling SwiftSyntax MemoryLayout.swift
[24/89] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/89] Compiling SwiftSyntax RawSyntax.swift
[26/89] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/89] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/89] Compiling SwiftSyntax RawSyntaxTokenView.swift
[29/89] Compiling SwiftSyntax SourceLength.swift
[30/95] Compiling SwiftSyntax SourceLocation.swift
[31/95] Compiling SwiftSyntax SourcePresence.swift
[32/95] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[33/95] Compiling SwiftSyntax Syntax.swift
[34/95] Compiling SwiftSyntax SyntaxArena.swift
[35/95] Compiling SwiftSyntax SyntaxChildren.swift
[36/95] Compiling SwiftSyntax SyntaxCollection.swift
[37/95] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[38/95] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[39/95] Compiling SwiftSyntax SyntaxBaseNodes.swift
[40/95] Compiling SwiftSyntax SyntaxCollections.swift
[41/95] Compiling SwiftSyntax SyntaxEnum.swift
[42/95] Compiling SwiftSyntax SyntaxKind.swift
[43/95] Compiling SwiftSyntax SyntaxRewriter.swift
[44/95] Compiling SwiftSyntax RawSyntaxNodesC.swift
[45/95] Compiling SwiftSyntax RawSyntaxNodesD.swift
[46/95] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[47/95] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[48/95] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[49/95] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[50/95] Emitting module SwiftSyntax
[51/95] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[52/95] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[53/95] Compiling SwiftSyntax RawSyntaxValidation.swift
[54/95] Compiling SwiftSyntax SyntaxNodesAB.swift
[55/95] Compiling SwiftSyntax SyntaxNodesC.swift
[56/95] Compiling SwiftSyntax SyntaxNodesD.swift
[57/95] Compiling SwiftSyntax AbsolutePosition.swift
[58/95] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[59/95] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[60/95] Compiling SwiftSyntax Assert.swift
[61/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[62/95] Compiling SwiftSyntax CommonAncestor.swift
[63/95] Compiling SwiftSyntax Convenience.swift
[64/95] Compiling SwiftSyntax SyntaxHashable.swift
[65/95] Compiling SwiftSyntax SyntaxIdentifier.swift
[66/95] Compiling SwiftSyntax SyntaxNodeStructure.swift
[67/95] Compiling SwiftSyntax SyntaxProtocol.swift
[68/95] Compiling SwiftSyntax SyntaxText.swift
[69/95] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[70/95] Compiling SwiftSyntax TokenDiagnostic.swift
[71/95] Compiling SwiftSyntax TokenSequence.swift
[72/95] Compiling SwiftSyntax TokenSyntax.swift
[73/95] Compiling SwiftSyntax Trivia.swift
[74/95] Compiling SwiftSyntax Utils.swift
[75/95] Compiling SwiftSyntax ChildNameForKeyPath.swift
[76/95] Compiling SwiftSyntax Keyword.swift
[77/95] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[78/95] Compiling SwiftSyntax SyntaxTraits.swift
[79/95] Compiling SwiftSyntax SyntaxTransform.swift
[80/95] Compiling SwiftSyntax SyntaxVisitor.swift
[81/95] Compiling SwiftSyntax TokenKind.swift
[82/95] Compiling SwiftSyntax Tokens.swift
[83/95] Compiling SwiftSyntax TriviaPieces.swift
[84/95] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[85/95] Compiling SwiftSyntax SyntaxNodesEF.swift
[86/95] Compiling SwiftSyntax SyntaxNodesGHI.swift
[87/95] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[88/95] Compiling SwiftSyntax SyntaxNodesOP.swift
[89/95] Compiling SwiftSyntax SyntaxNodesQRS.swift
[90/95] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[91/147] Compiling SwiftBasicFormat Syntax+Extensions.swift
[92/147] Compiling SwiftDiagnostics FixIt.swift
[93/147] Compiling SwiftDiagnostics Note.swift
[94/147] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[95/147] Compiling SwiftDiagnostics Message.swift
[96/147] Compiling SwiftDiagnostics Diagnostic.swift
[97/147] Emitting module SwiftDiagnostics
[98/147] Compiling SwiftDiagnostics Convenience.swift
[99/147] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[100/147] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[101/147] Compiling SwiftBasicFormat BasicFormat.swift
[102/147] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[103/147] Emitting module SwiftBasicFormat
[104/147] Compiling SwiftParser Lexeme.swift
[105/147] Compiling SwiftParser LexemeSequence.swift
[106/147] Compiling SwiftParser Lexer.swift
[107/147] Compiling SwiftParser RegexLiteralLexer.swift
[108/147] Compiling SwiftParser UnicodeScalarExtensions.swift
[109/147] Compiling SwiftParser Lookahead.swift
[110/147] Compiling SwiftParser LoopProgressCondition.swift
[111/147] Compiling SwiftParser Modifiers.swift
[112/151] Compiling SwiftParser Statements.swift
[113/151] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[114/151] Compiling SwiftParser StringLiterals.swift
[115/151] Compiling SwiftParser SwiftParserCompatibility.swift
[116/151] Compiling SwiftParser Parser.swift
[117/151] Compiling SwiftParser Patterns.swift
[118/151] Compiling SwiftParser Recovery.swift
[119/151] Compiling SwiftParser Specifiers.swift
[120/151] Compiling SwiftParser Names.swift
[121/151] Compiling SwiftParser Nominals.swift
[122/151] Compiling SwiftParser Parameters.swift
[123/151] Compiling SwiftParser ParseSourceFile.swift
[124/151] Compiling SwiftParser SyntaxUtils.swift
[125/151] Compiling SwiftParser TokenConsumer.swift
[126/151] Compiling SwiftParser TokenPrecedence.swift
[127/151] Compiling SwiftParser TokenSpec.swift
[128/151] Compiling SwiftParser TokenSpecSet.swift
[129/151] Compiling SwiftParser TopLevel.swift
[130/151] Compiling SwiftParser TriviaParser.swift
[131/151] Compiling SwiftParser Types.swift
[132/151] Emitting module SwiftParser
[133/151] Compiling SwiftParser IsLexerClassified.swift
[134/151] Compiling SwiftParser LayoutNodes+Parsable.swift
[135/151] Compiling SwiftParser Parser+TokenSpecSet.swift
[136/151] Compiling SwiftParser TokenSpecStaticMembers.swift
[137/151] Compiling SwiftParser Attributes.swift
[138/151] Compiling SwiftParser Availability.swift
[139/151] Compiling SwiftParser CharacterInfo.swift
[140/151] Compiling SwiftParser CollectionNodes+Parsable.swift
[141/151] Compiling SwiftParser Declarations.swift
[142/151] Compiling SwiftParser Directives.swift
[143/151] Compiling SwiftParser ExperimentalFeatures.swift
[144/151] Compiling SwiftParser Expressions.swift
[145/151] Compiling SwiftParser IncrementalParseTransition.swift
[146/151] Compiling SwiftParser Cursor.swift
[147/174] Emitting module SwiftOperators
[148/174] Compiling SwiftOperators OperatorError+Diagnostics.swift
[149/175] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[150/176] Compiling SwiftOperators SyntaxSynthesis.swift
[151/176] Compiling SwiftOperators PrecedenceGraph.swift
[152/176] Compiling SwiftOperators OperatorTable.swift
[153/176] Compiling SwiftOperators PrecedenceGroup.swift
[154/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[155/176] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[156/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[157/176] Compiling SwiftOperators OperatorTable+Folding.swift
[158/176] Compiling SwiftOperators Operator.swift
[159/176] Compiling SwiftOperators OperatorError.swift
[160/176] Compiling SwiftParserDiagnostics PresenceUtils.swift
[161/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[162/176] Compiling SwiftParserDiagnostics Utils.swift
[163/176] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[164/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[165/176] Compiling SwiftParserDiagnostics MissingNodesError.swift
[166/176] Compiling SwiftParserDiagnostics MissingTokenError.swift
[167/176] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[168/176] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[169/176] Emitting module SwiftParserDiagnostics
[170/176] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/176] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/190] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[173/191] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[174/191] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[175/191] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[176/191] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[177/191] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[178/191] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[179/191] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[180/191] Compiling SwiftSyntaxBuilder Indenter.swift
[181/191] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[182/191] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[183/191] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[184/191] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[185/191] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[186/191] Emitting module SwiftSyntaxBuilder
[187/205] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[188/205] Compiling SwiftSyntaxMacros AccessorMacro.swift
[189/205] Compiling SwiftSyntaxMacros AttachedMacro.swift
[190/205] Compiling SwiftSyntaxMacros Macro.swift
[191/205] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[192/205] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[193/206] Compiling SwiftSyntaxMacros MemberMacro.swift
[194/206] Compiling SwiftSyntaxMacros Macro+Format.swift
[195/206] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[196/206] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[197/206] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[198/206] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[199/206] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[200/206] Emitting module SwiftSyntaxMacros
[201/206] Compiling SwiftSyntaxMacros PeerMacro.swift
[202/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[203/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[204/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[205/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[206/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[207/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[208/214] Emitting module SwiftSyntaxMacroExpansion
[209/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[210/221] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[211/221] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[212/221] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[213/221] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[214/221] Emitting module SwiftCompilerPluginMessageHandling
[215/221] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[216/221] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[217/223] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[218/223] Emitting module SwiftCompilerPlugin
[219/242] Compiling BuildableMacro BuildableMacro.swift
[220/242] Compiling BuildableMacro GenerateBuilderFromEnum.swift
[221/242] Emitting module BuildableMacro
/Users/admin/builder/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
/Users/admin/builder/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[222/244] Compiling BuildableMacro GetFirstEnumCaseName.swift
[223/244] Compiling BuildableMacro MakeFunctionDeclWithValue.swift
[224/244] Compiling BuildableMacro MakeVariableDeclWithValue.swift
[225/244] Compiling BuildableMacro EnumMember.swift
[226/244] Compiling BuildableMacro MakeVariableDecl.swift
[227/244] Compiling BuildableMacro StructMember.swift
[228/244] Compiling BuildableMacro GetSendableInheritanceClause.swift
[229/244] Compiling BuildableMacro GetStructBuilderName.swift
[230/244] Compiling BuildableMacro GenerateBuilderFromClass.swift
[231/244] Compiling BuildableMacro GenerateBuilderFromStruct.swift
[232/244] Compiling BuildableMacro GetDefaultValueForType.swift
/Users/admin/builder/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
[233/244] Compiling BuildableMacro GetFirstInitialiser.swift
/Users/admin/builder/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
[234/244] Compiling BuildableMacro MakeFunctionDecl.swift
[235/244] Compiling BuildableMacro MakeStructBuilder.swift
[236/244] Compiling BuildableMacro ExtractInitializerMembers.swift
[237/244] Compiling BuildableMacro ExtractMembers.swift
[238/244] Compiling BuildableMacro MakeBuildFunctionDecl.swift
/Users/admin/builder/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[239/244] Compiling BuildableMacro String+Error.swift
/Users/admin/builder/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[239/244] Write Objects.LinkFileList
[240/244] Linking BuildableMacro-tool
[242/246] Emitting module Buildable
[243/246] Compiling Buildable Buildable.swift
[244/248] Compiling BuildableClient main.swift
[245/248] Emitting module BuildableClient
[245/248] Write Objects.LinkFileList
[246/248] Linking BuildableClient
[247/248] Applying BuildableClient
Build complete! (27.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Buildable",
  "name" : "Buildable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Buildable",
      "targets" : [
        "Buildable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BuildableClient",
      "targets" : [
        "BuildableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BuildableMacro",
      "targets" : [
        "BuildableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildableMacroTests",
      "path" : "Tests/BuildableMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BuildableClassTests.swift",
        "BuildableEnumTests.swift",
        "BuildableStructTests.swift",
        "TestMacros.swift"
      ],
      "target_dependencies" : [
        "BuildableMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildableMacro",
      "module_type" : "SwiftTarget",
      "name" : "BuildableMacro",
      "path" : "Sources/BuildableMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Buildable",
        "BuildableClient",
        "BuildableMacro"
      ],
      "sources" : [
        "BuildableMacro.swift",
        "Enum/GenerateBuilderFromEnum.swift",
        "Enum/Helper/GetFirstEnumCaseName.swift",
        "Enum/Helper/MakeFunctionDeclWithValue.swift",
        "Enum/Helper/MakeVariableDeclWithValue.swift",
        "Enum/Model/EnumMember.swift",
        "StructAndClass/GenerateBuilderFromClass.swift",
        "StructAndClass/GenerateBuilderFromStruct.swift",
        "StructAndClass/Helper/ExtractInitializerMembers.swift",
        "StructAndClass/Helper/ExtractMembers.swift",
        "StructAndClass/Helper/GetDefaultValueForType.swift",
        "StructAndClass/Helper/GetFirstInitialiser.swift",
        "StructAndClass/Helper/MakeFunctionDecl.swift",
        "StructAndClass/Helper/MakeStructBuilder.swift",
        "StructAndClass/Helper/MakeVariableDecl.swift",
        "StructAndClass/Model/StructMember.swift",
        "Utils/GetSendableInheritanceClause.swift",
        "Utils/GetStructBuilderName.swift",
        "Utils/MakeBuildFunctionDecl.swift",
        "Utils/String+Error.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "BuildableClient",
      "module_type" : "SwiftTarget",
      "name" : "BuildableClient",
      "path" : "Sources/BuildableClient",
      "product_memberships" : [
        "BuildableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Buildable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Buildable",
      "module_type" : "SwiftTarget",
      "name" : "Buildable",
      "path" : "Sources/Buildable",
      "product_memberships" : [
        "Buildable",
        "BuildableClient"
      ],
      "sources" : [
        "Buildable.swift"
      ],
      "target_dependencies" : [
        "BuildableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.