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 swift-weak-self-check, reference main (1bbad2), with Swift 6.0 for Linux on 4 Sep 2025 20:26:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-weak-self-check.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/p-x9/swift-weak-self-check
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1bbad28 Merge pull request #22 from p-x9/feature/migrate-deprecated-api
Cloned https://github.com/p-x9/swift-weak-self-check.git
Revision (git rev-parse @):
1bbad286af0a19f7a90d16003551d04d3f2f14b3
SUCCESS checkout https://github.com/p-x9/swift-weak-self-check.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/swift-weak-self-check.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
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/p-x9/swift-source-reporter.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/kateinoigakukun/swift-indexstore.git
Fetching https://github.com/jpsim/Yams.git
[1/47] Fetching swift-source-reporter
[48/370] Fetching swift-source-reporter, swift-indexstore
[371/11506] Fetching swift-source-reporter, swift-indexstore, yams
Fetched https://github.com/kateinoigakukun/swift-indexstore.git from cache (0.45s)
[494/83033] Fetching swift-source-reporter, yams, swift-syntax
[2376/98725] Fetching swift-source-reporter, yams, swift-syntax, swift-argument-parser
Fetched https://github.com/p-x9/swift-source-reporter.git from cache (1.44s)
[42068/98678] Fetching yams, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.47s)
[26679/82986] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (2.26s)
[43110/71850] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.19s)
Computing version for https://github.com/p-x9/swift-source-reporter.git
Computed https://github.com/p-x9/swift-source-reporter.git at 0.2.0 (0.54s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore.git
Computed https://github.com/kateinoigakukun/swift-indexstore.git at 0.4.0 (0.60s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (2.42s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.52s)
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/p-x9/swift-source-reporter.git
Working copy of https://github.com/p-x9/swift-source-reporter.git resolved at 0.2.0
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore.git
Working copy of https://github.com/kateinoigakukun/swift-indexstore.git resolved at 0.4.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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.6.1
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin WeakSelfCheckBuildToolPlugin
/host/spi-builder-workspace/Plugins/WeakSelfCheckCommandPlugin/plugin.swift:37:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 35 |
 36 |         let process = Process()
 37 |         process.launchPath = tool.url.path
    |                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                 `- note: use 'executableURL' instead
 38 |         process.arguments = [
 39 |             path,
[4/4] Compiling plugin WeakSelfCheckCommandPlugin
Building for debugging...
[4/49] Write sources
[21/49] Compiling _SwiftSyntaxCShims dummy.c
[22/49] Compiling _CIndexStore dummy.c
[23/49] Compiling writer.c
[24/49] Compiling reader.c
[25/49] Compiling api.c
[26/49] Compiling parser.c
[27/49] Compiling emitter.c
[28/49] Compiling scanner.c
[29/49] Write swift-version-24593BA9C3E375BF.txt
[31/96] Emitting module SourceReporter
[32/96] Emitting module SwiftSyntax510
[33/96] Compiling SwiftSyntax510 Empty.swift
[34/96] Compiling SwiftSyntax600 Empty.swift
[35/97] Emitting module SwiftSyntax600
[36/97] Compiling SwiftSyntax601 Empty.swift
[37/97] Emitting module SwiftSyntax601
[38/99] Compiling SourceReporter CompositeReporter.swift
[39/99] Compiling Yams Tag.swift
[40/99] Compiling Yams YamlAnchorProviding.swift
[41/101] Emitting module SwiftSyntax509
[42/101] Compiling SwiftSyntax509 Empty.swift
[47/102] Compiling Yams Encoder.swift
[48/102] Compiling Yams Mark.swift
[49/102] Compiling SwiftIndexStore IndexStoreUnit.swift
[49/103] Wrapping AST for SwiftSyntax510 for debugging
[50/103] Wrapping AST for SwiftSyntax600 for debugging
[51/103] Wrapping AST for SwiftSyntax601 for debugging
[52/103] Wrapping AST for SwiftSyntax509 for debugging
[54/154] Emitting module ArgumentParserToolInfo
[55/154] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/168] Wrapping AST for ArgumentParserToolInfo for debugging
[58/212] Emitting module SwiftIndexStore
[59/212] Compiling SourceReporter XcodeReporter.swift
[60/212] Compiling SourceReporter ReporterProtocol.swift
[61/212] Compiling SourceReporter ReportType.swift
[62/212] Compiling ArgumentParser ArgumentVisibility.swift
[63/212] Compiling ArgumentParser CompletionKind.swift
[64/212] Compiling ArgumentParser CommandConfiguration.swift
[65/212] Compiling ArgumentParser CommandGroup.swift
[66/212] Compiling SwiftIndexStore UnfairLock.swift
[67/212] Compiling SourceReporter CallbackReporter.swift
[68/212] Compiling ArgumentParser ArgumentHelp.swift
[69/212] Compiling ArgumentParser OptionGroup.swift
[70/212] Compiling ArgumentParser AsyncParsableCommand.swift
[71/212] Compiling SwiftIndexStore LibIndexStore.swift
[72/212] Compiling ArgumentParser ParsableArguments.swift
[73/212] Compiling ArgumentParser ParsableCommand.swift
[74/212] Emitting module ArgumentParser
[75/218] Compiling ArgumentParser Flag.swift
[76/218] Compiling ArgumentParser NameSpecification.swift
[77/218] Compiling ArgumentParser Option.swift
[78/218] Compiling ArgumentParser ZshCompletionsGenerator.swift
[79/218] Compiling ArgumentParser Argument.swift
[80/218] Compiling ArgumentParser ArgumentDiscussion.swift
[81/218] Emitting module Yams
[84/218] Compiling ArgumentParser Errors.swift
[85/218] Compiling ArgumentParser BashCompletionsGenerator.swift
[86/218] Compiling ArgumentParser CompletionsGenerator.swift
[87/218] Compiling ArgumentParser FishCompletionsGenerator.swift
[88/218] Compiling SourceReporter Report.swift
[91/220] Compiling SwiftIndexStore Process+Extension.swift
[92/220] Compiling SwiftIndexStore OptionSetDisplayable.swift
[93/220] Compiling SwiftIndexStore SwiftIndexStore.swift
[93/221] Wrapping AST for SourceReporter for debugging
[95/221] Compiling ArgumentParser CollectionExtensions.swift
[96/221] Compiling ArgumentParser Mutex.swift
[97/221] Compiling ArgumentParser Platform.swift
[98/221] Compiling ArgumentParser SequenceExtensions.swift
[99/221] Compiling ArgumentParser StringExtensions.swift
[100/221] Compiling ArgumentParser SwiftExtensions.swift
[101/221] Wrapping AST for Yams for debugging
[102/221] Wrapping AST for SwiftIndexStore for debugging
[104/221] Compiling ArgumentParser Tree.swift
[105/221] Compiling ArgumentParser CodingKeyValidator.swift
[106/221] Compiling ArgumentParser NonsenseFlagsValidator.swift
[107/221] Compiling ArgumentParser ParsableArgumentsValidation.swift
[108/221] Compiling ArgumentParser PositionalArgumentsValidator.swift
[109/221] Compiling ArgumentParser UniqueNamesValidator.swift
[119/230] Compiling ArgumentParser SplitArguments.swift
[120/230] Compiling ArgumentParser DumpHelpGenerator.swift
[121/230] Compiling ArgumentParser HelpCommand.swift
[122/230] Compiling ArgumentParser HelpGenerator.swift
[123/230] Compiling ArgumentParser MessageInfo.swift
[124/230] Compiling ArgumentParser UsageGenerator.swift
[125/230] Compiling ArgumentParser InputKey.swift
[126/230] Compiling ArgumentParser InputOrigin.swift
[127/230] Compiling ArgumentParser Name.swift
[128/230] Compiling ArgumentParser Parsed.swift
[129/230] Compiling ArgumentParser ParsedValues.swift
[130/230] Compiling ArgumentParser ParserError.swift
[135/230] Compiling ArgumentParser EnumerableFlag.swift
[136/230] Compiling ArgumentParser ExpressibleByArgument.swift
[139/230] Compiling ArgumentParser ArgumentDecoder.swift
[140/230] Compiling ArgumentParser ArgumentDefinition.swift
[141/230] Compiling ArgumentParser ArgumentSet.swift
[142/230] Compiling ArgumentParser CommandParser.swift
[156/231] Wrapping AST for ArgumentParser for debugging
[158/231] Emitting module SwiftSyntax
[159/231] Compiling SwiftSyntax RawSyntaxNodesC.swift
[160/231] Compiling SwiftSyntax RawSyntaxNodesD.swift
[161/231] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[162/231] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[163/231] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[164/231] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[165/231] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[166/231] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[167/231] Compiling SwiftSyntax RawSyntaxValidation.swift
[172/231] Compiling SwiftSyntax SyntaxVisitor.swift
[173/231] Compiling SwiftSyntax TokenKind.swift
[174/231] Compiling SwiftSyntax Tokens.swift
[175/231] Compiling SwiftSyntax TriviaPieces.swift
[176/231] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[213/231] Compiling SwiftSyntax SyntaxNodesAB.swift
[214/231] Compiling SwiftSyntax SyntaxNodesC.swift
[215/231] Compiling SwiftSyntax SyntaxNodesD.swift
[216/231] Compiling SwiftSyntax SyntaxNodesEF.swift
[217/231] Compiling SwiftSyntax SyntaxNodesGHI.swift
[218/231] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[219/231] Compiling SwiftSyntax SyntaxNodesOP.swift
[220/231] Compiling SwiftSyntax SyntaxNodesQRS.swift
[221/231] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[222/232] Wrapping AST for SwiftSyntax for debugging
[224/290] Compiling SwiftDiagnostics Message.swift
[225/291] Compiling SwiftDiagnostics FixIt.swift
[226/291] Compiling SwiftParser Attributes.swift
[227/291] Compiling SwiftParser Availability.swift
[228/291] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[229/291] Compiling SwiftBasicFormat Syntax+Extensions.swift
[230/291] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[231/291] Compiling SwiftParser CharacterInfo.swift
[232/291] Compiling SwiftParser CollectionNodes+Parsable.swift
[233/291] Emitting module SwiftDiagnostics
[234/291] Emitting module SwiftBasicFormat
[235/291] Compiling SwiftDiagnostics Note.swift
[236/291] Compiling SwiftBasicFormat InferIndentation.swift
[237/291] Compiling SwiftBasicFormat Indenter.swift
[238/291] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[239/291] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[240/291] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[241/292] Wrapping AST for SwiftDiagnostics for debugging
[243/292] Compiling SwiftParser SwiftParserCompatibility.swift
[244/292] Compiling SwiftParser SwiftVersion.swift
[245/292] Compiling SwiftParser SyntaxUtils.swift
[246/292] Compiling SwiftParser TokenConsumer.swift
[247/292] Compiling SwiftParser TokenPrecedence.swift
[248/297] Compiling SwiftBasicFormat BasicFormat.swift
[249/298] Wrapping AST for SwiftBasicFormat for debugging
[251/298] Emitting module SwiftParser
[252/298] Compiling SwiftParser Patterns.swift
[253/298] Compiling SwiftParser Recovery.swift
[254/298] Compiling SwiftParser Specifiers.swift
[255/298] Compiling SwiftParser Statements.swift
[256/298] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[257/298] Compiling SwiftParser StringLiterals.swift
[258/298] Compiling SwiftParser Modifiers.swift
[259/298] Compiling SwiftParser Names.swift
[260/298] Compiling SwiftParser Nominals.swift
[261/298] Compiling SwiftParser Parameters.swift
[262/298] Compiling SwiftParser ParseSourceFile.swift
[263/298] Compiling SwiftParser Parser.swift
[264/298] Compiling SwiftParser LexemeSequence.swift
[265/298] Compiling SwiftParser Lexer.swift
[266/298] Compiling SwiftParser RegexLiteralLexer.swift
[267/298] Compiling SwiftParser UnicodeScalarExtensions.swift
[268/298] Compiling SwiftParser Lookahead.swift
[269/298] Compiling SwiftParser LoopProgressCondition.swift
[270/298] Compiling SwiftParser TokenSpec.swift
[271/298] Compiling SwiftParser TokenSpecSet.swift
[272/298] Compiling SwiftParser TopLevel.swift
[273/298] Compiling SwiftParser TriviaParser.swift
[274/298] Compiling SwiftParser Types.swift
[279/298] Compiling SwiftParser Declarations.swift
[280/298] Compiling SwiftParser Directives.swift
[281/298] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[282/298] Compiling SwiftParser Expressions.swift
[283/298] Compiling SwiftParser IncrementalParseTransition.swift
[284/298] Compiling SwiftParser IsValidIdentifier.swift
[285/298] Compiling SwiftParser Cursor.swift
[286/298] Compiling SwiftParser Lexeme.swift
[287/298] Compiling SwiftParser ExperimentalFeatures.swift
[288/298] Compiling SwiftParser IsLexerClassified.swift
[289/298] Compiling SwiftParser LayoutNodes+Parsable.swift
[290/298] Compiling SwiftParser Parser+TokenSpecSet.swift
[291/298] Compiling SwiftParser TokenSpecStaticMembers.swift
[292/299] Wrapping AST for SwiftParser for debugging
[294/312] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[295/313] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[296/313] Emitting module SwiftParserDiagnostics
[297/313] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[298/313] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[299/313] Compiling SwiftParserDiagnostics Utils.swift
[300/313] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[301/313] Compiling SwiftParserDiagnostics PresenceUtils.swift
[302/313] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[303/313] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[304/313] Compiling SwiftParserDiagnostics MissingNodesError.swift
[305/313] Compiling SwiftParserDiagnostics MissingTokenError.swift
[306/313] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[307/313] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[308/314] Wrapping AST for SwiftParserDiagnostics for debugging
[310/329] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[311/329] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[312/330] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[313/330] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[314/330] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[315/330] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[316/330] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[317/330] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[318/330] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[319/330] Compiling SwiftSyntaxBuilder Indenter.swift
[320/330] Compiling SwiftSyntaxBuilder ListBuilder.swift
[321/330] Emitting module SwiftSyntaxBuilder
[322/330] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[323/330] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[324/330] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[325/330] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[326/331] Wrapping AST for SwiftSyntaxBuilder for debugging
[328/343] Compiling WeakSelfCheckCore SelfAccessDetector.swift
[329/344] Compiling WeakSelfCheckCore demangle.swift
[330/344] Compiling WeakSelfCheckCore WhiteListElement.swift
[331/344] Emitting module WeakSelfCheckCore
[332/344] Compiling WeakSelfCheckCore MemberAccessExprSyntax+.swift
[333/344] Compiling WeakSelfCheckCore String+.swift
[334/344] Compiling WeakSelfCheckCore FunctionParameterSyntax+.swift
[335/344] Compiling WeakSelfCheckCore IndexStoreSymbol+.swift
[336/344] Compiling WeakSelfCheckCore ClosureWeakSelfChecker.swift
[337/344] Compiling WeakSelfCheckCore ClosureCapture+.swift
[338/344] Compiling WeakSelfCheckCore Syntax+.swift
[339/344] Compiling WeakSelfCheckCore TypeSyntaxProtocol+.swift
[340/344] Compiling WeakSelfCheckCore WeakSelfChecker.swift
/host/spi-builder-workspace/Sources/WeakSelfCheckCore/WeakSelfChecker.swift:106:26: warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
104 |
105 |     public func diagnose() throws {
106 |         let source = try String(contentsOfFile: fileName)
    |                          `- warning: 'init(contentsOfFile:)' is deprecated: Use `init(contentsOfFile:encoding:)` instead
107 |         try diagnose(source: source)
108 |     }
[341/345] Wrapping AST for WeakSelfCheckCore for debugging
[343/350] Compiling weak_self_check FileManager+.swift
[344/350] Compiling weak_self_check ReportType+.swift
[345/350] Compiling weak_self_check Config.swift
[346/350] Emitting module weak_self_check
[347/350] Compiling weak_self_check main.swift
[348/351] Wrapping AST for weak-self-check for debugging
[349/351] Write Objects.LinkFileList
[350/351] Linking weak-self-check
Build complete! (195.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-source-reporter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-source-reporter.git"
    }
  ],
  "manifest_display_name" : "swift-weak-self-check",
  "name" : "swift-weak-self-check",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "weak-self-check",
      "targets" : [
        "weak-self-check"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WeakSelfCheckBuildToolPlugin",
      "targets" : [
        "WeakSelfCheckBuildToolPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "WeakSelfCheckCommandPlugin",
      "targets" : [
        "WeakSelfCheckCommandPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "weak_self_check",
      "module_type" : "SwiftTarget",
      "name" : "weak-self-check",
      "path" : "Sources/weak-self-check",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams",
        "SwiftIndexStore"
      ],
      "product_memberships" : [
        "weak-self-check",
        "WeakSelfCheckBuildToolPlugin",
        "WeakSelfCheckCommandPlugin"
      ],
      "sources" : [
        "Config.swift",
        "Extension/FileManager+.swift",
        "Extension/ReportType+.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "WeakSelfCheckCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WeakSelfCheckCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "WeakSelfCheckCoreTests",
      "path" : "Tests/WeakSelfCheckCoreTests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "sources" : [
        "WeakSelfCheckCoreTests.swift"
      ],
      "target_dependencies" : [
        "WeakSelfCheckCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WeakSelfCheckCore",
      "module_type" : "SwiftTarget",
      "name" : "WeakSelfCheckCore",
      "path" : "Sources/WeakSelfCheckCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "SwiftSyntaxBuilder",
        "SourceReporter"
      ],
      "product_memberships" : [
        "weak-self-check",
        "WeakSelfCheckBuildToolPlugin",
        "WeakSelfCheckCommandPlugin"
      ],
      "sources" : [
        "ClosureWeakSelfChecker.swift",
        "Extension/ClosureCapture+.swift",
        "Extension/FunctionParameterSyntax+.swift",
        "Extension/IndexStoreSymbol+.swift",
        "Extension/MemberAccessExprSyntax+.swift",
        "Extension/String+.swift",
        "Extension/Syntax+.swift",
        "Extension/TypeSyntaxProtocol+.swift",
        "Model/WhiteListElement.swift",
        "SelfAccessDetector.swift",
        "Util/demangle.swift",
        "WeakSelfChecker.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WeakSelfCheckCommandPlugin",
      "module_type" : "PluginTarget",
      "name" : "WeakSelfCheckCommandPlugin",
      "path" : "Plugins/WeakSelfCheckCommandPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Check whether `self` is captured by weak reference in Closure.",
          "type" : "custom",
          "verb" : "weak-self-check"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "WeakSelfCheckCommandPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "weak-self-check"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "WeakSelfCheckBuildToolPlugin",
      "module_type" : "PluginTarget",
      "name" : "WeakSelfCheckBuildToolPlugin",
      "path" : "Plugins/WeakSelfCheckBuildToolPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "WeakSelfCheckBuildToolPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "weak-self-check"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.