The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DropboxAuth, reference master (1040bc), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 01:06:12 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/jellybeansoup/ios-dropbox-auth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jellybeansoup/ios-dropbox-auth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1040bc3 Add a missing public header to the umbrella
Cloned https://github.com/jellybeansoup/ios-dropbox-auth.git
Revision (git rev-parse @):
1040bc3a6b131282b31cadab5973e26f9578ae89
SUCCESS checkout https://github.com/jellybeansoup/ios-dropbox-auth.git at master
========================================
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": "ios-dropbox-auth",
      "name": "DropboxAuth",
      "url": "https://github.com/jellybeansoup/ios-dropbox-auth.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-dropbox-auth",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jellybeansoup/ios-dropbox-auth.git
[1/650] Fetching ios-dropbox-auth
Fetched https://github.com/jellybeansoup/ios-dropbox-auth.git from cache (1.11s)
Creating working copy for https://github.com/jellybeansoup/ios-dropbox-auth.git
Working copy of https://github.com/jellybeansoup/ios-dropbox-auth.git resolved at master (1040bc3)
warning: '.resolve-product-dependencies': dependency 'ios-dropbox-auth' 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/jellybeansoup/ios-dropbox-auth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling DropboxAuth JDBAccessToken.m
[1/3] Compiling DropboxAuth JDBKeychainManager.m
In file included from /Users/admin/builder/spi-builder-workspace/src/DropboxAuth/JDBAuthManager.m:28:
/Users/admin/builder/spi-builder-workspace/src/DropboxAuth/JDBAuthManager.h:26:9: fatal error: module 'UIKit' not found
   26 | @import UIKit;
      |  ~~~~~~~^~~~~
1 error generated.
[2/3] Compiling DropboxAuth JDBAuthManager.m
BUILD FAILURE 6.3 macosSpm