Build Information
Successful build of XcodeSelectiveTesting, reference main (4c2a4d), with Swift 6.1 for macOS (SPM) on 17 Nov 2025 22:25:35 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.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 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 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
[5/52] Write xcode-selective-test-entitlement.plist
[5/52] Write xcode-selective-test-tool-entitlement.plist
[5/52] Write sources
[27/52] Write swift-version-2F0A5646E1D333AE.txt
[28/52] Compiling reader.c
[29/52] Compiling writer.c
[31/52] Compiling emitter.c
[32/52] Compiling scanner.c
[33/52] Compiling parser.c
[34/60] Compiling scanner.c
[35/60] Compiling api.c
[36/60] Compiling reader.c
[36/60] Write sources
[36/60] Compiling parser.c
[44/69] Compiling api.c
[45/74] Compiling emitter.c
[47/105] Emitting module ArgumentParserToolInfo
[48/105] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/105] Emitting module ArgumentParserToolInfo
[50/105] Compiling ArgumentParserToolInfo ToolInfo.swift
[51/171] Compiling Logging LogHandler.swift
[52/171] Compiling Logging MetadataProvider.swift
[53/171] Compiling Logging Locks.swift
[54/171] Emitting module Logging
[55/171] Compiling Logging MetadataProvider.swift
[56/171] Compiling Logging Locks.swift
[57/171] Compiling Logging Logging.swift
[58/171] Compiling Logging LogHandler.swift
[59/171] Emitting module Logging
[60/171] Compiling Logging Logging.swift
[61/224] Compiling ArgumentParser OptionGroup.swift
[62/224] Compiling ArgumentParser AsyncParsableCommand.swift
[63/226] Compiling ArgumentParser InputKey.swift
[64/226] Compiling ArgumentParser InputOrigin.swift
[65/226] Compiling ArgumentParser Name.swift
[66/226] Compiling ArgumentParser Parsed.swift
[67/226] Compiling ArgumentParser ParsedValues.swift
[68/230] Compiling ArgumentParser SequenceExtensions.swift
[69/230] Compiling ArgumentParser StringExtensions.swift
[70/230] Compiling ArgumentParser SwiftExtensions.swift
[71/230] Compiling ArgumentParser Tree.swift
[72/230] Compiling ArgumentParser CodingKeyValidator.swift
[78/234] Emitting module ArgumentParser
[80/234] Emitting module Yams
[82/236] Compiling SelectiveTestShell String+Error.swift
[83/236] Compiling SelectiveTestShell Shell.swift
[84/236] Compiling SelectiveTestShell String+Shell.swift
[85/236] Emitting module SelectiveTestShell
[86/236] Compiling SelectiveTestShell String+Shell.swift
[87/236] Emitting module SelectiveTestShell
[88/236] Compiling SelectiveTestShell Shell.swift
[89/236] Compiling SelectiveTestShell String+Error.swift
[90/236] Compiling ArgumentParser NonsenseFlagsValidator.swift
[91/236] Compiling ArgumentParser ParsableArgumentsValidation.swift
[92/236] Compiling ArgumentParser PositionalArgumentsValidator.swift
[93/236] Compiling ArgumentParser UniqueNamesValidator.swift
[94/236] Compiling Yams YamlError.swift
[95/236] Compiling Yams YamlTagProviding.swift
[100/236] Compiling ArgumentParser BashCompletionsGenerator.swift
[101/236] Compiling ArgumentParser CompletionsGenerator.swift
[102/236] Compiling ArgumentParser FishCompletionsGenerator.swift
[103/236] Compiling ArgumentParser ZshCompletionsGenerator.swift
[104/236] Compiling ArgumentParser Argument.swift
[105/236] Compiling AEXML Parser.swift
[106/236] Compiling AEXML Options.swift
[108/236] Compiling AEXML Element.swift
[109/236] Compiling AEXML Parser.swift
[110/236] Compiling ArgumentParser ArgumentDiscussion.swift
[111/236] Compiling ArgumentParser ArgumentHelp.swift
[112/236] Compiling ArgumentParser ArgumentVisibility.swift
[113/236] Compiling ArgumentParser CompletionKind.swift
[114/236] Compiling ArgumentParser Errors.swift
[115/236] Compiling ArgumentParser Flag.swift
[116/236] Compiling ArgumentParser NameSpecification.swift
[117/236] Compiling ArgumentParser Option.swift
[135/236] Emitting module AEXML
[136/236] Compiling AEXML Document.swift
[137/236] Compiling AEXML Builders.swift
[138/236] Compiling AEXML Error.swift
[139/236] Compiling AEXML Document.swift
[140/236] Compiling AEXML Element.swift
[141/236] Compiling AEXML Builders.swift
[142/236] Compiling AEXML Error.swift
[143/236] Emitting module AEXML
[146/236] Compiling ArgumentParser ParserError.swift
[147/236] Compiling ArgumentParser SplitArguments.swift
[148/236] Compiling ArgumentParser DumpHelpGenerator.swift
[149/236] Compiling ArgumentParser HelpCommand.swift
[150/236] Compiling ArgumentParser HelpGenerator.swift
[151/236] Compiling PathKit PathKit.swift
[152/236] Emitting module PathKit
[158/236] Compiling ArgumentParser MessageInfo.swift
[159/236] Compiling ArgumentParser UsageGenerator.swift
[160/236] Compiling ArgumentParser CollectionExtensions.swift
[161/236] Compiling ArgumentParser Mutex.swift
[162/236] Compiling ArgumentParser Platform.swift
[173/236] Emitting module PathKit
[174/236] Compiling PathKit PathKit.swift
[175/432] Compiling XcodeProj BuildFileSetting.swift
[176/432] Compiling XcodeProj BuildPhase.swift
[177/432] Compiling XcodeProj XCScheme+TestParallelization.swift
[178/432] Compiling XcodeProj XCScheme+TestPlanReference.swift
[179/432] Compiling XcodeProj PBXBatchUpdater.swift
[180/432] Compiling XcodeProj Writable.swift
[181/432] Compiling XcodeProj XCScheme+AditionalOption.swift
[182/432] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[183/432] Compiling XcodeProj XCScheme+ArchiveAction.swift
[184/432] Compiling XcodeProj XCSchemeManagement.swift
[185/432] Compiling XcodeProj BuildSettingsProvider.swift
[186/432] Compiling XcodeProj CommentedString.swift
[187/432] Compiling XcodeProj Decoders.swift
[188/432] Compiling XcodeProj JSONDecoding.swift
[193/432] Compiling XcodeProj String+md5.swift
[195/432] Compiling XcodeProj Path+Extras.swift
[196/432] Compiling XcodeProj String+Utils.swift
[197/432] Compiling XcodeProj XCScheme+TestableReference.swift
[198/432] Compiling XcodeProj XCScheme.swift
[199/432] Compiling XcodeProj Array+Extras.swift
[200/432] Compiling XcodeProj Bool+Extras.swift
[201/432] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[202/432] Compiling XcodeProj NSRecursiveLock+Sync.swift
[203/432] Compiling XcodeProj Errors.swift
[204/432] Compiling XcodeProj AEXML+XcodeFormat.swift
[221/432] Compiling Git Git.swift
[222/432] Emitting module Git
[223/432] Compiling Git Git+Changeset.swift
[234/432] Compiling Git Git.swift
[235/432] Compiling Git Git+Changeset.swift
[236/432] Emitting module Git
[248/442] Emitting module XcodeProj
[260/452] Compiling XcodeProj XCConfigurationList.swift
[261/452] Compiling XcodeProj PBXContainerItem.swift
[262/452] Compiling XcodeProj PBXContainerItemProxy.swift
[263/452] Compiling XcodeProj PBXFileElement.swift
[264/452] Compiling XcodeProj PBXFileReference.swift
[265/452] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[266/452] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[267/452] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[268/452] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[269/452] Compiling XcodeProj PBXGroup.swift
[270/452] Compiling XcodeProj XCBuildConfiguration.swift
[281/452] Compiling XcodeProj ProjectAttribute.swift
[282/452] Compiling XcodeProj Equality.generated.swift
[283/452] Compiling XcodeProj Sourcery.swift
[284/452] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[285/452] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[286/452] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[287/452] Compiling XcodeProj PBXAggregateTarget.swift
[288/452] Compiling XcodeProj PBXLegacyTarget.swift
[289/452] Compiling XcodeProj PBXNativeTarget.swift
[290/452] Compiling XcodeProj PBXProductType.swift
[302/452] Compiling XcodeProj PBXVariantGroup.swift
[303/452] Compiling XcodeProj XCVersionGroup.swift
[304/452] Compiling XcodeProj PBXObject.swift
[305/452] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[306/452] Compiling XcodeProj PBXObjectReference.swift
[307/452] Compiling XcodeProj PBXObjects.swift
[308/452] Compiling XcodeProj PBXOutputSettings.swift
[309/452] Compiling XcodeProj PBXProj.swift
[310/452] Compiling XcodeProj PBXProjEncoder.swift
[311/452] Compiling XcodeProj PBXProject.swift
[313/452] Compiling XcodeProj PBXBuildRule.swift
[314/452] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[315/452] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[316/452] Compiling XcodeProj PBXHeadersBuildPhase.swift
[317/452] Compiling XcodeProj PBXResourcesBuildPhase.swift
[318/452] Compiling XcodeProj PBXRezBuildPhase.swift
[319/452] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[320/452] Compiling XcodeProj PBXSourcesBuildPhase.swift
[321/452] Compiling XcodeProj BuildSettings.swift
[322/452] Compiling XcodeProj PBXSourceTree.swift
[333/452] Compiling XcodeProj PlistDecoding.swift
[334/452] Compiling XcodeProj PlistValue.swift
[335/452] Compiling XcodeProj ReferenceGenerator.swift
[336/452] Compiling XcodeProj XCConfig.swift
[337/452] Compiling XcodeProj XCWorkspace.swift
[338/452] Compiling XcodeProj XCWorkspaceData.swift
[339/452] Compiling XcodeProj XCWorkspaceDataElement.swift
[340/452] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[341/452] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[342/452] Compiling XcodeProj XCWorkspaceDataGroup.swift
[353/452] Compiling XcodeProj PBXBuildFile.swift
[354/452] Compiling XcodeProj PBXBuildPhase.swift
[379/452] Compiling XcodeProj XCScheme+BuildAction.swift
[380/452] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[381/452] Compiling XcodeProj XCScheme+BuildableReference.swift
[382/452] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[383/452] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[384/452] Compiling XcodeProj XCScheme+ExecutionAction.swift
[385/452] Compiling XcodeProj PBXReferenceProxy.swift
[396/452] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[397/452] Compiling XcodeProj XCScheme+PathRunnable.swift
[398/452] Compiling XcodeProj XCScheme+ProfileAction.swift
[399/452] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[400/452] Compiling XcodeProj XCScheme+Runnable.swift
[401/452] Compiling XcodeProj XCScheme+SerialAction.swift
[402/452] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[403/452] Compiling XcodeProj XCScheme+TestAction.swift
[404/452] Compiling XcodeProj XCScheme+TestItem.swift
[407/452] Compiling XcodeProj PBXTarget.swift
[408/452] Compiling XcodeProj PBXTargetDependency.swift
[409/452] Compiling XcodeProj WorkspaceSettings.swift
[410/452] Compiling XcodeProj XCBreakpointList.swift
[411/452] Compiling XcodeProj XCDebugger.swift
[412/452] Compiling XcodeProj XCSharedData.swift
[413/452] Compiling XcodeProj XCUserData.swift
[414/452] Compiling XcodeProj Xcode.swift
[415/452] Compiling XcodeProj XcodeProj.swift
[416/452] Compiling XcodeProj XCScheme+LaunchAction.swift
[447/464] Compiling Workspace Target.swift
[448/464] Compiling Workspace DependencyGraph.swift
[449/464] Compiling Workspace WorkspaceInfo.swift
[450/464] Compiling Workspace Sequence+Extensions.swift
[451/464] Compiling Workspace XCWorkspace+Projects.swift
[452/464] Emitting module Workspace
[454/464] Compiling Workspace Sequence+Extensions.swift
[455/464] Compiling Workspace WorkspaceInfo.swift
[456/464] Compiling Workspace DependencyGraph.swift
[457/464] Compiling Workspace XCWorkspace+Projects.swift
[458/464] Compiling Workspace Target.swift
[459/482] Compiling TestConfigurator TestPlanHelper.swift
[460/482] Emitting module DependencyCalculator
[461/482] Compiling DependencyCalculator ConcurrentMap.swift
[463/482] Compiling TestConfigurator TestPlanHelper.swift
[464/482] Compiling TestConfigurator TestPlanModel.swift
[465/482] Emitting module TestConfigurator
[466/482] Compiling TestConfigurator TestConfigurator.swift
[467/482] Compiling DependencyCalculator PackageMetadata.swift
[469/482] Compiling TestConfigurator TestConfigurator.swift
[470/482] Emitting module TestConfigurator
[471/482] Compiling TestConfigurator TestPlanModel.swift
[472/482] Compiling DependencyCalculator DependencyCalculator.swift
[473/482] Emitting module DependencyCalculator
[474/482] Compiling DependencyCalculator DependencyGraph.swift
[475/482] Compiling DependencyCalculator DependencyCalculator.swift
[476/482] Compiling DependencyCalculator DependencyGraph.swift
[477/490] Compiling SelectiveTestingCore DependencyGraph+Visualization.swift
[478/490] Emitting module SelectiveTestingCore
[479/490] Compiling SelectiveTestingCore DependencyGraph+Visualization.swift
[480/490] Compiling SelectiveTestingCore SelectiveTestingTool.swift
[481/490] Compiling SelectiveTestingCore Config.swift
[482/490] Emitting module SelectiveTestingCore
[483/490] Compiling SelectiveTestingCore SelectiveTestingTool.swift
[484/490] Compiling SelectiveTestingCore Config.swift
[485/494] Compiling xcode_selective_test SelectiveTesting.swift
[486/494] Emitting module xcode_selective_test
[488/494] Compiling xcode_selective_test SelectiveTesting.swift
[488/494] Write Objects.LinkFileList
[490/494] Linking xcode-selective-test
[491/494] Linking xcode-selective-test-tool
[492/494] Applying xcode-selective-test-tool
[493/494] Applying xcode-selective-test
Build complete! (41.16s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1438] Fetching pathkit
[462/25090] Fetching pathkit, xcodeproj
Fetched https://github.com/kylef/PathKit.git from cache (1.18s)
[8279/23652] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (1.85s)
Fetched https://github.com/apple/swift-log from cache (1.87s)
Fetched https://github.com/jpsim/Yams.git from cache (1.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.88s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.15s)
Fetching https://github.com/kylef/Spectre.git
[11/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.36s)
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.57s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.6.0 (0.47s)
Fetching https://github.com/tadija/AEXML.git
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.93s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.42s)
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.50s)
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.6.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
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.