The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AutoMap, reference 0.1.0 (84a9d9), with Swift 6.0 for Linux on 9 Apr 2025 14:05:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/AutoMap.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/artemkalinovsky/AutoMap
 * tag               0.1.0      -> FETCH_HEAD
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 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/artemkalinovsky/AutoMap.git
https://github.com/artemkalinovsky/AutoMap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-syntax.git
[1/69991] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.98s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (2.07s)
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
Building for debugging...
[0/37] Write sources
[17/37] Compiling _SwiftSyntaxCShims dummy.c
[18/37] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/45] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/45] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/45] 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
[23/45] Compiling SwiftSyntax601 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
<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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/45] 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
<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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/27] Emitting module SwiftSyntax600
[3/27] Compiling SwiftSyntax600 Empty.swift
[4/28] Compiling SwiftSyntax601 Empty.swift
[5/28] Compiling SwiftSyntax509 Empty.swift
[6/28] Emitting module SwiftSyntax510
[7/28] Compiling SwiftSyntax510 Empty.swift
[8/29] Emitting module SwiftSyntax509
[10/30] Emitting module SwiftSyntax601
[13/31] Wrapping AST for SwiftSyntax600 for debugging
[14/31] Wrapping AST for SwiftSyntax510 for debugging
[15/31] Wrapping AST for SwiftSyntax601 for debugging
[16/31] Wrapping AST for SwiftSyntax509 for debugging
[18/95] Compiling SwiftSyntax AbsolutePosition.swift
[19/95] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[20/95] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[21/95] Compiling SwiftSyntax Assert.swift
[22/95] Compiling SwiftSyntax BumpPtrAllocator.swift
[23/95] Compiling SwiftSyntax CommonAncestor.swift
[24/95] Compiling SwiftSyntax Convenience.swift
[25/95] Compiling SwiftSyntax CustomTraits.swift
[26/95] Compiling SwiftSyntax EditorPlaceholder.swift
[27/104] Compiling SwiftSyntax SourceLocation.swift
[28/104] Compiling SwiftSyntax SourcePresence.swift
[29/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[30/104] Compiling SwiftSyntax Syntax.swift
[31/104] Compiling SwiftSyntax SyntaxArena.swift
[32/104] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[33/104] Compiling SwiftSyntax SyntaxChildren.swift
[34/104] Compiling SwiftSyntax SyntaxCollection.swift
[35/104] Compiling SwiftSyntax SyntaxHashable.swift
[36/104] Emitting module SwiftSyntax
[37/104] Compiling SwiftSyntax SyntaxEnum.swift
[38/104] Compiling SwiftSyntax SyntaxKind.swift
[39/104] Compiling SwiftSyntax SyntaxRewriter.swift
[40/104] Compiling SwiftSyntax SyntaxTraits.swift
[41/104] Compiling SwiftSyntax SyntaxVisitor.swift
[42/104] Compiling SwiftSyntax TokenKind.swift
[43/104] Compiling SwiftSyntax Tokens.swift
[44/104] Compiling SwiftSyntax TriviaPieces.swift
[45/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[46/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[47/104] Compiling SwiftSyntax SyntaxNodeFactory.swift
[48/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[49/104] Compiling SwiftSyntax SyntaxProtocol.swift
[50/104] Compiling SwiftSyntax SyntaxText.swift
[51/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[52/104] Compiling SwiftSyntax TokenDiagnostic.swift
[53/104] Compiling SwiftSyntax TokenSequence.swift
[54/104] Compiling SwiftSyntax TokenSyntax.swift
[55/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[56/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[57/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[58/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[59/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[60/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[61/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[62/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[63/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/104] Compiling SwiftSyntax Identifier.swift
[65/104] Compiling SwiftSyntax MemoryLayout.swift
[66/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[67/104] Compiling SwiftSyntax RawSyntax.swift
[68/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[70/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[71/104] Compiling SwiftSyntax SourceEdit.swift
[72/104] Compiling SwiftSyntax SourceLength.swift
[73/104] Compiling SwiftSyntax Trivia.swift
[74/104] Compiling SwiftSyntax Utils.swift
[75/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[76/104] Compiling SwiftSyntax Keyword.swift
[77/104] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[78/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[79/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[80/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[81/104] Compiling SwiftSyntax SyntaxCollections.swift
[82/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[83/104] Compiling SwiftSyntax SyntaxNodesC.swift
[84/104] Compiling SwiftSyntax SyntaxNodesD.swift
[85/104] Compiling SwiftSyntax SyntaxNodesEF.swift
[86/104] Compiling SwiftSyntax SyntaxNodesGHI.swift
[87/104] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[88/104] Compiling SwiftSyntax SyntaxNodesOP.swift
[89/104] Compiling SwiftSyntax SyntaxNodesQRS.swift
[90/104] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[91/105] Wrapping AST for SwiftSyntax for debugging
[93/163] Compiling SwiftBasicFormat Syntax+Extensions.swift
[94/163] Compiling SwiftDiagnostics Message.swift
[95/164] Compiling SwiftParser Attributes.swift
[96/164] Compiling SwiftParser Availability.swift
[97/164] Compiling SwiftParser CharacterInfo.swift
[98/164] Compiling SwiftParser CollectionNodes+Parsable.swift
[99/164] Emitting module SwiftDiagnostics
[100/164] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[101/164] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[102/164] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[103/164] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[104/164] Compiling SwiftDiagnostics Note.swift
[105/164] Compiling SwiftBasicFormat Indenter.swift
[106/164] Compiling SwiftBasicFormat InferIndentation.swift
[107/164] Compiling SwiftDiagnostics FixIt.swift
[108/164] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[110/165] Emitting module SwiftBasicFormat
[110/165] Wrapping AST for SwiftDiagnostics for debugging
[111/165] Compiling SwiftBasicFormat BasicFormat.swift
[113/166] Wrapping AST for SwiftBasicFormat for debugging
[115/166] Emitting module SwiftParser
[116/171] Compiling SwiftParser Modifiers.swift
[117/171] Compiling SwiftParser Names.swift
[118/171] Compiling SwiftParser Nominals.swift
[119/171] Compiling SwiftParser Parameters.swift
[120/171] Compiling SwiftParser ParseSourceFile.swift
[121/171] Compiling SwiftParser Parser.swift
[122/171] Compiling SwiftParser Patterns.swift
[123/171] Compiling SwiftParser Recovery.swift
[124/171] Compiling SwiftParser Specifiers.swift
[125/171] Compiling SwiftParser Statements.swift
[126/171] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[127/171] Compiling SwiftParser StringLiterals.swift
[128/171] Compiling SwiftParser TokenSpec.swift
[129/171] Compiling SwiftParser TokenSpecSet.swift
[130/171] Compiling SwiftParser TopLevel.swift
[131/171] Compiling SwiftParser TriviaParser.swift
[132/171] Compiling SwiftParser Types.swift
[133/171] Compiling SwiftParser SwiftParserCompatibility.swift
[134/171] Compiling SwiftParser SwiftVersion.swift
[135/171] Compiling SwiftParser SyntaxUtils.swift
[136/171] Compiling SwiftParser TokenConsumer.swift
[137/171] Compiling SwiftParser TokenPrecedence.swift
[138/171] Compiling SwiftParser LexemeSequence.swift
[139/171] Compiling SwiftParser Lexer.swift
[140/171] Compiling SwiftParser RegexLiteralLexer.swift
[141/171] Compiling SwiftParser UnicodeScalarExtensions.swift
[142/171] Compiling SwiftParser Lookahead.swift
[143/171] Compiling SwiftParser LoopProgressCondition.swift
[148/171] Compiling SwiftParser Declarations.swift
[149/171] Compiling SwiftParser Directives.swift
[150/171] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[151/171] Compiling SwiftParser Expressions.swift
[152/171] Compiling SwiftParser IncrementalParseTransition.swift
[153/171] Compiling SwiftParser IsValidIdentifier.swift
[154/171] Compiling SwiftParser Cursor.swift
[155/171] Compiling SwiftParser Lexeme.swift
[156/171] Compiling SwiftParser ExperimentalFeatures.swift
[157/171] Compiling SwiftParser IsLexerClassified.swift
[158/171] Compiling SwiftParser LayoutNodes+Parsable.swift
[159/171] Compiling SwiftParser Parser+TokenSpecSet.swift
[160/171] Compiling SwiftParser TokenSpecStaticMembers.swift
[161/172] Wrapping AST for SwiftParser for debugging
[163/195] Compiling SwiftOperators PrecedenceGraph.swift
[164/196] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[165/197] Compiling SwiftParserDiagnostics MissingNodesError.swift
[166/197] Compiling SwiftParserDiagnostics MissingTokenError.swift
[167/197] Compiling SwiftOperators OperatorTable.swift
[168/197] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[169/197] Compiling SwiftOperators SyntaxSynthesis.swift
[170/197] Emitting module SwiftOperators
[171/197] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[172/197] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[173/197] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[174/197] Compiling SwiftParserDiagnostics Utils.swift
[175/197] Compiling SwiftOperators OperatorTable+Semantics.swift
[176/197] Compiling SwiftOperators PrecedenceGroup.swift
[177/197] Compiling SwiftOperators OperatorTable+Folding.swift
[178/198] Emitting module SwiftParserDiagnostics
[179/198] Wrapping AST for SwiftOperators for debugging
[181/198] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[182/198] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[183/198] Compiling SwiftParserDiagnostics PresenceUtils.swift
[188/198] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[189/198] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[190/199] Wrapping AST for SwiftParserDiagnostics for debugging
[192/214] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[193/214] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[194/215] Compiling SwiftSyntaxBuilder Indenter.swift
[195/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
[196/215] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[197/215] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[198/215] Emitting module SwiftSyntaxBuilder
[199/215] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[200/215] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[201/215] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[202/215] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[203/215] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[204/215] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[205/215] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[206/215] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[207/215] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[208/216] Wrapping AST for SwiftSyntaxBuilder for debugging
[210/233] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[211/233] Compiling SwiftSyntaxMacros Macro+Format.swift
[212/233] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[213/233] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[214/233] Compiling SwiftSyntaxMacros MemberMacro.swift
[215/233] Compiling SwiftSyntaxMacros PeerMacro.swift
[216/233] Emitting module SwiftSyntaxMacros
[217/233] Compiling SwiftSyntaxMacros AccessorMacro.swift
[218/233] Compiling SwiftSyntaxMacros AttachedMacro.swift
[219/233] Compiling SwiftSyntaxMacros BodyMacro.swift
[220/233] Compiling SwiftSyntaxMacros Macro.swift
[221/233] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[222/235] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[223/235] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[224/235] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[225/235] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[226/235] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[227/235] Compiling SwiftSyntaxMacros PreambleMacro.swift
[228/235] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[229/236] Wrapping AST for SwiftSyntaxMacros for debugging
[231/245] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[232/246] Emitting module SwiftSyntaxMacroExpansion
[233/246] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[234/246] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[235/246] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[236/246] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[237/246] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[238/246] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[239/246] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[240/246] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[241/247] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[243/259] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[244/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[245/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[246/260] Emitting module SwiftCompilerPluginMessageHandling
[247/260] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[250/260] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[251/260] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[252/260] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[253/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[254/260] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[255/260] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[256/261] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[258/263] Emitting module SwiftCompilerPlugin
[259/263] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[260/264] Wrapping AST for SwiftCompilerPlugin for debugging
[262/267] Compiling AutoMapMacros AutoMapPlugin.swift
[263/267] Emitting module AutoMapMacros
[264/267] Compiling AutoMapMacros AutoMapMacro.swift
[265/268] Wrapping AST for AutoMapMacros for debugging
[266/268] Write Objects.LinkFileList
[267/268] Linking AutoMapMacros-tool
[269/270] Compiling AutoMap AutoMap.swift
[270/270] Emitting module AutoMap
Build complete! (79.83s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.