The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GlowGetter, reference main (c990eb), with Swift 6.2 for macOS (SPM) on 29 Jan 2026 18:13:23 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/Aeastr/GlowGetter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/GlowGetter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c990eb3 WIP
Cloned https://github.com/Aeastr/GlowGetter.git
Revision (git rev-parse @):
c990eb3be7f6443b344cdd76aff3d9ec2b2a491e
SUCCESS checkout https://github.com/Aeastr/GlowGetter.git at main
Fetching https://github.com/Aeastr/Obfuscate.git
[1/87] Fetching obfuscate
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.73s)
Computing version for https://github.com/Aeastr/Obfuscate.git
Computed https://github.com/Aeastr/Obfuscate.git at 1.4.0 (1.30s)
Fetching https://github.com/swiftlang/swift-syntax
[1/73898] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.88s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (7.00s)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.15s)
========================================
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": "glowgetter",
      "name": "GlowGetter",
      "url": "https://github.com/Aeastr/GlowGetter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GlowGetter",
      "dependencies": [
        {
          "identity": "obfuscate",
          "name": "Obfuscate",
          "url": "https://github.com/Aeastr/Obfuscate.git",
          "version": "1.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Obfuscate",
          "dependencies": [
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/swiftlang/swift-syntax",
              "version": "600.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Aeastr/GlowGetter.git
[1/206] Fetching glowgetter
Fetched https://github.com/Aeastr/GlowGetter.git from cache (1.49s)
Fetching https://github.com/Aeastr/Obfuscate.git from cache
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.52s)
Computing version for https://github.com/Aeastr/Obfuscate.git
Computed https://github.com/Aeastr/Obfuscate.git at 1.4.0 (0.58s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.02s)
Creating working copy for https://github.com/Aeastr/GlowGetter.git
Working copy of https://github.com/Aeastr/GlowGetter.git resolved at main (c990eb3)
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.4.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
warning: '.resolve-product-dependencies': dependency 'glowgetter' is not used by any target
Found 1 product dependencies
  - Obfuscate
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Aeastr/GlowGetter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'GlowGetterPrivate' requires macos 10.13, but depends on the product 'Obfuscate' which requires macos 10.15; consider changing the library 'GlowGetterPrivate' to require macos 10.15 or later, or the product 'Obfuscate' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm