Build Information
Successful build of OpenCV, reference 4.12.0 (141d91), with Swift 6.0 for macOS (SPM) on 21 Oct 2025 06:20:25 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yeatse/opencv-spm.git
Reference: 4.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yeatse/opencv-spm
* tag 4.12.0 -> FETCH_HEAD
HEAD is now at 141d91b Update Package.swift
Cloned https://github.com/yeatse/opencv-spm.git
Revision (git rev-parse @):
141d91be1f53990b4f5d63e1373afba539a7914d
SUCCESS checkout https://github.com/yeatse/opencv-spm.git at 4.12.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yeatse/opencv-spm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling opencv2_dependencies Stub.swift
[4/4] Emitting module opencv2_dependencies
Build complete! (14.95s)
[2747/196118984] Downloading https://github.com/yeatse/opencv-spm/releases/download/4.12.0/opencv2.xcframework.zip
Downloading binary artifact https://github.com/yeatse/opencv-spm/releases/download/4.12.0/opencv2.xcframework.zip
Downloaded https://github.com/yeatse/opencv-spm/releases/download/4.12.0/opencv2.xcframework.zip (10.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenCV",
"name" : "OpenCV",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenCV",
"targets" : [
"opencv2",
"opencv2-dependencies"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "opencv2_dependencies",
"module_type" : "SwiftTarget",
"name" : "opencv2-dependencies",
"path" : "Sources/opencv2-dependencies",
"product_memberships" : [
"OpenCV"
],
"sources" : [
"Stub.swift"
],
"type" : "library"
},
{
"c99name" : "opencv2",
"module_type" : "BinaryTarget",
"name" : "opencv2",
"path" : "remote/archive/opencv2.xcframework.zip",
"product_memberships" : [
"OpenCV"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
Done.