The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JapaneseHoliday, reference main (2306bf), with Swift 6.1 for macOS (SPM) on 1 May 2026 07:24:51 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 2306bf0 Update information of holidays
Cloned https://github.com/417-72KI/JapaneseHoliday.git
Revision (git rev-parse @):
2306bf053ce705330f1a41136395356c6f5ea178
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/326] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (0.65s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.73s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.98s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.63.2 (0.47s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.63.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.63.2/SwiftLintBinary.artifactbundle.zip
[16375/72588246] Downloading https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip (3.59s)
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