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 AnandaMacros, reference main (7b27f7), with Swift 6.0 for Linux on 3 Apr 2025 08:23:32 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/nixzhu/AnandaMacros.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/nixzhu/AnandaMacros
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b27f7f support swift-syntax 601
Cloned https://github.com/nixzhu/AnandaMacros.git
Revision (git rev-parse @):
7b27f7fca8a91b139d7a9d997aee6e81a0220bd6
SUCCESS checkout https://github.com/nixzhu/AnandaMacros.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nixzhu/AnandaMacros.git
https://github.com/nixzhu/AnandaMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ananda",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nixzhu/Ananda.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AnandaMacros",
  "name" : "AnandaMacros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AnandaMacros",
      "targets" : [
        "AnandaMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AnandaMacrosProvider",
      "targets" : [
        "AnandaMacrosProvider"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnandaMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacrosTests",
      "path" : "Tests/AnandaMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacrosTests.swift"
      ],
      "target_dependencies" : [
        "AnandaMacros",
        "AnandaMacrosProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnandaMacrosProvider",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacrosProvider",
      "path" : "Sources/AnandaMacrosProvider",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AnandaMacros",
        "AnandaMacrosProvider"
      ],
      "sources" : [
        "AnandaIgnoredMacro.swift",
        "AnandaInitMacro.swift",
        "AnandaKeyMacro.swift",
        "AnandaPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AnandaMacros",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacros",
      "path" : "Sources/AnandaMacros",
      "product_dependencies" : [
        "Ananda"
      ],
      "product_memberships" : [
        "AnandaMacros"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "AnandaMacrosProvider"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/nixzhu/Ananda.git
[1/699] Fetching ananda
Fetched https://github.com/nixzhu/Ananda.git from cache (0.33s)
[1/69830] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.00s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.0.0 (0.56s)
Fetching https://github.com/ibireme/yyjson.git
[1/3556] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.07s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.10.0 (2.20s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.87s)
Creating working copy for https://github.com/nixzhu/Ananda.git
Working copy of https://github.com/nixzhu/Ananda.git resolved at 1.0.0
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.10.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/39] Write sources
[18/39] Compiling _SwiftSyntaxCShims dummy.c
[19/39] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/47] 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
[21/47] Compiling yyjson.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/51] 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
[24/51] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/51] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/51] 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-1":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
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 SwiftSyntax510
[3/31] Emitting module SwiftSyntax509
[4/31] Compiling SwiftSyntax509 Empty.swift
[5/32] Compiling SwiftSyntax510 Empty.swift
[6/33] Compiling SwiftSyntax601 Empty.swift
[7/33] Emitting module SwiftSyntax601
[9/34] Emitting module SwiftSyntax600
[10/34] Compiling SwiftSyntax600 Empty.swift
[13/35] Wrapping AST for SwiftSyntax509 for debugging
[14/35] Wrapping AST for SwiftSyntax601 for debugging
[15/35] Wrapping AST for SwiftSyntax510 for debugging
[16/35] Wrapping AST for SwiftSyntax600 for debugging
[18/99] Compiling Ananda AnandaModel.swift
[19/99] Compiling Ananda AnandaValueExtractor.swift
[20/99] Compiling Ananda AnandaJSON.swift
[21/99] Emitting module Ananda
[23/100] Compiling SwiftSyntax SourceLocation.swift
[24/100] Compiling SwiftSyntax SourcePresence.swift
[25/100] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[26/100] Compiling SwiftSyntax Syntax.swift
[27/100] Compiling SwiftSyntax SyntaxArena.swift
[28/100] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[29/100] Compiling SwiftSyntax SyntaxChildren.swift
[30/100] Compiling SwiftSyntax SyntaxCollection.swift
[31/100] Compiling SwiftSyntax SyntaxHashable.swift
[32/100] Compiling SwiftSyntax Identifier.swift
[33/100] Compiling SwiftSyntax MemoryLayout.swift
[34/100] Compiling SwiftSyntax MissingNodeInitializers.swift
[35/100] Compiling SwiftSyntax RawSyntax.swift
[36/100] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[37/100] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[38/100] Compiling SwiftSyntax RawSyntaxTokenView.swift
[39/100] Compiling SwiftSyntax SourceEdit.swift
[40/100] Compiling SwiftSyntax SourceLength.swift
[41/100] Compiling SwiftSyntax AbsolutePosition.swift
[42/100] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[43/100] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[44/100] Compiling SwiftSyntax Assert.swift
[45/100] Compiling SwiftSyntax BumpPtrAllocator.swift
[46/100] Compiling SwiftSyntax CommonAncestor.swift
[47/100] Compiling SwiftSyntax Convenience.swift
[48/100] Compiling SwiftSyntax CustomTraits.swift
[49/100] Compiling SwiftSyntax EditorPlaceholder.swift
[50/109] Emitting module SwiftSyntax
[51/109] Compiling SwiftSyntax RawSyntaxNodesC.swift
[52/109] Compiling SwiftSyntax RawSyntaxNodesD.swift
[53/109] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[54/109] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[55/109] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[56/109] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[57/109] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[58/109] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[59/109] Compiling SwiftSyntax RawSyntaxValidation.swift
[60/109] Compiling SwiftSyntax SyntaxEnum.swift
[61/109] Compiling SwiftSyntax SyntaxKind.swift
[62/109] Compiling SwiftSyntax SyntaxRewriter.swift
[63/109] Compiling SwiftSyntax SyntaxTraits.swift
[64/109] Compiling SwiftSyntax SyntaxVisitor.swift
[65/109] Compiling SwiftSyntax TokenKind.swift
[66/109] Compiling SwiftSyntax Tokens.swift
[67/109] Compiling SwiftSyntax TriviaPieces.swift
[68/109] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[69/109] Compiling SwiftSyntax SyntaxIdentifier.swift
[70/109] Compiling SwiftSyntax SyntaxNodeFactory.swift
[71/109] Compiling SwiftSyntax SyntaxNodeStructure.swift
[72/109] Compiling SwiftSyntax SyntaxProtocol.swift
[73/109] Compiling SwiftSyntax SyntaxText.swift
[74/109] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[75/109] Compiling SwiftSyntax TokenDiagnostic.swift
[76/109] Compiling SwiftSyntax TokenSequence.swift
[77/109] Compiling SwiftSyntax TokenSyntax.swift
[78/109] Compiling SwiftSyntax Trivia.swift
[79/109] Compiling SwiftSyntax Utils.swift
[80/109] Compiling SwiftSyntax ChildNameForKeyPath.swift
[81/109] Compiling SwiftSyntax Keyword.swift
[82/109] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[83/109] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[84/109] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[85/109] Compiling SwiftSyntax SyntaxBaseNodes.swift
[86/109] Compiling SwiftSyntax SyntaxCollections.swift
[87/109] Compiling SwiftSyntax SyntaxNodesAB.swift
[88/109] Compiling SwiftSyntax SyntaxNodesC.swift
[89/109] Compiling SwiftSyntax SyntaxNodesD.swift
[90/109] Compiling SwiftSyntax SyntaxNodesEF.swift
[91/109] Compiling SwiftSyntax SyntaxNodesGHI.swift
[92/109] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[93/109] Compiling SwiftSyntax SyntaxNodesOP.swift
[94/109] Compiling SwiftSyntax SyntaxNodesQRS.swift
[95/109] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[96/110] Wrapping AST for SwiftSyntax for debugging
[98/168] Compiling SwiftBasicFormat Syntax+Extensions.swift
[99/168] Compiling SwiftDiagnostics Message.swift
[100/169] Compiling SwiftDiagnostics FixIt.swift
[101/169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/169] Compiling SwiftDiagnostics Note.swift
[104/169] Compiling SwiftParser CharacterInfo.swift
[105/169] Compiling SwiftParser CollectionNodes+Parsable.swift
[106/169] Emitting module SwiftDiagnostics
[107/169] Compiling SwiftParser Attributes.swift
[108/169] Compiling SwiftParser Availability.swift
[109/169] Compiling SwiftBasicFormat InferIndentation.swift
[110/169] Compiling SwiftBasicFormat Indenter.swift
[111/169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[112/169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[113/169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[115/170] Emitting module SwiftBasicFormat
[116/170] Compiling SwiftBasicFormat BasicFormat.swift
[117/171] Wrapping AST for SwiftBasicFormat for debugging
[118/171] Wrapping AST for SwiftDiagnostics for debugging
[120/171] Emitting module SwiftParser
[121/176] Compiling SwiftParser Modifiers.swift
[122/176] Compiling SwiftParser Names.swift
[123/176] Compiling SwiftParser Nominals.swift
[124/176] Compiling SwiftParser Parameters.swift
[125/176] Compiling SwiftParser ParseSourceFile.swift
[126/176] Compiling SwiftParser Parser.swift
[127/176] Compiling SwiftParser Patterns.swift
[128/176] Compiling SwiftParser Recovery.swift
[129/176] Compiling SwiftParser Specifiers.swift
[130/176] Compiling SwiftParser Statements.swift
[131/176] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[132/176] Compiling SwiftParser StringLiterals.swift
[133/176] Compiling SwiftParser LexemeSequence.swift
[134/176] Compiling SwiftParser Lexer.swift
[135/176] Compiling SwiftParser RegexLiteralLexer.swift
[136/176] Compiling SwiftParser UnicodeScalarExtensions.swift
[137/176] Compiling SwiftParser Lookahead.swift
[138/176] Compiling SwiftParser LoopProgressCondition.swift
[139/176] Compiling SwiftParser SwiftParserCompatibility.swift
[140/176] Compiling SwiftParser SwiftVersion.swift
[141/176] Compiling SwiftParser SyntaxUtils.swift
[142/176] Compiling SwiftParser TokenConsumer.swift
[143/176] Compiling SwiftParser TokenPrecedence.swift
[144/176] Compiling SwiftParser TokenSpec.swift
[145/176] Compiling SwiftParser TokenSpecSet.swift
[146/176] Compiling SwiftParser TopLevel.swift
[147/176] Compiling SwiftParser TriviaParser.swift
[148/176] Compiling SwiftParser Types.swift
[153/176] Compiling SwiftParser Declarations.swift
[154/176] Compiling SwiftParser Directives.swift
[155/176] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[156/176] Compiling SwiftParser Expressions.swift
[157/176] Compiling SwiftParser IncrementalParseTransition.swift
[158/176] Compiling SwiftParser IsValidIdentifier.swift
[159/176] Compiling SwiftParser Cursor.swift
[160/176] Compiling SwiftParser Lexeme.swift
[161/176] Compiling SwiftParser ExperimentalFeatures.swift
[162/176] Compiling SwiftParser IsLexerClassified.swift
[163/176] Compiling SwiftParser LayoutNodes+Parsable.swift
[164/176] Compiling SwiftParser Parser+TokenSpecSet.swift
[165/176] Compiling SwiftParser TokenSpecStaticMembers.swift
[166/177] Wrapping AST for SwiftParser for debugging
[168/200] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[169/201] Compiling SwiftOperators PrecedenceGroup.swift
[170/202] Compiling SwiftOperators Operator.swift
[171/202] Compiling SwiftOperators OperatorError+Diagnostics.swift
[172/202] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[173/202] Emitting module SwiftOperators
[174/202] Compiling SwiftOperators OperatorTable.swift
[175/202] Compiling SwiftOperators PrecedenceGraph.swift
[176/202] Compiling SwiftOperators SyntaxSynthesis.swift
[177/202] Compiling SwiftOperators OperatorTable+Semantics.swift
[178/202] Compiling SwiftOperators OperatorError.swift
[179/202] Compiling SwiftOperators OperatorTable+Defaults.swift
[180/202] Compiling SwiftOperators OperatorTable+Folding.swift
[182/203] Emitting module SwiftParserDiagnostics
[183/203] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[184/203] Compiling SwiftParserDiagnostics Utils.swift
[185/203] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[185/203] Wrapping AST for SwiftOperators for debugging
[187/203] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[188/203] Compiling SwiftParserDiagnostics PresenceUtils.swift
[191/203] Compiling SwiftParserDiagnostics MissingNodesError.swift
[192/203] Compiling SwiftParserDiagnostics MissingTokenError.swift
[195/204] Wrapping AST for SwiftParserDiagnostics for debugging
[197/219] Compiling SwiftSyntaxBuilder Indenter.swift
[198/219] Compiling SwiftSyntaxBuilder ListBuilder.swift
[199/219] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[200/219] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[201/220] Emitting module SwiftSyntaxBuilder
[202/220] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[203/220] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[204/220] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[205/220] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[206/220] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[207/220] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[208/220] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[209/220] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[210/220] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[211/220] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[212/220] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[213/221] Wrapping AST for SwiftSyntaxBuilder for debugging
[215/238] Compiling SwiftSyntaxMacros Macro.swift
[216/238] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[217/240] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[218/240] Compiling SwiftSyntaxMacros Macro+Format.swift
[219/240] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[220/240] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[221/240] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[222/240] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[223/240] Compiling SwiftSyntaxMacros MemberMacro.swift
[224/240] Compiling SwiftSyntaxMacros PeerMacro.swift
[225/240] Compiling SwiftSyntaxMacros AccessorMacro.swift
[226/240] Compiling SwiftSyntaxMacros AttachedMacro.swift
[227/240] Compiling SwiftSyntaxMacros BodyMacro.swift
[228/240] Emitting module SwiftSyntaxMacros
[229/240] Compiling SwiftSyntaxMacros PreambleMacro.swift
[230/240] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[231/240] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[232/240] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[233/240] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[234/241] Wrapping AST for SwiftSyntaxMacros for debugging
[236/250] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[237/251] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[238/251] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[239/251] Emitting module SwiftSyntaxMacroExpansion
[240/251] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[241/251] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[242/251] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[243/251] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[244/251] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[245/251] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[246/252] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[248/264] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[249/264] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[250/265] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[251/265] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[252/265] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[253/265] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[254/265] Emitting module SwiftCompilerPluginMessageHandling
[255/265] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[256/265] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[257/265] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[258/265] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[259/265] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[260/265] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[261/266] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[263/268] Emitting module SwiftCompilerPlugin
[264/268] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[265/269] Wrapping AST for SwiftCompilerPlugin for debugging
[267/274] Compiling AnandaMacrosProvider AnandaIgnoredMacro.swift
[268/274] Compiling AnandaMacrosProvider AnandaPlugin.swift
[269/274] Compiling AnandaMacrosProvider AnandaKeyMacro.swift
[270/274] Emitting module AnandaMacrosProvider
[271/274] Compiling AnandaMacrosProvider AnandaInitMacro.swift
[272/275] Wrapping AST for AnandaMacrosProvider for debugging
[273/275] Write Objects.LinkFileList
[274/275] Linking AnandaMacrosProvider-tool
[276/277] Compiling AnandaMacros Macros.swift
[277/277] Emitting module AnandaMacros
Build complete! (91.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ananda",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nixzhu/Ananda.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "AnandaMacros",
  "name" : "AnandaMacros",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "AnandaMacros",
      "targets" : [
        "AnandaMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AnandaMacrosProvider",
      "targets" : [
        "AnandaMacrosProvider"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnandaMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacrosTests",
      "path" : "Tests/AnandaMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacrosTests.swift"
      ],
      "target_dependencies" : [
        "AnandaMacros",
        "AnandaMacrosProvider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnandaMacrosProvider",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacrosProvider",
      "path" : "Sources/AnandaMacrosProvider",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "AnandaMacros",
        "AnandaMacrosProvider"
      ],
      "sources" : [
        "AnandaIgnoredMacro.swift",
        "AnandaInitMacro.swift",
        "AnandaKeyMacro.swift",
        "AnandaPlugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "AnandaMacros",
      "module_type" : "SwiftTarget",
      "name" : "AnandaMacros",
      "path" : "Sources/AnandaMacros",
      "product_dependencies" : [
        "Ananda"
      ],
      "product_memberships" : [
        "AnandaMacros"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "AnandaMacrosProvider"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.