The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DicyaninEntityManagement, reference 1.0.0 (bf0a85), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 23:18:43 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/hunterh37/DicyaninEntityManagement.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hunterh37/DicyaninEntityManagement
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at bf0a852 Update Package.swift
Cloned https://github.com/hunterh37/DicyaninEntityManagement.git
Revision (git rev-parse @):
bf0a85275a51418cdddce0b6796be07dec42603b
SUCCESS checkout https://github.com/hunterh37/DicyaninEntityManagement.git at 1.0.0
Fetching https://github.com/hunterh37/DicyaninEntity.git
[1/46] Fetching dicyaninentity
Fetched https://github.com/hunterh37/DicyaninEntity.git from cache (0.58s)
Computing version for https://github.com/hunterh37/DicyaninEntity.git
Computed https://github.com/hunterh37/DicyaninEntity.git at 1.0.0 (1.21s)
Creating working copy for https://github.com/hunterh37/DicyaninEntity.git
Working copy of https://github.com/hunterh37/DicyaninEntity.git resolved at 1.0.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": "dicyaninentitymanagement",
      "name": "DicyaninEntityManagement",
      "url": "https://github.com/hunterh37/DicyaninEntityManagement.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DicyaninEntityManagement",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "dicyaninentity",
          "name": "DicyaninEntity",
          "url": "https://github.com/hunterh37/DicyaninEntity.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DicyaninEntity",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/hunterh37/DicyaninEntityManagement.git
[1/62] Fetching dicyaninentitymanagement
Fetched https://github.com/hunterh37/DicyaninEntityManagement.git from cache (0.63s)
Fetching https://github.com/hunterh37/DicyaninEntity.git from cache
Fetched https://github.com/hunterh37/DicyaninEntity.git from cache (0.46s)
Computing version for https://github.com/hunterh37/DicyaninEntity.git
Computed https://github.com/hunterh37/DicyaninEntity.git at 1.0.0 (0.53s)
Creating working copy for https://github.com/hunterh37/DicyaninEntity.git
Working copy of https://github.com/hunterh37/DicyaninEntity.git resolved at 1.0.0
Creating working copy for https://github.com/hunterh37/DicyaninEntityManagement.git
Working copy of https://github.com/hunterh37/DicyaninEntityManagement.git resolved at 1.0.0 (bf0a852)
warning: '.resolve-product-dependencies': dependency 'dicyaninentitymanagement' is not used by any target
Found 1 product dependencies
  - DicyaninEntity
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/hunterh37/DicyaninEntityManagement.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'DicyaninEntityManagement' requires macos 10.13, but depends on the product 'DicyaninEntity' which requires macos 12.0; consider changing the library 'DicyaninEntityManagement' to require macos 12.0 or later, or the product 'DicyaninEntity' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm