The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build vigil, reference v0.1.0 (5f08bc), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 12 Sep 2025 17:43:02 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme vigil -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/compnerd/vigil.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/compnerd/vigil
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at 5f08bca vigil: add support for `--daemonize` to `vigil start`
Cloned https://github.com/compnerd/vigil.git
Revision (git rev-parse @):
5f08bca234b4b84759a734c9c4de7a1eb4ff22e4
SUCCESS checkout https://github.com/compnerd/vigil.git at v0.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/compnerd/vigil.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/compnerd/swift-platform-core
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-platform-core’
Checking out main (f73d89d) of package ‘swift-platform-core’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
  vigil: /Users/admin/builder/spi-builder-workspace
  swift-platform-core: https://github.com/compnerd/swift-platform-core @ main (f73d89d)
resolved source packages: swift-argument-parser, vigil, swift-platform-core
{
  "dependencies" : [
    {
      "identity" : "swift-platform-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/compnerd/swift-platform-core"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "vigil",
  "name" : "vigil",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "vigil",
      "targets" : [
        "vigil"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "vigil",
      "module_type" : "SwiftTarget",
      "name" : "vigil",
      "path" : "Sources/vigil",
      "product_dependencies" : [
        "ArgumentParser",
        "WindowsCore"
      ],
      "product_memberships" : [
        "vigil"
      ],
      "sources" : [
        "Duration+Extensions.swift",
        "PowerManager.swift",
        "ProcessManagement.swift",
        "Signalling.swift",
        "String+Extensions.swift",
        "WindowsCommandLine.swift",
        "vigil.swift"
      ],
      "target_dependencies" : [
        "PackageVersion"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageVersion",
      "module_type" : "PluginTarget",
      "name" : "PackageVersion",
      "path" : "Plugins/PackageVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "vigil"
      ],
      "sources" : [
        "PackageVersion.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "vigil"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme vigil -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme vigil -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
  swift-platform-core: https://github.com/compnerd/swift-platform-core @ main (f73d89d)
  vigil: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “PackageVersion” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/PackageVersion
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 8de3ee5147a2a58c3ecb5a34d37a41d13dac783cf4f184da19f617ffb07794d8
error: emit-module command failed with exit code 1 (use -v to see invocation)
/Users/admin/builder/spi-builder-workspace/Plugins/PackageVersion/PackageVersion.swift:6:8: error: no such module 'WinSDK'
 4 | import PackagePlugin
 5 | import Foundation
 6 | import WinSDK
   |        `- error: no such module 'WinSDK'
 7 |
 8 | internal struct PluginError: Error {
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Compile plug-in “PackageVersion” in package “spi-builder-workspace”
	eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
	Building workspace spi-builder-workspace with scheme vigil
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  vigil: /Users/admin/builder/spi-builder-workspace
  swift-platform-core: https://github.com/compnerd/swift-platform-core @ main (f73d89d)
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
resolved source packages: vigil, swift-platform-core, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-platform-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/compnerd/swift-platform-core"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "vigil",
  "name" : "vigil",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "vigil",
      "targets" : [
        "vigil"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "vigil",
      "module_type" : "SwiftTarget",
      "name" : "vigil",
      "path" : "Sources/vigil",
      "product_dependencies" : [
        "ArgumentParser",
        "WindowsCore"
      ],
      "product_memberships" : [
        "vigil"
      ],
      "sources" : [
        "Duration+Extensions.swift",
        "PowerManager.swift",
        "ProcessManagement.swift",
        "Signalling.swift",
        "String+Extensions.swift",
        "WindowsCommandLine.swift",
        "vigil.swift"
      ],
      "target_dependencies" : [
        "PackageVersion"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PackageVersion",
      "module_type" : "PluginTarget",
      "name" : "PackageVersion",
      "path" : "Plugins/PackageVersion",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "vigil"
      ],
      "sources" : [
        "PackageVersion.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "vigil"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme vigil -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme vigil -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  swift-platform-core: https://github.com/compnerd/swift-platform-core @ main (f73d89d)
  vigil: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.6.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “PackageVersion” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/PackageVersion
[debug]: Using compiler /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 8de3ee5147a2a58c3ecb5a34d37a41d13dac783cf4f184da19f617ffb07794d8
error: emit-module command failed with exit code 1 (use -v to see invocation)
/Users/admin/builder/spi-builder-workspace/Plugins/PackageVersion/PackageVersion.swift:6:8: error: no such module 'WinSDK'
 4 | import PackagePlugin
 5 | import Foundation
 6 | import WinSDK
   |        `- error: no such module 'WinSDK'
 7 |
 8 | internal struct PluginError: Error {
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3aac64d0b728a97b081ef307ec793b9c1f2d1591, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Compile plug-in “PackageVersion” in package “spi-builder-workspace”
	eyJibHVlcHJpbnRQcm92aWRlcl9wcm92aWRlckZpbGVQYXRoU3RyaW5nIjoiXC9Vc2Vyc1wvYWRtaW5cL2J1aWxkZXJcL3NwaS1idWlsZGVyLXdvcmtzcGFjZSIsInR5cGUiOnsiYmx1ZXByaW50UHJvdmlkZXIiOnt9fX0=
	Building workspace spi-builder-workspace with scheme vigil
(3 failures)
BUILD FAILURE 6.2 macosXcodebuild