The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FacialAttributeDetection, reference 1.0.0 (67524d), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 12:04:01 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/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 67524da Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Revision (git rev-parse @):
67524da7eb87a7684c4c4a7fcd0595f08ae0a9db
SUCCESS checkout https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git at 1.0.0
Fetching https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
[1/1250] Fetching ver-id-common-types-apple
[151/1484] Fetching ver-id-common-types-apple, face-detection-retinaface-apple
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (1.29s)
Fetched https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git from cache (1.29s)
Computing version for https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Computed https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git at 1.0.5 (1.86s)
Computing version for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Computed https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git at 3.1.1 (0.56s)
Creating working copy for https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Working copy of https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git resolved at 1.0.5
Creating working copy for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Working copy of https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git resolved at 3.1.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": "facial-attribute-detection-apple",
      "name": "FacialAttributeDetection",
      "url": "https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Facial-Attribute-Detection-Apple",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "ver-id-common-types-apple",
          "name": "VerIDCommonTypes",
          "url": "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git",
          "version": "3.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ver-ID-Common-Types-Apple",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
[1/43] Fetching facial-attribute-detection-apple
Fetched https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git from cache (1.04s)
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (0.46s)
Computing version for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Computed https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git at 3.3.0 (0.55s)
Creating working copy for https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Working copy of https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git resolved at 3.3.0
Creating working copy for https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Working copy of https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git resolved at 1.0.0 (67524da)
warning: '.resolve-product-dependencies': dependency 'facial-attribute-detection-apple' is not used by any target
Found 1 product dependencies
  - VerIDCommonTypes
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'FacialAttributeDetectionCore' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FacialAttributeDetectionCore' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
error: the library 'FaceDetectionRetinaFace' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceDetectionRetinaFace' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm