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 main (dd3bce), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:01:05 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WendellXY/CodableKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dd3bce9 Fix .spi.yml format
Cloned https://github.com/WendellXY/CodableKit.git
Revision (git rev-parse @):
dd3bce93d24e8d024fa333b09f959752e92f76e6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WendellXY/CodableKit.git at main
========================================
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] Emitting module SwiftSyntax510
[27/39] Compiling SwiftSyntax510 Empty.swift
[28/39] Emitting module SwiftSyntax600
[29/39] Compiling SwiftSyntax600 Empty.swift
[30/39] Emitting module SwiftSyntax510
[31/39] Compiling SwiftSyntax510 Empty.swift
[32/39] Emitting module SwiftSyntax509
[33/39] Compiling SwiftSyntax509 Empty.swift
[34/39] Emitting module SwiftSyntax509
[35/39] Compiling SwiftSyntax509 Empty.swift
[36/39] Compiling SwiftSyntax600 Empty.swift
[37/39] Emitting module SwiftSyntax600
[38/169] Compiling SwiftSyntax AbsolutePosition.swift
[39/169] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[40/169] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[41/169] Compiling SwiftSyntax Assert.swift
[42/169] Compiling SwiftSyntax BumpPtrAllocator.swift
[43/169] Compiling SwiftSyntax CommonAncestor.swift
[44/169] Compiling SwiftSyntax Convenience.swift
[45/169] Compiling SwiftSyntax CustomTraits.swift
[54/183] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[55/183] Compiling SwiftSyntax SyntaxChildren.swift
[56/183] Compiling SwiftSyntax SyntaxCollection.swift
[57/183] Compiling SwiftSyntax SyntaxHashable.swift
[58/183] Compiling SwiftSyntax SyntaxIdentifier.swift
[59/183] Compiling SwiftSyntax SyntaxNodeFactory.swift
[60/183] Compiling SwiftSyntax SyntaxNodeStructure.swift
[68/183] Compiling SwiftSyntax SyntaxProtocol.swift
[69/183] Compiling SwiftSyntax SyntaxText.swift
[70/183] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[71/183] Compiling SwiftSyntax TokenDiagnostic.swift
[72/183] Compiling SwiftSyntax TokenSequence.swift
[73/183] Compiling SwiftSyntax TokenSyntax.swift
[74/183] Compiling SwiftSyntax Trivia.swift
[75/183] Emitting module SwiftSyntax
[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 Identifier.swift
[84/183] Compiling SwiftSyntax MemoryLayout.swift
[85/183] Compiling SwiftSyntax MissingNodeInitializers.swift
[86/183] Compiling SwiftSyntax RawSyntax.swift
[87/183] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[88/183] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[89/183] Compiling SwiftSyntax RawSyntaxTokenView.swift
[90/183] Compiling SwiftSyntax SyntaxCollections.swift
[91/183] Compiling SwiftSyntax SyntaxEnum.swift
[92/183] Compiling SwiftSyntax SyntaxKind.swift
[93/183] Compiling SwiftSyntax SyntaxRewriter.swift
[94/183] Compiling SwiftSyntax SyntaxTraits.swift
[95/183] Compiling SwiftSyntax SyntaxVisitor.swift
[96/183] Compiling SwiftSyntax TokenKind.swift
[97/183] Compiling SwiftSyntax Tokens.swift
[98/183] Compiling SwiftSyntax TriviaPieces.swift
[99/183] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[100/183] Compiling SwiftSyntax RawSyntaxNodesC.swift
[101/183] Compiling SwiftSyntax RawSyntaxNodesD.swift
[102/183] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[103/183] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[111/183] Compiling SwiftSyntax SourceEdit.swift
[112/183] Compiling SwiftSyntax SourceLength.swift
[113/183] Compiling SwiftSyntax SourceLocation.swift
[114/183] Compiling SwiftSyntax SourcePresence.swift
[115/183] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[116/183] Compiling SwiftSyntax Syntax.swift
[117/183] Compiling SwiftSyntax SyntaxArena.swift
[132/183] Emitting module SwiftSyntax
[140/183] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[141/183] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[142/183] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[143/183] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[144/183] Compiling SwiftSyntax RawSyntaxValidation.swift
[145/183] Compiling SwiftSyntax SyntaxNodesAB.swift
[146/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/247] Compiling CodableKitShared CodableOptions.swift
[184/247] Emitting module CodableKitShared
[185/247] Compiling CodableKitShared CodableKeyOptions.swift
[186/247] Emitting module SwiftDiagnostics
[187/248] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[188/248] Compiling SwiftDiagnostics Convenience.swift
[189/248] Compiling SwiftDiagnostics Message.swift
[190/248] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[191/248] Compiling SwiftDiagnostics Diagnostic.swift
[192/248] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[193/248] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[194/248] Compiling SwiftBasicFormat Syntax+Extensions.swift
[195/248] Emitting module CodableKitShared
[196/248] Compiling CodableKitShared CodableKeyOptions.swift
[197/248] Compiling SwiftDiagnostics Note.swift
[198/248] Compiling SwiftBasicFormat InferIndentation.swift
[199/248] Compiling SwiftDiagnostics FixIt.swift
[200/248] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[201/248] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[202/248] Compiling SwiftDiagnostics DiagnosticsFormatter.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 StringLiterals.swift
[210/252] Compiling SwiftParser SwiftParserCompatibility.swift
[211/252] Compiling SwiftParser SwiftVersion.swift
[212/252] Compiling SwiftParser SyntaxUtils.swift
[213/252] Compiling SwiftParser TokenConsumer.swift
[214/252] Compiling SwiftParser TokenPrecedence.swift
[215/252] Compiling SwiftParser TokenSpec.swift
[216/252] Compiling SwiftParser TokenSpecSet.swift
[217/252] Compiling SwiftParser UnicodeScalarExtensions.swift
[218/252] Compiling SwiftParser Lookahead.swift
[219/252] Compiling SwiftParser LoopProgressCondition.swift
[220/252] Compiling SwiftParser Modifiers.swift
[221/252] Compiling SwiftParser Names.swift
[222/252] Compiling SwiftParser Nominals.swift
[223/252] Compiling SwiftParser Parameters.swift
[224/252] Compiling SwiftParser ParseSourceFile.swift
[225/252] Compiling SwiftParser Parser.swift
[226/252] Compiling SwiftParser Patterns.swift
[227/252] Compiling SwiftParser Recovery.swift
[228/252] Compiling SwiftParser Specifiers.swift
[229/252] Compiling SwiftParser Statements.swift
[230/252] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[231/252] Emitting module SwiftParser
[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 SwiftOperators PrecedenceGraph.swift
[252/275] Compiling SwiftOperators PrecedenceGroup.swift
[253/276] Compiling SwiftOperators OperatorTable.swift
[254/276] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[255/276] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[256/277] Compiling SwiftOperators OperatorTable+Defaults.swift
[257/277] Compiling SwiftOperators OperatorTable+Semantics.swift
[258/277] Compiling SwiftOperators OperatorError.swift
[259/277] Compiling SwiftOperators OperatorError+Diagnostics.swift
[260/277] Emitting module SwiftOperators
[261/277] Compiling SwiftOperators OperatorTable+Folding.swift
[262/277] Compiling SwiftOperators Operator.swift
[263/277] Compiling SwiftOperators SyntaxSynthesis.swift
[264/277] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[265/277] Compiling SwiftParserDiagnostics Utils.swift
[266/277] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[267/277] Compiling SwiftParserDiagnostics PresenceUtils.swift
[268/277] Compiling SwiftParserDiagnostics MissingNodesError.swift
[269/277] Compiling SwiftParserDiagnostics MissingTokenError.swift
[270/277] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[271/277] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[272/277] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[273/277] Emitting module SwiftParserDiagnostics
[274/277] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[275/277] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[276/292] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[277/293] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[278/293] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[279/293] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[280/293] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[281/293] Emitting module SwiftSyntaxBuilder
[282/293] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[283/293] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[284/293] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[285/293] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[286/293] Compiling SwiftSyntaxBuilder Indenter.swift
[287/293] Compiling SwiftSyntaxBuilder ListBuilder.swift
[288/293] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[289/293] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[290/293] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[291/293] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[292/311] Compiling SwiftSyntaxMacros PreambleMacro.swift
[293/312] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[294/312] Compiling SwiftSyntaxMacros Macro+Format.swift
[295/312] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[296/312] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[297/312] Compiling SwiftSyntaxMacros Macro.swift
[298/312] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[299/312] Compiling SwiftSyntaxMacros AttachedMacro.swift
[300/312] Compiling SwiftSyntaxMacros BodyMacro.swift
[301/312] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[302/312] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[303/312] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[304/312] Compiling SwiftSyntaxMacros AccessorMacro.swift
[305/312] Compiling SwiftSyntaxMacros MemberMacro.swift
[306/312] Compiling SwiftSyntaxMacros PeerMacro.swift
[307/312] Emitting module SwiftSyntaxMacros
[308/312] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[309/312] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[310/312] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[311/322] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[312/322] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[313/322] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[314/322] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[315/322] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[316/322] Emitting module SwiftSyntaxMacroExpansion
[317/322] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[318/322] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[319/322] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[320/322] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[321/334] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[322/334] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[323/334] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[324/334] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[325/334] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[326/334] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[327/334] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[328/334] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[329/334] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[330/334] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[331/334] Emitting module SwiftCompilerPluginMessageHandling
[332/334] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[333/335] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[334/337] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[335/337] Emitting module SwiftCompilerPlugin
[336/348] Compiling CodableKitMacros Plugin.swift
[337/349] Emitting module CodableKitMacros
[338/349] Compiling CodableKitMacros CodableProperty.swift
[339/349] Compiling CodableKitMacros CodeGenCore+GenEncode.swift
[340/349] Compiling CodableKitMacros CodeGenCore+GenDecode.swift
[341/349] Compiling CodableKitMacros CodableType.swift
[342/349] Compiling CodableKitMacros CodableMacro.swift
[343/349] Compiling CodableKitMacros CodableKeyMacro.swift
[344/349] Compiling CodableKitMacros CodableKeyOptions.swift
[345/349] Compiling CodableKitMacros SwiftSyntaxHelper.swift
[346/349] Compiling CodableKitMacros Diagnostic.swift
[347/349] Compiling CodableKitMacros CodeGenCore.swift
[347/349] Write Objects.LinkFileList
[348/349] Linking CodableKitMacros-tool
[350/351] Emitting module CodableKit
[351/351] Compiling CodableKit CodableKit.swift
Build complete! (32.12s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.82s)
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.