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 flockLib, reference master (5df454), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 09:17:56 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/naoty/flock.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naoty/flock
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5df454d Merge pull request #3 from tasaiii725/master
Cloned https://github.com/naoty/flock.git
Revision (git rev-parse @):
5df454d79c4e37acf055ad8ff83c8f6ad587a12e
SUCCESS checkout https://github.com/naoty/flock.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/naoty/flock.git
https://github.com/naoty/flock.git
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    }
  ],
  "manifest_display_name" : "flockLib",
  "name" : "flockLib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "flockLib",
      "targets" : [
        "flock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "flock",
      "targets" : [
        "flock"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "flock",
      "module_type" : "SwiftTarget",
      "name" : "flock",
      "path" : "Sources/flock",
      "product_dependencies" : [
        "SourceKittenFramework",
        "PathKit"
      ],
      "product_memberships" : [
        "flockLib",
        "flock"
      ],
      "sources" : [
        "Commands/Command.swift",
        "Commands/HelpCommand.swift",
        "Commands/MainCommand.swift",
        "Commands/VersionCommand.swift",
        "Digraph.swift",
        "Edge.swift",
        "Error.swift",
        "Node.swift",
        "Result.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "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/kylef/PathKit
Fetching from https://github.com/jpsim/SourceKitten
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘Spectre’
Checking out 0.10.1 of package ‘Spectre’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘PathKit’
Checking out 1.0.1 of package ‘PathKit’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Library product “flockLib” contains a target of type executable (“flock”). Library products may not include executable targets.Resolve Package Graph
Library product “flockLib” contains a target of type executable (“flock”). Library products may not include executable targets.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-24 02:17:55.344 xcodebuild[516:2881] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_02-17-0055.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Library product “flockLib” contains a target of type executable (“flock”). Library products may not include executable targets.
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
Library product “flockLib” contains a target of type executable (“flock”). Library products may not include executable targets.
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-24 02:17:56.590 xcodebuild[885:4595] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_02-17-0056.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Library product “flockLib” contains a target of type executable (“flock”). Library products may not include executable targets.
BUILD FAILURE 6.1 watchOS