The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XcodeSelectiveTesting, reference main (61413c), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 11:50: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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikeger/XcodeSelectiveTesting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61413cc Update version from 0.14.2 to 0.14.6 in README
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
61413ccd57f97931b7667f5e9c807f4b1968b91c
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at main
========================================
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
[3/52] Write xcode-selective-test-entitlement.plist
[3/52] Write sources
[3/52] Write xcode-selective-test-tool-entitlement.plist
[7/52] Write sources
[27/52] Write swift-version-2F0A5646E1D333AE.txt
[28/52] Compiling writer.c
[29/52] Compiling reader.c
[30/52] Compiling api.c
[31/52] Compiling emitter.c
[32/52] Compiling reader.c
[33/52] Compiling parser.c
[34/60] Compiling writer.c
[35/64] Compiling parser.c
[36/64] Compiling scanner.c
[37/64] Write sources
[39/64] Compiling scanner.c
[40/76] Compiling emitter.c
[41/76] Compiling api.c
[42/76] Write sources
[44/120] Emitting module ArgumentParserToolInfo
[46/120] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/120] Write sources
[51/214] Compiling Logging MetadataProvider.swift
[52/214] Compiling Logging LogHandler.swift
[53/214] Compiling Logging LogEvent.swift
[54/214] Emitting module Logging
[55/214] Compiling Logging Logging.swift
[56/214] Compiling Logging Locks.swift
[57/214] Compiling Logging LogHandler.swift
[58/214] Compiling Logging MetadataProvider.swift
[59/214] Compiling Logging LogEvent.swift
[60/214] Compiling Logging Locks.swift
[61/214] Compiling Logging Logging.swift
[62/214] Emitting module Logging
[63/228] Compiling ArgumentParser ArgumentDecoder.swift
[64/228] Compiling ArgumentParser ArgumentDefinition.swift
[65/230] Compiling ArgumentParser ArgumentHelp.swift
[66/230] Compiling ArgumentParser ArgumentVisibility.swift
[67/230] Compiling ArgumentParser Flag.swift
[68/230] Compiling ArgumentParser ParsableCommand.swift
[69/230] Emitting module Yams
[71/232] Compiling SelectiveTestShell String+Shell.swift
[72/232] Compiling SelectiveTestShell String+Error.swift
[73/232] Emitting module SelectiveTestShell
[74/232] Compiling SelectiveTestShell Shell.swift
[75/232] Compiling SelectiveTestShell String+Shell.swift
[76/232] Compiling SelectiveTestShell Shell.swift
[77/232] Compiling SelectiveTestShell String+Error.swift
[78/232] Emitting module SelectiveTestShell
[79/232] Compiling Yams YamlError.swift
[80/232] Compiling Yams YamlTagProviding.swift
[83/232] Emitting module PathKit
[84/232] Compiling PathKit PathKit.swift
[86/232] Emitting module PathKit
[87/232] Compiling AEXML Options.swift
[88/232] Compiling AEXML Parser.swift
[89/232] Compiling AEXML Error.swift
[90/232] Compiling AEXML Element.swift
[91/232] Compiling AEXML Document.swift
[92/238] Compiling AEXML Builders.swift
[93/238] Emitting module AEXML
[94/238] Compiling ArgumentParser FishCompletionsGenerator.swift
[95/238] Compiling ArgumentParser ZshCompletionsGenerator.swift
[96/238] Compiling ArgumentParser Argument.swift
[97/238] Compiling ArgumentParser ArgumentDiscussion.swift
[98/238] Compiling ArgumentParser NameSpecification.swift
[99/238] Compiling ArgumentParser Option.swift
[100/238] Compiling ArgumentParser OptionGroup.swift
[101/238] Compiling ArgumentParser CompletionKind.swift
[102/238] Compiling ArgumentParser Errors.swift
[103/238] Compiling ArgumentParser ParentCommand.swift
[104/238] Compiling ArgumentParser AsyncParsableCommand.swift
[105/238] Compiling ArgumentParser BashCompletionsGenerator.swift
[106/238] Compiling ArgumentParser CompletionsGenerator.swift
[126/334] Compiling AEXML Error.swift
[127/334] Compiling AEXML Options.swift
[128/334] Compiling AEXML Parser.swift
[129/334] Compiling AEXML Document.swift
[130/334] Emitting module AEXML
[131/334] Compiling AEXML Element.swift
[132/334] Compiling AEXML Builders.swift
[133/334] Compiling Git Git+Changeset.swift
[134/334] Compiling Git Git.swift
[136/334] Emitting module Git
[137/430] Compiling XcodeProj PBXHeadersBuildPhase.swift
[138/430] Compiling XcodeProj PBXResourcesBuildPhase.swift
[139/430] Compiling XcodeProj PBXRezBuildPhase.swift
[140/430] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[141/430] Compiling XcodeProj PBXSourcesBuildPhase.swift
[142/430] Compiling XcodeProj PBXBuildFile.swift
[143/430] Compiling XcodeProj PBXBuildPhase.swift
[144/430] Compiling XcodeProj PBXBuildRule.swift
[145/430] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[146/430] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[147/430] Emitting module Git
[148/430] Compiling Git Git+Changeset.swift
[149/435] Emitting module ArgumentParser
[150/440] Compiling XcodeProj Writable.swift
[151/440] Compiling XcodeProj PBXSourceTree.swift
[152/440] Compiling XcodeProj PBXVariantGroup.swift
[153/440] Compiling XcodeProj XCVersionGroup.swift
[154/440] Compiling XcodeProj PBXObject.swift
[155/440] Compiling XcodeProj AEXML+XcodeFormat.swift
[156/440] Compiling XcodeProj Array+Extras.swift
[157/440] Compiling XcodeProj Bool+Extras.swift
[158/440] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[159/440] Compiling XcodeProj NSRecursiveLock+Sync.swift
[160/440] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[161/440] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[162/440] Compiling XcodeProj XCScheme+ExecutionAction.swift
[163/440] Compiling XcodeProj XCScheme+LaunchAction.swift
[164/440] Compiling XcodeProj Errors.swift
[165/440] Compiling ArgumentParser CodingKeyValidator.swift
[166/440] Compiling ArgumentParser NonsenseFlagsValidator.swift
[167/440] Compiling ArgumentParser ParsableArgumentsValidation.swift
[168/440] Compiling ArgumentParser PositionalArgumentsValidator.swift
[169/440] Compiling ArgumentParser UniqueNamesValidator.swift
[175/440] Compiling XcodeProj XCDebugger.swift
[176/440] Compiling XcodeProj XCSharedData.swift
[177/440] Compiling XcodeProj XCUserData.swift
[183/440] Compiling XcodeProj Xcode.swift
[184/440] Compiling XcodeProj XcodeProj.swift
[185/440] Compiling XcodeProj XCScheme+AditionalOption.swift
[186/440] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[187/440] Compiling XcodeProj XCScheme+ArchiveAction.swift
[188/440] Compiling XcodeProj XCScheme+BuildAction.swift
[189/440] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[190/440] Compiling XcodeProj XCScheme+BuildableReference.swift
[201/440] Compiling XcodeProj BuildSettings.swift
[202/440] Compiling XcodeProj PBXTarget.swift
[203/440] Compiling XcodeProj PBXTargetDependency.swift
[204/440] Compiling XcodeProj WorkspaceSettings.swift
[205/440] Compiling XcodeProj XCBreakpointList.swift
[206/440] Emitting module ArgumentParser
[228/440] Compiling XcodeProj Path+Extras.swift
[229/440] Compiling XcodeProj String+Utils.swift
[230/440] Compiling XcodeProj String+md5.swift
[231/440] Compiling XcodeProj BuildFileSetting.swift
[232/440] Compiling XcodeProj BuildPhase.swift
[243/440] Emitting module XcodeProj
[252/450] Compiling XcodeProj PBXProjEncoder.swift
[253/450] Compiling XcodeProj PBXProject.swift
[254/450] Compiling XcodeProj XCConfigurationList.swift
[255/450] Compiling XcodeProj PBXContainerItem.swift
[256/450] Compiling XcodeProj PBXContainerItemProxy.swift
[257/450] Compiling XcodeProj PBXFileElement.swift
[258/450] Compiling XcodeProj PBXFileReference.swift
[259/450] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[260/450] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[261/450] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[262/450] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[263/450] Compiling XcodeProj PBXGroup.swift
[264/450] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[265/450] Compiling XcodeProj XCScheme+PathRunnable.swift
[266/450] Compiling XcodeProj XCScheme+ProfileAction.swift
[267/450] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[268/450] Compiling XcodeProj XCScheme+Runnable.swift
[269/450] Compiling XcodeProj XCScheme+SerialAction.swift
[270/450] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[271/450] Compiling XcodeProj XCScheme+TestAction.swift
[272/450] Compiling XcodeProj XCScheme+TestItem.swift
[273/450] Compiling XcodeProj XCScheme+TestParallelization.swift
[318/460] Compiling XcodeProj XCScheme+TestPlanReference.swift
[319/460] Compiling XcodeProj XCScheme+TestableReference.swift
[320/460] Compiling XcodeProj XCScheme.swift
[321/460] Compiling XcodeProj XCSchemeManagement.swift
[322/460] Compiling XcodeProj BuildSettingsProvider.swift
[323/460] Compiling XcodeProj Collection+Extras.swift
[324/460] Compiling XcodeProj CommentedString.swift
[325/460] Compiling XcodeProj Decoders.swift
[326/460] Compiling XcodeProj JSONDecoding.swift
[327/460] Compiling XcodeProj PBXBatchUpdater.swift
[328/460] Compiling XcodeProj XCBuildConfiguration.swift
[339/460] Compiling XcodeProj ProjectAttribute.swift
[340/460] Compiling XcodeProj Equality.generated.swift
[341/460] Compiling XcodeProj Sourcery.swift
[342/460] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[343/460] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[344/460] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[345/460] Compiling XcodeProj PBXAggregateTarget.swift
[346/460] Compiling XcodeProj PBXLegacyTarget.swift
[347/460] Compiling XcodeProj PBXNativeTarget.swift
[348/460] Compiling XcodeProj PBXProductType.swift
[349/460] Compiling XcodeProj PBXReferenceProxy.swift
[360/460] Emitting module XcodeProj
[391/460] Compiling XcodeProj PlistDecoding.swift
[392/460] Compiling XcodeProj PlistValue.swift
[393/460] Compiling XcodeProj ReferenceGenerator.swift
[394/460] Compiling XcodeProj XCConfig.swift
[395/460] Compiling XcodeProj XCWorkspace.swift
[396/460] Compiling XcodeProj XCWorkspaceData.swift
[397/460] Compiling XcodeProj XCWorkspaceDataElement.swift
[398/460] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[399/460] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[400/460] Compiling XcodeProj XCWorkspaceDataGroup.swift
[455/472] Compiling Workspace Sequence+Extensions.swift
[456/472] Emitting module Workspace
[457/472] Compiling Workspace XCWorkspace+Projects.swift
[458/472] Compiling Workspace DependencyGraph.swift
[459/472] Compiling Workspace Target.swift
[460/472] Compiling Workspace WorkspaceInfo.swift
[461/481] Compiling Workspace Target.swift
[462/481] Emitting module Workspace
[463/481] Compiling Workspace Sequence+Extensions.swift
[464/481] Compiling Workspace XCWorkspace+Projects.swift
[465/481] Compiling Workspace DependencyGraph.swift
[466/481] Compiling Workspace WorkspaceInfo.swift
[467/490] Compiling TestConfigurator TestConfigurator.swift
[468/490] Compiling TestConfigurator TestPlanModel.swift
[469/490] Emitting module TestConfigurator
[470/490] Compiling TestConfigurator TestPlanHelper.swift
[471/490] Compiling DependencyCalculator PackageMetadata.swift
[472/490] Compiling DependencyCalculator DependencyCalculator.swift
[473/490] Compiling DependencyCalculator ConcurrentMap.swift
[474/490] Compiling DependencyCalculator DependencyGraph.swift
[475/490] Emitting module DependencyCalculator
[476/494] Compiling DependencyCalculator PackageMetadata.swift
[477/494] Compiling TestConfigurator TestPlanModel.swift
[478/494] Compiling TestConfigurator TestConfigurator.swift
[479/494] Compiling TestConfigurator TestPlanHelper.swift
[480/494] Emitting module TestConfigurator
[481/494] Compiling DependencyCalculator DependencyCalculator.swift
[482/494] Emitting module DependencyCalculator
[483/494] Compiling DependencyCalculator ConcurrentMap.swift
[484/494] Compiling DependencyCalculator DependencyGraph.swift
[485/498] Emitting module SelectiveTestingCore
[486/498] Compiling SelectiveTestingCore Config.swift
[487/498] Compiling SelectiveTestingCore SelectiveTestingTool.swift
[488/498] Compiling SelectiveTestingCore DependencyGraph+Visualization.swift
[490/500] Compiling SelectiveTestingCore Config.swift
[491/500] Emitting module SelectiveTestingCore
[492/500] Compiling SelectiveTestingCore SelectiveTestingTool.swift
[493/502] Compiling xcode_selective_test SelectiveTesting.swift
[494/502] Emitting module xcode_selective_test
[494/502] Write Objects.LinkFileList
[496/502] Emitting module xcode_selective_test
[497/502] Compiling xcode_selective_test SelectiveTesting.swift
[497/502] Write Objects.LinkFileList
[498/502] Linking xcode-selective-test-tool
[499/502] Applying xcode-selective-test-tool
[500/502] Linking xcode-selective-test
[501/502] Applying xcode-selective-test
Build complete! (39.62s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tuist/XcodeProj.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/1452] Fetching pathkit
[1395/25968] Fetching pathkit, xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (2.09s)
Fetched https://github.com/kylef/PathKit.git from cache (2.09s)
Fetched https://github.com/jpsim/Yams.git from cache (2.12s)
Fetched https://github.com/apple/swift-log from cache (2.15s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.16s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.49s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.89s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.45s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.59s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.51s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.11.0 (0.46s)
Fetching https://github.com/tadija/AEXML.git
[1/2155] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.92s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.40s)
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.11.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.7.1
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.