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 AutoMap, reference main (84a9d9), with Swift 6.0 for macOS (SPM) on 9 Apr 2025 14:07:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/AutoMap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemkalinovsky/AutoMap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84a9d9a Update README.md
Cloned https://github.com/artemkalinovsky/AutoMap.git
Revision (git rev-parse @):
84a9d9a1b787ca2ab7b74788a88c1ae8fc62c961
SUCCESS checkout https://github.com/artemkalinovsky/AutoMap.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/69991] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.21s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (3.30s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.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": "automap",
      "name": "AutoMap",
      "url": "https://github.com/artemkalinovsky/AutoMap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoMap",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "601.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/artemkalinovsky/AutoMap.git
[1/122] Fetching automap
Fetched https://github.com/artemkalinovsky/AutoMap.git from cache (0.65s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.82s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (0.03s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/artemkalinovsky/AutoMap.git
Working copy of https://github.com/artemkalinovsky/AutoMap.git resolved at main (84a9d9a)
warning: '.resolve-product-dependencies': dependency 'automap' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/artemkalinovsky/AutoMap.git
https://github.com/artemkalinovsky/AutoMap.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoMap",
  "name" : "AutoMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoMap",
      "targets" : [
        "AutoMap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoMapMacros",
      "targets" : [
        "AutoMapMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoMapTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoMapTests",
      "path" : "Tests/AutoMapTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AutoMapTests.swift"
      ],
      "target_dependencies" : [
        "AutoMapMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoMapMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoMapMacros",
      "path" : "Sources/AutoMapMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoMap",
        "AutoMapMacros"
      ],
      "sources" : [
        "AutoMapMacro.swift",
        "AutoMapPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoMap",
      "module_type" : "SwiftTarget",
      "name" : "AutoMap",
      "path" : "Sources/AutoMap",
      "product_memberships" : [
        "AutoMap"
      ],
      "sources" : [
        "AutoMap.swift"
      ],
      "target_dependencies" : [
        "AutoMapMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/21] Write sources
[17/21] Compiling _SwiftSyntaxCShims dummy.c
[18/21] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/29] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[21/29] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/29] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[23/29] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/29] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[25/29] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/11] Compiling SwiftSyntax510 Empty.swift
[3/11] Compiling SwiftSyntax601 Empty.swift
[4/11] Emitting module SwiftSyntax601
[5/11] Compiling SwiftSyntax509 Empty.swift
[6/11] Emitting module SwiftSyntax509
[7/11] Emitting module SwiftSyntax510
[8/11] Compiling SwiftSyntax600 Empty.swift
[9/11] Emitting module SwiftSyntax600
[10/77] Compiling SwiftSyntax AbsolutePosition.swift
[11/77] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[12/77] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[13/77] Compiling SwiftSyntax Assert.swift
[14/77] Compiling SwiftSyntax BumpPtrAllocator.swift
[15/77] Compiling SwiftSyntax CommonAncestor.swift
[16/77] Compiling SwiftSyntax Convenience.swift
[17/77] Compiling SwiftSyntax CustomTraits.swift
[18/84] Compiling SwiftSyntax EditorPlaceholder.swift
[19/84] Compiling SwiftSyntax Identifier.swift
[20/84] Compiling SwiftSyntax MemoryLayout.swift
[21/84] Compiling SwiftSyntax MissingNodeInitializers.swift
[22/84] Compiling SwiftSyntax RawSyntax.swift
[23/84] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[24/84] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[25/84] Compiling SwiftSyntax RawSyntaxTokenView.swift
[26/84] Compiling SwiftSyntax SourceEdit.swift
[27/84] Compiling SwiftSyntax SourceLength.swift
[28/84] Compiling SwiftSyntax SourceLocation.swift
[29/84] Compiling SwiftSyntax SourcePresence.swift
[30/84] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[31/84] Compiling SwiftSyntax Syntax.swift
[32/84] Compiling SwiftSyntax SyntaxArena.swift
[33/84] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[34/84] Compiling SwiftSyntax SyntaxChildren.swift
[35/84] Compiling SwiftSyntax SyntaxCollection.swift
[36/84] Compiling SwiftSyntax SyntaxHashable.swift
[37/84] Compiling SwiftSyntax SyntaxIdentifier.swift
[38/84] Compiling SwiftSyntax SyntaxNodeFactory.swift
[39/84] Compiling SwiftSyntax SyntaxNodeStructure.swift
[40/84] Compiling SwiftSyntax SyntaxProtocol.swift
[41/84] Compiling SwiftSyntax SyntaxText.swift
[42/84] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[43/84] Compiling SwiftSyntax TokenDiagnostic.swift
[44/84] Compiling SwiftSyntax TokenSequence.swift
[45/84] Compiling SwiftSyntax TokenSyntax.swift
[46/84] Compiling SwiftSyntax Trivia.swift
[47/84] Emitting module SwiftSyntax
[48/84] Compiling SwiftSyntax Tokens.swift
[49/84] Compiling SwiftSyntax TriviaPieces.swift
[50/84] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[51/84] Compiling SwiftSyntax RawSyntaxNodesC.swift
[52/84] Compiling SwiftSyntax RawSyntaxNodesD.swift
[53/84] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[54/84] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[55/84] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/84] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/84] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[58/84] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[59/84] Compiling SwiftSyntax RawSyntaxValidation.swift
[60/84] Compiling SwiftSyntax SyntaxNodesAB.swift
[61/84] Compiling SwiftSyntax SyntaxNodesC.swift
[62/84] Compiling SwiftSyntax SyntaxCollections.swift
[63/84] Compiling SwiftSyntax SyntaxEnum.swift
[64/84] Compiling SwiftSyntax SyntaxKind.swift
[65/84] Compiling SwiftSyntax SyntaxRewriter.swift
[66/84] Compiling SwiftSyntax SyntaxTraits.swift
[67/84] Compiling SwiftSyntax SyntaxVisitor.swift
[68/84] Compiling SwiftSyntax TokenKind.swift
[69/84] Compiling SwiftSyntax Utils.swift
[70/84] Compiling SwiftSyntax ChildNameForKeyPath.swift
[71/84] Compiling SwiftSyntax Keyword.swift
[72/84] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[73/84] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[74/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[75/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
[76/84] Compiling SwiftSyntax SyntaxNodesD.swift
[77/84] Compiling SwiftSyntax SyntaxNodesEF.swift
[78/84] Compiling SwiftSyntax SyntaxNodesGHI.swift
[79/84] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[80/84] Compiling SwiftSyntax SyntaxNodesOP.swift
[81/84] Compiling SwiftSyntax SyntaxNodesQRS.swift
[82/84] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[83/143] Compiling SwiftDiagnostics Message.swift
[84/144] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[85/144] Compiling SwiftBasicFormat Syntax+Extensions.swift
[86/144] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[87/144] Emitting module SwiftDiagnostics
[88/144] Compiling SwiftDiagnostics Note.swift
[89/144] Compiling SwiftBasicFormat Indenter.swift
[90/144] Compiling SwiftBasicFormat InferIndentation.swift
[91/144] Compiling SwiftDiagnostics Convenience.swift
[92/144] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[93/144] Compiling SwiftDiagnostics FixIt.swift
[94/144] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[95/144] Compiling SwiftDiagnostics Diagnostic.swift
[96/144] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[97/144] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[98/144] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[99/144] Compiling SwiftBasicFormat BasicFormat.swift
[100/144] Emitting module SwiftBasicFormat
[101/144] Compiling SwiftParser TopLevel.swift
[102/144] Compiling SwiftParser TriviaParser.swift
[103/144] Compiling SwiftParser Types.swift
[104/144] Compiling SwiftParser ExperimentalFeatures.swift
[105/144] Compiling SwiftParser TokenConsumer.swift
[106/144] Compiling SwiftParser TokenPrecedence.swift
[107/144] Compiling SwiftParser TokenSpec.swift
[108/144] Compiling SwiftParser TokenSpecSet.swift
[109/148] Compiling SwiftParser UnicodeScalarExtensions.swift
[110/148] Compiling SwiftParser Lookahead.swift
[111/148] Compiling SwiftParser LoopProgressCondition.swift
[112/148] Compiling SwiftParser Modifiers.swift
[113/148] Compiling SwiftParser Names.swift
[114/148] Emitting module SwiftParser
[115/148] Compiling SwiftParser Nominals.swift
[116/148] Compiling SwiftParser Parameters.swift
[117/148] Compiling SwiftParser ParseSourceFile.swift
[118/148] Compiling SwiftParser Parser.swift
[119/148] Compiling SwiftParser Patterns.swift
[120/148] Compiling SwiftParser Recovery.swift
[121/148] Compiling SwiftParser Specifiers.swift
[122/148] Compiling SwiftParser Statements.swift
[123/148] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[124/148] Compiling SwiftParser Directives.swift
[125/148] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[126/148] Compiling SwiftParser Expressions.swift
[127/148] Compiling SwiftParser IncrementalParseTransition.swift
[128/148] Compiling SwiftParser IsValidIdentifier.swift
[129/148] Compiling SwiftParser Attributes.swift
[130/148] Compiling SwiftParser Availability.swift
[131/148] Compiling SwiftParser CharacterInfo.swift
[132/148] Compiling SwiftParser CollectionNodes+Parsable.swift
[133/148] Compiling SwiftParser Declarations.swift
[134/148] Compiling SwiftParser Cursor.swift
[135/148] Compiling SwiftParser Lexeme.swift
[136/148] Compiling SwiftParser LexemeSequence.swift
[137/148] Compiling SwiftParser Lexer.swift
[138/148] Compiling SwiftParser RegexLiteralLexer.swift
[139/148] Compiling SwiftParser StringLiterals.swift
[140/148] Compiling SwiftParser SwiftParserCompatibility.swift
[141/148] Compiling SwiftParser SwiftVersion.swift
[142/148] Compiling SwiftParser SyntaxUtils.swift
[143/148] Compiling SwiftParser IsLexerClassified.swift
[144/148] Compiling SwiftParser LayoutNodes+Parsable.swift
[145/148] Compiling SwiftParser Parser+TokenSpecSet.swift
[146/148] Compiling SwiftParser TokenSpecStaticMembers.swift
[147/171] Compiling SwiftOperators PrecedenceGroup.swift
[148/172] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[149/173] Compiling SwiftOperators OperatorTable.swift
[150/173] Compiling SwiftOperators PrecedenceGraph.swift
[151/173] Compiling SwiftOperators OperatorTable+Defaults.swift
[152/173] Compiling SwiftOperators OperatorTable+Folding.swift
[153/173] Compiling SwiftOperators OperatorError+Diagnostics.swift
[154/173] Compiling SwiftOperators OperatorError.swift
[155/173] Compiling SwiftOperators Operator.swift
[156/173] Emitting module SwiftOperators
[157/173] Compiling SwiftOperators OperatorTable+Semantics.swift
[158/173] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[159/173] Compiling SwiftOperators SyntaxSynthesis.swift
[160/173] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[161/173] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[162/173] Compiling SwiftParserDiagnostics PresenceUtils.swift
[163/173] Compiling SwiftParserDiagnostics Utils.swift
[164/173] Emitting module SwiftParserDiagnostics
[165/173] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[166/173] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[167/173] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[168/173] Compiling SwiftParserDiagnostics MissingNodesError.swift
[169/173] Compiling SwiftParserDiagnostics MissingTokenError.swift
[170/173] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/173] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/188] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[173/188] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[174/188] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[175/188] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[176/188] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[177/188] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[178/189] Compiling SwiftSyntaxBuilder Indenter.swift
[179/189] Compiling SwiftSyntaxBuilder ListBuilder.swift
[180/189] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[181/189] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[182/189] Emitting module SwiftSyntaxBuilder
[183/189] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[184/189] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[185/189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[186/189] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[187/189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[188/207] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[189/207] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[190/207] Compiling SwiftSyntaxMacros Macro.swift
[191/207] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[192/207] Compiling SwiftSyntaxMacros PreambleMacro.swift
[193/207] Compiling SwiftSyntaxMacros MemberMacro.swift
[194/207] Compiling SwiftSyntaxMacros PeerMacro.swift
[195/207] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[196/207] Compiling SwiftSyntaxMacros Macro+Format.swift
[197/207] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[198/207] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[199/207] Compiling SwiftSyntaxMacros AttachedMacro.swift
[200/207] Compiling SwiftSyntaxMacros BodyMacro.swift
[201/208] Emitting module SwiftSyntaxMacros
[202/208] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[203/208] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[204/208] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[205/208] Compiling SwiftSyntaxMacros AccessorMacro.swift
[206/208] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[207/218] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[208/218] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[209/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[210/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[211/218] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[212/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[213/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[214/218] Emitting module SwiftSyntaxMacroExpansion
[215/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[216/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[217/230] Emitting module SwiftCompilerPluginMessageHandling
[218/231] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[219/231] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[221/231] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[222/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[223/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[225/231] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[226/231] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[227/231] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[228/231] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[229/231] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[230/233] Emitting module SwiftCompilerPlugin
[231/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[232/236] Compiling AutoMapMacros AutoMapPlugin.swift
[233/236] Emitting module AutoMapMacros
[234/236] Compiling AutoMapMacros AutoMapMacro.swift
[234/236] Write Objects.LinkFileList
[235/236] Linking AutoMapMacros-tool
[237/238] Compiling AutoMap AutoMap.swift
[238/238] Emitting module AutoMap
Build complete! (24.47s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoMap",
  "name" : "AutoMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoMap",
      "targets" : [
        "AutoMap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoMapMacros",
      "targets" : [
        "AutoMapMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoMapTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoMapTests",
      "path" : "Tests/AutoMapTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AutoMapTests.swift"
      ],
      "target_dependencies" : [
        "AutoMapMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoMapMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoMapMacros",
      "path" : "Sources/AutoMapMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoMap",
        "AutoMapMacros"
      ],
      "sources" : [
        "AutoMapMacro.swift",
        "AutoMapPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoMap",
      "module_type" : "SwiftTarget",
      "name" : "AutoMap",
      "path" : "Sources/AutoMap",
      "product_memberships" : [
        "AutoMap"
      ],
      "sources" : [
        "AutoMap.swift"
      ],
      "target_dependencies" : [
        "AutoMapMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.