Build Information
Failed to build SwiftyDrawer, reference main (a0992a), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:13:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aswinter90/SwiftyDrawer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aswinter90/SwiftyDrawer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a0992a0 Fix typo in known issues section of README
Cloned https://github.com/aswinter90/SwiftyDrawer.git
Revision (git rev-parse @):
a0992a0f36c6db0079d37fd1de99f246c0f25fc7
SUCCESS checkout https://github.com/aswinter90/SwiftyDrawer.git at main
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/326] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.78s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.58.2 (1.42s)
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
[17896/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.91s)
========================================
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.87s)
Fetching https://github.com/SimplyDanny/SwiftLintPlugins from cache
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.42s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.63.2 (1.12s)
Creating working copy for https://github.com/aswinter90/SwiftyDrawer.git
Working copy of https://github.com/aswinter90/SwiftyDrawer.git resolved at main (a0992a0)
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
[32750/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.39s)
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