Build Information
Failed to build SwiftyDrawer, reference v1.0.0 (2e3de2), with Swift 6.2 for macOS (SPM) on 23 Nov 2025 20:17:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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/253] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.66s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.58.2 (1.23s)
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.23s)
========================================
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",
"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",
"dependencies": [
{
"identity": "swiftlintplugins",
"name": "SwiftLintPlugins",
"url": "https://github.com/SimplyDanny/SwiftLintPlugins",
"version": "0.62.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLintPlugins",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/aswinter90/SwiftyDrawer.git
[1/1845] Fetching swiftydrawer
Fetched https://github.com/aswinter90/SwiftyDrawer.git from cache (0.85s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins from cache
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.47s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.62.2 (1.00s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.62.2
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)
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.36s)
warning: '.resolve-product-dependencies': dependency 'swiftydrawer' is not used by any target
Found 1 product dependencies
- SwiftLintPlugins
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aswinter90/SwiftyDrawer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.2 macosSpm