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 Wasm on 30 May 2025 23:13:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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:         wasm
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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 (5.66s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.76s)
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 SwiftSyntax510
[21/42] Compiling SwiftSyntax510 Empty.swift
[22/43] Emitting module SwiftSyntax600
[23/43] Compiling SwiftSyntax600 Empty.swift
[25/44] Wrapping AST for SwiftSyntax510 for debugging
[27/44] Emitting module SwiftSyntax509
[28/44] Compiling SwiftSyntax509 Empty.swift
[28/45] Wrapping AST for SwiftSyntax600 for debugging
[30/45] Wrapping AST for SwiftSyntax509 for debugging
[32/109] Compiling SwiftSyntax AbsolutePosition.swift
[33/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[34/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[35/109] Compiling SwiftSyntax Assert.swift
[36/109] Compiling SwiftSyntax BumpPtrAllocator.swift
[37/109] Compiling SwiftSyntax CommonAncestor.swift
[38/109] Compiling SwiftSyntax Convenience.swift
[39/109] Compiling SwiftSyntax CustomTraits.swift
[40/109] Compiling SwiftSyntax Identifier.swift
[41/117] Compiling SwiftSyntax SyntaxNodeFactory.swift
[42/117] Compiling SwiftSyntax SyntaxNodeStructure.swift
[43/117] Compiling SwiftSyntax SyntaxProtocol.swift
[44/117] Compiling SwiftSyntax SyntaxText.swift
[45/117] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[46/117] Compiling SwiftSyntax TokenDiagnostic.swift
[47/117] Compiling SwiftSyntax TokenSequence.swift
[48/117] Compiling SwiftSyntax TokenSyntax.swift
[49/117] Compiling SwiftSyntax Trivia.swift
[50/117] Compiling SwiftSyntax SourcePresence.swift
[51/117] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/117] Compiling SwiftSyntax Syntax.swift
[53/117] Compiling SwiftSyntax SyntaxArena.swift
[54/117] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[55/117] Compiling SwiftSyntax SyntaxChildren.swift
[56/117] Compiling SwiftSyntax SyntaxCollection.swift
[57/117] Compiling SwiftSyntax SyntaxHashable.swift
[58/117] 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 MemoryLayout.swift
[70/117] Compiling SwiftSyntax MissingNodeInitializers.swift
[71/117] Compiling SwiftSyntax RawSyntax.swift
[72/117] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[73/117] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[74/117] Compiling SwiftSyntax RawSyntaxTokenView.swift
[75/117] Compiling SwiftSyntax SourceEdit.swift
[76/117] Compiling SwiftSyntax SourceLength.swift
[77/117] Compiling SwiftSyntax SourceLocation.swift
[78/117] Compiling SwiftSyntax RawSyntaxNodesD.swift
[79/117] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[80/117] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[81/117] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[82/117] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[83/117] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[84/117] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[85/117] Compiling SwiftSyntax RawSyntaxValidation.swift
[86/117] Compiling SwiftSyntax SyntaxNodesAB.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 SwiftDiagnostics DiagnosticDecorator.swift
[108/176] Emitting module SwiftDiagnostics
[109/176] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[110/176] Compiling SwiftParser Expressions.swift
[111/176] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/176] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/176] Compiling SwiftBasicFormat Syntax+Extensions.swift
[114/176] Compiling SwiftDiagnostics Note.swift
[115/176] Compiling SwiftBasicFormat InferIndentation.swift
[116/176] Compiling SwiftDiagnostics FixIt.swift
[117/176] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[118/176] Compiling SwiftParser SwiftParserCompatibility.swift
[119/176] Compiling SwiftParser SwiftVersion.swift
[120/176] Compiling SwiftParser SyntaxUtils.swift
[121/176] Compiling SwiftParser TokenConsumer.swift
[122/176] Compiling SwiftParser TokenPrecedence.swift
[123/181] Compiling SwiftParser IncrementalParseTransition.swift
[124/181] Compiling SwiftParser IsValidIdentifier.swift
[125/181] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[126/182] Emitting module SwiftBasicFormat
[127/182] Compiling SwiftBasicFormat BasicFormat.swift
[129/183] Wrapping AST for SwiftBasicFormat for debugging
[130/183] Wrapping AST for SwiftDiagnostics for debugging
[132/183] Compiling SwiftParser Modifiers.swift
[133/183] Compiling SwiftParser Names.swift
[134/183] Compiling SwiftParser Nominals.swift
[135/183] Compiling SwiftParser Parameters.swift
[136/183] Compiling SwiftParser ParseSourceFile.swift
[137/183] Compiling SwiftParser Parser.swift
[138/183] Compiling SwiftParser LexemeSequence.swift
[139/183] Compiling SwiftParser Lexer.swift
[140/183] Compiling SwiftParser RegexLiteralLexer.swift
[141/183] Compiling SwiftParser UnicodeScalarExtensions.swift
[142/183] Compiling SwiftParser Lookahead.swift
[143/183] Compiling SwiftParser LoopProgressCondition.swift
[144/183] Emitting module SwiftParser
[145/183] Compiling SwiftParser Patterns.swift
[146/183] Compiling SwiftParser Recovery.swift
[147/183] Compiling SwiftParser Specifiers.swift
[148/183] Compiling SwiftParser Statements.swift
[149/183] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[150/183] Compiling SwiftParser StringLiterals.swift
[151/183] Compiling SwiftParser TokenSpec.swift
[152/183] Compiling SwiftParser TokenSpecSet.swift
[153/183] Compiling SwiftParser TopLevel.swift
[154/183] Compiling SwiftParser TriviaParser.swift
[155/183] Compiling SwiftParser Types.swift
[156/183] Compiling SwiftParser Attributes.swift
[157/183] Compiling SwiftParser Availability.swift
[158/183] Compiling SwiftParser CharacterInfo.swift
[159/183] Compiling SwiftParser CollectionNodes+Parsable.swift
[160/183] Compiling SwiftParser Declarations.swift
[161/183] Compiling SwiftParser Directives.swift
[166/183] Compiling SwiftParser Cursor.swift
[167/183] Compiling SwiftParser Lexeme.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 SwiftParserDiagnostics DiagnosticExtensions.swift
[177/208] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[178/208] Emitting module SwiftOperators
[179/209] Compiling SwiftOperators PrecedenceGraph.swift
[180/209] Compiling SwiftOperators PrecedenceGroup.swift
[181/209] Compiling SwiftOperators OperatorTable.swift
[182/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/209] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/209] Compiling SwiftOperators OperatorTable+Folding.swift
[185/209] Compiling SwiftParserDiagnostics MissingNodesError.swift
[186/209] Compiling SwiftParserDiagnostics MissingTokenError.swift
[187/209] Compiling SwiftOperators SyntaxSynthesis.swift
[188/210] Wrapping AST for SwiftOperators for debugging
[190/210] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[191/210] Compiling SwiftParserDiagnostics Utils.swift
[192/210] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[197/210] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[198/210] Compiling SwiftParserDiagnostics PresenceUtils.swift
[199/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 ConvenienceInitializers.swift
[205/226] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[206/227] Compiling SwiftSyntaxBuilder Indenter.swift
[207/227] Compiling SwiftSyntaxBuilder ListBuilder.swift
[208/227] Emitting module SwiftSyntaxBuilder
[209/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[210/227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[211/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[212/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[213/227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[214/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[215/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[216/227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[217/227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[218/227] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[219/227] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[220/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[222/245] Compiling SwiftSyntaxMacros MemberMacro.swift
[223/245] Compiling SwiftSyntaxMacros PeerMacro.swift
[224/247] Emitting module SwiftSyntaxMacros
[225/247] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[226/247] Compiling SwiftSyntaxMacros Macro+Format.swift
[227/247] Compiling SwiftSyntaxMacros Macro.swift
[228/247] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[229/247] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[230/247] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[231/247] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[232/247] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[233/247] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[234/247] Compiling SwiftSyntaxMacros AccessorMacro.swift
[235/247] Compiling SwiftSyntaxMacros AttachedMacro.swift
[236/247] Compiling SwiftSyntaxMacros BodyMacro.swift
[237/247] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[238/247] Compiling SwiftSyntaxMacros DeclarationMacro.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 MacroSpec.swift
[244/258] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[245/258] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[246/258] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[247/258] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[248/258] Emitting module SwiftSyntaxMacroExpansion
[249/258] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[250/258] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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 LRUCache.swift
[256/271] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[257/272] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[258/272] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[259/272] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[260/272] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[261/272] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[262/272] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[263/272] Emitting module SwiftCompilerPluginMessageHandling
[264/272] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[265/272] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[266/272] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[267/272] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[268/273] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[270/275] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[271/275] Emitting module SwiftCompilerPlugin
[272/276] Wrapping AST for SwiftCompilerPlugin for debugging
[274/289] Compiling AutoCodableMacros DecodedValueMacro.swift
[275/289] Compiling AutoCodableMacros EncodedValueMacro.swift
[276/290] Compiling AutoCodableMacros NamedDeclArray.swift
[277/290] Compiling AutoCodableMacros EnumDeclSyntax+CasesDecl.swift
[278/290] Compiling AutoCodableMacros EnumCaseDeclSyntax+ArgValue.swift
[279/290] Compiling AutoCodableMacros EnumCaseDeclSyntax+Name.swift
[280/290] Compiling AutoCodableMacros EnumDeclSyntax+NestedEnumsDecl.swift
[281/290] Compiling AutoCodableMacros AttributeSyntax+KeyValueArgs.swift
[282/290] Compiling AutoCodableMacros DeclGroupSyntax+EnumDecl.swift
[283/290] Emitting module AutoCodableMacros
[284/290] Compiling AutoCodableMacros AutoCodablePlugin.swift
[285/290] Compiling AutoCodableMacros AutoDecodableMacro.swift
[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 AutoCodable.swift
[294/299] Emitting module AutoCodable
[295/299] Compiling AutoCodable KeyedDecodingContainer+Decode.swift
[297/300] Compiling AutoCodable SingleValueDecodingContainer+Decode.swift
[298/300] Emitting module AutoCodable
[299/300] Compiling AutoCodable AutoCodable.swift
[300/300] Compiling AutoCodable KeyedDecodingContainer+Decode.swift
Build complete! (122.37s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.