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

Failed to build DropboxAuth, reference master (1040bc), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:39:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jellybeansoup/ios-dropbox-auth.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling DropboxAuth JDBKeychainManager.m
[1/3] Compiling DropboxAuth JDBAccessToken.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.2 macosSpm