The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build DependencyInjection, reference master (8e6599), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 08:28:02 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/sebastianpixel/dependencyinjection.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sebastianpixel/dependencyinjection
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8e65999 bump podspec version
Cloned https://github.com/sebastianpixel/dependencyinjection.git
Revision (git rev-parse @):
8e65999330f2cead7b0aa246792a14180c50c413
SUCCESS checkout https://github.com/sebastianpixel/dependencyinjection.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sebastianpixel/dependencyinjection.git
https://github.com/sebastianpixel/dependencyinjection.git
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    }
  ],
  "manifest_display_name" : "DependencyInjection",
  "name" : "DependencyInjection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DependencyInjection",
      "targets" : [
        "DependencyInjection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DependencyInjectionTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyInjectionTests",
      "path" : "Tests/DependencyInjectionTests",
      "sources" : [
        "DependencyInjectionTests.swift",
        "MockTypes.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DependencyInjection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependencyInjection",
      "module_type" : "SwiftTarget",
      "name" : "DependencyInjection",
      "path" : "Sources/DependencyInjection",
      "product_memberships" : [
        "DependencyInjection"
      ],
      "sources" : [
        "DIContainer.swift",
        "DependencyRegistering.swift",
        "FunctionBuilders/ModuleBuilder.swift",
        "FunctionBuilders/RegistrationBuilder.swift",
        "Module.swift",
        "PropertyWrappers/Inject.swift",
        "PropertyWrappers/LazyInject.swift",
        "PropertyWrappers/MutableInject.swift",
        "PropertyWrappers/MutableLazyInject.swift",
        "ReentrantSyncQueue.swift",
        "Registrar.swift",
        "Registration.swift",
        "Registrations/New.swift",
        "Registrations/Shared.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/realm/SwiftLint
could not find a branch named ‘master’ in https://github.com/realm/SwiftLint (did you mean ‘main’?)Resolve Package Graph
Updating from https://github.com/realm/SwiftLint
could not find a branch named ‘master’ in https://github.com/realm/SwiftLint (did you mean ‘main’?)
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 01:28:00.598 xcodebuild[516:2865] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_01-28-0000.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘master’ in https://github.com/realm/SwiftLint (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/realm/SwiftLint
could not find a branch named ‘master’ in https://github.com/realm/SwiftLint (did you mean ‘main’?)
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-26 01:28:02.086 xcodebuild[737:4292] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_01-28-0002.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find a branch named ‘master’ in https://github.com/realm/SwiftLint (did you mean ‘main’?)
BUILD FAILURE 6.1 iOS