The Swift Package Index logo.Swift Package Index

Build Information

Failed to build APProgressToolbar, reference 6.0.0 (0aaceb), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 14:51:41 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/aporat/APProgressToolbar.git
Reference: 6.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aporat/APProgressToolbar
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at 0aaceb8 Merge pull request #6 from aporat/dependabot/github_actions/actions/checkout-6
Cloned https://github.com/aporat/APProgressToolbar.git
Revision (git rev-parse @):
0aaceb8750d980ffe736ff564325868cf1fa048f
SUCCESS checkout https://github.com/aporat/APProgressToolbar.git at 6.0.0
Fetching https://github.com/aporat/GTProgressBar.git
Fetching https://github.com/SnapKit/SnapKit.git
[1/1326] Fetching gtprogressbar
[187/5595] Fetching gtprogressbar, snapkit
Fetched https://github.com/SnapKit/SnapKit.git from cache (1.18s)
Fetched https://github.com/aporat/GTProgressBar.git from cache (1.18s)
Creating working copy for https://github.com/SnapKit/SnapKit.git
Creating working copy for https://github.com/aporat/GTProgressBar.git
Working copy of https://github.com/aporat/GTProgressBar.git resolved at 1.1.0
Working copy of https://github.com/SnapKit/SnapKit.git resolved at 5.7.1
========================================
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": "approgresstoolbar",
      "name": "APProgressToolbar",
      "url": "https://github.com/aporat/APProgressToolbar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/APProgressToolbar",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "gtprogressbar",
          "name": "GTProgressBar",
          "url": "https://github.com/aporat/GTProgressBar.git",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GTProgressBar",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "snapkit",
          "name": "SnapKit",
          "url": "https://github.com/SnapKit/SnapKit.git",
          "version": "5.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SnapKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/aporat/APProgressToolbar.git
[1/423] Fetching approgresstoolbar
Fetched https://github.com/aporat/APProgressToolbar.git from cache (0.83s)
Fetching https://github.com/aporat/GTProgressBar.git from cache
Fetching https://github.com/SnapKit/SnapKit.git from cache
Fetched https://github.com/SnapKit/SnapKit.git from cache (0.52s)
Fetched https://github.com/aporat/GTProgressBar.git from cache (0.52s)
Computing version for https://github.com/aporat/GTProgressBar.git
Computed https://github.com/aporat/GTProgressBar.git at 1.1.0 (1.17s)
Computing version for https://github.com/SnapKit/SnapKit.git
Computed https://github.com/SnapKit/SnapKit.git at 5.7.1 (0.61s)
Creating working copy for https://github.com/SnapKit/SnapKit.git
Working copy of https://github.com/SnapKit/SnapKit.git resolved at 5.7.1
Creating working copy for https://github.com/aporat/APProgressToolbar.git
Working copy of https://github.com/aporat/APProgressToolbar.git resolved at 6.0.0 (0aaceb8)
Creating working copy for https://github.com/aporat/GTProgressBar.git
Working copy of https://github.com/aporat/GTProgressBar.git resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'approgresstoolbar' is not used by any target
Found 2 product dependencies
  - GTProgressBar
  - SnapKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aporat/APProgressToolbar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'APProgressToolbar' requires macos 10.13, but depends on the product 'GTProgressBar' which requires macos 12.0; consider changing the library 'APProgressToolbar' to require macos 12.0 or later, or the product 'GTProgressBar' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm