The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Agentation, reference 1.0.0 (401adc), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 21:52:22 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ertembiyik/swift-agentation
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 401adcb Add Agentation visual feedback framework for iOS (#1)
Cloned https://github.com/ertembiyik/swift-agentation.git
Revision (git rev-parse @):
401adcb94d9e58a7de7e79cbc00586c4c741897d
SUCCESS checkout https://github.com/ertembiyik/swift-agentation.git at 1.0.0
Fetching https://github.com/Aeastr/UniversalGlass.git
[1/566] Fetching universalglass
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (1.09s)
Computing version for https://github.com/Aeastr/UniversalGlass.git
Computed https://github.com/Aeastr/UniversalGlass.git at 1.1.0 (1.66s)
Creating working copy for https://github.com/Aeastr/UniversalGlass.git
Working copy of https://github.com/Aeastr/UniversalGlass.git resolved at 1.1.0
========================================
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 (2.07s)
Fetching https://github.com/Aeastr/UniversalGlass.git from cache
Fetched https://github.com/Aeastr/UniversalGlass.git from cache (0.43s)
Computing version for https://github.com/Aeastr/UniversalGlass.git
Computed https://github.com/Aeastr/UniversalGlass.git at 1.1.0 (0.52s)
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/ertembiyik/swift-agentation.git
Working copy of https://github.com/ertembiyik/swift-agentation.git resolved at 1.0.0 (401adcb)
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