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 XcodeSelectiveTesting, reference 0.14.3 (4c2a4d), with Swift 6.1 for macOS (SPM) on 17 Nov 2025 22:24:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: 0.14.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikeger/XcodeSelectiveTesting
 * tag               0.14.3     -> FETCH_HEAD
HEAD is now at 4c2a4d0 Prune targets not connected to workspace (#84)
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
4c2a4d09e427a9eb9fce9c9e4c539d68c7b4826c
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.14.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
https://github.com/mikeger/XcodeSelectiveTesting.git
{
  "dependencies" : [
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "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" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "XcodeSelectiveTesting",
  "name" : "XcodeSelectiveTesting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "xcode-selective-test",
      "targets" : [
        "xcode-selective-test"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XcodeSelectiveTest",
      "targets" : [
        "SelectiveTestingPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "XcodeSelectiveTestCore",
      "targets" : [
        "SelectiveTestingCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcode_selective_test",
      "module_type" : "SwiftTarget",
      "name" : "xcode-selective-test",
      "path" : "Sources/xcode-selective-test",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "SelectiveTesting.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestingCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Workspace",
      "module_type" : "SwiftTarget",
      "name" : "Workspace",
      "path" : "Sources/Workspace",
      "product_dependencies" : [
        "XcodeProj",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "DependencyGraph.swift",
        "Sequence+Extensions.swift",
        "Target.swift",
        "WorkspaceInfo.swift",
        "XCWorkspace+Projects.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestConfigurator",
      "module_type" : "SwiftTarget",
      "name" : "TestConfigurator",
      "path" : "Sources/TestConfigurator",
      "product_dependencies" : [
        "PathKit",
        "Logging",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "TestConfigurator.swift",
        "xctestplanner/Core/Entity/TestPlanModel.swift",
        "xctestplanner/Core/Helper/TestPlanHelper.swift"
      ],
      "target_dependencies" : [
        "Workspace"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestingTests",
      "path" : "Tests/SelectiveTestingTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SelectiveTestingTests/ExampleProject",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IntegrationTestTool.swift",
        "SelectiveTestingConfigTests.swift",
        "SelectiveTestingPackagesTests.swift",
        "SelectiveTestingPerformanceTests.swift",
        "SelectiveTestingProjectTests.swift",
        "SelectiveTestingWorkspaceTests.swift",
        "TestPlanCodableTests.swift",
        "TestPlanModelTests.swift"
      ],
      "target_dependencies" : [
        "xcode-selective-test",
        "Workspace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SelectiveTestingPlugin",
      "module_type" : "PluginTarget",
      "name" : "SelectiveTestingPlugin",
      "path" : "Plugins/SelectiveTestingPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Configure test plan for current changeset",
          "type" : "custom",
          "verb" : "xcode-selective-test"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update test plan file",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "SelectiveTestingPlugin.swift"
      ],
      "target_dependencies" : [
        "xcode-selective-test"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SelectiveTestingCore",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestingCore",
      "path" : "Sources/SelectiveTestingCore",
      "product_dependencies" : [
        "PathKit",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Config.swift",
        "DependencyGraph+Visualization.swift",
        "SelectiveTestingTool.swift"
      ],
      "target_dependencies" : [
        "DependencyCalculator",
        "TestConfigurator",
        "Git"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestShell",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestShell",
      "path" : "Sources/SelectiveTestShell",
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Shell.swift",
        "String+Error.swift",
        "String+Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Git",
      "module_type" : "SwiftTarget",
      "name" : "Git",
      "path" : "Sources/Git",
      "product_dependencies" : [
        "PathKit",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Git+Changeset.swift",
        "Git.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestShell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyCalculatorTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyCalculatorTests",
      "path" : "Tests/DependencyCalculatorTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/DependencyCalculatorTests/ExamplePackages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DependencyCalculatorTests.swift",
        "PackageMetadataTests.swift"
      ],
      "target_dependencies" : [
        "DependencyCalculator",
        "Workspace",
        "SelectiveTestingCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependencyCalculator",
      "module_type" : "SwiftTarget",
      "name" : "DependencyCalculator",
      "path" : "Sources/DependencyCalculator",
      "product_dependencies" : [
        "PathKit",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "ConcurrentMap.swift",
        "DependencyCalculator.swift",
        "DependencyGraph.swift",
        "PackageMetadata.swift"
      ],
      "target_dependencies" : [
        "Workspace",
        "Git"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/52] Write sources
[12/52] Write xcode-selective-test-tool-entitlement.plist
[13/52] Write sources
[16/52] Write xcode-selective-test-entitlement.plist
[17/52] Write sources
[27/52] Write swift-version-2F0A5646E1D333AE.txt
[28/52] Compiling writer.c
[28/52] Compiling reader.c
[31/52] Compiling api.c
[32/52] Compiling scanner.c
[34/52] Compiling parser.c
[35/62] Compiling writer.c
[36/62] Compiling emitter.c
[36/62] Write sources
[43/69] Compiling emitter.c
[44/74] Compiling parser.c
[45/74] Compiling api.c
[47/105] Emitting module ArgumentParserToolInfo
[49/105] Compiling ArgumentParserToolInfo ToolInfo.swift
[51/171] Compiling Logging MetadataProvider.swift
[52/171] Compiling Logging LogHandler.swift
[53/171] Compiling Logging Locks.swift
[54/171] Emitting module Logging
[55/171] Compiling Logging Logging.swift
[56/171] Compiling Logging LogHandler.swift
[57/171] Compiling Logging Locks.swift
[58/171] Emitting module Logging
[59/171] Compiling Logging Logging.swift
[60/171] Compiling Logging MetadataProvider.swift
[61/224] Compiling ArgumentParser ArgumentDiscussion.swift
[62/224] Compiling ArgumentParser ArgumentHelp.swift
[63/224] Compiling ArgumentParser ArgumentVisibility.swift
[64/224] Compiling ArgumentParser CompletionKind.swift
[65/224] Compiling ArgumentParser Errors.swift
[66/228] Emitting module ArgumentParser
[67/228] Compiling ArgumentParser CommandConfiguration.swift
[68/228] Compiling ArgumentParser CommandGroup.swift
[69/228] Compiling ArgumentParser EnumerableFlag.swift
[70/228] Compiling ArgumentParser ExpressibleByArgument.swift
[71/228] Compiling ArgumentParser ParsableArguments.swift
[72/228] Compiling ArgumentParser InputKey.swift
[73/228] Compiling ArgumentParser InputOrigin.swift
[74/228] Compiling ArgumentParser Name.swift
[75/228] Compiling ArgumentParser Parsed.swift
[76/228] Compiling ArgumentParser ParsedValues.swift
[77/228] Compiling ArgumentParser SequenceExtensions.swift
[78/228] Compiling ArgumentParser StringExtensions.swift
[79/228] Compiling ArgumentParser SwiftExtensions.swift
[80/228] Compiling ArgumentParser Tree.swift
[81/228] Compiling ArgumentParser CodingKeyValidator.swift
[82/232] Emitting module ArgumentParser
[83/232] Emitting module Yams
[85/236] Compiling ArgumentParser NonsenseFlagsValidator.swift
[86/236] Compiling ArgumentParser ParsableArgumentsValidation.swift
[87/236] Compiling ArgumentParser PositionalArgumentsValidator.swift
[88/236] Compiling ArgumentParser UniqueNamesValidator.swift
[93/236] Compiling ArgumentParser Flag.swift
[94/236] Compiling ArgumentParser NameSpecification.swift
[95/236] Compiling ArgumentParser Option.swift
[96/236] Compiling ArgumentParser OptionGroup.swift
[97/236] Compiling ArgumentParser AsyncParsableCommand.swift
[98/236] Compiling Yams YamlTagProviding.swift
[99/236] Compiling ArgumentParser CompletionsGenerator.swift
[100/236] Compiling ArgumentParser FishCompletionsGenerator.swift
[101/236] Compiling ArgumentParser ZshCompletionsGenerator.swift
[102/236] Compiling ArgumentParser Argument.swift
[108/236] Compiling SelectiveTestShell String+Shell.swift
[109/236] Compiling SelectiveTestShell String+Error.swift
[110/236] Emitting module SelectiveTestShell
[111/236] Compiling SelectiveTestShell Shell.swift
[112/236] Compiling AEXML Parser.swift
[113/236] Emitting module SelectiveTestShell
[114/236] Compiling AEXML Parser.swift
[115/236] Compiling AEXML Options.swift
[116/236] Compiling AEXML Element.swift
[117/236] Compiling AEXML Error.swift
[118/236] Compiling AEXML Builders.swift
[119/236] Emitting module AEXML
[120/236] Emitting module PathKit
[121/236] Compiling PathKit PathKit.swift
[122/236] Compiling AEXML Document.swift
[123/236] Compiling AEXML Error.swift
[124/236] Compiling AEXML Element.swift
[125/236] Emitting module AEXML
[126/236] Compiling AEXML Options.swift
[127/236] Compiling AEXML Builders.swift
[128/236] Compiling AEXML Document.swift
[129/236] Compiling Yams YamlError.swift
[131/236] Compiling SelectiveTestShell String+Error.swift
[132/236] Compiling SelectiveTestShell Shell.swift
[133/236] Compiling SelectiveTestShell String+Shell.swift
[134/236] Compiling PathKit PathKit.swift
[135/236] Emitting module PathKit
[141/236] Compiling ArgumentParser MessageInfo.swift
[142/236] Compiling ArgumentParser UsageGenerator.swift
[143/236] Compiling ArgumentParser CollectionExtensions.swift
[144/236] Compiling ArgumentParser Mutex.swift
[153/236] Compiling ArgumentParser ParsableCommand.swift
[154/236] Compiling ArgumentParser ArgumentDecoder.swift
[155/236] Compiling ArgumentParser ArgumentDefinition.swift
[156/236] Compiling ArgumentParser ArgumentSet.swift
[157/236] Compiling ArgumentParser CommandParser.swift
[163/236] Compiling ArgumentParser ParserError.swift
[164/236] Compiling ArgumentParser SplitArguments.swift
[165/236] Compiling ArgumentParser DumpHelpGenerator.swift
[166/236] Compiling ArgumentParser HelpCommand.swift
[167/236] Compiling ArgumentParser HelpGenerator.swift
[168/432] Compiling Git Git+Changeset.swift
[169/432] Emitting module Git
[170/432] Compiling Git Git.swift
[171/432] Compiling Git Git+Changeset.swift
[172/432] Emitting module Git
[173/432] Compiling Git Git.swift
[174/432] Compiling XcodeProj XCBreakpointList.swift
[175/432] Compiling XcodeProj XCDebugger.swift
[176/432] Compiling XcodeProj XCSharedData.swift
[177/432] Compiling XcodeProj XCUserData.swift
[178/432] Compiling XcodeProj Xcode.swift
[179/432] Compiling XcodeProj XCScheme+ExecutionAction.swift
[180/432] Compiling XcodeProj PBXReferenceProxy.swift
[181/432] Compiling XcodeProj PBXTarget.swift
[182/432] Compiling XcodeProj PBXTargetDependency.swift
[183/432] Compiling XcodeProj WorkspaceSettings.swift
[184/432] Compiling XcodeProj XcodeProj.swift
[185/432] Compiling XcodeProj PBXBuildFile.swift
[186/432] Compiling XcodeProj PBXBuildPhase.swift
[187/432] Compiling XcodeProj PBXBuildRule.swift
[188/432] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[189/432] Compiling XcodeProj BuildPhase.swift
[190/432] Compiling XcodeProj XCScheme+LaunchAction.swift
[191/432] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[192/432] Compiling XcodeProj XCScheme+PathRunnable.swift
[193/432] Compiling XcodeProj XCScheme+ProfileAction.swift
[194/432] Compiling XcodeProj NSRecursiveLock+Sync.swift
[195/432] Compiling XcodeProj Path+Extras.swift
[196/432] Compiling XcodeProj String+Utils.swift
[197/432] Compiling XcodeProj String+md5.swift
[198/432] Compiling XcodeProj BuildFileSetting.swift
[199/432] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[200/432] Compiling XcodeProj XCScheme+Runnable.swift
[201/432] Compiling XcodeProj XCScheme+SerialAction.swift
[202/432] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[207/432] Compiling XcodeProj Bool+Extras.swift
[208/432] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[211/432] Compiling XcodeProj Errors.swift
[212/432] Compiling XcodeProj AEXML+XcodeFormat.swift
[213/432] Compiling XcodeProj Array+Extras.swift
[237/432] Emitting module XcodeProj
[249/452] Compiling XcodeProj ProjectAttribute.swift
[250/452] Compiling XcodeProj Equality.generated.swift
[251/452] Compiling XcodeProj Sourcery.swift
[252/452] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[253/452] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[254/452] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[255/452] Compiling XcodeProj PBXAggregateTarget.swift
[256/452] Compiling XcodeProj PBXLegacyTarget.swift
[257/452] Compiling XcodeProj PBXNativeTarget.swift
[258/452] Compiling XcodeProj PBXProductType.swift
[259/452] Compiling XcodeProj PBXVariantGroup.swift
[260/452] Compiling XcodeProj XCVersionGroup.swift
[261/452] Compiling XcodeProj PBXObject.swift
[262/452] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[263/452] Compiling XcodeProj PBXObjectReference.swift
[264/452] Compiling XcodeProj PBXObjects.swift
[265/452] Compiling XcodeProj PBXOutputSettings.swift
[266/452] Compiling XcodeProj PBXProj.swift
[267/452] Compiling XcodeProj PBXProjEncoder.swift
[268/452] Compiling XcodeProj PBXProject.swift
[269/452] Compiling XcodeProj XCScheme+TestParallelization.swift
[270/452] Compiling XcodeProj XCScheme+TestPlanReference.swift
[271/452] Compiling XcodeProj XCScheme+TestableReference.swift
[272/452] Compiling XcodeProj XCScheme.swift
[273/452] Compiling XcodeProj XCSchemeManagement.swift
[274/452] Compiling XcodeProj BuildSettingsProvider.swift
[275/452] Compiling XcodeProj CommentedString.swift
[276/452] Compiling XcodeProj Decoders.swift
[277/452] Compiling XcodeProj JSONDecoding.swift
[278/452] Compiling XcodeProj PBXBatchUpdater.swift
[279/452] Compiling XcodeProj XCBuildConfiguration.swift
[280/452] Compiling XcodeProj XCConfigurationList.swift
[281/452] Compiling XcodeProj PBXContainerItem.swift
[282/452] Compiling XcodeProj PBXContainerItemProxy.swift
[283/452] Compiling XcodeProj PBXFileElement.swift
[284/452] Compiling XcodeProj PBXFileReference.swift
[285/452] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[286/452] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[287/452] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[288/452] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[289/452] Compiling XcodeProj PBXGroup.swift
[290/452] Compiling XcodeProj Writable.swift
[291/452] Compiling XcodeProj XCScheme+AditionalOption.swift
[292/452] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[293/452] Compiling XcodeProj XCScheme+ArchiveAction.swift
[294/452] Compiling XcodeProj XCScheme+BuildAction.swift
[295/452] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[296/452] Compiling XcodeProj XCScheme+BuildableReference.swift
[297/452] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[298/452] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[300/452] Compiling XcodeProj PlistDecoding.swift
[301/452] Compiling XcodeProj PlistValue.swift
[302/452] Compiling XcodeProj ReferenceGenerator.swift
[303/452] Compiling XcodeProj XCConfig.swift
[304/452] Compiling XcodeProj XCWorkspace.swift
[305/452] Compiling XcodeProj XCWorkspaceData.swift
[306/452] Compiling XcodeProj XCWorkspaceDataElement.swift
[307/452] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[308/452] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[309/452] Compiling XcodeProj XCWorkspaceDataGroup.swift
[333/452] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[334/452] Compiling XcodeProj PBXHeadersBuildPhase.swift
[335/452] Compiling XcodeProj PBXResourcesBuildPhase.swift
[336/452] Compiling XcodeProj PBXRezBuildPhase.swift
[337/452] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[338/452] Compiling XcodeProj PBXSourcesBuildPhase.swift
[339/452] Compiling XcodeProj BuildSettings.swift
[340/452] Compiling XcodeProj PBXSourceTree.swift
[350/452] Compiling XcodeProj XCScheme+TestAction.swift
[351/452] Compiling XcodeProj XCScheme+TestItem.swift
[447/464] Compiling Workspace Target.swift
[448/464] Compiling Workspace XCWorkspace+Projects.swift
[449/464] Compiling Workspace Sequence+Extensions.swift
[450/464] Compiling Workspace WorkspaceInfo.swift
[451/464] Compiling Workspace DependencyGraph.swift
[452/464] Emitting module Workspace
[453/464] Compiling Workspace XCWorkspace+Projects.swift
[454/464] Compiling Workspace Target.swift
[455/464] Compiling Workspace DependencyGraph.swift
[456/464] Compiling Workspace Sequence+Extensions.swift
[457/464] Emitting module Workspace
[458/464] Compiling Workspace WorkspaceInfo.swift
[459/482] Compiling DependencyCalculator PackageMetadata.swift
[460/482] Compiling DependencyCalculator ConcurrentMap.swift
[461/482] Compiling TestConfigurator TestConfigurator.swift
[462/482] Emitting module TestConfigurator
[463/482] Emitting module DependencyCalculator
[464/482] Compiling DependencyCalculator ConcurrentMap.swift
[465/482] Compiling TestConfigurator TestPlanHelper.swift
[467/482] Emitting module TestConfigurator
[468/482] Compiling TestConfigurator TestPlanModel.swift
[469/482] Compiling DependencyCalculator PackageMetadata.swift
[470/482] Compiling TestConfigurator TestPlanModel.swift
[471/482] Compiling TestConfigurator TestConfigurator.swift
[472/482] Compiling DependencyCalculator DependencyCalculator.swift
[473/482] Emitting module DependencyCalculator
[474/482] Compiling DependencyCalculator DependencyGraph.swift
[476/482] Compiling DependencyCalculator DependencyCalculator.swift
[477/490] Compiling SelectiveTestingCore DependencyGraph+Visualization.swift
[478/490] Compiling SelectiveTestingCore Config.swift
[479/490] Emitting module SelectiveTestingCore
[480/490] Compiling SelectiveTestingCore SelectiveTestingTool.swift
[481/490] Compiling SelectiveTestingCore DependencyGraph+Visualization.swift
[482/490] Emitting module SelectiveTestingCore
[483/490] Compiling SelectiveTestingCore SelectiveTestingTool.swift
[484/490] Compiling SelectiveTestingCore Config.swift
[485/494] Emitting module xcode_selective_test
[486/494] Compiling xcode_selective_test SelectiveTesting.swift
[486/494] Write Objects.LinkFileList
[488/494] Emitting module xcode_selective_test
[489/494] Compiling xcode_selective_test SelectiveTesting.swift
[489/494] Write Objects.LinkFileList
[490/494] Linking xcode-selective-test
[491/494] Applying xcode-selective-test
[492/494] Linking xcode-selective-test-tool
[493/494] Applying xcode-selective-test-tool
Build complete! (37.35s)
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1438] Fetching pathkit
[1396/25090] Fetching pathkit, xcodeproj
Fetched https://github.com/kylef/PathKit.git from cache (1.26s)
Fetched https://github.com/apple/swift-log from cache (1.27s)
[8279/23652] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (2.26s)
Fetched https://github.com/jpsim/Yams.git from cache (2.28s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.29s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.29s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.86s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.35s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.53s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.6.0 (0.46s)
Fetching https://github.com/tadija/AEXML.git
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.87s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.37s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.61s)
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.6.0
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/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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.2",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "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" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "XcodeSelectiveTesting",
  "name" : "XcodeSelectiveTesting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "xcode-selective-test",
      "targets" : [
        "xcode-selective-test"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XcodeSelectiveTest",
      "targets" : [
        "SelectiveTestingPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "XcodeSelectiveTestCore",
      "targets" : [
        "SelectiveTestingCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcode_selective_test",
      "module_type" : "SwiftTarget",
      "name" : "xcode-selective-test",
      "path" : "Sources/xcode-selective-test",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "SelectiveTesting.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestingCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Workspace",
      "module_type" : "SwiftTarget",
      "name" : "Workspace",
      "path" : "Sources/Workspace",
      "product_dependencies" : [
        "XcodeProj",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "DependencyGraph.swift",
        "Sequence+Extensions.swift",
        "Target.swift",
        "WorkspaceInfo.swift",
        "XCWorkspace+Projects.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestConfigurator",
      "module_type" : "SwiftTarget",
      "name" : "TestConfigurator",
      "path" : "Sources/TestConfigurator",
      "product_dependencies" : [
        "PathKit",
        "Logging",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "TestConfigurator.swift",
        "xctestplanner/Core/Entity/TestPlanModel.swift",
        "xctestplanner/Core/Helper/TestPlanHelper.swift"
      ],
      "target_dependencies" : [
        "Workspace"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestingTests",
      "path" : "Tests/SelectiveTestingTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SelectiveTestingTests/ExampleProject",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "IntegrationTestTool.swift",
        "SelectiveTestingConfigTests.swift",
        "SelectiveTestingPackagesTests.swift",
        "SelectiveTestingPerformanceTests.swift",
        "SelectiveTestingProjectTests.swift",
        "SelectiveTestingWorkspaceTests.swift",
        "TestPlanCodableTests.swift",
        "TestPlanModelTests.swift"
      ],
      "target_dependencies" : [
        "xcode-selective-test",
        "Workspace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SelectiveTestingPlugin",
      "module_type" : "PluginTarget",
      "name" : "SelectiveTestingPlugin",
      "path" : "Plugins/SelectiveTestingPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Configure test plan for current changeset",
          "type" : "custom",
          "verb" : "xcode-selective-test"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update test plan file",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "XcodeSelectiveTest"
      ],
      "sources" : [
        "SelectiveTestingPlugin.swift"
      ],
      "target_dependencies" : [
        "xcode-selective-test"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SelectiveTestingCore",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestingCore",
      "path" : "Sources/SelectiveTestingCore",
      "product_dependencies" : [
        "PathKit",
        "Yams",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Config.swift",
        "DependencyGraph+Visualization.swift",
        "SelectiveTestingTool.swift"
      ],
      "target_dependencies" : [
        "DependencyCalculator",
        "TestConfigurator",
        "Git"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SelectiveTestShell",
      "module_type" : "SwiftTarget",
      "name" : "SelectiveTestShell",
      "path" : "Sources/SelectiveTestShell",
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Shell.swift",
        "String+Error.swift",
        "String+Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Git",
      "module_type" : "SwiftTarget",
      "name" : "Git",
      "path" : "Sources/Git",
      "product_dependencies" : [
        "PathKit",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "Git+Changeset.swift",
        "Git.swift"
      ],
      "target_dependencies" : [
        "SelectiveTestShell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyCalculatorTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyCalculatorTests",
      "path" : "Tests/DependencyCalculatorTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/DependencyCalculatorTests/ExamplePackages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "DependencyCalculatorTests.swift",
        "PackageMetadataTests.swift"
      ],
      "target_dependencies" : [
        "DependencyCalculator",
        "Workspace",
        "SelectiveTestingCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependencyCalculator",
      "module_type" : "SwiftTarget",
      "name" : "DependencyCalculator",
      "path" : "Sources/DependencyCalculator",
      "product_dependencies" : [
        "PathKit",
        "Logging"
      ],
      "product_memberships" : [
        "xcode-selective-test",
        "XcodeSelectiveTest",
        "XcodeSelectiveTestCore"
      ],
      "sources" : [
        "ConcurrentMap.swift",
        "DependencyCalculator.swift",
        "DependencyGraph.swift",
        "PackageMetadata.swift"
      ],
      "target_dependencies" : [
        "Workspace",
        "Git"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.