The Swift Package Index logo.Swift Package Index

Build Information

Failed to build vigil, reference v0.2.0 (945cbe), with Swift 6.3 for macOS (SPM) on 1 May 2026 16:14:05 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/compnerd/vigil.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/compnerd/vigil
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 945cbe0 GHA: bump to Swift 6.3.1
Cloned https://github.com/compnerd/vigil.git
Revision (git rev-parse @):
945cbe09be27d333498d96fe807eab4caad4b952
SUCCESS checkout https://github.com/compnerd/vigil.git at v0.2.0
Fetching https://github.com/compnerd/swift-platform-core
[1/186] Fetching swift-platform-core
Fetched https://github.com/compnerd/swift-platform-core from cache (0.67s)
Fetching https://github.com/apple/swift-argument-parser
[1/17557] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.22s)
Creating working copy for https://github.com/compnerd/swift-platform-core
Working copy of https://github.com/compnerd/swift-platform-core resolved at main (b9eb8dd)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "vigil",
      "name": "vigil",
      "url": "https://github.com/compnerd/vigil.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vigil",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/compnerd/vigil.git
[1/124] Fetching vigil
Fetched https://github.com/compnerd/vigil.git from cache (0.73s)
Creating working copy for https://github.com/compnerd/vigil.git
Working copy of https://github.com/compnerd/vigil.git resolved at v0.2.0 (945cbe0)
warning: '.resolve-product-dependencies': dependency 'vigil' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/compnerd/vigil.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the executable 'vigil' requires macos 10.13, but depends on the product 'WindowsCore' which requires macos 26.0; consider changing the executable 'vigil' to require macos 26.0 or later, or the product 'WindowsCore' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm