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 Periphery, reference 3.3.0 (414ebf), with Swift 6.2 for macOS (SPM) on 14 Dec 2025 02:13:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/peripheryapp/periphery.git
Reference: 3.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/peripheryapp/periphery
 * tag               3.3.0      -> FETCH_HEAD
HEAD is now at 414ebf5 Release 3.3.0
Cloned https://github.com/peripheryapp/periphery.git
Revision (git rev-parse @):
414ebf502213c3e35a2f1784550eb40c48fc71db
SUCCESS checkout https://github.com/peripheryapp/periphery.git at 3.3.0
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kateinoigakukun/swift-indexstore
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/ileitch/swift-filename-matcher
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/kylef/Spectre.git
[1/63] Fetching swift-filename-matcher
[20/386] Fetching swift-filename-matcher, swift-indexstore
[281/1407] Fetching swift-filename-matcher, swift-indexstore, spectre
[445/3561] Fetching swift-filename-matcher, swift-indexstore, spectre, aexml
Fetched https://github.com/ileitch/swift-filename-matcher from cache (0.78s)
[875/3498] Fetching swift-indexstore, spectre, aexml
Fetching https://github.com/tuist/xcodeproj
[1242/14765] Fetching swift-indexstore, spectre, aexml, yams
[2781/31686] Fetching swift-indexstore, spectre, aexml, yams, swift-argument-parser
Fetched https://github.com/tadija/AEXML from cache (1.01s)
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (1.01s)
[1248/29209] Fetching spectre, yams, swift-argument-parser
Fetching https://github.com/apple/swift-system
Fetching https://github.com/kylef/PathKit.git
[12865/102321] Fetching spectre, yams, swift-argument-parser, swift-syntax
[27291/103759] Fetching spectre, yams, swift-argument-parser, swift-syntax, pathkit
Fetched https://github.com/apple/swift-argument-parser from cache (1.67s)
[10781/86838] Fetching spectre, yams, swift-syntax, pathkit
[10782/110635] Fetching spectre, yams, swift-syntax, pathkit, xcodeproj
[11514/115856] Fetching spectre, yams, swift-syntax, pathkit, xcodeproj, swift-system
Fetched https://github.com/apple/swift-system from cache (1.13s)
Fetched https://github.com/kylef/PathKit.git from cache (1.13s)
[31329/109197] Fetching spectre, yams, swift-syntax, xcodeproj
Fetched https://github.com/tuist/xcodeproj from cache (2.10s)
[32029/85400] Fetching spectre, yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (7.41s)
Fetched https://github.com/apple/swift-syntax from cache (7.41s)
Fetched https://github.com/kylef/Spectre.git from cache (7.41s)
Creating working copy for https://github.com/jpsim/Yams
Creating working copy for https://github.com/tuist/xcodeproj
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore
Creating working copy for https://github.com/kylef/Spectre.git
Creating working copy for https://github.com/apple/swift-argument-parser
Creating working copy for https://github.com/ileitch/swift-filename-matcher
Creating working copy for https://github.com/tadija/AEXML
Creating working copy for https://github.com/apple/swift-syntax
Creating working copy for https://github.com/kylef/PathKit.git
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/ileitch/swift-filename-matcher resolved at 2.0.1
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.4.0
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Working copy of https://github.com/tuist/xcodeproj resolved at 9.6.0
Working copy of https://github.com/apple/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.50s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "periphery",
      "name": "Periphery",
      "url": "https://github.com/peripheryapp/periphery.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/periphery",
      "dependencies": [
        {
          "identity": "swift-system",
          "name": "swift-system",
          "url": "https://github.com/apple/swift-system",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
          "dependencies": [
          ]
        },
        {
          "identity": "yams",
          "name": "Yams",
          "url": "https://github.com/jpsim/Yams",
          "version": "6.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
          "dependencies": [
          ]
        },
        {
          "identity": "aexml",
          "name": "AEXML",
          "url": "https://github.com/tadija/AEXML",
          "version": "4.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AEXML",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "1.6.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-indexstore",
          "name": "SwiftIndexStore",
          "url": "https://github.com/kateinoigakukun/swift-indexstore",
          "version": "0.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-indexstore",
          "dependencies": [
            {
              "identity": "swift-argument-parser",
              "name": "swift-argument-parser",
              "url": "https://github.com/apple/swift-argument-parser",
              "version": "1.6.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax",
          "version": "602.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-filename-matcher",
          "name": "swift-filename-matcher",
          "url": "https://github.com/ileitch/swift-filename-matcher",
          "version": "2.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-filename-matcher",
          "dependencies": [
          ]
        },
        {
          "identity": "xcodeproj",
          "name": "XcodeProj",
          "url": "https://github.com/tuist/xcodeproj",
          "version": "9.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcodeproj",
          "dependencies": [
            {
              "identity": "aexml",
              "name": "AEXML",
              "url": "https://github.com/tadija/AEXML",
              "version": "4.7.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AEXML",
              "dependencies": [
              ]
            },
            {
              "identity": "pathkit",
              "name": "PathKit",
              "url": "https://github.com/kylef/PathKit.git",
              "version": "1.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
              "dependencies": [
                {
                  "identity": "spectre",
                  "name": "Spectre",
                  "url": "https://github.com/kylef/Spectre.git",
                  "version": "0.10.1",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/peripheryapp/periphery.git
[1/12764] Fetching periphery
Fetched https://github.com/peripheryapp/periphery.git from cache (1.68s)
Fetching https://github.com/ileitch/swift-filename-matcher from cache
Fetching https://github.com/tadija/AEXML from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/apple/swift-syntax from cache
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/tuist/xcodeproj from cache
Fetching https://github.com/apple/swift-system from cache
Fetched https://github.com/apple/swift-system from cache (0.57s)
Fetching https://github.com/kateinoigakukun/swift-indexstore from cache
Fetched https://github.com/tadija/AEXML from cache (0.72s)
Fetched https://github.com/jpsim/Yams from cache (0.72s)
Fetched https://github.com/tuist/xcodeproj from cache (0.72s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Fetched https://github.com/ileitch/swift-filename-matcher from cache (0.92s)
Fetched https://github.com/apple/swift-syntax from cache (0.92s)
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (0.47s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 602.0.0 (1.69s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore
Computed https://github.com/kateinoigakukun/swift-indexstore at 0.4.0 (0.41s)
Computing version for https://github.com/ileitch/swift-filename-matcher
Computed https://github.com/ileitch/swift-filename-matcher at 2.0.1 (0.51s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (0.39s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 9.6.0 (0.39s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.47s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (0.87s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.49s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.46s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.99s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.41s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 9.6.0
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.4.0
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/ileitch/swift-filename-matcher
Working copy of https://github.com/ileitch/swift-filename-matcher resolved at 2.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/peripheryapp/periphery.git
Working copy of https://github.com/peripheryapp/periphery.git resolved at 3.3.0 (414ebf5)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
Found 8 product dependencies
  - swift-system
  - Yams
  - AEXML
  - swift-argument-parser
  - SwiftIndexStore
  - swift-syntax
  - swift-filename-matcher
  - XcodeProj
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/peripheryapp/periphery.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/44] Write sources
[4/44] Write periphery-entitlement.plist
[4/44] Write sources
[28/44] Write swift-version-49B95AFC49DCD68C.txt
[29/44] Write sources
[30/44] Compiling _CIndexStore dummy.c
[30/44] Compiling CSystem shims.c
[32/50] Compiling writer.c
[33/50] Compiling api.c
[34/50] Compiling parser.c
[35/67] Compiling reader.c
[36/82] Compiling emitter.c
[38/92] Emitting module SwiftSyntax600
[39/92] Compiling SwiftSyntax600 Empty.swift
[40/92] Compiling SwiftSyntax602 Empty.swift
[41/92] Emitting module SwiftSyntax602
[42/92] Compiling SwiftSyntax509 Empty.swift
[43/92] Emitting module SwiftSyntax509
[44/94] Emitting module SwiftSyntax601
[45/94] Compiling SwiftSyntax601 Empty.swift
[45/94] Write sources
[48/94] Compiling SwiftSyntax510 Empty.swift
[49/94] Emitting module SwiftSyntax510
[49/101] Compiling scanner.c
[50/108] Compiling _SwiftSyntaxCShims PlatformMutex.c
[52/192] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/192] Emitting module ArgumentParserToolInfo
[54/238] Compiling ArgumentParser ZshCompletionsGenerator.swift
[55/238] Compiling ArgumentParser Argument.swift
[56/238] Compiling ArgumentParser SequenceExtensions.swift
[57/238] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/238] Compiling ArgumentParser CompletionsGenerator.swift
[59/238] Compiling ArgumentParser FishCompletionsGenerator.swift
[60/241] Compiling ArgumentParser DumpHelpGenerator.swift
[61/241] Compiling ArgumentParser HelpCommand.swift
[62/241] Compiling ArgumentParser HelpGenerator.swift
[63/241] Compiling ArgumentParser ArgumentDiscussion.swift
[64/241] Compiling ArgumentParser ArgumentHelp.swift
[65/241] Compiling ArgumentParser ArgumentVisibility.swift
[66/241] Compiling ArgumentParser CompletionKind.swift
[67/241] Compiling ArgumentParser Errors.swift
[68/241] Compiling ArgumentParser MessageInfo.swift
[69/241] Compiling ArgumentParser UsageGenerator.swift
[70/241] Compiling ArgumentParser CollectionExtensions.swift
[71/241] Compiling ArgumentParser Mutex.swift
[72/241] Emitting module SystemPackage
[73/241] Compiling ArgumentParser StringExtensions.swift
[74/241] Compiling ArgumentParser SwiftExtensions.swift
[75/241] Compiling ArgumentParser Tree.swift
[76/241] Compiling ArgumentParser CodingKeyValidator.swift
[77/241] Compiling ArgumentParser ParserError.swift
[78/241] Compiling ArgumentParser SplitArguments.swift
[79/241] Compiling ArgumentParser Platform.swift
[80/241] Compiling ArgumentParser ParsableCommand.swift
[81/241] Compiling ArgumentParser ArgumentDecoder.swift
[82/241] Compiling SystemPackage Util+StringArray.swift
[83/241] Compiling SystemPackage Util.swift
[84/241] Compiling SystemPackage UtilConsumers.swift
[92/248] Compiling ArgumentParser InputKey.swift
[93/248] Compiling ArgumentParser InputOrigin.swift
[94/248] Compiling ArgumentParser Name.swift
[95/248] Compiling ArgumentParser Parsed.swift
[96/248] Compiling ArgumentParser ParsedValues.swift
[97/252] Emitting module ArgumentParser
[98/252] Compiling ArgumentParser NonsenseFlagsValidator.swift
[99/252] Compiling ArgumentParser ParsableArgumentsValidation.swift
[100/252] Compiling ArgumentParser PositionalArgumentsValidator.swift
[101/252] Compiling ArgumentParser UniqueNamesValidator.swift
[102/252] Compiling SwiftIndexStore IndexStoreOccurrence.swift
[103/252] Compiling SwiftIndexStore IndexStoreSymbol.swift
[104/252] Compiling SwiftIndexStore IndexStoreRelation.swift
[105/252] Compiling SwiftIndexStore IndexStoreUnit.swift
[106/253] Emitting module SwiftIndexStore
[107/253] Compiling SwiftIndexStore LibIndexStore.swift
[108/253] Compiling SwiftIndexStore IndexStoreError.swift
[109/253] Compiling AEXML Options.swift
[110/253] Compiling AEXML Parser.swift
[111/253] Compiling AEXML Error.swift
[112/253] Compiling AEXML Builders.swift
[113/253] Emitting module AEXML
[114/253] Compiling AEXML Element.swift
[115/253] Compiling AEXML Document.swift
[116/253] Emitting module FilenameMatcher
[117/253] Compiling FilenameMatcher FilenameMatcher.swift
[118/253] Compiling FilenameMatcher FilenameMatcherOptions.swift
[119/253] Compiling Logger Logger.swift
[120/253] Emitting module Logger
[121/253] Compiling SwiftIndexStore UnfairLock.swift
[122/253] Compiling SwiftIndexStore OptionSetDisplayable.swift
[123/253] Compiling SwiftIndexStore Process+Extension.swift
[124/253] Compiling SwiftIndexStore SwiftIndexStore.swift
[125/263] Compiling PathKit PathKit.swift
[126/263] Emitting module PathKit
[127/263] Compiling ArgumentParser Flag.swift
[128/263] Compiling ArgumentParser NameSpecification.swift
[129/263] Compiling ArgumentParser Option.swift
[130/263] Compiling ArgumentParser OptionGroup.swift
[131/263] Compiling ArgumentParser AsyncParsableCommand.swift
[132/263] Compiling ArgumentParser CommandConfiguration.swift
[133/263] Compiling ArgumentParser CommandGroup.swift
[134/263] Compiling ArgumentParser EnumerableFlag.swift
[135/263] Compiling ArgumentParser ExpressibleByArgument.swift
[136/263] Compiling ArgumentParser ParsableArguments.swift
[152/358] Compiling Extensions FilenameMatcher+Extension.swift
[153/358] Compiling Extensions String+Version.swift
[154/358] Compiling Extensions Set+Extension.swift
[155/358] Compiling Extensions String+Extension.swift
[156/358] Compiling Extensions Sequence+Extension.swift
[157/358] Compiling XcodeProj NSRecursiveLock+Sync.swift
[158/358] Compiling XcodeProj Path+Extras.swift
[159/358] Compiling XcodeProj String+Utils.swift
[160/358] Compiling XcodeProj String+md5.swift
[161/358] Compiling XcodeProj BuildFileSetting.swift
[162/358] Compiling XcodeProj BuildPhase.swift
[163/358] Compiling XcodeProj XCBuildConfiguration.swift
[164/358] Compiling XcodeProj XCConfigurationList.swift
[165/358] Compiling XcodeProj PBXContainerItem.swift
[166/358] Compiling XcodeProj PBXContainerItemProxy.swift
[167/358] Compiling XcodeProj Errors.swift
[168/358] Compiling XcodeProj AEXML+XcodeFormat.swift
[169/358] Compiling XcodeProj Array+Extras.swift
[170/358] Compiling XcodeProj Bool+Extras.swift
[171/358] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[172/358] Emitting module Extensions
[173/358] Compiling Extensions Collection+Extension.swift
[174/358] Compiling Extensions Array+Extension.swift
[175/358] Compiling Extensions FilePath+Glob.swift
[176/358] Compiling Extensions FilePath+Extension.swift
[177/369] Compiling Shared Benchmark.swift
[178/369] Compiling Shared Constants.swift
[192/369] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[193/369] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[194/371] Emitting module Yams
[195/371] Compiling XcodeProj PBXFileElement.swift
[196/371] Compiling XcodeProj PBXFileReference.swift
[197/371] Compiling Shared SwiftVersionParser.swift
[198/371] Compiling Shared SwiftVersion.swift
[199/372] Compiling Shared SetupGuide.swift
[200/372] Compiling Shared PropertyTypeSanitizer.swift
[201/372] Compiling Shared ProjectKind.swift
[202/372] Compiling Shared PeripheryError.swift
[203/372] Compiling Shared JobPool.swift
[206/372] Emitting module Shared
[207/372] Compiling Shared Shell.swift
[208/372] Compiling Shared UnfairLock.swift
[209/372] Compiling Yams YamlError.swift
[210/372] Compiling Yams YamlTagProviding.swift
[211/375] Compiling Configuration Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Configuration/Configuration.swift:329:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'NodeRepresentable'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
327 | }
328 |
329 | extension FilePath: Yams.ScalarRepresentable {
    | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'NodeRepresentable'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
330 |     public func represented() -> Node.Scalar {
331 |         string.represented()
[212/375] Compiling Configuration OutputFormat.swift
[213/375] Emitting module Configuration
/Users/admin/builder/spi-builder-workspace/Sources/Configuration/Configuration.swift:329:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'NodeRepresentable'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
327 | }
328 |
329 | extension FilePath: Yams.ScalarRepresentable {
    | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'NodeRepresentable'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
330 |     public func represented() -> Node.Scalar {
331 |         string.represented()
[214/375] Emitting module SwiftSyntax
[215/375] Compiling XcodeProj Decoders.swift
[216/375] Compiling XcodeProj JSONDecoding.swift
[217/375] Compiling XcodeProj PBXBatchUpdater.swift
[218/375] Compiling XcodeProj XCScheme+LaunchAction.swift
[219/375] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[220/375] Compiling XcodeProj XCScheme+PathRunnable.swift
[221/375] Compiling XcodeProj XCScheme+ProfileAction.swift
[222/375] Compiling XcodeProj XCScheme+TestParallelization.swift
[223/375] Compiling XcodeProj XCScheme+TestPlanReference.swift
[224/375] Compiling XcodeProj XCScheme+TestableReference.swift
[225/375] Compiling XcodeProj XCScheme.swift
[226/375] Compiling XcodeProj XCSchemeManagement.swift
[227/375] Compiling XcodeProj BuildSettingsProvider.swift
[228/375] Compiling XcodeProj CommentedString.swift
[229/375] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[230/375] Compiling XcodeProj XCScheme+Runnable.swift
[231/375] Compiling XcodeProj XCScheme+SerialAction.swift
[232/375] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[233/375] Compiling XcodeProj XCScheme+TestAction.swift
[234/375] Compiling XcodeProj XCScheme+TestItem.swift
[235/375] Compiling XcodeProj PBXSourceTree.swift
[236/375] Compiling XcodeProj PBXBuildFile.swift
[237/375] Compiling XcodeProj PBXBuildPhase.swift
[238/375] Compiling XcodeProj PBXBuildRule.swift
[239/375] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[240/375] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[241/375] Compiling XcodeProj PBXHeadersBuildPhase.swift
[242/375] Compiling XcodeProj PBXResourcesBuildPhase.swift
[243/375] Compiling XcodeProj PBXRezBuildPhase.swift
[244/375] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[245/375] Compiling XcodeProj PBXSourcesBuildPhase.swift
[246/375] Compiling XcodeProj BuildSettings.swift
[247/375] Compiling XcodeProj Writable.swift
[248/375] Compiling XcodeProj XCScheme+AditionalOption.swift
[249/375] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[250/375] Compiling XcodeProj XCScheme+ArchiveAction.swift
[251/375] Compiling XcodeProj XCScheme+BuildAction.swift
[252/375] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[253/375] Compiling XcodeProj XCScheme+BuildableReference.swift
[254/375] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[255/375] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[256/375] Compiling XcodeProj XCScheme+ExecutionAction.swift
[257/385] Emitting module XcodeProj
[269/385] Compiling XcodeProj PlistDecoding.swift
[270/385] Compiling XcodeProj PlistValue.swift
[271/385] Compiling XcodeProj ReferenceGenerator.swift
[272/385] Compiling XcodeProj XCConfig.swift
[273/385] Compiling XcodeProj XCWorkspace.swift
[274/385] Compiling XcodeProj XCWorkspaceData.swift
[275/385] Compiling XcodeProj XCWorkspaceDataElement.swift
[276/385] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[277/385] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[278/385] Compiling XcodeProj XCWorkspaceDataGroup.swift
[280/385] Compiling XcodeProj PBXVariantGroup.swift
[281/385] Compiling XcodeProj XCVersionGroup.swift
[282/385] Compiling XcodeProj PBXObject.swift
[283/385] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[284/385] Compiling XcodeProj PBXObjectReference.swift
[285/385] Compiling XcodeProj PBXObjects.swift
[286/385] Compiling XcodeProj PBXOutputSettings.swift
[287/385] Compiling XcodeProj PBXProj.swift
[288/385] Compiling XcodeProj PBXProjEncoder.swift
[289/385] Compiling XcodeProj PBXProject.swift
[310/385] Compiling XcodeProj PBXGroup.swift
[311/385] Compiling XcodeProj ProjectAttribute.swift
[312/385] Compiling XcodeProj Equality.generated.swift
[313/385] Compiling XcodeProj Sourcery.swift
[314/385] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[315/385] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[316/385] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[317/385] Compiling XcodeProj PBXAggregateTarget.swift
[318/385] Compiling XcodeProj PBXLegacyTarget.swift
[319/385] Compiling XcodeProj PBXNativeTarget.swift
[320/385] Compiling XcodeProj PBXProductType.swift
[321/385] Compiling XcodeProj PBXReferenceProxy.swift
[322/385] Compiling XcodeProj PBXTarget.swift
[323/385] Compiling XcodeProj PBXTargetDependency.swift
[324/385] Compiling XcodeProj WorkspaceSettings.swift
[325/385] Compiling XcodeProj XCBreakpointList.swift
[326/385] Compiling XcodeProj XCDebugger.swift
[327/385] Compiling XcodeProj XCSharedData.swift
[328/385] Compiling XcodeProj XCUserData.swift
[329/385] Compiling XcodeProj Xcode.swift
[330/385] Compiling XcodeProj XcodeProj.swift
[383/471] Compiling SourceGraph RedundantExplicitPublicAccessibilityMarker.swift
[384/471] Compiling SourceGraph RedundantProtocolMarker.swift
[385/471] Compiling SourceGraph ResultBuilderRetainer.swift
[386/471] Compiling SourceGraph StringInterpolationAppendInterpolationRetainer.swift
[387/475] Compiling SourceGraph ExtensionReferenceBuilder.swift
[388/475] Compiling SourceGraph ExternalOverrideRetainer.swift
[389/475] Compiling SourceGraph ExternalTypeProtocolConformanceReferenceRemover.swift
[390/475] Compiling SourceGraph GenericClassAndStructConstructorReferenceBuilder.swift
[391/475] Compiling SourceGraph InterfaceBuilderPropertyRetainer.swift
[392/475] Compiling SourceGraph ObjCAccessibleRetainer.swift
[393/475] Compiling SourceGraph PropertyWrapperRetainer.swift
[394/475] Compiling SourceGraph ProtocolConformanceReferenceBuilder.swift
[395/475] Compiling SourceGraph ProtocolExtensionReferenceBuilder.swift
[396/475] Compiling SourceGraph PubliclyAccessibleRetainer.swift
[401/475] Compiling SourceGraph Location.swift
[402/475] Compiling SourceGraph ProjectFileKind.swift
[403/475] Compiling SourceGraph Reference.swift
[404/475] Compiling SourceGraph SourceFile.swift
[405/475] Compiling SourceGraph AccessibilityCascader.swift
[406/475] Compiling SourceGraph Accessibility.swift
[407/475] Compiling SourceGraph AssetReference.swift
[408/475] Compiling SourceGraph CommentCommand.swift
[409/475] Compiling SourceGraph Declaration.swift
[410/475] Compiling SourceGraph ImportStatement.swift
[411/479] Compiling SourceGraph StructImplicitInitializerReferenceBuilder.swift
[412/479] Compiling SourceGraph SwiftTestingRetainer.swift
[413/479] Compiling SourceGraph SwiftUIRetainer.swift
[414/479] Compiling SourceGraph UnusedImportMarker.swift
[415/479] Compiling SourceGraph AncestralReferenceEliminator.swift
[416/479] Compiling SourceGraph AssetReferenceRetainer.swift
[417/479] Compiling SourceGraph AssignOnlyPropertyReferenceEliminator.swift
[418/479] Compiling SourceGraph CodablePropertyRetainer.swift
[419/479] Compiling SourceGraph CodingKeyEnumReferenceBuilder.swift
[420/479] Compiling SourceGraph ComplexPropertyAccessorReferenceBuilder.swift
[421/479] Compiling SourceGraph DefaultConstructorReferenceBuilder.swift
[422/479] Compiling SourceGraph DynamicMemberRetainer.swift
[423/479] Compiling SourceGraph EntryPointAttributeRetainer.swift
[424/479] Compiling SwiftParser RegexLiteralLexer.swift
[425/479] Compiling SourceGraph UnusedParameterRetainer.swift
[426/479] Compiling SourceGraph UsedDeclarationMarker.swift
[427/479] Compiling SourceGraph XCTestRetainer.swift
[428/479] Compiling SourceGraph SourceGraph.swift
[429/479] Compiling SourceGraph SourceGraphDebugger.swift
[430/479] Compiling SourceGraph SourceGraphMutator.swift
[431/479] Compiling SourceGraph SourceGraphMutatorRunner.swift
[432/479] Compiling SourceGraph SynchronizedSourceGraph.swift
[433/479] Emitting module SourceGraph
[443/479] Emitting module SwiftParser
[477/488] Compiling SyntaxAnalysis CommentCommand.swift
[478/488] Compiling SyntaxAnalysis ImportSyntaxVisitor.swift
[479/488] Compiling SyntaxAnalysis MultiplexingSyntaxVisitor.swift
[480/488] Compiling SyntaxAnalysis TypeSyntaxInspector.swift
[481/488] Compiling SyntaxAnalysis DeclarationSyntaxVisitor.swift
[482/488] Compiling SyntaxAnalysis SourceLocationBuilder.swift
[483/488] Compiling SyntaxAnalysis UnusedParameterParser.swift
[484/488] Emitting module SyntaxAnalysis
[485/488] Compiling SyntaxAnalysis UnusedParameterAnalyzer.swift
[486/501] Compiling Indexer XCMappingModelIndexer.swift
[487/501] Compiling Indexer XCMappingModelParser.swift
[488/501] Compiling Indexer XibIndexer.swift
[489/502] Compiling Indexer XCDataModelIndexer.swift
[490/502] Compiling Indexer XCDataModelParser.swift
[491/502] Compiling Indexer XibParser.swift
[492/502] Compiling Indexer InfoPlistParser.swift
[493/502] Compiling Indexer SourceFileCollector.swift
[494/502] Compiling Indexer IndexPipeline.swift
[495/502] Compiling Indexer IndexPlan.swift
[496/502] Compiling Indexer Indexer.swift
[497/502] Compiling Indexer InfoPlistIndexer.swift
[498/502] Emitting module Indexer
[499/502] Compiling Indexer SwiftIndexer.swift
[500/515] Compiling PeripheryKit ScanResult.swift
[501/515] Compiling PeripheryKit XcodeFormatter.swift
[502/516] Compiling PeripheryKit OutputDeclarationFilter.swift
[503/516] Compiling PeripheryKit JsonFormatter.swift
[504/516] Compiling PeripheryKit OutputFormatter.swift
[505/516] Compiling PeripheryKit GitHubActionsFormatter.swift
[506/516] Compiling PeripheryKit GitHubMarkdownFormatter.swift
[507/516] Compiling PeripheryKit GitLabCodeQualityFormatter.swift
[508/516] Compiling PeripheryKit Baseline.swift
[509/516] Compiling PeripheryKit CheckstyleFormatter.swift
[510/516] Emitting module PeripheryKit
[511/516] Compiling PeripheryKit CodeClimateFormatter.swift
[512/516] Compiling PeripheryKit CsvFormatter.swift
[513/516] Compiling PeripheryKit ScanResultBuilder.swift
[514/523] Emitting module XcodeSupport
[515/523] Compiling XcodeSupport Xcodebuild.swift
[516/523] Compiling XcodeSupport XcodeProject.swift
[517/523] Compiling XcodeSupport XcodeTarget.swift
[518/523] Compiling XcodeSupport XcodeWorkspace.swift
[519/523] Compiling XcodeSupport XcodeProjectlike.swift
[520/523] Compiling XcodeSupport XcodeProjectSetupGuide.swift
[521/530] Compiling ProjectDrivers SPMProjectDriver.swift
[522/530] Compiling ProjectDrivers XcodeProjectDriver.swift
[523/530] Compiling ProjectDrivers GenericProjectDriver.swift
[524/530] Compiling ProjectDrivers ProjectDriver.swift
[525/530] Emitting module ProjectDrivers
[526/530] Compiling ProjectDrivers BazelProjectDriver.swift
[527/530] Compiling ProjectDrivers SPM.swift
[528/553] Compiling Frontend Version.swift
[529/554] Compiling Frontend Scan.swift
[530/554] Compiling Frontend Logger+Extension.swift
[531/554] Compiling Frontend Project.swift
[532/554] Compiling Frontend UpdateChecker.swift
[533/554] Compiling Frontend SPMProjectSetupGuide.swift
[534/554] Compiling Frontend CommonSetupGuide.swift
[535/554] Compiling Frontend GuidedSetup.swift
[536/554] Compiling Frontend main.swift
[537/554] Compiling Frontend ClearCacheCommand.swift
[538/554] Compiling Frontend FrontendCommand.swift
[539/554] Emitting module Frontend
/Users/admin/builder/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:302:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
300 | extension OutputFormat: ExpressibleByArgument {}
301 |
302 | extension FilePath: ArgumentParser.ExpressibleByArgument {
    | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
303 |     public init?(argument: String) {
304 |         self.init(argument)
[540/554] Compiling Frontend BazelProjectSetupGuide.swift
[541/554] Compiling Frontend CheckUpdateCommand.swift
[542/554] Compiling Frontend ScanCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:302:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
300 | extension OutputFormat: ExpressibleByArgument {}
301 |
302 | extension FilePath: ArgumentParser.ExpressibleByArgument {
    | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
303 |     public init?(argument: String) {
304 |         self.init(argument)
[543/554] Compiling Frontend VersionCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/Frontend/Commands/ScanCommand.swift:302:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
300 | extension OutputFormat: ExpressibleByArgument {}
301 |
302 | extension FilePath: ArgumentParser.ExpressibleByArgument {
    | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol '_SendableMetatype'; this will not behave correctly if the owners of 'SystemPackage' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
303 |     public init?(argument: String) {
304 |         self.init(argument)
[543/554] Write Objects.LinkFileList
[544/554] Linking periphery
[545/554] Applying periphery
[547/554] Compiling TestShared XCTestCase+Extensions.swift
[548/554] Compiling TestShared Helper.swift
[549/554] Compiling TestShared DeclarationDescription.swift
[550/554] Emitting module TestShared
[551/554] Compiling TestShared DeclarationScope.swift
[552/554] Compiling TestShared SourceGraphTestCase.swift
[553/554] Compiling TestShared FixtureSourceGraphTestCase.swift
[554/554] Compiling TestShared SPMSourceGraphTestCase.swift
Build complete! (35.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-filename-matcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ileitch/swift-filename-matcher"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/xcodeproj"
    }
  ],
  "manifest_display_name" : "Periphery",
  "name" : "Periphery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "periphery",
      "targets" : [
        "Frontend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PeripheryKit",
      "targets" : [
        "PeripheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "XcodeTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeTests",
      "path" : "Tests/XcodeTests",
      "sources" : [
        "Helper.swift",
        "ShellMock.swift",
        "SwiftUIProjectTest.swift",
        "UIKitProjectTest.swift",
        "XcodeSourceGraphTestCase.swift",
        "XcodeTargetTest.swift",
        "XcodebuildBuildProjectTest.swift",
        "XcodebuildListOutputs.swift",
        "XcodebuildSchemesTest.swift"
      ],
      "target_dependencies" : [
        "ProjectDrivers",
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeSupport",
      "module_type" : "SwiftTarget",
      "name" : "XcodeSupport",
      "path" : "Sources/XcodeSupport",
      "product_dependencies" : [
        "XcodeProj"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "XcodeProject.swift",
        "XcodeProjectSetupGuide.swift",
        "XcodeProjectlike.swift",
        "XcodeTarget.swift",
        "XcodeWorkspace.swift",
        "Xcodebuild.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "PeripheryKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Tests/Shared",
      "sources" : [
        "DeclarationDescription.swift",
        "DeclarationScope.swift",
        "FixtureSourceGraphTestCase.swift",
        "Helper.swift",
        "SPMSourceGraphTestCase.swift",
        "SourceGraphTestCase.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "PeripheryKit",
        "ProjectDrivers",
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyntaxAnalysis",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxAnalysis",
      "path" : "Sources/SyntaxAnalysis",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "CommentCommand.swift",
        "DeclarationSyntaxVisitor.swift",
        "ImportSyntaxVisitor.swift",
        "MultiplexingSyntaxVisitor.swift",
        "SourceLocationBuilder.swift",
        "TypeSyntaxInspector.swift",
        "UnusedParameterAnalyzer.swift",
        "UnusedParameterParser.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceGraph",
      "module_type" : "SwiftTarget",
      "name" : "SourceGraph",
      "path" : "Sources/SourceGraph",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Elements/Accessibility.swift",
        "Elements/AssetReference.swift",
        "Elements/CommentCommand.swift",
        "Elements/Declaration.swift",
        "Elements/ImportStatement.swift",
        "Elements/Location.swift",
        "Elements/ProjectFileKind.swift",
        "Elements/Reference.swift",
        "Elements/SourceFile.swift",
        "Mutators/AccessibilityCascader.swift",
        "Mutators/AncestralReferenceEliminator.swift",
        "Mutators/AssetReferenceRetainer.swift",
        "Mutators/AssignOnlyPropertyReferenceEliminator.swift",
        "Mutators/CodablePropertyRetainer.swift",
        "Mutators/CodingKeyEnumReferenceBuilder.swift",
        "Mutators/ComplexPropertyAccessorReferenceBuilder.swift",
        "Mutators/DefaultConstructorReferenceBuilder.swift",
        "Mutators/DynamicMemberRetainer.swift",
        "Mutators/EntryPointAttributeRetainer.swift",
        "Mutators/EnumCaseReferenceBuilder.swift",
        "Mutators/ExtensionReferenceBuilder.swift",
        "Mutators/ExternalOverrideRetainer.swift",
        "Mutators/ExternalTypeProtocolConformanceReferenceRemover.swift",
        "Mutators/GenericClassAndStructConstructorReferenceBuilder.swift",
        "Mutators/InterfaceBuilderPropertyRetainer.swift",
        "Mutators/ObjCAccessibleRetainer.swift",
        "Mutators/PropertyWrapperRetainer.swift",
        "Mutators/ProtocolConformanceReferenceBuilder.swift",
        "Mutators/ProtocolExtensionReferenceBuilder.swift",
        "Mutators/PubliclyAccessibleRetainer.swift",
        "Mutators/RedundantExplicitPublicAccessibilityMarker.swift",
        "Mutators/RedundantProtocolMarker.swift",
        "Mutators/ResultBuilderRetainer.swift",
        "Mutators/StringInterpolationAppendInterpolationRetainer.swift",
        "Mutators/StructImplicitInitializerReferenceBuilder.swift",
        "Mutators/SwiftTestingRetainer.swift",
        "Mutators/SwiftUIRetainer.swift",
        "Mutators/UnusedImportMarker.swift",
        "Mutators/UnusedParameterRetainer.swift",
        "Mutators/UsedDeclarationMarker.swift",
        "Mutators/XCTestRetainer.swift",
        "SourceGraph.swift",
        "SourceGraphDebugger.swift",
        "SourceGraphMutator.swift",
        "SourceGraphMutatorRunner.swift",
        "SynchronizedSourceGraph.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shared",
      "module_type" : "SwiftTarget",
      "name" : "Shared",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Benchmark.swift",
        "Constants.swift",
        "JobPool.swift",
        "PeripheryError.swift",
        "ProjectKind.swift",
        "PropertyTypeSanitizer.swift",
        "SetupGuide.swift",
        "Shell.swift",
        "SwiftVersion.swift",
        "SwiftVersionParser.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMTests",
      "path" : "Tests/SPMTests",
      "sources" : [
        "Helper.swift",
        "SPMProjectTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectDrivers",
      "module_type" : "SwiftTarget",
      "name" : "ProjectDrivers",
      "path" : "Sources/ProjectDrivers",
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectDriver.swift",
        "GenericProjectDriver.swift",
        "ProjectDriver.swift",
        "SPM.swift",
        "SPMProjectDriver.swift",
        "XcodeProjectDriver.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer",
        "XcodeSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeripheryTests",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryTests",
      "path" : "Tests/PeripheryTests",
      "sources" : [
        "CrossModuleRetentionTest.swift",
        "Extensions/FilePathGlobTest.swift",
        "Extensions/FilePathTest.swift",
        "Extensions/FilenameMatcherTests.swift",
        "Extensions/String+VersionTest.swift",
        "ObjcAccessibleRetentionTest.swift",
        "ObjcAnnotatedRetentionTest.swift",
        "RetentionTest.swift",
        "SwiftVersionParserTest.swift",
        "Syntax/FunctionVisitTest.swift",
        "Syntax/ImportVisitTest.swift",
        "Syntax/PropertyVisitTest.swift",
        "Syntax/TypeSyntaxInspectorTest.swift",
        "Syntax/UnusedParameterTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeripheryKit",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryKit",
      "path" : "Sources/PeripheryKit",
      "product_dependencies" : [
        "SystemPackage",
        "AEXML",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Results/Baseline.swift",
        "Results/CheckstyleFormatter.swift",
        "Results/CodeClimateFormatter.swift",
        "Results/CsvFormatter.swift",
        "Results/GitHubActionsFormatter.swift",
        "Results/GitHubMarkdownFormatter.swift",
        "Results/GitLabCodeQualityFormatter.swift",
        "Results/JsonFormatter.swift",
        "Results/OutputDeclarationFilter.swift",
        "Results/OutputFormatter.swift",
        "Results/XcodeFormatter.swift",
        "ScanResult.swift",
        "ScanResultBuilder.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Logger",
      "module_type" : "SwiftTarget",
      "name" : "Logger",
      "path" : "Sources/Logger",
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Indexer",
      "module_type" : "SwiftTarget",
      "name" : "Indexer",
      "path" : "Sources/Indexer",
      "product_dependencies" : [
        "SwiftIndexStore",
        "AEXML"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "IndexPipeline.swift",
        "IndexPlan.swift",
        "Indexer.swift",
        "InfoPlistIndexer.swift",
        "InfoPlistParser.swift",
        "SourceFileCollector.swift",
        "SwiftIndexer.swift",
        "XCDataModelIndexer.swift",
        "XCDataModelParser.swift",
        "XCMappingModelIndexer.swift",
        "XCMappingModelParser.swift",
        "XibIndexer.swift",
        "XibParser.swift"
      ],
      "target_dependencies" : [
        "SyntaxAnalysis",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Frontend",
      "module_type" : "SwiftTarget",
      "name" : "Frontend",
      "path" : "Sources/Frontend",
      "product_dependencies" : [
        "ArgumentParser",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectSetupGuide.swift",
        "Commands/CheckUpdateCommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/FrontendCommand.swift",
        "Commands/ScanCommand.swift",
        "Commands/VersionCommand.swift",
        "CommonSetupGuide.swift",
        "GuidedSetup.swift",
        "Logger+Extension.swift",
        "Project.swift",
        "SPMProjectSetupGuide.swift",
        "Scan.swift",
        "UpdateChecker.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Shared",
        "Configuration",
        "SourceGraph",
        "PeripheryKit",
        "ProjectDrivers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Collection+Extension.swift",
        "FilePath+Extension.swift",
        "FilePath+Glob.swift",
        "FilenameMatcher+Extension.swift",
        "Sequence+Extension.swift",
        "Set+Extension.swift",
        "String+Extension.swift",
        "String+Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "Yams",
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Configuration.swift",
        "OutputFormat.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Shared",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityTests",
      "path" : "Tests/AccessibilityTests",
      "sources" : [
        "Helper.swift",
        "RedundantPublicAccessibilityTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit",
        "Configuration"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Done.