The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyDrawer, reference v1.0.0 (2e3de2), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:14:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/aswinter90/SwiftyDrawer.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aswinter90/SwiftyDrawer
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 2e3de26 Fix custom drag handle in advanced demo
Cloned https://github.com/aswinter90/SwiftyDrawer.git
Revision (git rev-parse @):
2e3de26a5d626ae74dfddcf9f6c31e2bdd94afb3
SUCCESS checkout https://github.com/aswinter90/SwiftyDrawer.git at v1.0.0
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/326] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.71s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.58.2 (1.30s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.58.2
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[16375/40913916] Downloading https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip (2.50s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftydrawer",
      "name": "SwiftyDrawer",
      "url": "https://github.com/aswinter90/SwiftyDrawer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyDrawer",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftlintplugins",
          "name": "SwiftLintPlugins",
          "url": "https://github.com/SimplyDanny/SwiftLintPlugins",
          "version": "0.63.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLintPlugins",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/aswinter90/SwiftyDrawer.git
[1/1857] Fetching swiftydrawer
Fetched https://github.com/aswinter90/SwiftyDrawer.git from cache (0.89s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins from cache
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.46s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.63.2 (1.01s)
Creating working copy for https://github.com/aswinter90/SwiftyDrawer.git
Working copy of https://github.com/aswinter90/SwiftyDrawer.git resolved at v1.0.0 (2e3de26)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.63.2
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.83s)
warning: '.resolve-product-dependencies': dependency 'swiftydrawer' is not used by any target
Found 1 product dependencies
  - SwiftLintPlugins
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aswinter90/SwiftyDrawer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'SwiftyDrawer' requires macos 10.13, but depends on the product 'SwiftLintBuildToolPlugin' which requires macos 12.0; consider changing the library 'SwiftyDrawer' to require macos 12.0 or later, or the product 'SwiftLintBuildToolPlugin' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm