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 Bagel, reference 1.4.0 (003390), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:29:13 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/yagiz/Bagel.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yagiz/Bagel
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 0033906 version++
Cloned https://github.com/yagiz/Bagel.git
Revision (git rev-parse @):
00339064dc727aefed2d92594fe7dfd899ec9bc8
SUCCESS checkout https://github.com/yagiz/Bagel.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/yagiz/Bagel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/BagelConfiguration.m:22:
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/BagelConfiguration.h:26:
/Users/admin/builder/spi-builder-workspace/iOS/Source/BagelUtility.h:23:9: fatal error: 'UIKit/UIKit.h' file not found
   23 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/13] Compiling Bagel BagelConfiguration.m
[0/13] Compiling Bagel BagelBrowser.m
[0/13] Compiling Bagel BagelBaseModel.m
[0/13] Compiling Bagel BagelRequestInfo.m
[0/13] Compiling Bagel BagelRequestCarrier.m
[0/13] Compiling Bagel BagelProjectModel.m
[0/13] Compiling Bagel BagelDeviceModel.m
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/Bagel.m:22:
/Users/admin/builder/spi-builder-workspace/iOS/Source/Bagel.h:22:9: fatal error: 'UIKit/UIKit.h' file not found
   22 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/13] Compiling Bagel Bagel.m
[0/13] Compiling Bagel BagelRequestPacket.m
[0/13] Compiling Bagel BagelController.m
Fetching https://github.com/robbiehanson/CocoaAsyncSocket.git
[1/6425] Fetching cocoaasyncsocket
Fetched https://github.com/robbiehanson/CocoaAsyncSocket.git from cache (1.27s)
Computing version for https://github.com/robbiehanson/CocoaAsyncSocket.git
Computed https://github.com/robbiehanson/CocoaAsyncSocket.git at 7.6.5 (3.18s)
Creating working copy for https://github.com/robbiehanson/CocoaAsyncSocket.git
Working copy of https://github.com/robbiehanson/CocoaAsyncSocket.git resolved at 7.6.5
BUILD FAILURE 6.2 macosSpm