The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OpenCV, reference main (141d91), with Swift 6.0 for macOS (SPM) on 21 Oct 2025 06:23:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yeatse/opencv-spm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yeatse/opencv-spm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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] Emitting module opencv2_dependencies
[4/4] Compiling opencv2_dependencies Stub.swift
Build complete! (15.66s)
[16375/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.96s)
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.