Build Information
Failed to build SuperScrollView, reference main (fdb558), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 12:12:41 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/AlvaroSanzRodrigo/SuperScrollView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlvaroSanzRodrigo/SuperScrollView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fdb5586 Merge branch 'main' of https://github.com/AlvaroSanzRodrigo/SuperScrollView
Cloned https://github.com/AlvaroSanzRodrigo/SuperScrollView.git
Revision (git rev-parse @):
fdb558631db344113309ed9788acb64a16af55bf
SUCCESS checkout https://github.com/AlvaroSanzRodrigo/SuperScrollView.git at main
Fetching https://github.com/fatbobman/IsScrolling.git
[1/185] Fetching isscrolling
Fetched https://github.com/fatbobman/IsScrolling.git from cache (0.71s)
Computing version for https://github.com/fatbobman/IsScrolling.git
Computed https://github.com/fatbobman/IsScrolling.git at 1.1.2 (4.53s)
Creating working copy for https://github.com/fatbobman/IsScrolling.git
Working copy of https://github.com/fatbobman/IsScrolling.git resolved at 1.1.2
========================================
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": "superscrollview",
"name": "SuperScrollView",
"url": "https://github.com/AlvaroSanzRodrigo/SuperScrollView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SuperScrollView",
"traits": [
"default"
],
"dependencies": [
{
"identity": "isscrolling",
"name": "IsScrolling",
"url": "https://github.com/fatbobman/IsScrolling.git",
"version": "1.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IsScrolling",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/AlvaroSanzRodrigo/SuperScrollView.git
[1/51] Fetching superscrollview
Fetched https://github.com/AlvaroSanzRodrigo/SuperScrollView.git from cache (0.61s)
Fetching https://github.com/fatbobman/IsScrolling.git from cache
Fetched https://github.com/fatbobman/IsScrolling.git from cache (0.48s)
Computing version for https://github.com/fatbobman/IsScrolling.git
Computed https://github.com/fatbobman/IsScrolling.git at 1.2.0 (0.54s)
Creating working copy for https://github.com/AlvaroSanzRodrigo/SuperScrollView.git
Working copy of https://github.com/AlvaroSanzRodrigo/SuperScrollView.git resolved at main (fdb5586)
Creating working copy for https://github.com/fatbobman/IsScrolling.git
Working copy of https://github.com/fatbobman/IsScrolling.git resolved at 1.2.0
warning: '.resolve-product-dependencies': dependency 'superscrollview' is not used by any target
Found 1 product dependencies
- IsScrolling
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/AlvaroSanzRodrigo/SuperScrollView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'SuperScrollView' requires macos 10.13, but depends on the product 'IsScrolling' which requires macos 12.0; consider changing the library 'SuperScrollView' to require macos 12.0 or later, or the product 'IsScrolling' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm