The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aporat/APProgressToolbar.git
https://github.com/aporat/APProgressToolbar.git
{
  "dependencies" : [
    {
      "identity" : "gtprogressbar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aporat/GTProgressBar.git"
    },
    {
      "identity" : "snapkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SnapKit/SnapKit.git"
    }
  ],
  "manifest_display_name" : "APProgressToolbar",
  "name" : "APProgressToolbar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APProgressToolbar",
      "targets" : [
        "APProgressToolbar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APProgressToolbarTests",
      "module_type" : "SwiftTarget",
      "name" : "APProgressToolbarTests",
      "path" : "Tests",
      "sources" : [
        "ProgressToolbarTests.swift"
      ],
      "target_dependencies" : [
        "APProgressToolbar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APProgressToolbar",
      "module_type" : "SwiftTarget",
      "name" : "APProgressToolbar",
      "path" : "Sources",
      "product_dependencies" : [
        "GTProgressBar",
        "SnapKit"
      ],
      "product_memberships" : [
        "APProgressToolbar"
      ],
      "sources" : [
        "APProgressToolbar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/SnapKit/SnapKit.git
Fetching https://github.com/aporat/GTProgressBar.git
[1/1326] Fetching gtprogressbar
[346/5595] Fetching gtprogressbar, snapkit
Fetched https://github.com/aporat/GTProgressBar.git from cache (1.27s)
Fetched https://github.com/SnapKit/SnapKit.git from cache (1.27s)
Computing version for https://github.com/aporat/GTProgressBar.git
Computed https://github.com/aporat/GTProgressBar.git at 1.1.0 (1.75s)
Computing version for https://github.com/SnapKit/SnapKit.git
Computed https://github.com/SnapKit/SnapKit.git at 5.7.1 (0.45s)
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/GTProgressBar.git
Working copy of https://github.com/aporat/GTProgressBar.git resolved at 1.1.0
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm