The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FaceDetectionRetinaFace, reference main (5daf96), with Swift 6.1 for macOS (SPM) on 7 Nov 2025 20:46:24 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/Face-Detection-RetinaFace-Apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5daf966 Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Revision (git rev-parse @):
5daf9664f60f10910667b948d1507b585514d8b3
SUCCESS checkout https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
{
  "dependencies" : [
    {
      "identity" : "ver-id-common-types-apple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
    }
  ],
  "manifest_display_name" : "FaceDetectionRetinaFace",
  "name" : "FaceDetectionRetinaFace",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FaceDetectionRetinaFace",
      "targets" : [
        "FaceDetectionRetinaFace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FaceDetectionRetinaFaceTests",
      "module_type" : "SwiftTarget",
      "name" : "FaceDetectionRetinaFaceTests",
      "path" : "Tests/FaceDetectionRetinaFaceTests",
      "product_dependencies" : [
        "VerIDCommonTypes"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FaceDetectionRetinaFaceTests/Resources/face.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FaceDetectionRetinaFaceTests/Resources/image.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FaceDetectionRetinaFaceTests.swift"
      ],
      "target_dependencies" : [
        "FaceDetectionRetinaFace"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FaceDetectionRetinaFace",
      "module_type" : "SwiftTarget",
      "name" : "FaceDetectionRetinaFace",
      "path" : "Sources/FaceDetectionRetinaFace",
      "product_dependencies" : [
        "VerIDCommonTypes"
      ],
      "product_memberships" : [
        "FaceDetectionRetinaFace"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceDetectionRetinaFace/Resources/RetinaFace.mlpackage/Data/com.apple.CoreML/model.mlmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceDetectionRetinaFace/Resources/RetinaFace.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceDetectionRetinaFace/Resources/RetinaFace.mlpackage/Manifest.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Errors.swift",
        "FaceDetectionRetinaFace.swift",
        "Postprocessing.swift",
        "Preprocessing.swift"
      ],
      "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/Ver-ID-Common-Types-Apple.git
[1/1229] Fetching ver-id-common-types-apple
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (0.93s)
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 (1.44s)
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 '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 '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