The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FacialAttributeDetection, reference 1.0.0 (67524d), with Swift 6.1 for macOS (SPM) on 7 Nov 2025 20:31:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
{
  "dependencies" : [
    {
      "identity" : "ver-id-common-types-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
    },
    {
      "identity" : "face-detection-retinaface-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git"
    }
  ],
  "manifest_display_name" : "FacialAttributeDetection",
  "name" : "FacialAttributeDetection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FacialAttributeDetectionCore",
      "targets" : [
        "FacialAttributeDetectionCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FaceCoveringDetection",
      "targets" : [
        "FaceCoveringDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EyewearDetection",
      "targets" : [
        "EyewearDetection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FacialAttributeDetectionTests",
      "module_type" : "SwiftTarget",
      "name" : "FacialAttributeDetectionTests",
      "path" : "Tests/FacialAttributeDetectionTests",
      "product_dependencies" : [
        "VerIDCommonTypes",
        "FaceDetectionRetinaFace"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/clear.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/face-covering.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/glasses.jpg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/sunglasses.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FaceClassificationTests.swift"
      ],
      "target_dependencies" : [
        "FacialAttributeDetectionCore",
        "FaceCoveringDetection",
        "EyewearDetection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FacialAttributeDetectionCore",
      "module_type" : "SwiftTarget",
      "name" : "FacialAttributeDetectionCore",
      "path" : "Sources/FacialAttributeDetectionCore",
      "product_dependencies" : [
        "VerIDCommonTypes"
      ],
      "product_memberships" : [
        "FacialAttributeDetectionCore",
        "FaceCoveringDetection",
        "EyewearDetection"
      ],
      "sources" : [
        "Errors.swift",
        "FaceAlignment.swift",
        "FacialAttributeDetector.swift",
        "Preprocessing.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FaceCoveringDetection",
      "module_type" : "SwiftTarget",
      "name" : "FaceCoveringDetection",
      "path" : "Sources/FaceCoveringDetection",
      "product_memberships" : [
        "FaceCoveringDetection"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/model.mlmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Manifest.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FaceCoveringDetector.swift"
      ],
      "target_dependencies" : [
        "FacialAttributeDetectionCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EyewearDetection",
      "module_type" : "SwiftTarget",
      "name" : "EyewearDetection",
      "path" : "Sources/EyewearDetection",
      "product_memberships" : [
        "EyewearDetection"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/model.mlmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Manifest.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EyewearDetector.swift"
      ],
      "target_dependencies" : [
        "FacialAttributeDetectionCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Fetching https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
[1/1229] Fetching ver-id-common-types-apple
[198/1463] Fetching ver-id-common-types-apple, face-detection-retinaface-apple
Fetched https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git from cache (1.22s)
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (1.22s)
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.74s)
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.2.2 (0.43s)
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.2.2
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm