The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of WithSpecializedGeneric, reference main (6cdf5b), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 04:30:01 UTC.

Swift 6 data race errors: 0

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/li3zhen1/WithSpecializedGenericMacro.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/li3zhen1/WithSpecializedGenericMacro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6cdf5be Update Readme.md
Cloned https://github.com/li3zhen1/WithSpecializedGenericMacro.git
Revision (git rev-parse @):
6cdf5be1ba40ebbe8f83796078727d4218537f83
SUCCESS checkout https://github.com/li3zhen1/WithSpecializedGenericMacro.git at main
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[2039/68722] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (3.53s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.53s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.1 (3.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.56s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
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.1
========================================
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": "withspecializedgenericmacro",
      "name": "WithSpecializedGeneric",
      "url": "https://github.com/li3zhen1/WithSpecializedGenericMacro.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WithSpecializedGenericMacro",
      "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/li3zhen1/WithSpecializedGenericMacro.git
[1/330] Fetching withspecializedgenericmacro
Fetched https://github.com/li3zhen1/WithSpecializedGenericMacro.git from cache (0.78s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.84s)
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/li3zhen1/WithSpecializedGenericMacro.git
Working copy of https://github.com/li3zhen1/WithSpecializedGenericMacro.git resolved at main (6cdf5be)
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/li3zhen1/WithSpecializedGenericMacro.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "WithSpecializedGeneric",
  "name" : "WithSpecializedGeneric",
  "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" : "WithSpecializedGeneric",
      "targets" : [
        "WithSpecializedGeneric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WithSpecializedGenericClient",
      "targets" : [
        "WithSpecializedGenericClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WithSpecializedGenericMacros",
      "targets" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WithSpecializedGenericTests",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericTests",
      "path" : "Tests/WithSpecializedGenericTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "WithSpecializedGenericTests.swift",
        "codes.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WithSpecializedGenericMacros",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericMacros",
      "path" : "Sources/WithSpecializedGenericMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient",
        "WithSpecializedGenericMacros"
      ],
      "sources" : [
        "InlinedGenericsRewriter.swift",
        "TypealiasParser.swift",
        "Utils.swift",
        "WithSpecializedGenerics.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "WithSpecializedGenericClient",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericClient",
      "path" : "Sources/WithSpecializedGenericClient",
      "product_memberships" : [
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGeneric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WithSpecializedGeneric",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGeneric",
      "path" : "Sources/WithSpecializedGeneric",
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "WithSpecializedGeneric.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "library"
    }
  ],
  "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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/24] Write sources
[5/24] Write WithSpecializedGenericClient-entitlement.plist
[6/24] Write sources
[18/24] Write swift-version--7754E27361AE5C74.txt
[20/26] Emitting module SwiftSyntax509
[21/26] Compiling SwiftSyntax509 Empty.swift
[22/72] Compiling SwiftSyntax AbsolutePosition.swift
[23/72] Compiling SwiftSyntax Assert.swift
[24/72] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/72] Compiling SwiftSyntax CommonAncestor.swift
[26/72] Compiling SwiftSyntax Convenience.swift
[27/77] Compiling SwiftSyntax MemoryLayout.swift
[28/77] Compiling SwiftSyntax MissingNodeInitializers.swift
[29/77] Compiling SwiftSyntax RawSyntax.swift
[30/77] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[31/77] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[32/77] Compiling SwiftSyntax SyntaxText.swift
[33/77] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[34/77] Compiling SwiftSyntax TokenDiagnostic.swift
[35/77] Compiling SwiftSyntax TokenSyntax.swift
[36/77] Compiling SwiftSyntax Trivia.swift
[37/77] Compiling SwiftSyntax RawSyntaxTokenView.swift
[38/77] Compiling SwiftSyntax SourceLength.swift
[39/77] Compiling SwiftSyntax SourceLocation.swift
[40/77] Compiling SwiftSyntax SourcePresence.swift
[41/77] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[42/77] Compiling SwiftSyntax Syntax.swift
[43/77] Compiling SwiftSyntax SyntaxArena.swift
[44/77] Compiling SwiftSyntax SyntaxChildren.swift
[45/77] Compiling SwiftSyntax SyntaxCollection.swift
[46/77] Compiling SwiftSyntax SyntaxData.swift
[47/77] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[48/77] Compiling SwiftSyntax SyntaxBaseNodes.swift
[49/77] Compiling SwiftSyntax SyntaxCollections.swift
[50/77] Compiling SwiftSyntax SyntaxEnum.swift
[51/77] Compiling SwiftSyntax SyntaxKind.swift
[52/77] Compiling SwiftSyntax Utils.swift
[53/77] Compiling SwiftSyntax ChildNameForKeyPath.swift
[54/77] Compiling SwiftSyntax Keyword.swift
[55/77] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[56/77] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[57/77] Emitting module SwiftSyntax
[58/77] Compiling SwiftSyntax Tokens.swift
[59/77] Compiling SwiftSyntax TriviaPieces.swift
[60/77] Compiling SwiftSyntax RawSyntaxNodes.swift
[61/77] Compiling SwiftSyntax RawSyntaxValidation.swift
[62/77] Compiling SwiftSyntax SyntaxDeclNodes.swift
[63/77] Compiling SwiftSyntax SyntaxExprNodes.swift
[64/77] Compiling SwiftSyntax SyntaxNodes.swift
[65/77] Compiling SwiftSyntax SyntaxPatternNodes.swift
[66/77] Compiling SwiftSyntax SyntaxStmtNodes.swift
[67/77] Compiling SwiftSyntax SyntaxTypeNodes.swift
[68/77] Compiling SwiftSyntax SyntaxRewriter.swift
[69/77] Compiling SwiftSyntax SyntaxTraits.swift
[70/77] Compiling SwiftSyntax SyntaxTransform.swift
[71/77] Compiling SwiftSyntax SyntaxVisitor.swift
[72/77] Compiling SwiftSyntax TokenKind.swift
[73/129] Compiling SwiftDiagnostics Message.swift
[74/129] Compiling SwiftDiagnostics Note.swift
[75/129] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[76/129] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[77/129] Compiling SwiftDiagnostics Diagnostic.swift
[78/129] Compiling SwiftDiagnostics Convenience.swift
[79/129] Compiling SwiftDiagnostics FixIt.swift
[80/129] Emitting module SwiftDiagnostics
[81/129] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[82/129] Compiling SwiftBasicFormat Syntax+Extensions.swift
[83/129] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[84/129] Emitting module SwiftBasicFormat
[85/129] Compiling SwiftBasicFormat BasicFormat.swift
[86/129] Compiling SwiftParser SyntaxUtils.swift
[87/129] Compiling SwiftParser TokenConsumer.swift
[88/129] Compiling SwiftParser TokenPrecedence.swift
[89/129] Compiling SwiftParser TokenSpec.swift
[90/133] Compiling SwiftParser Statements.swift
[91/133] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[92/133] Compiling SwiftParser StringLiterals.swift
[93/133] Compiling SwiftParser SwiftParserCompatibility.swift
[94/133] Compiling SwiftParser Parser.swift
[95/133] Compiling SwiftParser Patterns.swift
[96/133] Compiling SwiftParser Recovery.swift
[97/133] Compiling SwiftParser Specifiers.swift
[98/133] Compiling SwiftParser UnicodeScalarExtensions.swift
[99/133] Compiling SwiftParser Lookahead.swift
[100/133] Compiling SwiftParser LoopProgressCondition.swift
[101/133] Compiling SwiftParser Modifiers.swift
[102/133] Compiling SwiftParser TokenSpecSet.swift
[103/133] Compiling SwiftParser TopLevel.swift
[104/133] Compiling SwiftParser TriviaParser.swift
[105/133] Compiling SwiftParser Types.swift
[106/133] Compiling SwiftParser Names.swift
[107/133] Compiling SwiftParser Nominals.swift
[108/133] Compiling SwiftParser Parameters.swift
[109/133] Compiling SwiftParser ParseSourceFile.swift
[110/133] Compiling SwiftParser Attributes.swift
[111/133] Compiling SwiftParser Availability.swift
[112/133] Compiling SwiftParser CharacterInfo.swift
[113/133] Compiling SwiftParser CollectionNodes+Parsable.swift
[114/133] Compiling SwiftParser Declarations.swift
[115/133] Compiling SwiftParser Lexeme.swift
[116/133] Compiling SwiftParser LexemeSequence.swift
[117/133] Compiling SwiftParser Lexer.swift
[118/133] Compiling SwiftParser RegexLiteralLexer.swift
[119/133] Compiling SwiftParser IsLexerClassified.swift
[120/133] Compiling SwiftParser LayoutNodes+Parsable.swift
[121/133] Compiling SwiftParser Parser+TokenSpecSet.swift
[122/133] Compiling SwiftParser TokenSpecStaticMembers.swift
[123/133] Compiling SwiftParser Directives.swift
[124/133] Compiling SwiftParser ExperimentalFeatures.swift
[125/133] Compiling SwiftParser Expressions.swift
[126/133] Compiling SwiftParser IncrementalParseTransition.swift
[127/133] Compiling SwiftParser Cursor.swift
[128/133] Emitting module SwiftParser
[129/156] Compiling SwiftOperators PrecedenceGroup.swift
[130/156] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[131/158] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[132/158] Compiling SwiftOperators SyntaxSynthesis.swift
[133/158] Compiling SwiftOperators PrecedenceGraph.swift
[134/158] Compiling SwiftOperators OperatorTable.swift
[135/158] Compiling SwiftOperators OperatorTable+Semantics.swift
[136/158] Compiling SwiftOperators OperatorTable+Defaults.swift
[137/158] Compiling SwiftOperators OperatorError.swift
[138/158] Compiling SwiftOperators OperatorError+Diagnostics.swift
[139/158] Emitting module SwiftOperators
[140/158] Compiling SwiftOperators OperatorTable+Folding.swift
[141/158] Compiling SwiftOperators Operator.swift
[142/158] Compiling SwiftParserDiagnostics Utils.swift
[143/158] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[144/158] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[145/158] Compiling SwiftParserDiagnostics PresenceUtils.swift
[146/158] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[147/158] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[148/158] Emitting module SwiftParserDiagnostics
[149/158] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[150/158] Compiling SwiftParserDiagnostics MissingNodesError.swift
[151/158] Compiling SwiftParserDiagnostics MissingTokenError.swift
[152/158] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[153/158] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[154/172] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[155/172] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[156/173] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[157/173] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[158/173] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[159/173] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[160/173] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[161/173] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[162/173] Compiling SwiftSyntaxBuilder Indenter.swift
[163/173] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[164/173] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[165/173] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[166/173] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[167/173] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[168/173] Emitting module SwiftSyntaxBuilder
[169/187] Compiling SwiftSyntaxMacros Macro.swift
[170/188] Compiling SwiftSyntaxMacros MemberMacro.swift
[171/188] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[172/188] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[173/188] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[174/188] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[175/188] Compiling SwiftSyntaxMacros Macro+Format.swift
[176/188] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[177/188] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[178/188] Compiling SwiftSyntaxMacros AccessorMacro.swift
[179/188] Compiling SwiftSyntaxMacros AttachedMacro.swift
[180/188] Compiling SwiftSyntaxMacros PeerMacro.swift
[181/188] Emitting module SwiftSyntaxMacros
[182/188] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[183/188] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[184/196] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[185/196] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[186/196] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[187/196] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[188/196] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[189/196] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[190/196] Emitting module SwiftSyntaxMacroExpansion
[191/196] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[192/203] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[193/203] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[194/203] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[195/203] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[196/203] Emitting module SwiftCompilerPluginMessageHandling
[197/203] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[198/203] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[199/205] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[200/205] Emitting module SwiftCompilerPlugin
[201/210] Compiling WithSpecializedGenericMacros Utils.swift
[202/210] Compiling WithSpecializedGenericMacros TypealiasParser.swift
[203/210] Compiling WithSpecializedGenericMacros WithSpecializedGenerics.swift
[204/210] Emitting module WithSpecializedGenericMacros
[205/210] Compiling WithSpecializedGenericMacros InlinedGenericsRewriter.swift
[205/210] Write Objects.LinkFileList
[206/210] Linking WithSpecializedGenericMacros-tool
[208/212] Compiling WithSpecializedGeneric WithSpecializedGeneric.swift
[209/212] Emitting module WithSpecializedGeneric
[210/214] Emitting module WithSpecializedGenericClient
[211/214] Compiling WithSpecializedGenericClient main.swift
[211/214] Write Objects.LinkFileList
[212/214] Linking WithSpecializedGenericClient
[213/214] Applying WithSpecializedGenericClient
Build complete! (54.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "WithSpecializedGeneric",
  "name" : "WithSpecializedGeneric",
  "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" : "WithSpecializedGeneric",
      "targets" : [
        "WithSpecializedGeneric"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WithSpecializedGenericClient",
      "targets" : [
        "WithSpecializedGenericClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WithSpecializedGenericMacros",
      "targets" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WithSpecializedGenericTests",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericTests",
      "path" : "Tests/WithSpecializedGenericTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "WithSpecializedGenericTests.swift",
        "codes.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WithSpecializedGenericMacros",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericMacros",
      "path" : "Sources/WithSpecializedGenericMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient",
        "WithSpecializedGenericMacros"
      ],
      "sources" : [
        "InlinedGenericsRewriter.swift",
        "TypealiasParser.swift",
        "Utils.swift",
        "WithSpecializedGenerics.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "WithSpecializedGenericClient",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGenericClient",
      "path" : "Sources/WithSpecializedGenericClient",
      "product_memberships" : [
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGeneric"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WithSpecializedGeneric",
      "module_type" : "SwiftTarget",
      "name" : "WithSpecializedGeneric",
      "path" : "Sources/WithSpecializedGeneric",
      "product_memberships" : [
        "WithSpecializedGeneric",
        "WithSpecializedGenericClient"
      ],
      "sources" : [
        "WithSpecializedGeneric.swift"
      ],
      "target_dependencies" : [
        "WithSpecializedGenericMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.