The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Agentation, reference main (c01a92), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 21:51:35 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/ertembiyik/swift-agentation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ertembiyik/swift-agentation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c01a929 Reorganize code structure and add comprehensive documentation (#3)
Cloned https://github.com/ertembiyik/swift-agentation.git
Revision (git rev-parse @):
c01a929913e6d54f51c7623eab198845ce96e3c3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ertembiyik/swift-agentation.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/Aeastr/UniversalGlass.git
[1/566] Fetching universalglass
[24/2843] Fetching universalglass, swift-docc-plugin
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (1.25s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/Aeastr/UniversalGlass.git
Computed https://github.com/Aeastr/UniversalGlass.git at 1.1.0 (1.87s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.20s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.85s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/Aeastr/UniversalGlass.git
Working copy of https://github.com/Aeastr/UniversalGlass.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
========================================
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": "swift-agentation",
      "name": "Agentation",
      "url": "https://github.com/ertembiyik/swift-agentation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-agentation",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "universalglass",
          "name": "UniversalGlass",
          "url": "https://github.com/Aeastr/UniversalGlass.git",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UniversalGlass",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ertembiyik/swift-agentation.git
[1/570] Fetching swift-agentation
Fetched https://github.com/ertembiyik/swift-agentation.git from cache (1.79s)
Fetching https://github.com/Aeastr/UniversalGlass.git from cache
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (0.45s)
Computing version for https://github.com/Aeastr/UniversalGlass.git
Computed https://github.com/Aeastr/UniversalGlass.git at 1.1.0 (0.51s)
Creating working copy for https://github.com/ertembiyik/swift-agentation.git
Working copy of https://github.com/ertembiyik/swift-agentation.git resolved at main (c01a929)
Creating working copy for https://github.com/Aeastr/UniversalGlass.git
Working copy of https://github.com/Aeastr/UniversalGlass.git resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'swift-agentation' is not used by any target
Found 1 product dependencies
  - UniversalGlass
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ertembiyik/swift-agentation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'Agentation' requires macos 10.13, but depends on the product 'UniversalGlass' which requires macos 13.0; consider changing the library 'Agentation' to require macos 13.0 or later, or the product 'UniversalGlass' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm