The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Bagel, reference master (763aad), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 21:20:02 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/yagiz/Bagel.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yagiz/Bagel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 763aadb Merge pull request #69 from techinpark/feature/update-readme
Cloned https://github.com/yagiz/Bagel.git
Revision (git rev-parse @):
763aadbf6a099681a66e69522f902e33094f6a55
SUCCESS checkout https://github.com/yagiz/Bagel.git at master
Fetching https://github.com/robbiehanson/CocoaAsyncSocket.git
[1/6438] Fetching cocoaasyncsocket
Fetched https://github.com/robbiehanson/CocoaAsyncSocket.git from cache (1.28s)
Computing version for https://github.com/robbiehanson/CocoaAsyncSocket.git
Computed https://github.com/robbiehanson/CocoaAsyncSocket.git at 7.6.5 (3.55s)
Creating working copy for https://github.com/robbiehanson/CocoaAsyncSocket.git
Working copy of https://github.com/robbiehanson/CocoaAsyncSocket.git resolved at 7.6.5
========================================
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": "bagel",
      "name": "Bagel",
      "url": "https://github.com/yagiz/Bagel.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bagel",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "cocoaasyncsocket",
          "name": "CocoaAsyncSocket",
          "url": "https://github.com/robbiehanson/CocoaAsyncSocket.git",
          "version": "7.6.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CocoaAsyncSocket",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/yagiz/Bagel.git
[1/2838] Fetching bagel
Fetched https://github.com/yagiz/Bagel.git from cache (1.58s)
Fetching https://github.com/robbiehanson/CocoaAsyncSocket.git from cache
Fetched https://github.com/robbiehanson/CocoaAsyncSocket.git from cache (0.52s)
Computing version for https://github.com/robbiehanson/CocoaAsyncSocket.git
Computed https://github.com/robbiehanson/CocoaAsyncSocket.git at 7.6.5 (0.59s)
Creating working copy for https://github.com/robbiehanson/CocoaAsyncSocket.git
Working copy of https://github.com/robbiehanson/CocoaAsyncSocket.git resolved at 7.6.5
Creating working copy for https://github.com/yagiz/Bagel.git
Working copy of https://github.com/yagiz/Bagel.git resolved at master (763aadb)
warning: '.resolve-product-dependencies': dependency 'bagel' is not used by any target
Found 1 product dependencies
  - CocoaAsyncSocket
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yagiz/Bagel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/BagelURLSessionInjector.m:23:
/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>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[0/13] Compiling Bagel BagelURLSessionInjector.m
[0/13] Compiling Bagel BagelRequestPacket.m
[0/13] Compiling Bagel BagelUtility.m
[0/13] Compiling Bagel BagelBaseModel.m
[0/13] Compiling Bagel BagelRequestInfo.m
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/BagelController.m:22:
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/BagelController.h:24:
In file included from /Users/admin/builder/spi-builder-workspace/iOS/Source/BagelBrowser.h:23:
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>
      |         ^~~~~~~~~~~~~~~
[0/13] Compiling Bagel BagelController.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 BagelDeviceModel.m
[0/13] Compiling Bagel BagelConfiguration.m
[0/13] Compiling Bagel BagelBrowser.m
BUILD FAILURE 6.3 macosSpm