The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-ast-lint, reference main (f429a7), with Swift 6.3 for Android on 1 May 2026 15:15:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ryu0118/swift-ast-lint.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/Ryu0118/swift-ast-lint
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f429a79 Merge pull request #4 from Ryu0118/perf/fixapplier-on
Cloned https://github.com/Ryu0118/swift-ast-lint.git
Revision (git rev-parse @):
f429a79544768f5b81f1b39b77c698062db4cef9
SUCCESS checkout https://github.com/Ryu0118/swift-ast-lint.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Ryu0118/swift-ast-lint.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
[2130/8629] Fetching swift-system, swift-subprocess
[8328/83667] Fetching swift-system, swift-subprocess, swift-syntax
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-system.git from cache (1.08s)
[4529/78066] Fetching swift-subprocess, swift-syntax
Fetching https://github.com/Ryu0118/FileManagerProtocol.git
Fetching https://github.com/jpsim/Yams.git
[9783/78097] Fetching swift-subprocess, swift-syntax, filemanagerprotocol
Fetched https://github.com/Ryu0118/FileManagerProtocol.git from cache (0.39s)
Fetching https://github.com/mtj0928/swift-async-operations.git
[12034/84876] Fetching swift-subprocess, swift-syntax, swift-log
[15783/96427] Fetching swift-subprocess, swift-syntax, swift-log, yams
[16989/97457] Fetching swift-subprocess, swift-syntax, swift-log, yams, swift-async-operations
Fetched https://github.com/mtj0928/swift-async-operations.git from cache (0.47s)
[21334/96427] Fetching swift-subprocess, swift-syntax, swift-log, yams
Fetched https://github.com/apple/swift-log.git from cache (1.48s)
[20693/89617] Fetching swift-subprocess, swift-syntax, yams
Fetched https://github.com/jpsim/Yams.git from cache (3.21s)
[75065/78066] Fetching swift-subprocess, swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (13.55s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (13.63s)
[1/17557] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.89s)
Computing version for https://github.com/mtj0928/swift-async-operations.git
Computed https://github.com/mtj0928/swift-async-operations.git at 0.5.0 (17.38s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.4.0 (0.59s)
Computing version for https://github.com/Ryu0118/FileManagerProtocol.git
Computed https://github.com/Ryu0118/FileManagerProtocol.git at 0.1.0 (0.41s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.48s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (3.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.64s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/mtj0928/swift-async-operations.git
Working copy of https://github.com/mtj0928/swift-async-operations.git resolved at 0.5.0
Creating working copy for https://github.com/Ryu0118/FileManagerProtocol.git
Working copy of https://github.com/Ryu0118/FileManagerProtocol.git resolved at 0.1.0
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.1/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.1/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.58s)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/43] Write sources
[20/43] Compiling _SwiftSyntaxCShims PlatformMutex.c
[21/43] Compiling writer.c
[22/43] Compiling reader.c
[23/43] Write sources
[25/43] Compiling _SubprocessCShims process_shims.c
[26/43] Write sources
[27/43] Write swift-version--4F562202D5529B1.txt
[28/44] Compiling CSystem shims.c
[29/45] Compiling parser.c
[30/49] Compiling api.c
[32/49] Emitting module SwiftSyntax601
[32/84] Compiling scanner.c
[33/84] Compiling emitter.c
[35/106] Emitting module SystemPackage
[36/110] Compiling SwiftSyntax601 Empty.swift
[38/117] Emitting module SwiftSyntax602
[39/117] Compiling SwiftSyntax602 Empty.swift
[40/117] Emitting module SwiftSyntax510
[41/118] Emitting module SwiftSyntax603
[42/118] Compiling SwiftSyntax603 Empty.swift
[43/118] Compiling SwiftSyntax600 Empty.swift
[44/118] Emitting module SwiftSyntax600
[45/118] Compiling SwiftSyntax510 Empty.swift
[46/121] Emitting module SwiftSyntax509
[47/121] Compiling SwiftSyntax509 Empty.swift
[48/121] Compiling Yams Node.Mapping.swift
[49/121] Compiling Yams Parser.swift
[50/121] Compiling Yams RedundancyAliasingStrategy.swift
[51/121] Compiling Yams Representer.swift
[52/121] Compiling Yams Node.Scalar.swift
[53/121] Compiling Yams Node.Sequence.swift
[54/121] Compiling Yams Node.swift
[55/121] Compiling Yams AliasDereferencingStrategy.swift
[56/121] Compiling Yams Anchor.swift
[57/121] Compiling Yams Constructor.swift
[58/121] Compiling Yams Resolver.swift
[59/121] Compiling Yams String+Yams.swift
[60/121] Compiling Yams Mark.swift
[61/121] Compiling Yams Node.Alias.swift
[67/204] Compiling SwiftSyntax AbsolutePosition.swift
[68/204] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[69/204] Emitting module AsyncOperations
[70/204] Compiling SwiftSyntax MemoryLayout.swift
[71/204] Compiling SwiftSyntax MissingNodeInitializers.swift
[72/204] Compiling SwiftSyntax EditorPlaceholder.swift
[73/204] Compiling SwiftSyntax Identifier.swift
[74/204] Compiling SwiftSyntax Convenience.swift
[75/204] Compiling SwiftSyntax CustomTraits.swift
[76/206] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[77/206] Compiling SwiftSyntax Assert.swift
[78/206] Compiling SwiftSyntax BumpPtrAllocator.swift
[79/206] Compiling SwiftSyntax CommonAncestor.swift
[80/206] Compiling SwiftSyntax RawSyntax.swift
[81/206] Compiling SwiftSyntax RawSyntaxArena.swift
[82/206] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[83/206] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[84/206] Compiling SwiftSyntax SyntaxBaseNodes.swift
[85/206] Compiling SwiftSyntax SyntaxCollections.swift
[86/206] Compiling AsyncOperations withOrderedTaskGroup.swift
[87/206] Compiling AsyncOperations withThrowingOrderedTaskGroup.swift
[89/207] Emitting module Yams
[90/209] Emitting module ArgumentParserToolInfo
[91/209] Compiling ArgumentParserToolInfo ToolInfo.swift
[93/210] Compiling Logging LogEvent.swift
[93/210] Wrapping AST for ArgumentParserToolInfo for debugging
[95/256] Compiling ArgumentParser ParsableArguments.swift
[96/256] Compiling ArgumentParser DumpHelpGenerator.swift
[97/256] Compiling ArgumentParser HelpCommand.swift
[98/256] Compiling ArgumentParser HelpGenerator.swift
[99/256] Compiling ArgumentParser CommandConfiguration.swift
[100/256] Compiling ArgumentParser CommandGroup.swift
[101/256] Compiling ArgumentParser EnumerableFlag.swift
[102/256] Compiling ArgumentParser ExpressibleByArgument.swift
[103/256] Compiling ArgumentParser ParsableCommand.swift
[104/256] Compiling ArgumentParser ArgumentDecoder.swift
[105/256] Compiling ArgumentParser ArgumentDefinition.swift
[106/256] Compiling ArgumentParser ArgumentSet.swift
[107/256] Compiling ArgumentParser CommandParser.swift
[108/256] Compiling ArgumentParser InputKey.swift
[109/256] Compiling ArgumentParser ParentCommand.swift
[110/256] Compiling ArgumentParser AsyncParsableCommand.swift
[111/257] Compiling Logging MetadataProvider.swift
[113/257] Emitting module Logging
[114/257] Compiling Logging Locks.swift
[114/257] Wrapping AST for SystemPackage for debugging
[116/279] Compiling Logging LogHandler.swift
[117/279] Compiling Logging Logging.swift
[119/280] Compiling Subprocess Result.swift
[120/280] Compiling Subprocess Span+Subprocess.swift
[120/280] Wrapping AST for Logging for debugging
[122/280] Compiling Subprocess Span+SubprocessFoundation.swift
[123/280] Compiling Subprocess Subprocess+Darwin.swift
[124/280] Compiling Subprocess Subprocess+Linux.swift
[125/280] Compiling Subprocess Subprocess+Unix.swift
[126/280] Compiling Subprocess Subprocess+Windows.swift
[127/280] Compiling Subprocess API.swift
[128/280] Compiling Subprocess AsyncBufferSequence.swift
[129/280] Compiling Subprocess Buffer.swift
[130/280] Compiling Subprocess Configuration.swift
[131/280] Compiling Subprocess Error.swift
[132/280] Compiling Subprocess Execution.swift
[133/280] Compiling Subprocess AsyncIO+Windows.swift
[134/280] Compiling Subprocess Input.swift
[135/280] Compiling Subprocess Output.swift
[136/280] Compiling Subprocess Subprocess+BSD.swift
[137/280] Compiling Subprocess Input+Foundation.swift
[138/280] Compiling Subprocess Output+Foundation.swift
[139/280] Compiling Subprocess AsyncIO+Dispatch.swift
[140/280] Compiling Subprocess AsyncIO+Linux.swift
[151/289] Emitting module FileManagerProtocol
[152/289] Compiling FileManagerProtocol FileManagerProtocol.swift
[159/292] Wrapping AST for FileManagerProtocol for debugging
[164/292] Emitting module Subprocess
[165/292] Emitting module ArgumentParser
[166/298] Compiling ArgumentParser InputOrigin.swift
[167/298] Compiling ArgumentParser Name.swift
[168/298] Compiling ArgumentParser Parsed.swift
[169/298] Compiling ArgumentParser ParsedValues.swift
[170/298] Compiling ArgumentParser ParserError.swift
[171/298] Compiling ArgumentParser SplitArguments.swift
[172/298] Compiling ArgumentParser Foundation.swift
[173/298] Compiling ArgumentParser Mutex.swift
[174/298] Compiling ArgumentParser Platform.swift
[175/298] Compiling ArgumentParser SequenceExtensions.swift
[176/298] Compiling ArgumentParser StringExtensions.swift
[177/298] Compiling ArgumentParser SwiftExtensions.swift
[192/298] Compiling ArgumentParser Tree.swift
[193/298] Compiling ArgumentParser CodingKeyValidator.swift
[194/298] Compiling ArgumentParser NonsenseFlagsValidator.swift
[195/298] Compiling ArgumentParser ParsableArgumentsValidation.swift
[196/298] Compiling ArgumentParser PositionalArgumentsValidator.swift
[197/298] Compiling ArgumentParser UniqueNamesValidator.swift
[201/298] Compiling ArgumentParser MessageInfo.swift
[202/298] Compiling ArgumentParser UsageGenerator.swift
[203/298] Compiling ArgumentParser CollectionExtensions.swift
[205/298] Compiling Subprocess Teardown.swift
[206/298] Compiling Subprocess Thread.swift
[217/299] Wrapping AST for ArgumentParser for debugging
[233/300] Wrapping AST for Subprocess for debugging
[235/303] Emitting module SwiftASTLintScaffold
[236/303] Compiling SwiftASTLintScaffold Constants.swift
[237/303] Compiling SwiftASTLintScaffold Scaffold.swift
[238/308] Wrapping AST for SwiftASTLintScaffold for debugging
[240/308] Compiling swift_ast_lint_tool Version.swift
[241/308] Compiling swift_ast_lint_tool SwiftASTLintTool.swift
[242/308] Emitting module swift_ast_lint_tool
[243/308] Compiling swift_ast_lint_tool InitCommand.swift
[244/309] Wrapping AST for swift-ast-lint-tool for debugging
[245/309] Write Objects.LinkFileList
[246/309] Linking swiftastlinttool
[248/309] Emitting module SwiftSyntax
[255/309] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[256/309] Compiling SwiftSyntax RawSyntaxNodesC.swift
[257/309] Compiling SwiftSyntax RawSyntaxNodesD.swift
[258/309] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[259/309] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[260/309] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[261/309] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[262/309] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[263/309] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[264/309] Compiling SwiftSyntax RawSyntaxValidation.swift
[265/309] Compiling SwiftSyntax SyntaxNodesAB.swift
[302/309] Compiling SwiftSyntax SyntaxNodesC.swift
[303/309] Compiling SwiftSyntax SyntaxNodesD.swift
[304/309] Compiling SwiftSyntax SyntaxNodesEF.swift
[305/309] Compiling SwiftSyntax SyntaxNodesGHI.swift
[306/309] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[307/309] Compiling SwiftSyntax SyntaxNodesOP.swift
[308/309] Compiling SwiftSyntax SyntaxNodesQRS.swift
[309/309] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[311/362] Compiling SwiftDiagnostics Message.swift
[312/363] Emitting module SwiftDiagnostics
[313/363] Compiling SwiftParser Attributes.swift
[314/363] Compiling SwiftParser Availability.swift
[315/363] Compiling SwiftParser CharacterInfo.swift
[316/363] Compiling SwiftParser CollectionNodes+Parsable.swift
[317/363] Compiling SwiftDiagnostics Note.swift
[318/363] Compiling SwiftDiagnostics FixIt.swift
[319/363] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[320/363] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[321/363] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[323/364] Emitting module SwiftParser
[324/369] Compiling SwiftParser LoopProgressCondition.swift
[325/369] Compiling SwiftParser Modifiers.swift
[326/369] Compiling SwiftParser Names.swift
[327/369] Compiling SwiftParser Nominals.swift
[328/369] Compiling SwiftParser Parameters.swift
[329/369] Compiling SwiftParser ParseSourceFile.swift
[330/369] Compiling SwiftParser Lexeme.swift
[331/369] Compiling SwiftParser LexemeSequence.swift
[332/369] Compiling SwiftParser Lexer.swift
[333/369] Compiling SwiftParser RegexLiteralLexer.swift
[334/369] Compiling SwiftParser UnicodeScalarExtensions.swift
[335/369] Compiling SwiftParser Lookahead.swift
[336/369] Compiling SwiftParser TokenSpec.swift
[337/369] Compiling SwiftParser TokenSpecSet.swift
[338/369] Compiling SwiftParser TopLevel.swift
[339/369] Compiling SwiftParser TriviaParser.swift
[340/369] Compiling SwiftParser Types.swift
[341/369] Compiling SwiftParser Parser.swift
[342/369] Compiling SwiftParser Patterns.swift
[343/369] Compiling SwiftParser Recovery.swift
[344/369] Compiling SwiftParser Specifiers.swift
[345/369] Compiling SwiftParser Statements.swift
[346/369] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[347/369] Compiling SwiftParser StringLiterals.swift
[348/369] Compiling SwiftParser SwiftParserCompatibility.swift
[349/369] Compiling SwiftParser SwiftVersion.swift
[350/369] Compiling SwiftParser SyntaxUtils.swift
[351/369] Compiling SwiftParser TokenConsumer.swift
[352/369] Compiling SwiftParser TokenPrecedence.swift
[353/369] Compiling SwiftParser Directives.swift
[354/369] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[355/369] Compiling SwiftParser Expressions.swift
[356/369] Compiling SwiftParser IncrementalParseTransition.swift
[357/369] Compiling SwiftParser IsValidIdentifier.swift
[358/369] Compiling SwiftParser Cursor.swift
[363/369] Compiling SwiftParser CompilerFiles.swift
[364/369] Compiling SwiftParser Declarations.swift
[365/369] Compiling SwiftParser ExperimentalFeatures.swift
[366/369] Compiling SwiftParser IsLexerClassified.swift
[367/369] Compiling SwiftParser LayoutNodes+Parsable.swift
[368/369] Compiling SwiftParser Parser+TokenSpecSet.swift
[369/369] Compiling SwiftParser TokenSpecStaticMembers.swift
[371/386] Compiling SwiftASTLint ParameterizedRule.swift
[372/386] Compiling SwiftASTLint Rule.swift
[373/388] Emitting module SwiftASTLint
[374/388] Compiling SwiftASTLint Severity.swift
[375/388] Compiling SwiftASTLint SimpleFixItMessage.swift
[376/388] Compiling SwiftASTLint FixApplier.swift
[377/388] Compiling SwiftASTLint GlobPattern.swift
[378/388] Compiling SwiftASTLint Diagnostic.swift
[379/388] Compiling SwiftASTLint FileCollector.swift
[380/388] Compiling SwiftASTLint Configuration.swift
[381/388] Compiling SwiftASTLint ConfigurationLoader.swift
[382/388] Compiling SwiftASTLint Constants.swift
[383/388] Compiling SwiftASTLint Linter.swift
[384/388] Compiling SwiftASTLint Logger.swift
[385/388] Compiling SwiftASTLint RuleProtocol.swift
[386/388] Compiling SwiftASTLint RuleSet.swift
[387/388] Compiling SwiftASTLint LintContext.swift
[388/388] Compiling SwiftASTLint LintEngine.swift
[390/391] Emitting module SwiftASTLintTestSupport
[391/391] Compiling SwiftASTLintTestSupport RuleTestSupport.swift
Build complete! (196.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "700.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "filemanagerprotocol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ryu0118/FileManagerProtocol.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "swift-async-operations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mtj0928/swift-async-operations.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-ast-lint",
  "name" : "swift-ast-lint",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftASTLint",
      "targets" : [
        "SwiftASTLint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftASTLintTestSupport",
      "targets" : [
        "SwiftASTLintTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftASTLintScaffold",
      "targets" : [
        "SwiftASTLintScaffold"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swiftastlinttool",
      "targets" : [
        "swift-ast-lint-tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_ast_lint_tool",
      "module_type" : "SwiftTarget",
      "name" : "swift-ast-lint-tool",
      "path" : "Sources/swift-ast-lint-tool",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swiftastlinttool"
      ],
      "sources" : [
        "InitCommand.swift",
        "SwiftASTLintTool.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SwiftASTLintScaffold"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftASTLintTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASTLintTests",
      "path" : "Tests/SwiftASTLintTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftDiagnostics",
        "FileManagerProtocol"
      ],
      "sources" : [
        "ConfigurationLoaderTests.swift",
        "DiagnosticTests.swift",
        "FileCollectorTests.swift",
        "FixApplierTests.swift",
        "GlobPatternTests.swift",
        "LintAndFixTests.swift",
        "LintCommandTests.swift",
        "LintContextFixTests.swift",
        "LintContextTests.swift",
        "LintEngineFixTests.swift",
        "ParameterizedRuleTests.swift",
        "RuleExampleTests.swift",
        "RuleSetTests.swift",
        "RuleTests.swift",
        "SeverityTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftASTLint",
        "SwiftASTLintTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftASTLintTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASTLintTestSupport",
      "path" : "Sources/SwiftASTLintTestSupport",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "SwiftASTLintTestSupport"
      ],
      "sources" : [
        "RuleTestSupport.swift"
      ],
      "target_dependencies" : [
        "SwiftASTLint"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftASTLintScaffoldTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASTLintScaffoldTests",
      "path" : "Tests/SwiftASTLintScaffoldTests",
      "product_dependencies" : [
        "FileManagerProtocol"
      ],
      "sources" : [
        "ScaffoldTests.swift"
      ],
      "target_dependencies" : [
        "SwiftASTLintScaffold"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftASTLintScaffold",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASTLintScaffold",
      "path" : "Sources/SwiftASTLintScaffold",
      "product_dependencies" : [
        "Subprocess",
        "SystemPackage",
        "FileManagerProtocol"
      ],
      "product_memberships" : [
        "SwiftASTLintScaffold",
        "swiftastlinttool"
      ],
      "sources" : [
        "Constants.swift",
        "Scaffold.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftASTLint",
      "module_type" : "SwiftTarget",
      "name" : "SwiftASTLint",
      "path" : "Sources/SwiftASTLint",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftDiagnostics",
        "Yams",
        "ArgumentParser",
        "AsyncOperations",
        "Logging",
        "FileManagerProtocol"
      ],
      "product_memberships" : [
        "SwiftASTLint",
        "SwiftASTLintTestSupport"
      ],
      "sources" : [
        "Configuration.swift",
        "ConfigurationLoader.swift",
        "Constants.swift",
        "Diagnostic.swift",
        "FileCollector.swift",
        "FixApplier.swift",
        "GlobPattern.swift",
        "LintContext.swift",
        "LintEngine.swift",
        "Linter.swift",
        "Logger.swift",
        "ParameterizedRule.swift",
        "Rule.swift",
        "RuleProtocol.swift",
        "RuleSet.swift",
        "Severity.swift",
        "SimpleFixItMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.