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 1.2.0 (9dce39), with Swift 6.1 for macOS (SPM) on 30 Jun 2025 18:49:58 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: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alschmut/SwiftBuildableMacro
 * tag               1.2.0      -> FETCH_HEAD
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 1.2.0
Fetching https://github.com/apple/swift-syntax.git
[1/71106] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.52s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (6.70s)
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.73s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.93s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.99s)
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
Creating working copy for https://github.com/alschmut/SwiftBuildableMacro.git
Working copy of https://github.com/alschmut/SwiftBuildableMacro.git resolved at 1.2.0 (9dce398)
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
[15/23] Write BuildableClient-entitlement.plist
[17/23] Write swift-version-2F0A5646E1D333AE.txt
[19/27] Compiling SwiftSyntax510 Empty.swift
[20/27] Emitting module SwiftSyntax509
[21/27] Compiling SwiftSyntax509 Empty.swift
[22/27] Emitting module SwiftSyntax510
[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 SyntaxHashable.swift
[31/95] Compiling SwiftSyntax SyntaxIdentifier.swift
[32/95] Compiling SwiftSyntax SyntaxNodeStructure.swift
[33/95] Compiling SwiftSyntax SyntaxProtocol.swift
[34/95] Compiling SwiftSyntax SyntaxText.swift
[35/95] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[36/95] Compiling SwiftSyntax TokenDiagnostic.swift
[37/95] Compiling SwiftSyntax AbsolutePosition.swift
[38/95] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[39/95] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[40/95] Compiling SwiftSyntax Assert.swift
[41/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[42/95] Compiling SwiftSyntax CommonAncestor.swift
[43/95] Compiling SwiftSyntax Convenience.swift
[44/95] Emitting module SwiftSyntax
[45/95] Compiling SwiftSyntax RawSyntaxNodesC.swift
[46/95] Compiling SwiftSyntax RawSyntaxNodesD.swift
[47/95] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[48/95] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[49/95] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[50/95] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[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 RenamedNodesCompatibility.swift
[58/95] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[59/95] Compiling SwiftSyntax SyntaxBaseNodes.swift
[60/95] Compiling SwiftSyntax SyntaxCollections.swift
[61/95] Compiling SwiftSyntax SyntaxEnum.swift
[62/95] Compiling SwiftSyntax SyntaxKind.swift
[63/95] Compiling SwiftSyntax SyntaxRewriter.swift
[64/95] Compiling SwiftSyntax SyntaxTraits.swift
[65/95] Compiling SwiftSyntax SyntaxTransform.swift
[66/95] Compiling SwiftSyntax SyntaxVisitor.swift
[67/95] Compiling SwiftSyntax TokenKind.swift
[68/95] Compiling SwiftSyntax Tokens.swift
[69/95] Compiling SwiftSyntax TriviaPieces.swift
[70/95] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[71/95] Compiling SwiftSyntax SourceLocation.swift
[72/95] Compiling SwiftSyntax SourcePresence.swift
[73/95] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[74/95] Compiling SwiftSyntax Syntax.swift
[75/95] Compiling SwiftSyntax SyntaxArena.swift
[76/95] Compiling SwiftSyntax SyntaxChildren.swift
[77/95] Compiling SwiftSyntax SyntaxCollection.swift
[78/95] Compiling SwiftSyntax TokenSequence.swift
[79/95] Compiling SwiftSyntax TokenSyntax.swift
[80/95] Compiling SwiftSyntax Trivia.swift
[81/95] Compiling SwiftSyntax Utils.swift
[82/95] Compiling SwiftSyntax ChildNameForKeyPath.swift
[83/95] Compiling SwiftSyntax Keyword.swift
[84/95] Compiling SwiftSyntax RenamedChildrenCompatibility.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 SwiftDiagnostics Message.swift
[92/147] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[93/147] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[94/147] Compiling SwiftBasicFormat Syntax+Extensions.swift
[95/147] Compiling SwiftDiagnostics Note.swift
[96/147] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[97/147] Compiling SwiftDiagnostics Diagnostic.swift
[98/147] Compiling SwiftDiagnostics FixIt.swift
[99/147] Compiling SwiftDiagnostics Convenience.swift
[100/147] Emitting module SwiftDiagnostics
[101/147] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[102/147] Compiling SwiftParser SyntaxUtils.swift
[103/147] Compiling SwiftParser TokenConsumer.swift
[104/147] Compiling SwiftParser TokenPrecedence.swift
[105/147] Compiling SwiftParser TokenSpec.swift
[106/151] Compiling SwiftBasicFormat BasicFormat.swift
[107/151] Emitting module SwiftBasicFormat
[108/151] Compiling SwiftParser Statements.swift
[109/151] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[110/151] Compiling SwiftParser StringLiterals.swift
[111/151] Compiling SwiftParser SwiftParserCompatibility.swift
[112/151] Emitting module SwiftParser
[113/151] Compiling SwiftParser Names.swift
[114/151] Compiling SwiftParser Nominals.swift
[115/151] Compiling SwiftParser Parameters.swift
[116/151] Compiling SwiftParser ParseSourceFile.swift
[117/151] Compiling SwiftParser Parser.swift
[118/151] Compiling SwiftParser Patterns.swift
[119/151] Compiling SwiftParser Recovery.swift
[120/151] Compiling SwiftParser Specifiers.swift
[121/151] Compiling SwiftParser UnicodeScalarExtensions.swift
[122/151] Compiling SwiftParser Lookahead.swift
[123/151] Compiling SwiftParser LoopProgressCondition.swift
[124/151] Compiling SwiftParser Modifiers.swift
[125/151] Compiling SwiftParser TokenSpecSet.swift
[126/151] Compiling SwiftParser TopLevel.swift
[127/151] Compiling SwiftParser TriviaParser.swift
[128/151] Compiling SwiftParser Types.swift
[129/151] Compiling SwiftParser Lexeme.swift
[130/151] Compiling SwiftParser LexemeSequence.swift
[131/151] Compiling SwiftParser Lexer.swift
[132/151] Compiling SwiftParser RegexLiteralLexer.swift
[133/151] Compiling SwiftParser Attributes.swift
[134/151] Compiling SwiftParser Availability.swift
[135/151] Compiling SwiftParser CharacterInfo.swift
[136/151] Compiling SwiftParser CollectionNodes+Parsable.swift
[137/151] Compiling SwiftParser Declarations.swift
[138/151] Compiling SwiftParser IsLexerClassified.swift
[139/151] Compiling SwiftParser LayoutNodes+Parsable.swift
[140/151] Compiling SwiftParser Parser+TokenSpecSet.swift
[141/151] Compiling SwiftParser TokenSpecStaticMembers.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] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[148/175] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[149/175] Compiling SwiftOperators PrecedenceGroup.swift
[150/175] Compiling SwiftOperators PrecedenceGraph.swift
[151/176] Compiling SwiftOperators OperatorError.swift
[152/176] Compiling SwiftOperators OperatorTable+Semantics.swift
[153/176] Compiling SwiftOperators OperatorTable.swift
[154/176] Compiling SwiftOperators OperatorTable+Defaults.swift
[155/176] Compiling SwiftOperators OperatorError+Diagnostics.swift
[156/176] Emitting module SwiftOperators
[157/176] Compiling SwiftOperators Operator.swift
[158/176] Compiling SwiftOperators OperatorTable+Folding.swift
[159/176] Compiling SwiftOperators SyntaxSynthesis.swift
[160/176] Compiling SwiftParserDiagnostics Utils.swift
[161/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[162/176] Compiling SwiftParserDiagnostics PresenceUtils.swift
[163/176] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[164/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[165/176] Emitting module SwiftParserDiagnostics
[166/176] Compiling SwiftParserDiagnostics MissingNodesError.swift
[167/176] Compiling SwiftParserDiagnostics MissingTokenError.swift
[168/176] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[169/176] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[170/176] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/176] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/190] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[173/190] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[174/190] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[175/190] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[176/190] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[177/190] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[178/190] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[179/191] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[180/191] Compiling SwiftSyntaxBuilder Indenter.swift
[181/191] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[182/191] Emitting module SwiftSyntaxBuilder
[183/191] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[184/191] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[185/191] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[186/191] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[187/205] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[188/205] Compiling SwiftSyntaxMacros Macro+Format.swift
[189/206] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[190/206] Compiling SwiftSyntaxMacros AccessorMacro.swift
[191/206] Compiling SwiftSyntaxMacros AttachedMacro.swift
[192/206] Compiling SwiftSyntaxMacros MemberMacro.swift
[193/206] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[194/206] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[195/206] Compiling SwiftSyntaxMacros Macro.swift
[196/206] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[197/206] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[198/206] Emitting module SwiftSyntaxMacros
[199/206] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[200/206] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[201/206] Compiling SwiftSyntaxMacros PeerMacro.swift
[202/214] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[203/214] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[204/214] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[205/214] Emitting module SwiftSyntaxMacroExpansion
[206/214] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[207/214] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[208/214] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[209/214] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[210/221] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[211/221] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[212/221] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[213/221] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[214/221] Emitting module SwiftCompilerPluginMessageHandling
[215/221] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[216/221] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[217/223] Emitting module SwiftCompilerPlugin
[218/223] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[219/242] Compiling BuildableMacro GetSendableInheritanceClause.swift
[220/242] Compiling BuildableMacro GetStructBuilderName.swift
[221/244] Compiling BuildableMacro MakeVariableDecl.swift
[222/244] Compiling BuildableMacro StructMember.swift
[223/244] Compiling BuildableMacro MakeVariableDeclWithValue.swift
[224/244] Compiling BuildableMacro EnumMember.swift
[225/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",
[226/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",
[227/244] Compiling BuildableMacro MakeFunctionDecl.swift
[228/244] Compiling BuildableMacro MakeStructBuilder.swift
[229/244] Compiling BuildableMacro GenerateBuilderFromClass.swift
[230/244] Compiling BuildableMacro GenerateBuilderFromStruct.swift
[231/244] Compiling BuildableMacro GetFirstEnumCaseName.swift
[232/244] Compiling BuildableMacro MakeFunctionDeclWithValue.swift
[233/244] Compiling BuildableMacro ExtractInitializerMembers.swift
[234/244] Compiling BuildableMacro ExtractMembers.swift
[235/244] 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 |
[236/244] Compiling BuildableMacro BuildableMacro.swift
[237/244] Compiling BuildableMacro GenerateBuilderFromEnum.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] Compiling Buildable Buildable.swift
[243/246] Emitting module Buildable
[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! (24.96s)
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.