The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MijickCamera, reference main (0f0234), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 03:20:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mijick/Camera.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mijick/Camera
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f02348 Patch 3.0.3
Cloned https://github.com/Mijick/Camera.git
Revision (git rev-parse @):
0f02348fcc8fbbc9224c7fbf444f182dc25d0b40
SUCCESS checkout https://github.com/Mijick/Camera.git at main
Fetching https://github.com/Mijick/Timer
[1/924] Fetching timer
Fetched https://github.com/Mijick/Timer from cache (0.84s)
Computing version for https://github.com/Mijick/Timer
Computed https://github.com/Mijick/Timer at 2.0.0 (1.42s)
Creating working copy for https://github.com/Mijick/Timer
Working copy of https://github.com/Mijick/Timer resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "camera",
      "name": "MijickCamera",
      "url": "https://github.com/Mijick/Camera.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Camera",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "timer",
          "name": "MijickTimer",
          "url": "https://github.com/Mijick/Timer",
          "version": "2.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Timer",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Mijick/Camera.git
[1/7232] Fetching camera
Fetched https://github.com/Mijick/Camera.git from cache (1.06s)
Fetching https://github.com/Mijick/Timer from cache
Fetched https://github.com/Mijick/Timer from cache (0.48s)
Computing version for https://github.com/Mijick/Timer
Computed https://github.com/Mijick/Timer at 2.0.0 (0.57s)
Creating working copy for https://github.com/Mijick/Timer
Working copy of https://github.com/Mijick/Timer resolved at 2.0.0
Creating working copy for https://github.com/Mijick/Camera.git
Working copy of https://github.com/Mijick/Camera.git resolved at main (0f02348)
warning: '.resolve-product-dependencies': dependency 'camera' is not used by any target
Found 1 product dependencies
  - MijickTimer
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Mijick/Camera.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'MijickCamera' requires macos 10.13, but depends on the product 'MijickTimer' which requires macos 10.15; consider changing the library 'MijickCamera' to require macos 10.15 or later, or the product 'MijickTimer' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm