The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Rocket, reference master (df9449), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 12:03:33 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/rocket.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shibapm/rocket
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at df94499 Unhide dependencies
Cloned https://github.com/shibapm/rocket.git
Revision (git rev-parse @):
df94499fa028ac7f72ca34d977cc5fa38f00b464
SUCCESS checkout https://github.com/shibapm/rocket.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shibapm/rocket.git
https://github.com/shibapm/rocket.git
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Logger"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "packageconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/PackageConfig.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "testspy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/f-meloni/TestSpy"
    },
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.35.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    }
  ],
  "manifest_display_name" : "Rocket",
  "name" : "Rocket",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "rocket",
      "targets" : [
        "Rocket"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RocketTests",
      "module_type" : "SwiftTarget",
      "name" : "RocketTests",
      "path" : "Tests/RocketTests",
      "product_dependencies" : [
        "Nimble",
        "TestSpy"
      ],
      "sources" : [
        "BranchExecutorTests.swift",
        "ChecksParserTests.swift",
        "CleanGitStatusCheckTests.swift",
        "CommitExecutorTests.swift",
        "CurrentVersionProviderTests.swift",
        "DefaultExecutorStepDescriptionTests.swift",
        "DevDependenciesModifierTests.swift",
        "GitAddExecutorTests.swift",
        "HideDevDependenciesExecutorTests.swift",
        "NewVersionProviderTests.swift",
        "PushExecutorTests.swift",
        "RocketFileFinderTests.swift",
        "ScriptExecutorTests.swift",
        "SpyDevDependenciesModifier.swift",
        "StepsParserTests.swift",
        "SwiftScriptExecutorTests.swift",
        "TagExecutorTests.swift",
        "UnhideDevDependenciesExecutorTestCase.swift",
        "Utils/ScriptLauncherTestCase.swift",
        "Utils/SpyPrinter.swift",
        "Utils/SpyScriptLauncher.swift",
        "Utils/StubbedFileManager.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RocketLib",
      "module_type" : "SwiftTarget",
      "name" : "RocketLib",
      "path" : "Sources/RocketLib",
      "product_dependencies" : [
        "Logger",
        "SwiftShell"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "Checks.swift",
        "Checks/Check.swift",
        "Checks/CleanGitStatusCheck.swift",
        "ChecksParser.swift",
        "CurrentVersionProvider.swift",
        "Executors/BranchExecutor.swift",
        "Executors/CommitExecutor.swift",
        "Executors/DefaultExecutor.swift",
        "Executors/GitAddExecutor.swift",
        "Executors/HideDevDependenciesExecutor.swift",
        "Executors/PushExecutor.swift",
        "Executors/ScriptExecutor.swift",
        "Executors/ScriptLauncher.swift",
        "Executors/ScriptLauncherExecutor.swift",
        "Executors/StepDescriptionPrinter.swift",
        "Executors/StepExecutor.swift",
        "Executors/SwiftScriptExecutor.swift",
        "Executors/TagExecutor.swift",
        "Executors/UnhideDevDependenciesExecutor.swift",
        "Executors/Utils/DevDependenciesModifier.swift",
        "Executors/Utils/NoVerifyParameterInserter.swift",
        "Executors/Utils/NoVerifyParameterInserterExecutor.swift",
        "Executors/Utils/ScriptLauncherContainer.swift",
        "NewVersionProvider.swift",
        "Parameters/BranchParameters.swift",
        "Parameters/CommitParameters.swift",
        "Parameters/Dictionary+CodingKeys.swift",
        "Parameters/GitAddParameters.swift",
        "Parameters/ModifyDevDependenciesParameters.swift",
        "Parameters/PushParameters.swift",
        "Parameters/ScriptParameters.swift",
        "Parameters/StepParameter.swift",
        "Parameters/SwiftScriptParameters.swift",
        "Parameters/TagParameters.swift",
        "RocketFileFinder.swift",
        "Step.swift",
        "StepsParser.swift",
        "VersionBumpOption.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rocket",
      "module_type" : "SwiftTarget",
      "name" : "Rocket",
      "path" : "Sources/Rocket",
      "product_dependencies" : [
        "Yams",
        "Logger",
        "PackageConfig"
      ],
      "product_memberships" : [
        "rocket"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "RocketLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/f-meloni/TestSpy
Fetching from https://github.com/shibapm/Komondor.git
Fetching from https://github.com/shibapm/PackageConfig.git
Fetching from https://github.com/nicklockwood/SwiftFormat.git
skipping cache due to an error: Failed to clone repository https://github.com/nicklockwood/SwiftFormat.git:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/SwiftFormat-92afd852'...
    remote: Enumerating objects: 46730, done.
    remote: Counting objects:   0% (1/1580)        
remote: Counting objects:   1% (16/1580)        
remote: Counting objects:   2% (32/1580)        
remote: Counting objects:   3% (48/1580)        
remote: Counting objects:   4% (64/1580)        
remote: Counting objects:   5% (79/1580)        
remote: Counting objects:   6% (95/1580)        
remote: Counting objects:   7% (111/1580)        
remote: Counting objects:   8% (127/1580)        
remote: Counting objects:   9% (143/1580)        
remote: Counting objects:  10% (158/1580)        
remote: Counting objects:  11% (174/1580)        
remote: Counting objects:  12% (190/1580)        
remote: Counting objects:  13% (206/1580)        
remote: Counting objects:  14% (222/1580)        
remote: Counting objects:  15% (237/1580)        
remote: Counting objects:  16% (253/1580)        
remote: Counting objects:  17% (269/1580)        
remote: Counting objects:  18% (285/1580)        
remote: Counting objects:  19% (301/1580)        
remote: Counting objects:  20% (316/1580)        
remote: Counting objects:  21% (332/1580)        
remote: Counting objects:  22% (348/1580)        
remote: Counting objects:  23% (364/1580)        
remote: Counting objects:  24% (380/1580)        
remote: Counting objects:  25% (395/1580)        
remote: Counting objects:  26% (411/1580)        
remote: Counting objects:  27% (427/1580)        
remote: Counting objects:  28% (443/1580)        
remote: Counting objects:  29% (459/1580)        
remote: Counting objects:  30% (474/1580)        
remote: Counting objects:  31% (490/1580)        
remote: Counting objects:  32% (506/1580)        
remote: Counting objects:  33% (522/1580)        
remote: Counting objects:  34% (538/1580)        
remote: Counting objects:  35% (553/1580)        
remote: Counting objects:  36% (569/1580)        
remote: Counting objects:  37% (585/1580)        
remote: Counting objects:  38% (601/1580)        
remote: Counting objects:  39% (617/1580)        
remote: Counting objects:  40% (632/1580)        
remote: Counting objects:  41% (648/1580)        
remote: Counting objects:  42% (664/1580)        
remote: Counting objects:  43% (680/1580)        
remote: Counting objects:  44% (696/1580)        
remote: Counting objects:  45% (711/1580)        
remote: Counting objects:  46% (727/1580)        
remote: Counting objects:  47% (743/1580)        
remote: Counting objects:  48% (759/1580)        
remote: Counting objects:  49% (775/1580)        
remote: Counting objects:  50% (790/1580)        
remote: Counting objects:  51% (806/1580)        
remote: Counting objects:  52% (822/1580)        
remote: Counting objects:  53% (838/1580)        
remote: Counting objects:  54% (854/1580)        
remote: Counting objects:  55% (869/1580)        
remote: Counting objects:  56% (885/1580)        
remote: Counting objects:  57% (901/1580)        
remote: Counting objects:  58% (917/1580)        
remote: Counting objects:  59% (933/1580)        
remote: Counting objects:  60% (948/1580)        
remote: Counting objects:  61% (964/1580)        
remote: Counting objects:  62% (980/1580)        
remote: Counting objects:  63% (996/1580)        
remote: Counting objects:  64% (1012/1580)        
remote: Counting objects:  65% (1027/1580)        
remote: Counting objects:  66% (1043/1580)        
remote: Counting objects:  67% (1059/1580)        
remote: Counting objects:  68% (1075/1580)        
remote: Counting objects:  69% (1091/1580)        
remote: Counting objects:  70% (1106/1580)        
remote: Counting objects:  71% (1122/1580)        
remote: Counting objects:  72% (1138/1580)        
remote: Counting objects:  73% (1154/1580)        
remote: Counting objects:  74% (1170/1580)        
remote: Counting objects:  75% (1185/1580)        
remote: Counting objects:  76% (1201/1580)        
remote: Counting objects:  77% (1217/1580)        
remote: Counting objects:  78% (1233/1580)        
remote: Counting objects:  79% (1249/1580)        
remote: Counting objects:  80% (1264/1580)        
remote: Counting objects:  81% (1280/1580)        
remote: Counting objects:  82% (1296/1580)        
remote: Counting objects:  83% (1312/1580)        
remote: Counting objects:  84% (1328/1580)        
remote: Counting objects:  85% (1343/1580)        
remote: Counting objects:  86% (1359/1580)        
remote: Counting objects:  87% (1375/1580)        
remote: Counting objects:  88% (1391/1580)        
remote: Counting objects:  89% (1407/1580)        
remote: Counting objects:  90% (1422/1580)        
remote: Counting objects:  91% (1438/1580)        
remote: Counting objects:  92% (1454/1580)        
remote: Counting objects:  93% (1470/1580)        
remote: Counting objects:  94% (1486/1580)        
remote: Counting objects:  95% (1501/1580)        
remote: Counting objects:  96% (1517/1580)        
remote: Counting objects:  97% (1533/1580)        
remote: Counting objects:  98% (1549/1580)        
remote: Counting objects:  99% (1565/1580)        
remote: Counting objects: 100% (1580/1580)        
remote: Counting objects: 100% (1580/1580), done.
    remote: Compressing objects:   0% (1/325)        
remote: Compressing objects:   1% (4/325)        
remote: Compressing objects:   2% (7/325)        
remote: Compressing objects:   3% (10/325)        
remote: Compressing objects:   4% (13/325)        
remote: Compressing objects:   5% (17/325)        
remote: Compressing objects:   6% (20/325)        
remote: Compressing objects:   7% (23/325)        
remote: Compressing objects:   8% (26/325)        
remote: Compressing objects:   9% (30/325)        
remote: Compressing objects:  10% (33/325)        
remote: Compressing objects:  11% (36/325)        
remote: Compressing objects:  12% (39/325)        
remote: Compressing objects:  13% (43/325)        
remote: Compressing objects:  14% (46/325)        
remote: Compressing objects:  15% (49/325)        
remote: Compressing objects:  16% (52/325)        
remote: Compressing objects:  17% (56/325)        
remote: Compressing objects:  18% (59/325)        
remote: Compressing objects:  19% (62/325)        
remote: Compressing objects:  20% (65/325)        
remote: Compressing objects:  21% (69/325)        
remote: Compressing objects:  22% (72/325)        
remote: Compressing objects:  23% (75/325)        
remote: Compressing objects:  24% (78/325)        
remote: Compressing objects:  25% (82/325)        
remote: Compressing objects:  26% (85/325)        
remote: Compressing objects:  27% (88/325)        
remote: Compressing objects:  28% (91/325)        
remote: Compressing objects:  29% (95/325)        
remote: Compressing objects:  30% (98/325)        
remote: Compressing objects:  31% (101/325)        
remote: Compressing objects:  32% (104/325)        
remote: Compressing objects:  33% (108/325)        
remote: Compressing objects:  34% (111/325)        
remote: Compressing objects:  35% (114/325)        
remote: Compressing objects:  36% (117/325)        
remote: Compressing objects:  37% (121/325)        
remote: Compressing objects:  38% (124/325)        
remote: Compressing objects:  39% (127/325)        
remote: Compressing objects:  40% (130/325)        
remote: Compressing objects:  41% (134/325)        
remote: Compressing objects:  42% (137/325)        
remote: Compressing objects:  43% (140/325)        
remote: Compressing objects:  44% (143/325)        
remote: Compressing objects:  45% (147/325)        
remote: Compressing objects:  46% (150/325)        
remote: Compressing objects:  47% (153/325)        
remote: Compressing objects:  48% (156/325)        
remote: Compressing objects:  49% (160/325)        
remote: Compressing objects:  50% (163/325)        
remote: Compressing objects:  51% (166/325)        
remote: Compressing objects:  52% (169/325)        
remote: Compressing objects:  53% (173/325)        
remote: Compressing objects:  54% (176/325)        
remote: Compressing objects:  55% (179/325)        
remote: Compressing objects:  56% (182/325)        
remote: Compressing objects:  57% (186/325)        
remote: Compressing objects:  58% (189/325)        
remote: Compressing objects:  59% (192/325)        
remote: Compressing objects:  60% (195/325)        
remote: Compressing objects:  61% (199/325)        
remote: Compressing objects:  62% (202/325)        
remote: Compressing objects:  63% (205/325)        
remote: Compressing objects:  64% (208/325)        
remote: Compressing objects:  65% (212/325)        
remote: Compressing objects:  66% (215/325)        
remote: Compressing objects:  67% (218/325)        
remote: Compressing objects:  68% (221/325)        
remote: Compressing objects:  69% (225/325)        
remote: Compressing objects:  70% (228/325)        
remote: Compressing objects:  71% (231/325)        
remote: Compressing objects:  72% (234/325)        
remote: Compressing objects:  73% (238/325)        
remote: Compressing objects:  74% (241/325)        
remote: Compressing objects:  75% (244/325)        
remote: Compressing objects:  76% (247/325)        
remote: Compressing objects:  77% (251/325)        
remote: Compressing objects:  78% (254/325)        
remote: Compressing objects:  79% (257/325)        
remote: Compressing objects:  80% (260/325)        
remote: Compressing objects:  81% (264/325)        
remote: Compressing objects:  82% (267/325)        
remote: Compressing objects:  83% (270/325)        
remote: Compressing objects:  84% (273/325)        
remote: Compressing objects:  85% (277/325)        
remote: Compressing objects:  86% (280/325)        
remote: Compressing objects:  87% (283/325)        
remote: Compressing objects:  88% (286/325)        
remote: Compressing objects:  89% (290/325)        
remote: Compressing objects:  90% (293/325)        
remote: Compressing objects:  91% (296/325)        
remote: Compressing objects:  92% (299/325)        
remote: Compressing objects:  93% (303/325)        
remote: Compressing objects:  94% (306/325)        
remote: Compressing objects:  95% (309/325)        
remote: Compressing objects:  96% (312/325)        
remote: Compressing objects:  97% (316/325)        
remote: Compressing objects:  98% (319/325)        
remote: Compressing objects:  99% (322/325)        
remote: Compressing objects: 100% (325/325)        
remote: Compressing objects: 100% (325/325), done.
    Receiving objects:   0% (1/46730)
Receiving objects:   1% (468/46730)
Receiving objects:   2% (935/46730)
Receiving objects:   3% (1402/46730)
Receiving objects:   4% (1870/46730)
Receiving objects:   5% (2337/46730)
Receiving objects:   6% (2804/46730)
Receiving objects:   7% (3272/46730)
Receiving objects:   8% (3739/46730)
Receiving objects:   9% (4206/46730)
Receiving objects:  10% (4673/46730), 7.84 MiB | 15.66 MiB/s
Receiving objects:  11% (5141/46730), 7.84 MiB | 15.66 MiB/s
Receiving objects:  12% (5608/46730), 7.84 MiB | 15.66 MiB/s
Receiving objects:  12% (5917/46730), 32.25 MiB | 32.24 MiB/s
Receiving objects:  13% (6075/46730), 32.25 MiB | 32.24 MiB/s
Receiving objects:  14% (6543/46730), 53.82 MiB | 35.88 MiB/s
Receiving objects:  15% (7010/46730), 53.82 MiB | 35.88 MiB/s
Receiving objects:  15% (7123/46730), 77.93 MiB | 38.96 MiB/s
Receiving objects:  16% (7477/46730), 77.93 MiB | 38.96 MiB/s
Receiving objects:  17% (7945/46730), 77.93 MiB | 38.96 MiB/s
Receiving objects:  18% (8412/46730), 77.93 MiB | 38.96 MiB/s
Receiving objects:  19% (8879/46730), 77.93 MiB | 38.96 MiB/s
Receiving objects:  20% (9346/46730), 77.93 MiB | 38.96 MiB/s
Receiving objects:  21% (9814/46730), 102.61 MiB | 41.04 MiB/s
Receiving objects:  22% (10281/46730), 102.61 MiB | 41.04 MiB/s
Receiving objects:  23% (10748/46730), 102.61 MiB | 41.04 MiB/s
Receiving objects:  23% (10860/46730), 126.85 MiB | 42.27 MiB/s
Receiving objects:  24% (11216/46730), 126.85 MiB | 42.27 MiB/s
Receiving objects:  25% (11683/46730), 126.85 MiB | 42.27 MiB/s
Receiving objects:  26% (12150/46730), 126.85 MiB | 42.27 MiB/s
Receiving objects:  27% (12618/46730), 126.85 MiB | 42.27 MiB/s
Receiving objects:  28% (13085/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  29% (13552/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  30% (14019/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  31% (14487/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  32% (14954/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  33% (15421/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  34% (15889/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  35% (16356/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  36% (16823/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  37% (17291/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  38% (17758/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  39% (18225/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  40% (18692/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  41% (19160/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  42% (19627/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  43% (20094/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  44% (20562/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  45% (21029/46730), 152.07 MiB | 43.40 MiB/s
Receiving objects:  45% (21289/46730), 176.81 MiB | 44.16 MiB/s
Receiving objects:  46% (21496/46730), 176.81 MiB | 44.16 MiB/s
Receiving objects:  47% (21964/46730), 176.81 MiB | 44.16 MiB/s
Receiving objects:  48% (22431/46730), 201.57 MiB | 44.75 MiB/s
Receiving objects:  48% (22824/46730), 225.35 MiB | 48.28 MiB/s
Receiving objects:  49% (22898/46730), 225.35 MiB | 48.28 MiB/s
Receiving objects:  50% (23365/46730), 225.35 MiB | 48.28 MiB/s
error: 6916 bytes of body are still expected
    fetch-pack: unexpected disconnect while reading sideband packet
    fatal: early EOF
    fatal: fetch-pack: invalid index-pack output
Fetching from https://github.com/kareman/SwiftShell
Fetching from https://github.com/Quick/Nimble
Fetching from https://github.com/shibapm/Logger
Fetching from https://github.com/jpsim/Yams (cached)
Fetching from https://github.com/Quick/Quick
Fetching from https://github.com/JohnSundell/ShellOut.git
Fetching from https://github.com/Realm/SwiftLint.git
Fetching from https://github.com/f-meloni/Rocket
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching from https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Fetching from https://github.com/drmohundro/SWXMLHash.git
Creating working copy of package ‘Quick’
Checking out 3.1.2 of package ‘Quick’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Creating working copy of package ‘ShellOut’
Checking out 2.3.0 of package ‘ShellOut’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘Logger’
Checking out 0.2.3 of package ‘Logger’
Creating working copy of package ‘SwiftyTextTable’
Checking out 0.9.0 of package ‘SwiftyTextTable’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘Rocket’
Checking out 1.3.0 of package ‘Rocket’
Creating working copy of package ‘PackageConfig’
Checking out 1.1.3 of package ‘PackageConfig’
Creating working copy of package ‘SwiftLint’
Checking out 0.59.1 of package ‘SwiftLint’
Creating working copy of package ‘Nimble’
Checking out 8.1.2 of package ‘Nimble’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘Komondor’
Checking out 1.1.4 of package ‘Komondor’
Creating working copy of package ‘SwiftShell’
Checking out 5.1.0 of package ‘SwiftShell’
Creating working copy of package ‘TestSpy’
Checking out 0.5.0 of package ‘TestSpy’
Creating working copy of package ‘CollectionConcurrencyKit’
Checking out 0.2.0 of package ‘CollectionConcurrencyKit’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.0 of package ‘swift-syntax’
unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'fatalErrorResolve Package Graph
unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'binary target 'SwiftLintBinary' could not be mapped to an artifact with expected name 'SwiftLintBinary'multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'Rocket’; target names need to be unique across the package graphmultiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'RocketLib’; target names need to be unique across the package graph
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 05:03:31.725 xcodebuild[520:2932] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_05-03-0031.xcresult
xcodebuild: error: Could not resolve package dependencies:
  unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'
  binary target 'SwiftLintBinary' could not be mapped to an artifact with expected name 'SwiftLintBinary'
  multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'Rocket’; target names need to be unique across the package graph
  multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'RocketLib’; target names need to be unique across the package graph
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'binary target 'SwiftLintBinary' could not be mapped to an artifact with expected name 'SwiftLintBinary'multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'Rocket’; target names need to be unique across the package graphmultiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'RocketLib’; target names need to be unique across the package graph
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 05:03:33.786 xcodebuild[1416:6756] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_05-03-0033.xcresult
xcodebuild: error: Could not resolve package dependencies:
  unable to override package 'Rocket' because its identity 'rocket' doesn't match override's identity (directory name) 'spi-builder-workspace'
  binary target 'SwiftLintBinary' could not be mapped to an artifact with expected name 'SwiftLintBinary'
  multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'Rocket’; target names need to be unique across the package graph
  multiple packages ('rocket', 'spi-builder-workspace') declare targets with a conflicting name: 'RocketLib’; target names need to be unique across the package graph
BUILD FAILURE 6.1 macosXcodebuild