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 LockSmith, reference master (5fd7b0), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 22:43:48 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/Ponyboy47/LockSmith.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ponyboy47/LockSmith
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5fd7b0f Standardize swift format
Cloned https://github.com/Ponyboy47/LockSmith.git
Revision (git rev-parse @):
5fd7b0f6d3d83787e71547eb881ac10d40613d86
SUCCESS checkout https://github.com/Ponyboy47/LockSmith.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ponyboy47/LockSmith.git
https://github.com/Ponyboy47/LockSmith.git
{
  "dependencies" : [
    {
      "identity" : "trailblazer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/TrailBlazer.git"
    },
    {
      "identity" : "errno",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Ponyboy47/ErrNo.git"
    }
  ],
  "manifest_display_name" : "LockSmith",
  "name" : "LockSmith",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LockSmith",
      "targets" : [
        "LockSmith"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LockSmithTests",
      "module_type" : "SwiftTarget",
      "name" : "LockSmithTests",
      "path" : "Tests/LockSmithTests",
      "product_dependencies" : [
        "TrailBlazer"
      ],
      "sources" : [
        "LSFileLockTests.swift",
        "LSLockTests.swift",
        "LockSmithTests.swift"
      ],
      "target_dependencies" : [
        "LockSmith"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LockSmith",
      "module_type" : "SwiftTarget",
      "name" : "LockSmith",
      "path" : "Sources/LockSmith",
      "product_dependencies" : [
        "TrailBlazer",
        "ErrNo"
      ],
      "product_memberships" : [
        "LockSmith"
      ],
      "sources" : [
        "LSProcess.swift",
        "LockSmith.swift",
        "LockSmithErrors.swift",
        "Locks/LSFileLock.swift",
        "Locks/LSLock.swift",
        "Locks/LSProcessLock.swift",
        "NilCoalescing.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/Ponyboy47/ErrNo.git
Fetching from https://github.com/Ponyboy47/TrailBlazer.git
Fetching from https://github.com/Ponyboy47/Cglob
Fetching from https://github.com/Ponyboy47/Cdirent
Fetching from https://github.com/kareman/SwiftShell
Creating working copy of package ‘Cdirent’
Checking out 0.1.0 of package ‘Cdirent’
Creating working copy of package ‘SwiftShell’
Checking out 5.1.0 of package ‘SwiftShell’
Creating working copy of package ‘Cglob’
Checking out 0.1.0 of package ‘Cglob’
Creating working copy of package ‘TrailBlazer’
Checking out 0.20.1 of package ‘TrailBlazer’
Creating working copy of package ‘ErrNo’
Checking out 0.5.2 of package ‘ErrNo’
product 'TrailBlazer' required by package 'spi-builder-workspace' target 'LockSmithTests' not found.Resolve Package Graph
product 'TrailBlazer' required by package 'spi-builder-workspace' target 'LockSmithTests' not found.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-25 15:43:47.995 xcodebuild[516:2870] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_15-43-0047.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'TrailBlazer' required by package 'spi-builder-workspace' target 'LockSmithTests' not found.
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
product 'TrailBlazer' required by package 'spi-builder-workspace' target 'LockSmithTests' not found.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-25 15:43:48.733 xcodebuild[875:4395] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_15-43-0048.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'TrailBlazer' required by package 'spi-builder-workspace' target 'LockSmithTests' not found.
BUILD FAILURE 6.1 tvOS