Build Information
Failed to build FaceTemplateRegistry, reference main (a215e1), with Swift 6.1 for macOS (SPM) on 3 Feb 2026 01:55:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Face-Template-Registry-Apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git
https://github.com/AppliedRecognition/Face-Template-Registry-Apple.git
{
"dependencies" : [
{
"identity" : "ver-id-common-types-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
}
],
"manifest_display_name" : "FaceTemplateRegistry",
"name" : "FaceTemplateRegistry",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FaceTemplateRegistry",
"targets" : [
"FaceTemplateRegistry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FaceTemplateRegistryTests",
"module_type" : "SwiftTarget",
"name" : "FaceTemplateRegistryTests",
"path" : "Tests/FaceTemplateRegistryTests",
"sources" : [
"FaceTemplateMultiRegistryTest.swift",
"FaceTemplateRegistryTests.swift",
"MockFaceRecognition.swift",
"MockFaceTemplate.swift",
"Mocks.swift"
],
"target_dependencies" : [
"FaceTemplateRegistry"
],
"type" : "test"
},
{
"c99name" : "FaceTemplateRegistry",
"module_type" : "SwiftTarget",
"name" : "FaceTemplateRegistry",
"path" : "Sources/FaceTemplateRegistry",
"product_dependencies" : [
"VerIDCommonTypes"
],
"product_memberships" : [
"FaceTemplateRegistry"
],
"sources" : [
"AnyAuthenticationResult.swift",
"AnyFaceTemplateRegistry.swift",
"AnyIdentificationResult.swift",
"AnyTaggedFaceTemplate.swift",
"AuthenticationResult.swift",
"Errors.swift",
"FaceTemplateMultiRegistry.swift",
"FaceTemplateRegistry.swift",
"FaceTemplateRegistryConfiguration.swift",
"FaceTemplateStore.swift",
"IdentificationResult.swift",
"TaggedFaceTemplate.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/1250] Fetching ver-id-common-types-apple
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (1.20s)
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.71s)
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
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm