Build Information
Failed to build FacialAttributeDetection, reference main (67524d), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 7 Nov 2025 20:30:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FacialAttributeDetection-Package -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 67524da Merge branch 'development'
Cloned https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Revision (git rev-parse @):
67524da7eb87a7684c4c4a7fcd0595f08ae0a9db
SUCCESS checkout https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.2
Building package at path: $PWD
https://github.com/AppliedRecognition/Facial-Attribute-Detection-Apple.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git
Fetching from https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Creating working copy of package ‘Face-Detection-RetinaFace-Apple’
Checking out 1.0.5 of package ‘Face-Detection-RetinaFace-Apple’
Creating working copy of package ‘Ver-ID-Common-Types-Apple’
Checking out 3.2.2 of package ‘Ver-ID-Common-Types-Apple’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
FacialAttributeDetection: /Users/admin/builder/spi-builder-workspace
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
FaceDetectionRetinaFace: https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git @ 1.0.5
resolved source packages: FacialAttributeDetection, VerIDCommonTypes, FaceDetectionRetinaFace
2025-11-07 15:30:37.735 xcodebuild[523:3050] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "ver-id-common-types-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
},
{
"identity" : "face-detection-retinaface-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git"
}
],
"manifest_display_name" : "FacialAttributeDetection",
"name" : "FacialAttributeDetection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "FacialAttributeDetectionCore",
"targets" : [
"FacialAttributeDetectionCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FaceCoveringDetection",
"targets" : [
"FaceCoveringDetection"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EyewearDetection",
"targets" : [
"EyewearDetection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FacialAttributeDetectionTests",
"module_type" : "SwiftTarget",
"name" : "FacialAttributeDetectionTests",
"path" : "Tests/FacialAttributeDetectionTests",
"product_dependencies" : [
"VerIDCommonTypes",
"FaceDetectionRetinaFace"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/clear.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/face-covering.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/glasses.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/sunglasses.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FaceClassificationTests.swift"
],
"target_dependencies" : [
"FacialAttributeDetectionCore",
"FaceCoveringDetection",
"EyewearDetection"
],
"type" : "test"
},
{
"c99name" : "FacialAttributeDetectionCore",
"module_type" : "SwiftTarget",
"name" : "FacialAttributeDetectionCore",
"path" : "Sources/FacialAttributeDetectionCore",
"product_dependencies" : [
"VerIDCommonTypes"
],
"product_memberships" : [
"FacialAttributeDetectionCore",
"FaceCoveringDetection",
"EyewearDetection"
],
"sources" : [
"Errors.swift",
"FaceAlignment.swift",
"FacialAttributeDetector.swift",
"Preprocessing.swift"
],
"type" : "library"
},
{
"c99name" : "FaceCoveringDetection",
"module_type" : "SwiftTarget",
"name" : "FaceCoveringDetection",
"path" : "Sources/FaceCoveringDetection",
"product_memberships" : [
"FaceCoveringDetection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/model.mlmodel",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Manifest.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FaceCoveringDetector.swift"
],
"target_dependencies" : [
"FacialAttributeDetectionCore"
],
"type" : "library"
},
{
"c99name" : "EyewearDetection",
"module_type" : "SwiftTarget",
"name" : "EyewearDetection",
"path" : "Sources/EyewearDetection",
"product_memberships" : [
"EyewearDetection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/model.mlmodel",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Manifest.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EyewearDetector.swift"
],
"target_dependencies" : [
"FacialAttributeDetectionCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"EyewearDetection",
"FaceCoveringDetection",
"FacialAttributeDetection-Package",
"FacialAttributeDetectionCore"
]
}
}
2025-11-07 15:30:42.552 xcodebuild[672:3955] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FacialAttributeDetection-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FacialAttributeDetection-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
FacialAttributeDetection: /Users/admin/builder/spi-builder-workspace
FaceDetectionRetinaFace: https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git @ 1.0.5
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'FacialAttributeDetection_FaceCoveringDetection' in project 'FacialAttributeDetection' (no dependencies)
Target 'EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes' (no dependencies)
Target 'FacialAttributeDetection_EyewearDetection' in project 'FacialAttributeDetection' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /usr/bin/what -q /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/coremlc
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/coremlc generate /Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/FaceCoveringDetection.build/DerivedSources/CoreMLGenerated/FaceCovering --dry-run yes --deployment-target 10.13 --sdkroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --platform macos --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/FaceCoveringDetection.build/FaceCovering-CoreMLPartialInfo.plist --container swift-package --language Swift --swift-version 5 --public-access
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/coremlc generate /Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/EyewearDetection.build/DerivedSources/CoreMLGenerated/Glasses --dry-run yes --deployment-target 10.13 --sdkroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --platform macos --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/EyewearDetection.build/Glasses-CoreMLPartialInfo.plist --container swift-package --language Swift --swift-version 5 --public-access
Build description signature: 89d46d0fd753b6320bcd72f4db078722
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/89d46d0fd753b6320bcd72f4db078722.xcbuilddata
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'FacialAttributeDetectionCore' from project 'FacialAttributeDetection')
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'EyewearDetection' from project 'FacialAttributeDetection')
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'FaceCoveringDetection' from project 'FacialAttributeDetection')
2025-11-07 15:30:44.912 xcodebuild[674:3987] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme FacialAttributeDetection-Package
(1 failure)
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
FacialAttributeDetection: /Users/admin/builder/spi-builder-workspace
FaceDetectionRetinaFace: https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git @ 1.0.5
resolved source packages: VerIDCommonTypes, FacialAttributeDetection, FaceDetectionRetinaFace
2025-11-07 15:30:47.060 xcodebuild[708:4183] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "ver-id-common-types-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
},
{
"identity" : "face-detection-retinaface-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git"
}
],
"manifest_display_name" : "FacialAttributeDetection",
"name" : "FacialAttributeDetection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "FacialAttributeDetectionCore",
"targets" : [
"FacialAttributeDetectionCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FaceCoveringDetection",
"targets" : [
"FaceCoveringDetection"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EyewearDetection",
"targets" : [
"EyewearDetection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FacialAttributeDetectionTests",
"module_type" : "SwiftTarget",
"name" : "FacialAttributeDetectionTests",
"path" : "Tests/FacialAttributeDetectionTests",
"product_dependencies" : [
"VerIDCommonTypes",
"FaceDetectionRetinaFace"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/clear.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/face-covering.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/glasses.jpg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/FacialAttributeDetectionTests/Resources/sunglasses.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FaceClassificationTests.swift"
],
"target_dependencies" : [
"FacialAttributeDetectionCore",
"FaceCoveringDetection",
"EyewearDetection"
],
"type" : "test"
},
{
"c99name" : "FacialAttributeDetectionCore",
"module_type" : "SwiftTarget",
"name" : "FacialAttributeDetectionCore",
"path" : "Sources/FacialAttributeDetectionCore",
"product_dependencies" : [
"VerIDCommonTypes"
],
"product_memberships" : [
"FacialAttributeDetectionCore",
"FaceCoveringDetection",
"EyewearDetection"
],
"sources" : [
"Errors.swift",
"FaceAlignment.swift",
"FacialAttributeDetector.swift",
"Preprocessing.swift"
],
"type" : "library"
},
{
"c99name" : "FaceCoveringDetection",
"module_type" : "SwiftTarget",
"name" : "FaceCoveringDetection",
"path" : "Sources/FaceCoveringDetection",
"product_memberships" : [
"FaceCoveringDetection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/model.mlmodel",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage/Manifest.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FaceCoveringDetector.swift"
],
"target_dependencies" : [
"FacialAttributeDetectionCore"
],
"type" : "library"
},
{
"c99name" : "EyewearDetection",
"module_type" : "SwiftTarget",
"name" : "EyewearDetection",
"path" : "Sources/EyewearDetection",
"product_memberships" : [
"EyewearDetection"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/model.mlmodel",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Data/com.apple.CoreML/weights/weight.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage/Manifest.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"EyewearDetector.swift"
],
"target_dependencies" : [
"FacialAttributeDetectionCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"EyewearDetection",
"FaceCoveringDetection",
"FacialAttributeDetection-Package",
"FacialAttributeDetectionCore"
]
}
}
2025-11-07 15:30:48.178 xcodebuild[716:4241] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FacialAttributeDetection-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FacialAttributeDetection-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
FacialAttributeDetection: /Users/admin/builder/spi-builder-workspace
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.2.2
FaceDetectionRetinaFace: https://github.com/AppliedRecognition/Face-Detection-RetinaFace-Apple.git @ 1.0.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_FaceCoveringDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'FacialAttributeDetection_FaceCoveringDetection' in project 'FacialAttributeDetection' (no dependencies)
Target 'EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'FacialAttributeDetection_EyewearDetection' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
Target 'FacialAttributeDetectionCore' in project 'FacialAttributeDetection'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes' (no dependencies)
Target 'FacialAttributeDetection_EyewearDetection' in project 'FacialAttributeDetection' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /usr/bin/what -q /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/coremlc
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/coremlc generate /Users/admin/builder/spi-builder-workspace/Sources/FaceCoveringDetection/Resources/FaceCovering.mlpackage /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/FaceCoveringDetection.build/DerivedSources/CoreMLGenerated/FaceCovering --dry-run yes --deployment-target 10.13 --sdkroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --platform macos --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/FaceCoveringDetection.build/FaceCovering-CoreMLPartialInfo.plist --container swift-package --language Swift --swift-version 5 --public-access
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/coremlc generate /Users/admin/builder/spi-builder-workspace/Sources/EyewearDetection/Resources/Glasses.mlpackage /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/EyewearDetection.build/DerivedSources/CoreMLGenerated/Glasses --dry-run yes --deployment-target 10.13 --sdkroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --platform macos --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FacialAttributeDetection.build/Debug/EyewearDetection.build/Glasses-CoreMLPartialInfo.plist --container swift-package --language Swift --swift-version 5 --public-access
Build description signature: 89d46d0fd753b6320bcd72f4db078722
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/89d46d0fd753b6320bcd72f4db078722.xcbuilddata
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'FaceCoveringDetection' from project 'FacialAttributeDetection')
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'FacialAttributeDetectionCore' from project 'FacialAttributeDetection')
error: The package product 'VerIDCommonTypes' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'EyewearDetection' from project 'FacialAttributeDetection')
2025-11-07 15:30:49.070 xcodebuild[718:4273] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:12f4f795efc929ed78cf08df62a18b633cee7809, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme FacialAttributeDetection-Package
(1 failure)
BUILD FAILURE 6.2 macosXcodebuild