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 JapaneseHoliday, reference main (47610d), with Swift 6.1 for macOS (SPM) on 13 Dec 2025 19:05:48 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/417-72KI/JapaneseHoliday.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/417-72KI/JapaneseHoliday
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 47610dc Merge pull request #22 from 417-72KI/renovate/major-6-artifact-actions
Cloned https://github.com/417-72KI/JapaneseHoliday.git
Revision (git rev-parse @):
47610dc73811b448c2682c1bd7dc217c493f4a27
SUCCESS checkout https://github.com/417-72KI/JapaneseHoliday.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/417-72KI/JapaneseHoliday.git
https://github.com/417-72KI/JapaneseHoliday.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "600.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.57.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins.git"
    }
  ],
  "manifest_display_name" : "JapaneseHoliday",
  "name" : "JapaneseHoliday",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "JapaneseHoliday",
      "targets" : [
        "JapaneseHoliday",
        "Common"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "holiday-crawler",
      "targets" : [
        "HolidayCrawler"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "JapaneseHolidayTests",
      "module_type" : "SwiftTarget",
      "name" : "JapaneseHolidayTests",
      "path" : "Tests/JapaneseHolidayTests",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "JapaneseHolidayTests.swift",
        "Scaffolding.swift"
      ],
      "target_dependencies" : [
        "JapaneseHoliday"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JapaneseHoliday",
      "module_type" : "SwiftTarget",
      "name" : "JapaneseHoliday",
      "path" : "Sources/JapaneseHoliday",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "JapaneseHoliday"
      ],
      "sources" : [
        "Date+.swift",
        "Holidays.generated.swift",
        "JapaneseHoliday.swift",
        "LastUpdate.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HolidayCrawlerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "HolidayCrawlerCoreTests",
      "path" : "Tests/HolidayCrawlerCoreTests",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "sources" : [
        "HolidayBuilderTests.swift"
      ],
      "target_dependencies" : [
        "HolidayCrawlerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HolidayCrawlerCore",
      "module_type" : "SwiftTarget",
      "name" : "HolidayCrawlerCore",
      "path" : "Sources/HolidayCrawlerCore",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftParser",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "holiday-crawler"
      ],
      "sources" : [
        "Format.swift",
        "Holiday+CSV.swift",
        "HolidayBuilder.swift",
        "LastUpdateRewriter.swift"
      ],
      "target_dependencies" : [
        "Common"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HolidayCrawler",
      "module_type" : "SwiftTarget",
      "name" : "HolidayCrawler",
      "path" : "Sources/HolidayCrawler",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "holiday-crawler"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HolidayCrawlerCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Common",
      "module_type" : "SwiftTarget",
      "name" : "Common",
      "path" : "Sources/Common",
      "product_dependencies" : [
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "JapaneseHoliday",
        "holiday-crawler"
      ],
      "sources" : [
        "Holiday.swift"
      ],
      "type" : "library"
    }
  ],
  "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/SimplyDanny/SwiftLintPlugins.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/253] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (0.75s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.80s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.96s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.62.2 (0.48s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.62.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
[16375/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (3.62s)
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