The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XcodeMergeDriver, reference main (06a564), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 21:46:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steven851007/XcodeMergeDriver.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/steven851007/XcodeMergeDriver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 06a5649 Merge pull request #6 from steven851007/ThrowError
Cloned https://github.com/steven851007/XcodeMergeDriver.git
Revision (git rev-parse @):
06a564986e6e72492f869d8a34df1b535587109f
SUCCESS checkout https://github.com/steven851007/XcodeMergeDriver.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/steven851007/XcodeMergeDriver.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write sources
[3/9] Write XcodeMergeDriver-entitlement.plist
[3/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/11] Emitting module ArgumentParserToolInfo
[9/50] Compiling ArgumentParser ArgumentDefinition.swift
[10/50] Compiling ArgumentParser ArgumentSet.swift
[11/50] Compiling ArgumentParser CommandParser.swift
[12/50] Compiling ArgumentParser InputKey.swift
[13/54] Compiling ArgumentParser ParsableArguments.swift
[14/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/54] Compiling ArgumentParser ParsableCommand.swift
[16/54] Compiling ArgumentParser ArgumentDecoder.swift
[17/54] Emitting module ArgumentParser
[18/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/54] Compiling ArgumentParser CompletionsGenerator.swift
[20/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/54] Compiling ArgumentParser Argument.swift
[23/54] Compiling ArgumentParser Platform.swift
[24/54] Compiling ArgumentParser SequenceExtensions.swift
[25/54] Compiling ArgumentParser StringExtensions.swift
[26/54] Compiling ArgumentParser Tree.swift
[27/54] Compiling ArgumentParser NameSpecification.swift
[28/54] Compiling ArgumentParser Option.swift
[29/54] Compiling ArgumentParser OptionGroup.swift
[30/54] Compiling ArgumentParser AsyncParsableCommand.swift
[31/54] Compiling ArgumentParser ArgumentHelp.swift
[32/54] Compiling ArgumentParser ArgumentVisibility.swift
[33/54] Compiling ArgumentParser CompletionKind.swift
[34/54] Compiling ArgumentParser Errors.swift
[35/54] Compiling ArgumentParser Flag.swift
[36/54] Compiling ArgumentParser ParserError.swift
[37/54] Compiling ArgumentParser SplitArguments.swift
[38/54] Compiling ArgumentParser DumpHelpGenerator.swift
[39/54] Compiling ArgumentParser HelpCommand.swift
[40/54] Compiling ArgumentParser InputOrigin.swift
[41/54] Compiling ArgumentParser Name.swift
[42/54] Compiling ArgumentParser Parsed.swift
[43/54] Compiling ArgumentParser ParsedValues.swift
[44/54] Compiling ArgumentParser CommandConfiguration.swift
[45/54] Compiling ArgumentParser CommandGroup.swift
[46/54] Compiling ArgumentParser EnumerableFlag.swift
[47/54] Compiling ArgumentParser ExpressibleByArgument.swift
[48/54] Compiling ArgumentParser HelpGenerator.swift
[49/54] Compiling ArgumentParser MessageInfo.swift
[50/54] Compiling ArgumentParser UsageGenerator.swift
[51/54] Compiling ArgumentParser CollectionExtensions.swift
[52/64] Compiling XcodeMergeDriver PBXFileType.swift
[53/64] Compiling XcodeMergeDriver XcodeProject.swift
[54/64] Compiling XcodeMergeDriver PBXSourcesBuildPhase.swift
[55/64] Compiling XcodeMergeDriver PBXGroup.swift
[56/64] Compiling XcodeMergeDriver PBXSourcesBuildPhaseSection.swift
[57/64] Compiling XcodeMergeDriver PBXGroupSection.swift
[58/64] Compiling XcodeMergeDriver PBXFileSection.swift
[59/64] Compiling XcodeMergeDriver Bash.swift
[60/64] Compiling XcodeMergeDriver XcodeMergeDriver.swift
[61/64] Emitting module XcodeMergeDriver
[61/64] Write Objects.LinkFileList
[62/64] Linking XcodeMergeDriver
[63/64] Applying XcodeMergeDriver
Build complete! (12.28s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.21s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "XcodeMergeDriver",
  "name" : "XcodeMergeDriver",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "XcodeMergeDriver",
      "targets" : [
        "XcodeMergeDriver"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeMergeDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeMergeDriverTests",
      "path" : "Tests/XcodeMergeDriverTests",
      "sources" : [
        "EndToEnd/ComplexProject1/ComplexProject1Tests.swift",
        "EndToEnd/FileAddedAndRemoved/FileAddedAndRemovedTests.swift",
        "EndToEnd/FileAddedInBothBranch/FileAddedInBothBranchTests.swift",
        "EndToEnd/GroupAddedAndFileMovedToGroup/GroupAddedAndFileMovedToGroupTests.swift",
        "EndToEnd/GroupAddedInBothBranch/GroupAddedInBothBranchTests.swift",
        "EndToEnd/RemovingDuplicates/RemovingDuplicatesTests.swift",
        "PBXFileSectionTests.swift",
        "PBXGroupSectionTests.swift",
        "PBXSourcesBuildPhaseTests.swift",
        "XcodeProjectTests.swift"
      ],
      "target_dependencies" : [
        "XcodeMergeDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeMergeDriver",
      "module_type" : "SwiftTarget",
      "name" : "XcodeMergeDriver",
      "path" : "Sources/XcodeMergeDriver",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "XcodeMergeDriver"
      ],
      "sources" : [
        "Bash.swift",
        "XcodeMergeDriver.swift",
        "XcodeProject/PBXFile/PBXFileSection.swift",
        "XcodeProject/PBXFile/PBXFileType.swift",
        "XcodeProject/PBXGroupSection/PBXGroup.swift",
        "XcodeProject/PBXGroupSection/PBXGroupSection.swift",
        "XcodeProject/PBXSourcesBuildPhase/PBXSourcesBuildPhase.swift",
        "XcodeProject/PBXSourcesBuildPhase/PBXSourcesBuildPhaseSection.swift",
        "XcodeProject/XcodeProject.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Done.