Build Information
Failed to build FaceRecognitionArcFace, reference main (c93222), with Swift 6.1 for macOS (SPM) on 3 Feb 2026 01:56:55 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-Recognition-ArcFace-Apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Face-Recognition-ArcFace-Apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c932224 Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Face-Recognition-ArcFace-Apple.git
Revision (git rev-parse @):
c9322246731b22ec8ae674fc7f83c9028109d755
SUCCESS checkout https://github.com/AppliedRecognition/Face-Recognition-ArcFace-Apple.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/AppliedRecognition/Face-Recognition-ArcFace-Apple.git
https://github.com/AppliedRecognition/Face-Recognition-ArcFace-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"
},
{
"identity" : "ohhttpstubs",
"requirement" : {
"range" : [
{
"lower_bound" : "9.1.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
},
{
"identity" : "onnxruntime-swift-package-manager",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/microsoft/onnxruntime-swift-package-manager.git"
}
],
"manifest_display_name" : "FaceRecognitionArcFace",
"name" : "FaceRecognitionArcFace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "FaceRecognitionArcFaceCloud",
"targets" : [
"FaceRecognitionArcFaceCloud"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FaceRecognitionArcFaceCore",
"targets" : [
"FaceRecognitionArcFaceCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FaceDetectionRetinaFaceOrt",
"targets" : [
"FaceDetectionRetinaFaceOrt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestSupport",
"module_type" : "SwiftTarget",
"name" : "TestSupport",
"path" : "Sources/TestSupport",
"product_dependencies" : [
"VerIDCommonTypes"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject1-01-aligned.png-template.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject1-01.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject1-01.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject1-02-aligned.png-template.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject1-02.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject1-02.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject2-01-aligned.png-template.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject2-01.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/TestSupport/Resources/subject2-01.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"TestSupport.swift",
"TestSupportError.swift"
],
"target_dependencies" : [
"FaceDetectionRetinaFaceOrt"
],
"type" : "library"
},
{
"c99name" : "FaceRecognitionArcFaceCoreTests",
"module_type" : "SwiftTarget",
"name" : "FaceRecognitionArcFaceCoreTests",
"path" : "Tests/FaceRecognitionArcFaceCoreTests",
"sources" : [
"DatasetLoader.swift",
"FaceRecognitionArcFaceCoreTests.swift"
],
"target_dependencies" : [
"FaceRecognitionArcFaceCore",
"FaceDetectionRetinaFaceOrt",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "FaceRecognitionArcFaceCore",
"module_type" : "SwiftTarget",
"name" : "FaceRecognitionArcFaceCore",
"path" : "Sources/FaceRecognitionArcFaceCore",
"product_dependencies" : [
"VerIDCommonTypes"
],
"product_memberships" : [
"FaceRecognitionArcFaceCloud",
"FaceRecognitionArcFaceCore"
],
"sources" : [
"Errors.swift",
"FaceAlignment.swift",
"FaceRecognitionArcFaceCore.swift",
"V24.swift"
],
"target_dependencies" : [
"FaceDetectionRetinaFaceOrt"
],
"type" : "library"
},
{
"c99name" : "FaceRecognitionArcFaceCloudTests",
"module_type" : "SwiftTarget",
"name" : "FaceRecognitionArcFaceCloudTests",
"path" : "Tests/FaceRecognitionArcFaceCloudTests",
"product_dependencies" : [
"OHHTTPStubsSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FaceRecognitionArcFaceCloudTests/Resources/config.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FaceRecognitionArcFaceCloudTests.swift"
],
"target_dependencies" : [
"FaceRecognitionArcFaceCloud",
"FaceDetectionRetinaFaceOrt",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "FaceRecognitionArcFaceCloud",
"module_type" : "SwiftTarget",
"name" : "FaceRecognitionArcFaceCloud",
"path" : "Sources/FaceRecognitionArcFaceCloud",
"product_memberships" : [
"FaceRecognitionArcFaceCloud"
],
"sources" : [
"FaceRecognitionArcFace.swift"
],
"target_dependencies" : [
"FaceRecognitionArcFaceCore"
],
"type" : "library"
},
{
"c99name" : "FaceDetectionRetinaFaceOrtTests",
"module_type" : "SwiftTarget",
"name" : "FaceDetectionRetinaFaceOrtTests",
"path" : "Tests/FaceDetectionRetinaFaceOrtTests",
"sources" : [
"FaceDetectionRetinaFaceOrtTests.swift"
],
"target_dependencies" : [
"FaceDetectionRetinaFaceOrt"
],
"type" : "test"
},
{
"c99name" : "FaceDetectionRetinaFaceOrt",
"module_type" : "SwiftTarget",
"name" : "FaceDetectionRetinaFaceOrt",
"path" : "Sources/FaceDetectionRetinaFaceOrt",
"product_dependencies" : [
"VerIDCommonTypes",
"onnxruntime"
],
"product_memberships" : [
"FaceRecognitionArcFaceCloud",
"FaceRecognitionArcFaceCore",
"FaceDetectionRetinaFaceOrt"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceDetectionRetinaFaceOrt/Resources/det_500m.onnx",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Errors.swift",
"FaceDetectionRetinaFaceOrt.swift",
"ManagedImageBuffer.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/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/microsoft/onnxruntime-swift-package-manager.git
Fetching https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
[1/1250] Fetching ver-id-common-types-apple
[51/2318] Fetching ver-id-common-types-apple, onnxruntime-swift-package-manager
[126/10219] Fetching ver-id-common-types-apple, onnxruntime-swift-package-manager, ohhttpstubs
Fetched https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git from cache (5.71s)
Fetched https://github.com/microsoft/onnxruntime-swift-package-manager.git from cache (5.71s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (5.71s)
Computing version for https://github.com/microsoft/onnxruntime-swift-package-manager.git
Computed https://github.com/microsoft/onnxruntime-swift-package-manager.git at 1.20.0 (8.68s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.56s)
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.42s)
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/microsoft/onnxruntime-swift-package-manager.git
Working copy of https://github.com/microsoft/onnxruntime-swift-package-manager.git resolved at 1.20.0
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Downloading binary artifact https://download.onnxruntime.ai/pod-archive-onnxruntime-extensions-c-0.13.0.zip
Downloading binary artifact https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.20.0.zip
[15774/19359053] Downloading https://download.onnxruntime.ai/pod-archive-onnxruntime-extensions-c-0.13.0.zip
[49134/63577769] Downloading https://download.onnxruntime.ai/pod-archive-onnxruntime-extensions-c-0.13.0.zip, https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.20.0.zip
Downloaded https://download.onnxruntime.ai/pod-archive-onnxruntime-extensions-c-0.13.0.zip (3.19s)
Downloaded https://download.onnxruntime.ai/pod-archive-onnxruntime-c-1.20.0.zip (5.22s)
error: the library 'TestSupport' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'TestSupport' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
error: the library 'FaceDetectionRetinaFaceOrt' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceDetectionRetinaFaceOrt' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
error: the library 'FaceDetectionRetinaFaceOrt' requires macos 10.13, but depends on the product 'onnxruntime' which requires macos 11.0; consider changing the library 'FaceDetectionRetinaFaceOrt' to require macos 11.0 or later, or the product 'onnxruntime' to require macos 10.13 or earlier.
error: the library 'FaceRecognitionArcFaceCore' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceRecognitionArcFaceCore' 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 'TestSupport' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'TestSupport' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
error: the library 'FaceDetectionRetinaFaceOrt' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceDetectionRetinaFaceOrt' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
error: the library 'FaceDetectionRetinaFaceOrt' requires macos 10.13, but depends on the product 'onnxruntime' which requires macos 11.0; consider changing the library 'FaceDetectionRetinaFaceOrt' to require macos 11.0 or later, or the product 'onnxruntime' to require macos 10.13 or earlier.
error: the library 'FaceRecognitionArcFaceCore' requires macos 10.13, but depends on the product 'VerIDCommonTypes' which requires macos 10.15; consider changing the library 'FaceRecognitionArcFaceCore' to require macos 10.15 or later, or the product 'VerIDCommonTypes' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm