The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PoseComparison, reference 0.1.0 (d68058), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:59:01 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/shubhamKachhiya/PoseMatch.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shubhamKachhiya/PoseMatch
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at d680581 Add Apache 2.0 license
Cloned https://github.com/shubhamKachhiya/PoseMatch.git
Revision (git rev-parse @):
d6805817d7a7f0fb376dd59ecf7b3cc7ffd4b609
SUCCESS checkout https://github.com/shubhamKachhiya/PoseMatch.git at 0.1.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": "posematch",
      "name": "PoseComparison",
      "url": "https://github.com/shubhamKachhiya/PoseMatch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PoseMatch",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shubhamKachhiya/PoseMatch.git
[1/46] Fetching posematch
Fetched https://github.com/shubhamKachhiya/PoseMatch.git from cache (0.64s)
Creating working copy for https://github.com/shubhamKachhiya/PoseMatch.git
Working copy of https://github.com/shubhamKachhiya/PoseMatch.git resolved at 0.1.0 (d680581)
warning: '.resolve-product-dependencies': dependency 'posematch' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/shubhamKachhiya/PoseMatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module PoseComparison
/Users/admin/builder/spi-builder-workspace/Sources/PoseComparison/PoseComparison.swift:4:8: error: no such module 'UIKit'
  2 | // https://docs.swift.org/swift-book
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 | import Vision
  6 |
[4/4] Compiling PoseComparison PoseComparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/PoseComparison/PoseComparison.swift:4:8: error: no such module 'UIKit'
  2 | // https://docs.swift.org/swift-book
  3 |
  4 | import UIKit
    |        `- error: no such module 'UIKit'
  5 | import Vision
  6 |
BUILD FAILURE 6.3 macosSpm