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

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/AnandaMacros.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nixzhu/AnandaMacros
 * tag               1.1.0      -> FETCH_HEAD
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 1.1.0
========================================
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/nixzhu/Ananda.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/699] Fetching ananda
[700/70529] Fetching ananda, swift-syntax
Fetched https://github.com/nixzhu/Ananda.git from cache (4.61s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.65s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.0.0 (0.54s)
Fetching https://github.com/ibireme/yyjson.git
[1/3556] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.05s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.10.0 (1.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.65s)
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/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.10.0
Building for debugging...
[0/39] Write sources
[18/39] Compiling _SwiftSyntaxCShims dummy.c
[19/39] Compiling yyjson.c
[20/39] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/51] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/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
[25/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
<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 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256: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/31] Compiling SwiftSyntax509 Empty.swift
[3/31] Emitting module SwiftSyntax509
[4/32] Compiling SwiftSyntax601 Empty.swift
[5/32] Emitting module SwiftSyntax601
[6/33] Emitting module SwiftSyntax510
[7/33] Compiling SwiftSyntax510 Empty.swift
[8/34] Compiling SwiftSyntax600 Empty.swift
[9/34] Emitting module SwiftSyntax600
[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 AnandaJSON.swift
[20/99] Emitting module Ananda
[21/99] Compiling Ananda AnandaValueExtractor.swift
[22/100] Compiling SwiftSyntax AbsolutePosition.swift
[23/100] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[24/100] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[25/100] Compiling SwiftSyntax Assert.swift
[26/100] Compiling SwiftSyntax BumpPtrAllocator.swift
[27/100] Compiling SwiftSyntax CommonAncestor.swift
[28/100] Compiling SwiftSyntax Convenience.swift
[29/100] Compiling SwiftSyntax CustomTraits.swift
[30/100] Compiling SwiftSyntax EditorPlaceholder.swift
[32/109] Compiling SwiftSyntax SyntaxIdentifier.swift
[33/109] Compiling SwiftSyntax SyntaxNodeFactory.swift
[34/109] Compiling SwiftSyntax SyntaxNodeStructure.swift
[35/109] Compiling SwiftSyntax SyntaxProtocol.swift
[36/109] Compiling SwiftSyntax SyntaxText.swift
[37/109] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[38/109] Compiling SwiftSyntax TokenDiagnostic.swift
[39/109] Compiling SwiftSyntax TokenSequence.swift
[40/109] Compiling SwiftSyntax TokenSyntax.swift
[41/109] Compiling SwiftSyntax Identifier.swift
[42/109] Compiling SwiftSyntax MemoryLayout.swift
[43/109] Compiling SwiftSyntax MissingNodeInitializers.swift
[44/109] Compiling SwiftSyntax RawSyntax.swift
[45/109] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[46/109] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[47/109] Compiling SwiftSyntax RawSyntaxTokenView.swift
[48/109] Compiling SwiftSyntax SourceEdit.swift
[49/109] Compiling SwiftSyntax SourceLength.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 SourceLocation.swift
[61/109] Compiling SwiftSyntax SourcePresence.swift
[62/109] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[63/109] Compiling SwiftSyntax Syntax.swift
[64/109] Compiling SwiftSyntax SyntaxArena.swift
[65/109] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[66/109] Compiling SwiftSyntax SyntaxChildren.swift
[67/109] Compiling SwiftSyntax SyntaxCollection.swift
[68/109] Compiling SwiftSyntax SyntaxHashable.swift
[69/109] Compiling SwiftSyntax Trivia.swift
[70/109] Compiling SwiftSyntax Utils.swift
[71/109] Compiling SwiftSyntax ChildNameForKeyPath.swift
[72/109] Compiling SwiftSyntax Keyword.swift
[73/109] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[74/109] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[75/109] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[76/109] Compiling SwiftSyntax SyntaxBaseNodes.swift
[77/109] Compiling SwiftSyntax SyntaxCollections.swift
[78/109] Compiling SwiftSyntax SyntaxEnum.swift
[79/109] Compiling SwiftSyntax SyntaxKind.swift
[80/109] Compiling SwiftSyntax SyntaxRewriter.swift
[81/109] Compiling SwiftSyntax SyntaxTraits.swift
[82/109] Compiling SwiftSyntax SyntaxVisitor.swift
[83/109] Compiling SwiftSyntax TokenKind.swift
[84/109] Compiling SwiftSyntax Tokens.swift
[85/109] Compiling SwiftSyntax TriviaPieces.swift
[86/109] Compiling SwiftSyntax RawSyntaxNodesAB.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 SwiftParser Attributes.swift
[99/168] Compiling SwiftParser Availability.swift
[100/169] Emitting module SwiftDiagnostics
[101/169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[102/169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[103/169] Compiling SwiftDiagnostics Message.swift
[104/169] Compiling SwiftBasicFormat InferIndentation.swift
[105/169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[106/169] Compiling SwiftDiagnostics Note.swift
[107/169] Compiling SwiftBasicFormat Indenter.swift
[108/169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[109/169] Compiling SwiftDiagnostics FixIt.swift
[110/169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[111/169] Compiling SwiftParser CharacterInfo.swift
[112/169] Compiling SwiftParser CollectionNodes+Parsable.swift
[113/169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[115/170] Emitting module SwiftBasicFormat
[116/170] Compiling SwiftBasicFormat BasicFormat.swift
[117/171] Compiling SwiftParser SwiftParserCompatibility.swift
[118/171] Compiling SwiftParser SwiftVersion.swift
[119/171] Compiling SwiftParser SyntaxUtils.swift
[120/171] Compiling SwiftParser TokenConsumer.swift
[121/171] Compiling SwiftParser TokenPrecedence.swift
[122/176] Wrapping AST for SwiftDiagnostics for debugging
[123/176] Wrapping AST for SwiftBasicFormat for debugging
[125/176] Compiling SwiftParser TokenSpec.swift
[126/176] Compiling SwiftParser TokenSpecSet.swift
[127/176] Compiling SwiftParser TopLevel.swift
[128/176] Compiling SwiftParser TriviaParser.swift
[129/176] Compiling SwiftParser Types.swift
[130/176] Compiling SwiftParser LexemeSequence.swift
[131/176] Compiling SwiftParser Lexer.swift
[132/176] Compiling SwiftParser RegexLiteralLexer.swift
[133/176] Compiling SwiftParser UnicodeScalarExtensions.swift
[134/176] Compiling SwiftParser Lookahead.swift
[135/176] Compiling SwiftParser LoopProgressCondition.swift
[136/176] Compiling SwiftParser Modifiers.swift
[137/176] Compiling SwiftParser Names.swift
[138/176] Compiling SwiftParser Nominals.swift
[139/176] Compiling SwiftParser Parameters.swift
[140/176] Compiling SwiftParser ParseSourceFile.swift
[141/176] Compiling SwiftParser Parser.swift
[142/176] Compiling SwiftParser Patterns.swift
[143/176] Compiling SwiftParser Recovery.swift
[144/176] Compiling SwiftParser Specifiers.swift
[145/176] Compiling SwiftParser Statements.swift
[146/176] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[147/176] Compiling SwiftParser StringLiterals.swift
[152/176] Compiling SwiftParser Declarations.swift
[153/176] Compiling SwiftParser Directives.swift
[154/176] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[155/176] Compiling SwiftParser Expressions.swift
[156/176] Compiling SwiftParser IncrementalParseTransition.swift
[157/176] Compiling SwiftParser IsValidIdentifier.swift
[158/176] Compiling SwiftParser Cursor.swift
[159/176] Compiling SwiftParser Lexeme.swift
[160/176] Emitting module SwiftParser
[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 SwiftOperators PrecedenceGroup.swift
[169/200] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[170/202] Emitting module SwiftOperators
[171/202] Compiling SwiftOperators OperatorTable+Semantics.swift
[172/202] Compiling SwiftOperators OperatorTable.swift
[173/202] Compiling SwiftOperators PrecedenceGraph.swift
[174/202] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[175/202] Compiling SwiftParserDiagnostics MissingNodesError.swift
[176/202] Compiling SwiftParserDiagnostics MissingTokenError.swift
[177/202] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[178/202] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[179/202] Compiling SwiftOperators OperatorTable+Folding.swift
[180/202] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[181/202] Compiling SwiftParserDiagnostics Utils.swift
[182/202] Compiling SwiftOperators SyntaxSynthesis.swift
[184/203] Emitting module SwiftParserDiagnostics
[185/203] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[188/203] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[189/203] Compiling SwiftParserDiagnostics PresenceUtils.swift
[189/203] Wrapping AST for SwiftOperators for debugging
[191/203] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[192/203] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[195/204] Wrapping AST for SwiftParserDiagnostics for debugging
[197/219] Compiling SwiftSyntaxBuilder Indenter.swift
[198/219] Compiling SwiftSyntaxBuilder ListBuilder.swift
[199/219] Emitting module SwiftSyntaxBuilder
[200/219] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[201/219] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[202/220] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[203/220] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[204/220] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[205/220] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[206/220] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[207/220] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[208/220] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.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 AccessorMacro.swift
[216/238] Compiling SwiftSyntaxMacros AttachedMacro.swift
[217/238] Compiling SwiftSyntaxMacros BodyMacro.swift
[218/238] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[219/238] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[220/240] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[221/240] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[222/240] Compiling SwiftSyntaxMacros Macro.swift
[223/240] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[224/240] Emitting module SwiftSyntaxMacros
[225/240] Compiling SwiftSyntaxMacros MemberMacro.swift
[226/240] Compiling SwiftSyntaxMacros PeerMacro.swift
[227/240] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[228/240] Compiling SwiftSyntaxMacros Macro+Format.swift
[229/240] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[230/240] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[231/240] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[232/240] Compiling SwiftSyntaxMacros PreambleMacro.swift
[233/240] Compiling SwiftSyntaxMacros Syntax+LexicalContext.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 MacroExpansion.swift
[243/251] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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 CodingUtilities.swift
[249/264] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[250/265] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[251/265] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[252/265] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[253/265] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[254/265] Emitting module SwiftCompilerPluginMessageHandling
[255/265] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[256/265] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[257/265] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[258/265] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[259/265] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[260/265] Compiling SwiftCompilerPluginMessageHandling Macros.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 AnandaPlugin.swift
[268/274] Compiling AnandaMacrosProvider AnandaKeyMacro.swift
[269/274] Compiling AnandaMacrosProvider AnandaIgnoredMacro.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] Emitting module AnandaMacros
[277/277] Compiling AnandaMacros Macros.swift
Build complete! (61.90s)
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.