Build Information
Failed to build FaceCapture, reference 3.0.0 (a17af2), with Swift 6.2 for macOS (SPM) on 25 Mar 2026 03:56:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Face-Capture-Apple.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Face-Capture-Apple
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at a17af28 Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Face-Capture-Apple.git
Revision (git rev-parse @):
a17af28ba4c773206ab8c93469d9bbbbb109bd85
SUCCESS checkout https://github.com/AppliedRecognition/Face-Capture-Apple.git at 3.0.0
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
[1/1250] Fetching ver-id-common-types-apple
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (1.18s)
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 (1.69s)
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
========================================
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": "face-capture-apple",
"name": "FaceCapture",
"url": "https://github.com/AppliedRecognition/Face-Capture-Apple.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Face-Capture-Apple",
"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",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/AppliedRecognition/Face-Capture-Apple.git
[1/19925] Fetching face-capture-apple
Fetched https://github.com/AppliedRecognition/Face-Capture-Apple.git from cache (2.28s)
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.49s)
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.54s)
Creating working copy for https://github.com/AppliedRecognition/Face-Capture-Apple.git
Working copy of https://github.com/AppliedRecognition/Face-Capture-Apple.git resolved at 3.0.0 (a17af28)
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
warning: '.resolve-product-dependencies': dependency 'face-capture-apple' is not used by any target
Found 1 product dependencies
- VerIDCommonTypes
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AppliedRecognition/Face-Capture-Apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'FaceCapture' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceCapture' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm