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 CodableKit, reference 1.3.0 (3d5b37), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:01:03 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WendellXY/CodableKit.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WendellXY/CodableKit
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 3d5b379 Merge pull request #5 from WendellXY/add-codable-options-support
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
3d5b37998646ada38af39ea5f5bbeeec2c358ba7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WendellXY/CodableKit.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/WendellXY/CodableKit.git
https://github.com/WendellXY/CodableKit.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "CodableKit",
  "name" : "CodableKit",
  "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" : "CodableKit",
      "targets" : [
        "CodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableKitMacros",
      "targets" : [
        "CodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EncodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EncodableKitTests",
      "path" : "Tests/EncodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DecodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DecodableKitTests",
      "path" : "Tests/DecodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitTests",
      "path" : "Tests/CodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitShared",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitShared",
      "path" : "Sources/CodableKitShared",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyOptions.swift",
        "CodableOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableKitMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitMacros",
      "path" : "Sources/CodableKitMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyMacro.swift",
        "CodableKeyOptions.swift",
        "CodableMacro.swift",
        "CodableProperty.swift",
        "CodableType.swift",
        "CodeGenCore+GenDecode.swift",
        "CodeGenCore+GenEncode.swift",
        "CodeGenCore.swift",
        "Diagnostic.swift",
        "Plugin.swift",
        "SwiftSyntaxHelper.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableKit",
      "module_type" : "SwiftTarget",
      "name" : "CodableKit",
      "path" : "Sources/CodableKit",
      "product_memberships" : [
        "CodableKit"
      ],
      "sources" : [
        "CodableKit.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/27] Write sources
[22/27] Compiling _SwiftSyntaxCShims dummy.c
[24/27] Write swift-version-2F0A5646E1D333AE.txt
[26/39] Compiling SwiftSyntax510 Empty.swift
[27/39] Emitting module SwiftSyntax510
[29/39] Compiling SwiftSyntax510 Empty.swift
[30/39] Compiling SwiftSyntax509 Empty.swift
[31/39] Emitting module SwiftSyntax509
[32/39] Compiling SwiftSyntax600 Empty.swift
[33/39] Emitting module SwiftSyntax600
[34/39] Compiling SwiftSyntax600 Empty.swift
[35/39] Emitting module SwiftSyntax600
[36/39] Emitting module SwiftSyntax509
[37/39] Compiling SwiftSyntax509 Empty.swift
[38/169] Compiling SwiftSyntax Utils.swift
[39/169] Compiling SwiftSyntax ChildNameForKeyPath.swift
[40/169] Compiling SwiftSyntax Keyword.swift
[41/169] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[42/169] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[43/169] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[44/169] Compiling SwiftSyntax SyntaxBaseNodes.swift
[45/169] Compiling SwiftSyntax AbsolutePosition.swift
[46/176] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[47/176] Compiling SwiftSyntax SyntaxChildren.swift
[48/176] Compiling SwiftSyntax SyntaxCollection.swift
[49/176] Compiling SwiftSyntax SyntaxHashable.swift
[50/176] Compiling SwiftSyntax SyntaxIdentifier.swift
[51/176] Compiling SwiftSyntax SyntaxNodeFactory.swift
[52/176] Compiling SwiftSyntax SyntaxNodeStructure.swift
[53/183] Compiling SwiftSyntax SyntaxProtocol.swift
[54/183] Compiling SwiftSyntax SyntaxText.swift
[55/183] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[56/183] Compiling SwiftSyntax TokenDiagnostic.swift
[57/183] Compiling SwiftSyntax TokenSequence.swift
[58/183] Compiling SwiftSyntax TokenSyntax.swift
[59/183] Compiling SwiftSyntax Trivia.swift
[67/183] Emitting module SwiftSyntax
[69/183] Compiling SwiftSyntax Tokens.swift
[70/183] Compiling SwiftSyntax TriviaPieces.swift
[71/183] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[72/183] Compiling SwiftSyntax RawSyntaxNodesC.swift
[73/183] Compiling SwiftSyntax RawSyntaxNodesD.swift
[74/183] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[75/183] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[76/183] Compiling SwiftSyntax Utils.swift
[77/183] Compiling SwiftSyntax ChildNameForKeyPath.swift
[78/183] Compiling SwiftSyntax Keyword.swift
[79/183] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[80/183] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[81/183] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[82/183] Compiling SwiftSyntax SyntaxBaseNodes.swift
[83/183] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[84/183] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[85/183] Compiling SwiftSyntax Assert.swift
[86/183] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/183] Compiling SwiftSyntax CommonAncestor.swift
[88/183] Compiling SwiftSyntax Convenience.swift
[89/183] Compiling SwiftSyntax CustomTraits.swift
[90/183] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[91/183] Compiling SwiftSyntax SyntaxChildren.swift
[92/183] Compiling SwiftSyntax SyntaxCollection.swift
[93/183] Compiling SwiftSyntax SyntaxHashable.swift
[94/183] Compiling SwiftSyntax SyntaxIdentifier.swift
[95/183] Compiling SwiftSyntax SyntaxNodeFactory.swift
[96/183] Compiling SwiftSyntax SyntaxNodeStructure.swift
[97/183] Compiling SwiftSyntax Identifier.swift
[98/183] Compiling SwiftSyntax MemoryLayout.swift
[99/183] Compiling SwiftSyntax MissingNodeInitializers.swift
[100/183] Compiling SwiftSyntax RawSyntax.swift
[101/183] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[102/183] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[103/183] Compiling SwiftSyntax RawSyntaxTokenView.swift
[104/183] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[105/183] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[106/183] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[107/183] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[108/183] Compiling SwiftSyntax RawSyntaxValidation.swift
[109/183] Compiling SwiftSyntax SyntaxNodesAB.swift
[110/183] Compiling SwiftSyntax SyntaxNodesC.swift
[168/183] Compiling SwiftSyntax SyntaxNodesD.swift
[169/183] Compiling SwiftSyntax SyntaxNodesEF.swift
[170/183] Compiling SwiftSyntax SyntaxNodesGHI.swift
[171/183] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[172/183] Compiling SwiftSyntax SyntaxNodesOP.swift
[173/183] Compiling SwiftSyntax SyntaxNodesQRS.swift
[174/183] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[182/186] Compiling CodableKitShared CodableOptions.swift
[183/186] Emitting module CodableKitShared
[184/186] Compiling CodableKitShared CodableKeyOptions.swift
[185/247] Compiling CodableKitShared CodableOptions.swift
[186/247] Compiling SwiftDiagnostics Message.swift
[187/248] Emitting module CodableKitShared
[188/248] Compiling CodableKitShared CodableKeyOptions.swift
[189/248] Compiling SwiftBasicFormat Syntax+Extensions.swift
[190/248] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[191/248] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[192/248] Emitting module SwiftDiagnostics
[193/248] Compiling SwiftDiagnostics Note.swift
[194/248] Compiling SwiftDiagnostics FixIt.swift
[195/248] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[196/248] Compiling SwiftBasicFormat InferIndentation.swift
[197/248] Compiling SwiftDiagnostics Convenience.swift
[198/248] Compiling SwiftDiagnostics Diagnostic.swift
[199/248] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[200/248] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[201/248] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[202/248] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[203/248] Emitting module SwiftBasicFormat
[204/248] Compiling SwiftBasicFormat BasicFormat.swift
[205/248] Compiling SwiftParser TopLevel.swift
[206/248] Compiling SwiftParser TriviaParser.swift
[207/248] Compiling SwiftParser Types.swift
[208/248] Compiling SwiftParser ExperimentalFeatures.swift
[209/252] Compiling SwiftParser UnicodeScalarExtensions.swift
[210/252] Compiling SwiftParser Lookahead.swift
[211/252] Compiling SwiftParser LoopProgressCondition.swift
[212/252] Compiling SwiftParser Modifiers.swift
[213/252] Compiling SwiftParser Names.swift
[214/252] Compiling SwiftParser StringLiterals.swift
[215/252] Compiling SwiftParser SwiftParserCompatibility.swift
[216/252] Compiling SwiftParser SwiftVersion.swift
[217/252] Compiling SwiftParser SyntaxUtils.swift
[218/252] Compiling SwiftParser TokenConsumer.swift
[219/252] Compiling SwiftParser TokenPrecedence.swift
[220/252] Compiling SwiftParser TokenSpec.swift
[221/252] Compiling SwiftParser TokenSpecSet.swift
[222/252] Emitting module SwiftParser
[223/252] Compiling SwiftParser Nominals.swift
[224/252] Compiling SwiftParser Parameters.swift
[225/252] Compiling SwiftParser ParseSourceFile.swift
[226/252] Compiling SwiftParser Parser.swift
[227/252] Compiling SwiftParser Patterns.swift
[228/252] Compiling SwiftParser Recovery.swift
[229/252] Compiling SwiftParser Specifiers.swift
[230/252] Compiling SwiftParser Statements.swift
[231/252] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[232/252] Compiling SwiftParser Directives.swift
[233/252] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[234/252] Compiling SwiftParser Expressions.swift
[235/252] Compiling SwiftParser IncrementalParseTransition.swift
[236/252] Compiling SwiftParser IsValidIdentifier.swift
[237/252] Compiling SwiftParser Attributes.swift
[238/252] Compiling SwiftParser Availability.swift
[239/252] Compiling SwiftParser CharacterInfo.swift
[240/252] Compiling SwiftParser CollectionNodes+Parsable.swift
[241/252] Compiling SwiftParser Declarations.swift
[242/252] Compiling SwiftParser Cursor.swift
[243/252] Compiling SwiftParser Lexeme.swift
[244/252] Compiling SwiftParser LexemeSequence.swift
[245/252] Compiling SwiftParser Lexer.swift
[246/252] Compiling SwiftParser RegexLiteralLexer.swift
[247/252] Compiling SwiftParser IsLexerClassified.swift
[248/252] Compiling SwiftParser LayoutNodes+Parsable.swift
[249/252] Compiling SwiftParser Parser+TokenSpecSet.swift
[250/252] Compiling SwiftParser TokenSpecStaticMembers.swift
[251/275] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[252/276] Compiling SwiftOperators PrecedenceGraph.swift
[253/276] Compiling SwiftOperators OperatorTable.swift
[254/276] Compiling SwiftOperators OperatorTable+Defaults.swift
[255/276] Compiling SwiftOperators PrecedenceGroup.swift
[256/276] Compiling SwiftOperators OperatorTable+Semantics.swift
[257/277] Compiling SwiftParserDiagnostics PresenceUtils.swift
[258/277] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[259/277] Compiling SwiftOperators OperatorError+Diagnostics.swift
[260/277] Compiling SwiftOperators OperatorTable+Folding.swift
[261/277] Emitting module SwiftOperators
[262/277] Compiling SwiftOperators Operator.swift
[263/277] Compiling SwiftOperators OperatorError.swift
[264/277] Compiling SwiftOperators SyntaxSynthesis.swift
[265/277] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[266/277] Compiling SwiftParserDiagnostics Utils.swift
[267/277] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[268/277] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[269/277] Compiling SwiftParserDiagnostics MissingNodesError.swift
[270/277] Compiling SwiftParserDiagnostics MissingTokenError.swift
[271/277] Emitting module SwiftParserDiagnostics
[272/277] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[273/277] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[274/277] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[275/277] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[276/292] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[277/293] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[278/293] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[279/293] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[280/293] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[281/293] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[282/293] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[283/293] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[284/293] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[285/293] Emitting module SwiftSyntaxBuilder
[286/293] Compiling SwiftSyntaxBuilder Indenter.swift
[287/293] Compiling SwiftSyntaxBuilder ListBuilder.swift
[288/293] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[289/293] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[290/293] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[291/293] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[292/311] Compiling SwiftSyntaxMacros MemberMacro.swift
[293/311] Compiling SwiftSyntaxMacros PeerMacro.swift
[294/312] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[295/312] Compiling SwiftSyntaxMacros AccessorMacro.swift
[296/312] Compiling SwiftSyntaxMacros Macro.swift
[297/312] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[298/312] Compiling SwiftSyntaxMacros PreambleMacro.swift
[299/312] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[300/312] Compiling SwiftSyntaxMacros Macro+Format.swift
[301/312] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[302/312] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[303/312] Compiling SwiftSyntaxMacros AttachedMacro.swift
[304/312] Compiling SwiftSyntaxMacros BodyMacro.swift
[305/312] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[306/312] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[307/312] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[308/312] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[309/312] Emitting module SwiftSyntaxMacros
[310/312] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[311/322] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[312/322] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[313/322] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[314/322] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[315/322] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[316/322] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[317/322] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[318/322] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[319/322] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[320/322] Emitting module SwiftSyntaxMacroExpansion
[321/334] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[322/334] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[323/335] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[324/335] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[325/335] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[326/335] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[327/335] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[328/335] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[329/335] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[330/335] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[331/335] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[332/335] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[333/335] Emitting module SwiftCompilerPluginMessageHandling
[334/337] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[335/337] Emitting module SwiftCompilerPlugin
[336/348] Compiling CodableKitMacros Diagnostic.swift
[337/348] Compiling CodableKitMacros Plugin.swift
[338/349] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[339/349] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[340/349] Compiling CodableKitMacros CodableType.swift
[341/349] Compiling CodableKitMacros CodableProperty.swift
[342/349] Compiling CodableKitMacros CodableKeyMacro.swift
[343/349] Compiling CodableKitMacros CodableKeyOptions.swift
[344/349] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[345/349] Compiling CodableKitMacros CodableMacro.swift
[346/349] Compiling CodableKitMacros CodeGenCore.swift
[347/349] Emitting module CodableKitMacros
[347/349] Write Objects.LinkFileList
[348/349] Linking CodableKitMacros-tool
[350/351] Emitting module CodableKit
[351/351] Compiling CodableKit CodableKit.swift
Build complete! (33.39s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.89s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "CodableKit",
  "name" : "CodableKit",
  "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" : "CodableKit",
      "targets" : [
        "CodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableKitMacros",
      "targets" : [
        "CodableKitMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EncodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EncodableKitTests",
      "path" : "Tests/EncodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DecodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DecodableKitTests",
      "path" : "Tests/DecodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitTests",
      "path" : "Tests/CodableKitTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableMacroTests+class+inheritance.swift",
        "CodableMacroTests+class.swift",
        "CodableMacroTests+diagnostics.swift",
        "CodableMacroTests+enum.swift",
        "CodableMacroTests+struct.swift",
        "Defines.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableKitShared",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitShared",
      "path" : "Sources/CodableKitShared",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyOptions.swift",
        "CodableOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableKitMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableKitMacros",
      "path" : "Sources/CodableKitMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableKit",
        "CodableKitMacros"
      ],
      "sources" : [
        "CodableKeyMacro.swift",
        "CodableKeyOptions.swift",
        "CodableMacro.swift",
        "CodableProperty.swift",
        "CodableType.swift",
        "CodeGenCore+GenDecode.swift",
        "CodeGenCore+GenEncode.swift",
        "CodeGenCore.swift",
        "Diagnostic.swift",
        "Plugin.swift",
        "SwiftSyntaxHelper.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableKit",
      "module_type" : "SwiftTarget",
      "name" : "CodableKit",
      "path" : "Sources/CodableKit",
      "product_memberships" : [
        "CodableKit"
      ],
      "sources" : [
        "CodableKit.swift"
      ],
      "target_dependencies" : [
        "CodableKitShared",
        "CodableKitMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.