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 ViewBoundContextMenu, reference v1.1.0 (884380), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 08:48:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrAsterisco/ViewBoundContextMenu.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MrAsterisco/ViewBoundContextMenu
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 8843801 Update README
Cloned https://github.com/MrAsterisco/ViewBoundContextMenu.git
Revision (git rev-parse @):
8843801095c121fd1739f0a785319db0be8dbc84
SUCCESS checkout https://github.com/MrAsterisco/ViewBoundContextMenu.git at v1.1.0
Fetching https://github.com/SwiftUIX/SwiftUIX
[1/22652] Fetching swiftuix
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (1.21s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.2.3 (1.70s)
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.2.3
========================================
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": "viewboundcontextmenu",
      "name": "ViewBoundContextMenu",
      "url": "https://github.com/MrAsterisco/ViewBoundContextMenu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewBoundContextMenu",
      "dependencies": [
        {
          "identity": "swiftuix",
          "name": "SwiftUIX",
          "url": "https://github.com/SwiftUIX/SwiftUIX",
          "version": "0.2.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIX",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/MrAsterisco/ViewBoundContextMenu.git
[1/70] Fetching viewboundcontextmenu
Fetched https://github.com/MrAsterisco/ViewBoundContextMenu.git from cache (0.60s)
Fetching https://github.com/SwiftUIX/SwiftUIX from cache
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (0.39s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.2.3 (0.45s)
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.2.3
Creating working copy for https://github.com/MrAsterisco/ViewBoundContextMenu.git
Working copy of https://github.com/MrAsterisco/ViewBoundContextMenu.git resolved at v1.1.0 (8843801)
warning: '.resolve-product-dependencies': dependency 'viewboundcontextmenu' is not used by any target
Found 1 product dependencies
  - SwiftUIX
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MrAsterisco/ViewBoundContextMenu.git
https://github.com/MrAsterisco/ViewBoundContextMenu.git
{
  "dependencies" : [
    {
      "identity" : "swiftuix",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftUIX/SwiftUIX"
    }
  ],
  "manifest_display_name" : "ViewBoundContextMenu",
  "name" : "ViewBoundContextMenu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ViewBoundContextMenu",
      "targets" : [
        "ViewBoundContextMenu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ViewBoundContextMenu",
      "module_type" : "SwiftTarget",
      "name" : "ViewBoundContextMenu",
      "path" : "Sources/ViewBoundContextMenu",
      "product_dependencies" : [
        "SwiftUIX"
      ],
      "product_memberships" : [
        "ViewBoundContextMenu"
      ],
      "sources" : [
        "AppKit/NSContextInteractableView.swift",
        "AppKit/NSViewBoundContextMenu.swift",
        "ContextAction.swift",
        "ContextualListItemViewModifier.swift",
        "UIKit/UIContextInteractableView.swift",
        "UIKit/UIViewBoundContextMenu.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: the library 'ViewBoundContextMenu' requires macos 10.15, but depends on the product 'SwiftUIX' which requires macos 11.0; consider changing the library 'ViewBoundContextMenu' to require macos 11.0 or later, or the product 'SwiftUIX' to require macos 10.15 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'ViewBoundContextMenu' requires macos 10.15, but depends on the product 'SwiftUIX' which requires macos 11.0; consider changing the library 'ViewBoundContextMenu' to require macos 11.0 or later, or the product 'SwiftUIX' to require macos 10.15 or earlier.
BUILD FAILURE 6.1 macosSpm