The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SuperScrollView, reference 1.0.0 (fdb558), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:42:58 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/AlvaroSanzRodrigo/SuperScrollView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlvaroSanzRodrigo/SuperScrollView
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
Fetching https://github.com/fatbobman/IsScrolling.git
[1/185] Fetching isscrolling
Fetched https://github.com/fatbobman/IsScrolling.git from cache (0.61s)
Computing version for https://github.com/fatbobman/IsScrolling.git
Computed https://github.com/fatbobman/IsScrolling.git at 1.1.2 (3.58s)
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.65s)
Fetching https://github.com/fatbobman/IsScrolling.git from cache
Fetched https://github.com/fatbobman/IsScrolling.git from cache (0.43s)
Computing version for https://github.com/fatbobman/IsScrolling.git
Computed https://github.com/fatbobman/IsScrolling.git at 1.2.0 (0.49s)
Creating working copy for https://github.com/fatbobman/IsScrolling.git
Working copy of https://github.com/fatbobman/IsScrolling.git resolved at 1.2.0
Creating working copy for https://github.com/AlvaroSanzRodrigo/SuperScrollView.git
Working copy of https://github.com/AlvaroSanzRodrigo/SuperScrollView.git resolved at 1.0.0 (fdb5586)
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