The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WatchDuck, reference main (0c4672), with Swift 6.1 for macOS (SPM) on 17 Nov 2025 20:52:39 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BertanT/WatchDuck.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BertanT/WatchDuck
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c46728 Update to the latest ci version
Cloned https://github.com/BertanT/WatchDuck.git
Revision (git rev-parse @):
0c467281521a869bd0b4e11ea2daadb83cd3a2a8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/BertanT/WatchDuck.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BertanT/WatchDuck.git
https://github.com/BertanT/WatchDuck.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "revision" : [
          "41982a3656a71c768319979febd796c6fd111d5c"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "revision" : [
          "b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "plot",
      "requirement" : {
        "revision" : [
          "271926b4413fe868739d99f5eadcf2bd6cd62fb8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Plot.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "revision" : [
          "e1577acf2b6e90086d01a6d5e2b8efdaae033568"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "revision" : [
          "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "revision" : [
          "a60b5704f335fc18aa3aea3564c74774a338425f"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    }
  ],
  "manifest_display_name" : "WatchDuck",
  "name" : "WatchDuck",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "watchduck",
      "targets" : [
        "watchduck"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "watchduck",
      "module_type" : "SwiftTarget",
      "name" : "watchduck",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams",
        "Plot",
        "ShellOut",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "watchduck"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Checks/HTTPResponseCodeCheck.swift",
        "Commands/Run.swift",
        "Commands/ServiceInstall.swift",
        "Commands/ServiceUninstall.swift",
        "Commands/WatchDuck.swift",
        "Data/AnyWDCheck.swift",
        "Data/PackageResources.swift",
        "Data/WDCheck.swift",
        "Data/WDConfig.swift",
        "Data/WDLog.swift",
        "Data/WDOutage.swift",
        "Data/WDStatus.swift",
        "HTML/FileComponents.swift",
        "HTML/WDHTML.swift",
        "HTML/WDPageFooter.swift",
        "HTML/WDPageHeader.swift",
        "HTML/WDPageListSubtext.swift",
        "HTML/WDPageStatusList.swift",
        "Helpers/ANSIColors.swift",
        "Helpers/CLISpinner.swift",
        "Helpers/Extensions/Bundle+StaticURL.swift",
        "Helpers/Extensions/Bundle+StaticURLs.swift",
        "Helpers/Extensions/ClosedRange+ContainsRange.swift",
        "Helpers/Extensions/Error+UnderlyingLocalizedDescription.swift",
        "Helpers/Extensions/HTTPURLResponse+TextEncoding.swift",
        "Helpers/Extensions/KeyedDecodingContainer+AssignIfPresent.swift",
        "Helpers/Extensions/Sequence+Uniqued.swift",
        "Helpers/Extensions/String+CFString.swift",
        "Helpers/Extensions/String+Color+Bold.swift",
        "Helpers/Extensions/String.Encoding+IANACharset.swift",
        "Helpers/Extensions/Task+SleepTimeInterval.swift",
        "Helpers/Extensions/URL+CurrentDirectory.swift",
        "Helpers/Extensions/URL+StaticString.swift",
        "Helpers/Extensions/URLRequest+PreferredTextEncoding.swift",
        "Helpers/Extensions/URLSession+RetryingData.swift",
        "Helpers/HTTPMethod.swift",
        "Helpers/OSUtils.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.20s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.25s)
Fetching https://github.com/JohnSundell/Plot.git
[1/2096] Fetching plot
Fetched https://github.com/JohnSundell/Plot.git from cache (0.90s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.86s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/253] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.72s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Creating working copy for https://github.com/JohnSundell/Plot.git
Working copy of https://github.com/JohnSundell/Plot.git resolved at 271926b4413fe868739d99f5eadcf2bd6cd62fb8
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at a60b5704f335fc18aa3aea3564c74774a338425f
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at e1577acf2b6e90086d01a6d5e2b8efdaae033568
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 41982a3656a71c768319979febd796c6fd111d5c
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.0/SwiftLintBinary.artifactbundle.zip
[16375/41073089] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.0/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.0/SwiftLintBinary.artifactbundle.zip (2.58s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 macosSpm