The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftExif, reference 0.1.0 (313786), with Swift 6.3 for macOS (SPM) on 25 Apr 2026 19:40:31 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/kradalby/SwiftExif.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kradalby/SwiftExif
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 313786a ci: add github actions workflow for linux and macos
Cloned https://github.com/kradalby/SwiftExif.git
Revision (git rev-parse @):
313786acd418032640b8f81b0287292c4c688e05
SUCCESS checkout https://github.com/kradalby/SwiftExif.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": "swiftexif",
      "name": "SwiftExif",
      "url": "https://github.com/kradalby/SwiftExif.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftExif",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kradalby/SwiftExif.git
[1/394] Fetching swiftexif
Fetched https://github.com/kradalby/SwiftExif.git from cache (1.18s)
Creating working copy for https://github.com/kradalby/SwiftExif.git
Working copy of https://github.com/kradalby/SwiftExif.git resolved at 0.1.0 (313786a)
warning: '.resolve-product-dependencies': dependency 'swiftexif' 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/kradalby/SwiftExif.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version--6988338F2F200930.txt
/Users/admin/builder/spi-builder-workspace/Sources/ExifFormat/exif_format.c:9:10: fatal error: 'libexif/exif-entry.h' file not found
    9 | #include <libexif/exif-entry.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/5] Compiling ExifFormat exif_format.c
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libexif using your system-packager:
    brew install libexif
warning: you may be able to install libiptcdata using your system-packager:
    brew install libiptcdata
warning: you may be able to install libexif using your system-packager:
    brew install libexif
warning: you may be able to install libiptcdata using your system-packager:
    brew install libiptcdata
BUILD FAILURE 6.3 macosSpm