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 swiftpm-on-llbuild2, reference main (88ddcb), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 03:34:27 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/apple/swiftpm-on-llbuild2.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swiftpm-on-llbuild2
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 88ddcbc Add SQLite-backed CAS
Cloned https://github.com/apple/swiftpm-on-llbuild2.git
Revision (git rev-parse @):
88ddcbcab67fea21a1b40f403f1da66b1460a08f
SUCCESS checkout https://github.com/apple/swiftpm-on-llbuild2.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swiftpm-on-llbuild2.git
https://github.com/apple/swiftpm-on-llbuild2.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "swift-llbuild2",
      "requirement" : {
        "branch" : [
          "spmllb2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-llbuild2.git"
    },
    {
      "identity" : "swift-driver",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-driver.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "d2a41c0b9adea00fd842ac928d88d037313f747c"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager.git"
    }
  ],
  "manifest_display_name" : "swiftpm-on-llbuild2",
  "name" : "swiftpm-on-llbuild2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LLBSwiftBuild",
      "targets" : [
        "LLBSwiftBuild"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "spmllb2",
      "targets" : [
        "spmllb2"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "spm-workflow",
      "targets" : [
        "spm-workflow"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "spmllb2",
      "module_type" : "SwiftTarget",
      "name" : "spmllb2",
      "path" : "Sources/spmllb2",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "spmllb2"
      ],
      "sources" : [
        "CAS.swift",
        "Options.swift",
        "SPMLLBTool.swift",
        "SQLite.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "LLBSwiftBuild"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "spm_workflow",
      "module_type" : "SwiftTarget",
      "name" : "spm-workflow",
      "path" : "Sources/Workflows/spm-workflow",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "spm-workflow"
      ],
      "sources" : [
        "DumpWorkflows.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ExampleWorkflows"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Workflow",
      "module_type" : "SwiftTarget",
      "name" : "Workflow",
      "path" : "Sources/Workflows/Workflow",
      "product_memberships" : [
        "spm-workflow"
      ],
      "sources" : [
        "Workflow.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBSwiftBuildTests",
      "module_type" : "SwiftTarget",
      "name" : "LLBSwiftBuildTests",
      "path" : "Tests/LLBSwiftBuildTests",
      "sources" : [
        "LLBSwiftBuildTests.swift"
      ],
      "target_dependencies" : [
        "LLBSwiftBuild"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLBSwiftBuild",
      "module_type" : "SwiftTarget",
      "name" : "LLBSwiftBuild",
      "path" : "Sources/LLBSwiftBuild",
      "product_dependencies" : [
        "SwiftDriver",
        "llbuild2BuildSystem",
        "llbuild2Util",
        "SwiftPM-auto"
      ],
      "product_memberships" : [
        "LLBSwiftBuild",
        "spmllb2"
      ],
      "sources" : [
        "BuildSystemDelegate.swift",
        "Functions/BuildFunction.swift",
        "Functions/ManifestLoader.swift",
        "Functions/PackageLoader.swift",
        "Rules/CLibraryRule.swift",
        "Rules/SwiftExecutableRule.swift",
        "Rules/SwiftLibraryRule.swift",
        "misc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleWorkflows",
      "module_type" : "SwiftTarget",
      "name" : "ExampleWorkflows",
      "path" : "Sources/Workflows/ExampleWorkflows",
      "product_memberships" : [
        "spm-workflow"
      ],
      "sources" : [
        "Examples.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/apple/swift-llbuild2.git
Fetching from https://github.com/apple/swift-driver.git
could not find a branch named ‘master’ in https://github.com/apple/swift-driver.git (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/apple/swift-llbuild2.git
Updating from https://github.com/apple/swift-driver.git
could not find a branch named ‘master’ in https://github.com/apple/swift-driver.git (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/apple/swift-llbuild2.git
Updating from https://github.com/apple/swift-driver.git
could not find a branch named ‘master’ in https://github.com/apple/swift-driver.git (did you mean ‘main’?)
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-25 20:34:24.931 xcodebuild[518:2904] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_20-34-0024.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘master’ in https://github.com/apple/swift-driver.git (did you mean ‘main’?)
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
Updating from https://github.com/apple/swift-llbuild2.git
Updating from https://github.com/apple/swift-driver.git
could not find a branch named ‘master’ in https://github.com/apple/swift-driver.git (did you mean ‘main’?)
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-25 20:34:26.993 xcodebuild[744:3976] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_20-34-0026.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘master’ in https://github.com/apple/swift-driver.git (did you mean ‘main’?)
BUILD FAILURE 6.1 iOS