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 main (84a9d9), with Swift 6.0 for Linux on 9 Apr 2025 14:06:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
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
 * 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
========================================
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-4606859-0":/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 (4.50s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (2.22s)
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 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
[21/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/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
<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)
[23/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
<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
[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-4606859-0":/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] Compiling SwiftSyntax509 Empty.swift
[3/27] Emitting module SwiftSyntax509
[4/27] Compiling SwiftSyntax600 Empty.swift
[5/27] Emitting module SwiftSyntax600
[6/29] Emitting module SwiftSyntax510
[7/29] Compiling SwiftSyntax510 Empty.swift
[8/29] Emitting module SwiftSyntax601
[9/29] Compiling SwiftSyntax601 Empty.swift
[13/31] Wrapping AST for SwiftSyntax510 for debugging
[14/31] Wrapping AST for SwiftSyntax600 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 Identifier.swift
[28/104] Compiling SwiftSyntax MemoryLayout.swift
[29/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[30/104] Compiling SwiftSyntax RawSyntax.swift
[31/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[32/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[33/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[34/104] Compiling SwiftSyntax SourceEdit.swift
[35/104] Compiling SwiftSyntax SourceLength.swift
[36/104] Compiling SwiftSyntax SourceLocation.swift
[37/104] Compiling SwiftSyntax SourcePresence.swift
[38/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[39/104] Compiling SwiftSyntax Syntax.swift
[40/104] Compiling SwiftSyntax SyntaxArena.swift
[41/104] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[42/104] Compiling SwiftSyntax SyntaxChildren.swift
[43/104] Compiling SwiftSyntax SyntaxCollection.swift
[44/104] Compiling SwiftSyntax SyntaxHashable.swift
[45/104] Emitting module SwiftSyntax
[46/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[47/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[48/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[49/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[50/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[51/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[52/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[53/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[54/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[55/104] Compiling SwiftSyntax SyntaxEnum.swift
[56/104] Compiling SwiftSyntax SyntaxKind.swift
[57/104] Compiling SwiftSyntax SyntaxRewriter.swift
[58/104] Compiling SwiftSyntax SyntaxTraits.swift
[59/104] Compiling SwiftSyntax SyntaxVisitor.swift
[60/104] Compiling SwiftSyntax TokenKind.swift
[61/104] Compiling SwiftSyntax Tokens.swift
[62/104] Compiling SwiftSyntax TriviaPieces.swift
[63/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[64/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[65/104] Compiling SwiftSyntax SyntaxNodeFactory.swift
[66/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[67/104] Compiling SwiftSyntax SyntaxProtocol.swift
[68/104] Compiling SwiftSyntax SyntaxText.swift
[69/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[70/104] Compiling SwiftSyntax TokenDiagnostic.swift
[71/104] Compiling SwiftSyntax TokenSequence.swift
[72/104] Compiling SwiftSyntax TokenSyntax.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 Trivia+FormatExtensions.swift
[94/163] Compiling SwiftBasicFormat Syntax+Extensions.swift
[95/163] Emitting module SwiftDiagnostics
[96/164] Compiling SwiftDiagnostics Message.swift
[97/164] Compiling SwiftParser Attributes.swift
[98/164] Compiling SwiftParser Availability.swift
[99/164] Compiling SwiftParser CharacterInfo.swift
[100/164] Compiling SwiftParser CollectionNodes+Parsable.swift
[101/164] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/164] Emitting module SwiftBasicFormat
[103/164] Compiling SwiftBasicFormat InferIndentation.swift
[104/164] Compiling SwiftBasicFormat Indenter.swift
[105/164] Compiling SwiftBasicFormat BasicFormat.swift
[106/165] Compiling SwiftDiagnostics Note.swift
[107/165] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[109/165] Compiling SwiftDiagnostics FixIt.swift
[110/165] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[111/165] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[112/166] Wrapping AST for SwiftBasicFormat for debugging
[113/166] Wrapping AST for SwiftDiagnostics for debugging
[115/166] Compiling SwiftParser LexemeSequence.swift
[116/166] Compiling SwiftParser Lexer.swift
[117/166] Compiling SwiftParser RegexLiteralLexer.swift
[118/166] Compiling SwiftParser UnicodeScalarExtensions.swift
[119/166] Compiling SwiftParser Lookahead.swift
[120/166] Compiling SwiftParser LoopProgressCondition.swift
[121/166] Compiling SwiftParser Modifiers.swift
[122/166] Compiling SwiftParser Names.swift
[123/166] Compiling SwiftParser Nominals.swift
[124/166] Compiling SwiftParser Parameters.swift
[125/166] Compiling SwiftParser ParseSourceFile.swift
[126/166] Compiling SwiftParser Parser.swift
[127/171] Compiling SwiftParser SwiftParserCompatibility.swift
[128/171] Compiling SwiftParser SwiftVersion.swift
[129/171] Compiling SwiftParser SyntaxUtils.swift
[130/171] Compiling SwiftParser TokenConsumer.swift
[131/171] Compiling SwiftParser TokenPrecedence.swift
[132/171] Compiling SwiftParser TokenSpec.swift
[133/171] Compiling SwiftParser TokenSpecSet.swift
[134/171] Compiling SwiftParser TopLevel.swift
[135/171] Compiling SwiftParser TriviaParser.swift
[136/171] Compiling SwiftParser Types.swift
[137/171] Compiling SwiftParser Patterns.swift
[138/171] Compiling SwiftParser Recovery.swift
[139/171] Compiling SwiftParser Specifiers.swift
[140/171] Compiling SwiftParser Statements.swift
[141/171] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[142/171] Compiling SwiftParser StringLiterals.swift
[147/171] Compiling SwiftParser Declarations.swift
[148/171] Compiling SwiftParser Directives.swift
[149/171] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[150/171] Compiling SwiftParser Expressions.swift
[151/171] Compiling SwiftParser IncrementalParseTransition.swift
[152/171] Compiling SwiftParser IsValidIdentifier.swift
[153/171] Compiling SwiftParser Cursor.swift
[154/171] Compiling SwiftParser Lexeme.swift
[155/171] Emitting module SwiftParser
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[164/196] Compiling SwiftOperators OperatorTable+Semantics.swift
[165/196] Compiling SwiftOperators PrecedenceGroup.swift
[166/197] Compiling SwiftOperators OperatorTable.swift
[167/197] Compiling SwiftOperators PrecedenceGraph.swift
[168/197] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[169/197] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[170/197] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[171/197] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[172/197] Emitting module SwiftOperators
[173/197] Compiling SwiftOperators OperatorTable+Folding.swift
[174/197] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[175/197] Compiling SwiftOperators SyntaxSynthesis.swift
[177/198] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[178/198] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[179/198] Compiling SwiftParserDiagnostics Utils.swift
[180/198] Emitting module SwiftParserDiagnostics
[180/198] Wrapping AST for SwiftOperators for debugging
[182/198] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[183/198] Compiling SwiftParserDiagnostics PresenceUtils.swift
[186/198] Compiling SwiftParserDiagnostics MissingNodesError.swift
[187/198] Compiling SwiftParserDiagnostics MissingTokenError.swift
[190/199] Wrapping AST for SwiftParserDiagnostics for debugging
[192/214] Emitting module SwiftSyntaxBuilder
[193/214] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[194/214] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[195/215] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[196/215] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[197/215] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[198/215] Compiling SwiftSyntaxBuilder Indenter.swift
[199/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
[200/215] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[201/215] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[202/215] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[203/215] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[204/215] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[205/215] Compiling SwiftSyntaxBuilder BuildableNodes.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 CodeItemMacro.swift
[211/233] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[212/233] Compiling SwiftSyntaxMacros Macro.swift
[213/233] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[214/235] Compiling SwiftSyntaxMacros MemberMacro.swift
[215/235] Compiling SwiftSyntaxMacros PeerMacro.swift
[216/235] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[217/235] Compiling SwiftSyntaxMacros Macro+Format.swift
[218/235] Emitting module SwiftSyntaxMacros
[219/235] Compiling SwiftSyntaxMacros AccessorMacro.swift
[220/235] Compiling SwiftSyntaxMacros AttachedMacro.swift
[221/235] Compiling SwiftSyntaxMacros BodyMacro.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] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[233/246] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[234/246] Emitting module SwiftSyntaxMacroExpansion
[235/246] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[236/246] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[237/246] Compiling SwiftSyntaxMacroExpansion MacroArgument.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 PluginMessageCompatibility.swift
[244/260] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[245/260] Emitting module SwiftCompilerPluginMessageHandling
[246/260] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[247/260] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[250/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[251/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[252/260] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[253/260] Compiling SwiftCompilerPluginMessageHandling JSON.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] Emitting module AutoMap
[270/270] Compiling AutoMap AutoMap.swift
Build complete! (71.26s)
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.