The Swift Package Index logo.Swift Package Index

Build Information

Failed to build APProgressToolbar, reference main (0aaceb), with Swift 6.2 for macOS (SPM) on 21 Nov 2025 12:00:53 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aporat/APProgressToolbar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aporat/APProgressToolbar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/aporat/GTProgressBar.git
Fetching https://github.com/SnapKit/SnapKit.git
[1/1326] Fetching gtprogressbar
[227/5595] Fetching gtprogressbar, snapkit
Fetched https://github.com/SnapKit/SnapKit.git from cache (1.23s)
Fetched https://github.com/aporat/GTProgressBar.git from cache (1.23s)
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",
  "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",
      "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",
          "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",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/aporat/APProgressToolbar.git
[1/423] Fetching approgresstoolbar
Fetched https://github.com/aporat/APProgressToolbar.git from cache (0.87s)
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.58s)
Fetched https://github.com/aporat/GTProgressBar.git from cache (0.58s)
Computing version for https://github.com/aporat/GTProgressBar.git
Computed https://github.com/aporat/GTProgressBar.git at 1.1.0 (1.02s)
Computing version for https://github.com/SnapKit/SnapKit.git
Computed https://github.com/SnapKit/SnapKit.git at 5.7.1 (0.41s)
Creating working copy for https://github.com/aporat/GTProgressBar.git
Working copy of https://github.com/aporat/GTProgressBar.git resolved at 1.1.0
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 main (0aaceb8)
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.2
Building package at path:  $PWD
https://github.com/aporat/APProgressToolbar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.2 macosSpm