Build Information
Failed to build FaceTemplateRegistry, reference 3.1.0 (a215e1), with Swift 6.2 for macOS (SPM) on 3 Feb 2026 01:51:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Face-Template-Registry-Apple
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at a215e10 Made AnyIdentificationResult and IdentificationResult initializers public
Cloned https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git
Revision (git rev-parse @):
a215e10fe6bcf5ae1589e1073ea7cafe439d071b
SUCCESS checkout https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git at 3.1.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.15s)
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.0.0 (1.68s)
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.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",
"dependencies": [
{
"identity": "face-template-registry-apple",
"name": "FaceTemplateRegistry",
"url": "https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Face-Template-Registry-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-Template-Registry-Apple.git
[1/116] Fetching face-template-registry-apple
Fetched https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git from cache (0.76s)
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.45s)
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.50s)
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/Face-Template-Registry-Apple.git
Working copy of https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git resolved at 3.1.0 (a215e10)
warning: '.resolve-product-dependencies': dependency 'face-template-registry-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-Template-Registry-Apple.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'FaceTemplateRegistry' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceTemplateRegistry' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm