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 AutoCodable, reference main (e47bd0), with Swift 6.1 for Android on 30 May 2025 23:13:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanekay/AutoCodable.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/jordanekay/AutoCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e47bd09 Add conditional macro to support encodeIfPresent and decodeIfPresent
Cloned https://github.com/jordanekay/AutoCodable.git
Revision (git rev-parse @):
e47bd09b9b960d96c61de07b2ac6f99e3a973a5b
SUCCESS checkout https://github.com/jordanekay/AutoCodable.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jordanekay/AutoCodable.git
https://github.com/jordanekay/AutoCodable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoCodable",
  "name" : "AutoCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoCodable",
      "targets" : [
        "AutoCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoCodableMacros",
      "targets" : [
        "AutoCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableTests",
      "path" : "Tests/AutoCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AutoDecodableMacroTests.swift",
        "AutoDecodabloTests.swift",
        "AutoEncodableMacroTests.swift",
        "AutoEncodableTests.swift"
      ],
      "target_dependencies" : [
        "AutoCodableMacros",
        "AutoCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableMacros",
      "path" : "Sources/AutoCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoCodable",
        "AutoCodableMacros"
      ],
      "sources" : [
        "AutoCodablePlugin.swift",
        "AutoDecodableMacro.swift",
        "AutoEncodableMacro.swift",
        "ConditonalMacro.swift",
        "DecodedValueMacro.swift",
        "EncodedValueMacro.swift",
        "Internal/AttributeSyntax+KeyValueArgs.swift",
        "Internal/DeclGroupSyntax+EnumDecl.swift",
        "Internal/EnumCaseDeclSyntax+ArgValue.swift",
        "Internal/EnumCaseDeclSyntax+Name.swift",
        "Internal/EnumDeclSyntax+CasesDecl.swift",
        "Internal/EnumDeclSyntax+NestedEnumsDecl.swift",
        "Internal/NamedDeclArray.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoCodable",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodable",
      "path" : "Sources/AutoCodable",
      "product_memberships" : [
        "AutoCodable"
      ],
      "sources" : [
        "AutoCodable.swift",
        "Extensions/KeyedDecodingContainer+Decode.swift",
        "Extensions/SingleValueDecodingContainer+Decode.swift"
      ],
      "target_dependencies" : [
        "AutoCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70541] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.12s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (6.41s)
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
Building for debugging...
[0/36] Write sources
[17/36] Compiling _SwiftSyntaxCShims dummy.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[20/42] Emitting module SwiftSyntax509
[21/42] Emitting module SwiftSyntax510
[22/42] Compiling SwiftSyntax510 Empty.swift
[23/43] Compiling SwiftSyntax600 Empty.swift
[24/43] Compiling SwiftSyntax509 Empty.swift
[25/43] Emitting module SwiftSyntax600
[28/45] Wrapping AST for SwiftSyntax510 for debugging
[29/45] Wrapping AST for SwiftSyntax509 for debugging
[30/45] Wrapping AST for SwiftSyntax600 for debugging
[32/109] Compiling SwiftSyntax MemoryLayout.swift
[33/109] Compiling SwiftSyntax MissingNodeInitializers.swift
[34/109] Compiling SwiftSyntax RawSyntax.swift
[35/109] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[36/109] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[37/109] Compiling SwiftSyntax RawSyntaxTokenView.swift
[38/109] Compiling SwiftSyntax SourceEdit.swift
[39/109] Compiling SwiftSyntax SourceLength.swift
[40/109] Compiling SwiftSyntax SourceLocation.swift
[41/109] Compiling SwiftSyntax AbsolutePosition.swift
[42/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[43/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[44/109] Compiling SwiftSyntax Assert.swift
[45/109] Compiling SwiftSyntax BumpPtrAllocator.swift
[46/109] Compiling SwiftSyntax CommonAncestor.swift
[47/109] Compiling SwiftSyntax Convenience.swift
[48/109] Compiling SwiftSyntax CustomTraits.swift
[49/109] Compiling SwiftSyntax Identifier.swift
[50/109] Compiling SwiftSyntax SourcePresence.swift
[51/109] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/109] Compiling SwiftSyntax Syntax.swift
[53/109] Compiling SwiftSyntax SyntaxArena.swift
[54/109] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[55/109] Compiling SwiftSyntax SyntaxChildren.swift
[56/109] Compiling SwiftSyntax SyntaxCollection.swift
[57/109] Compiling SwiftSyntax SyntaxHashable.swift
[58/109] Compiling SwiftSyntax SyntaxIdentifier.swift
[59/117] Emitting module SwiftSyntax
[60/117] Compiling SwiftSyntax SyntaxKind.swift
[61/117] Compiling SwiftSyntax SyntaxRewriter.swift
[62/117] Compiling SwiftSyntax SyntaxTraits.swift
[63/117] Compiling SwiftSyntax SyntaxVisitor.swift
[64/117] Compiling SwiftSyntax TokenKind.swift
[65/117] Compiling SwiftSyntax Tokens.swift
[66/117] Compiling SwiftSyntax TriviaPieces.swift
[67/117] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[68/117] Compiling SwiftSyntax RawSyntaxNodesC.swift
[69/117] Compiling SwiftSyntax RawSyntaxNodesD.swift
[70/117] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[71/117] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[72/117] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[73/117] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[74/117] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[75/117] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[76/117] Compiling SwiftSyntax RawSyntaxValidation.swift
[77/117] Compiling SwiftSyntax SyntaxNodesAB.swift
[78/117] Compiling SwiftSyntax SyntaxNodeFactory.swift
[79/117] Compiling SwiftSyntax SyntaxNodeStructure.swift
[80/117] Compiling SwiftSyntax SyntaxProtocol.swift
[81/117] Compiling SwiftSyntax SyntaxText.swift
[82/117] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[83/117] Compiling SwiftSyntax TokenDiagnostic.swift
[84/117] Compiling SwiftSyntax TokenSequence.swift
[85/117] Compiling SwiftSyntax TokenSyntax.swift
[86/117] Compiling SwiftSyntax Trivia.swift
[87/117] Compiling SwiftSyntax Utils.swift
[88/117] Compiling SwiftSyntax ChildNameForKeyPath.swift
[89/117] Compiling SwiftSyntax Keyword.swift
[90/117] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[91/117] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[92/117] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[93/117] Compiling SwiftSyntax SyntaxBaseNodes.swift
[94/117] Compiling SwiftSyntax SyntaxCollections.swift
[95/117] Compiling SwiftSyntax SyntaxEnum.swift
[96/117] Compiling SwiftSyntax SyntaxNodesC.swift
[97/117] Compiling SwiftSyntax SyntaxNodesD.swift
[98/117] Compiling SwiftSyntax SyntaxNodesEF.swift
[99/117] Compiling SwiftSyntax SyntaxNodesGHI.swift
[100/117] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[101/117] Compiling SwiftSyntax SyntaxNodesOP.swift
[102/117] Compiling SwiftSyntax SyntaxNodesQRS.swift
[103/117] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[104/118] Wrapping AST for SwiftSyntax for debugging
[106/175] Compiling SwiftDiagnostics Message.swift
[107/176] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[108/176] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[109/176] Compiling SwiftBasicFormat Syntax+Extensions.swift
[110/176] Compiling SwiftDiagnostics Note.swift
[111/176] Emitting module SwiftDiagnostics
[112/176] Compiling SwiftParser Modifiers.swift
[113/176] Compiling SwiftParser Names.swift
[114/176] Compiling SwiftParser Nominals.swift
[115/176] Compiling SwiftParser Parameters.swift
[116/176] Compiling SwiftBasicFormat InferIndentation.swift
[117/176] Compiling SwiftDiagnostics FixIt.swift
[118/176] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[119/176] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[120/176] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[122/177] Emitting module SwiftBasicFormat
[123/177] Compiling SwiftBasicFormat BasicFormat.swift
[123/178] Wrapping AST for SwiftDiagnostics for debugging
[125/178] Wrapping AST for SwiftBasicFormat for debugging
[127/178] Emitting module SwiftParser
[128/183] Compiling SwiftParser Attributes.swift
[129/183] Compiling SwiftParser Availability.swift
[130/183] Compiling SwiftParser CharacterInfo.swift
[131/183] Compiling SwiftParser CollectionNodes+Parsable.swift
[132/183] Compiling SwiftParser Declarations.swift
[133/183] Compiling SwiftParser Directives.swift
[134/183] Compiling SwiftParser TokenSpec.swift
[135/183] Compiling SwiftParser TokenSpecSet.swift
[136/183] Compiling SwiftParser TopLevel.swift
[137/183] Compiling SwiftParser TriviaParser.swift
[138/183] Compiling SwiftParser Types.swift
[139/183] Compiling SwiftParser Patterns.swift
[140/183] Compiling SwiftParser Recovery.swift
[141/183] Compiling SwiftParser Specifiers.swift
[142/183] Compiling SwiftParser Statements.swift
[143/183] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[144/183] Compiling SwiftParser StringLiterals.swift
[145/183] Compiling SwiftParser LexemeSequence.swift
[146/183] Compiling SwiftParser Lexer.swift
[147/183] Compiling SwiftParser RegexLiteralLexer.swift
[148/183] Compiling SwiftParser UnicodeScalarExtensions.swift
[149/183] Compiling SwiftParser Lookahead.swift
[150/183] Compiling SwiftParser LoopProgressCondition.swift
[151/183] Compiling SwiftParser SwiftParserCompatibility.swift
[152/183] Compiling SwiftParser SwiftVersion.swift
[153/183] Compiling SwiftParser SyntaxUtils.swift
[154/183] Compiling SwiftParser TokenConsumer.swift
[155/183] Compiling SwiftParser TokenPrecedence.swift
[156/183] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[157/183] Compiling SwiftParser Expressions.swift
[158/183] Compiling SwiftParser IncrementalParseTransition.swift
[159/183] Compiling SwiftParser IsValidIdentifier.swift
[160/183] Compiling SwiftParser Cursor.swift
[161/183] Compiling SwiftParser Lexeme.swift
[166/183] Compiling SwiftParser ParseSourceFile.swift
[167/183] Compiling SwiftParser Parser.swift
[168/183] Compiling SwiftParser ExperimentalFeatures.swift
[169/183] Compiling SwiftParser IsLexerClassified.swift
[170/183] Compiling SwiftParser LayoutNodes+Parsable.swift
[171/183] Compiling SwiftParser Parser+TokenSpecSet.swift
[172/183] Compiling SwiftParser TokenSpecStaticMembers.swift
[173/184] Wrapping AST for SwiftParser for debugging
[175/207] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[176/208] Compiling SwiftOperators PrecedenceGroup.swift
[177/209] Compiling SwiftOperators Operator.swift
[178/209] Compiling SwiftOperators OperatorError+Diagnostics.swift
[179/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[180/209] Compiling SwiftOperators OperatorTable.swift
[181/209] Compiling SwiftOperators PrecedenceGraph.swift
[182/209] Compiling SwiftOperators SyntaxSynthesis.swift
[183/209] Compiling SwiftOperators OperatorTable+Folding.swift
[184/209] Compiling SwiftOperators OperatorError.swift
[185/209] Compiling SwiftOperators OperatorTable+Defaults.swift
[186/209] Emitting module SwiftOperators
[187/209] Compiling SwiftOperators OperatorTable+Semantics.swift
[188/210] Wrapping AST for SwiftOperators for debugging
[192/210] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[193/210] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[194/210] Compiling SwiftParserDiagnostics Utils.swift
[195/210] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[196/210] Compiling SwiftParserDiagnostics PresenceUtils.swift
[197/210] Emitting module SwiftParserDiagnostics
[200/210] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[201/210] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[202/211] Wrapping AST for SwiftParserDiagnostics for debugging
[204/226] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[205/226] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[206/227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[207/227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[208/227] Emitting module SwiftSyntaxBuilder
[209/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[210/227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[211/227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[212/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[213/227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[214/227] Compiling SwiftSyntaxBuilder Indenter.swift
[215/227] Compiling SwiftSyntaxBuilder ListBuilder.swift
[216/227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[217/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[218/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[219/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[220/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[222/245] Compiling SwiftSyntaxMacros AccessorMacro.swift
[223/245] Compiling SwiftSyntaxMacros AttachedMacro.swift
[224/245] Compiling SwiftSyntaxMacros BodyMacro.swift
[225/245] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[226/245] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[227/245] Compiling SwiftSyntaxMacros Macro.swift
[228/245] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[229/245] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[230/245] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[231/245] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[232/245] Compiling SwiftSyntaxMacros Macro+Format.swift
[233/247] Emitting module SwiftSyntaxMacros
[234/247] Compiling SwiftSyntaxMacros MemberMacro.swift
[235/247] Compiling SwiftSyntaxMacros PeerMacro.swift
[236/247] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[237/247] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[238/247] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[239/247] Compiling SwiftSyntaxMacros PreambleMacro.swift
[240/247] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[241/248] Wrapping AST for SwiftSyntaxMacros for debugging
[243/257] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[244/258] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[245/258] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[246/258] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[247/258] Emitting module SwiftSyntaxMacroExpansion
[248/258] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[249/258] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[250/258] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[251/258] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[252/258] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[253/259] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[255/271] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[256/272] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[257/272] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[258/272] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[259/272] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[260/272] Emitting module SwiftCompilerPluginMessageHandling
[261/272] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[262/272] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[263/272] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[264/272] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[265/272] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[266/272] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[267/272] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[268/273] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[270/275] Emitting module SwiftCompilerPlugin
[271/275] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[272/276] Wrapping AST for SwiftCompilerPlugin for debugging
[274/289] Compiling AutoCodableMacros EnumDeclSyntax+NestedEnumsDecl.swift
[275/290] Compiling AutoCodableMacros EnumDeclSyntax+CasesDecl.swift
[276/290] Compiling AutoCodableMacros EnumCaseDeclSyntax+ArgValue.swift
[277/290] Compiling AutoCodableMacros EnumCaseDeclSyntax+Name.swift
[278/290] Compiling AutoCodableMacros NamedDeclArray.swift
[279/290] Compiling AutoCodableMacros DecodedValueMacro.swift
[280/290] Compiling AutoCodableMacros EncodedValueMacro.swift
[281/290] Compiling AutoCodableMacros AttributeSyntax+KeyValueArgs.swift
[282/290] Compiling AutoCodableMacros DeclGroupSyntax+EnumDecl.swift
[283/290] Compiling AutoCodableMacros AutoCodablePlugin.swift
[284/290] Compiling AutoCodableMacros AutoDecodableMacro.swift
[285/290] Emitting module AutoCodableMacros
[286/290] Compiling AutoCodableMacros AutoEncodableMacro.swift
[287/290] Compiling AutoCodableMacros ConditonalMacro.swift
[288/291] Wrapping AST for AutoCodableMacros for debugging
[289/291] Write Objects.LinkFileList
[290/291] Linking AutoCodableMacros-tool
[292/299] Compiling AutoCodable SingleValueDecodingContainer+Decode.swift
[293/299] Compiling AutoCodable KeyedDecodingContainer+Decode.swift
[294/299] Emitting module AutoCodable
[295/299] Compiling AutoCodable AutoCodable.swift
[297/300] Emitting module AutoCodable
[298/300] Compiling AutoCodable AutoCodable.swift
[299/300] Compiling AutoCodable KeyedDecodingContainer+Decode.swift
[300/300] Compiling AutoCodable SingleValueDecodingContainer+Decode.swift
Build complete! (132.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AutoCodable",
  "name" : "AutoCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AutoCodable",
      "targets" : [
        "AutoCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AutoCodableMacros",
      "targets" : [
        "AutoCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AutoCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableTests",
      "path" : "Tests/AutoCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AutoDecodableMacroTests.swift",
        "AutoDecodabloTests.swift",
        "AutoEncodableMacroTests.swift",
        "AutoEncodableTests.swift"
      ],
      "target_dependencies" : [
        "AutoCodableMacros",
        "AutoCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AutoCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodableMacros",
      "path" : "Sources/AutoCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AutoCodable",
        "AutoCodableMacros"
      ],
      "sources" : [
        "AutoCodablePlugin.swift",
        "AutoDecodableMacro.swift",
        "AutoEncodableMacro.swift",
        "ConditonalMacro.swift",
        "DecodedValueMacro.swift",
        "EncodedValueMacro.swift",
        "Internal/AttributeSyntax+KeyValueArgs.swift",
        "Internal/DeclGroupSyntax+EnumDecl.swift",
        "Internal/EnumCaseDeclSyntax+ArgValue.swift",
        "Internal/EnumCaseDeclSyntax+Name.swift",
        "Internal/EnumDeclSyntax+CasesDecl.swift",
        "Internal/EnumDeclSyntax+NestedEnumsDecl.swift",
        "Internal/NamedDeclArray.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AutoCodable",
      "module_type" : "SwiftTarget",
      "name" : "AutoCodable",
      "path" : "Sources/AutoCodable",
      "product_memberships" : [
        "AutoCodable"
      ],
      "sources" : [
        "AutoCodable.swift",
        "Extensions/KeyedDecodingContainer+Decode.swift",
        "Extensions/SingleValueDecodingContainer+Decode.swift"
      ],
      "target_dependencies" : [
        "AutoCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.