Build Information
Failed to build BranchSDK, reference 3.13.3 (0fc0c3), with Swift 6.2 for macOS (SPM) on 3 Oct 2025 21:25:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BranchMetrics/ios-branch-sdk-spm.git
Reference: 3.13.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BranchMetrics/ios-branch-sdk-spm
* tag 3.13.3 -> FETCH_HEAD
HEAD is now at 0fc0c3e Release 3.13.3 Updates
Cloned https://github.com/BranchMetrics/ios-branch-sdk-spm.git
Revision (git rev-parse @):
0fc0c3e8df1e175e7d049b4497bed18cae0ffc24
SUCCESS checkout https://github.com/BranchMetrics/ios-branch-sdk-spm.git at 3.13.3
========================================
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",
"dependencies": [
{
"identity": "ios-branch-sdk-spm",
"name": "BranchSDK",
"url": "https://github.com/BranchMetrics/ios-branch-sdk-spm.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-branch-sdk-spm",
"dependencies": [
]
}
]
}
Fetching https://github.com/BranchMetrics/ios-branch-sdk-spm.git
[1/3014] Fetching ios-branch-sdk-spm
Fetched https://github.com/BranchMetrics/ios-branch-sdk-spm.git from cache (1.40s)
Creating working copy for https://github.com/BranchMetrics/ios-branch-sdk-spm.git
Working copy of https://github.com/BranchMetrics/ios-branch-sdk-spm.git resolved at 3.13.3 (0fc0c3e)
warning: '.resolve-product-dependencies': dependency 'ios-branch-sdk-spm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/BranchMetrics/ios-branch-sdk-spm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/74] Copying PrivacyInfo.xcprivacy
[1/74] Compiling NSError+Branch.m
[2/74] Compiling NSString+Branch.m
[3/74] Compiling BranchSDK resource_bundle_accessor.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/UIViewController+Branch.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Private/UIViewController+Branch.h:10:9: fatal error: module 'UIKit' not found
10 | @import UIKit;
| ~~~~~~~^~~~~
1 error generated.
[4/74] Compiling UIViewController+Branch.m
[4/74] Compiling BranchQRCode.m
[4/74] Compiling BranchPluginSupport.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/BranchShortUrlRequest.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Private/BranchShortUrlRequest.h:10:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/Branch.h:18:
/Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/BranchUniversalObject.h:10:9: fatal error: module 'UIKit' not found
10 | @import UIKit;
| ~~~~~~~^~~~~
[4/74] Compiling BranchShortUrlRequest.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/BranchShareLink.m:10:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/BranchShareLink.h:11:
/Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/BranchUniversalObject.h:10:9: fatal error: module 'UIKit' not found
10 | @import UIKit;
| ~~~~~~~^~~~~
[4/74] Compiling BranchShareLink.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/BranchShortUrlSyncRequest.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Private/BranchShortUrlSyncRequest.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/Branch.h:18:
/Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/BranchUniversalObject.h:10:9: fatal error: module 'UIKit' not found
10 | @import UIKit;
| ~~~~~~~^~~~~
[4/74] Compiling BranchShortUrlSyncRequest.m
[4/74] Compiling BranchUniversalObject.m
[4/74] Compiling NSMutableDictionary+Branch.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/BranchSpotlightUrlRequest.m:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Private/BranchSpotlightUrlRequest.h:9:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Private/BranchShortUrlRequest.h:10:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/Branch.h:18:
/Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/BranchUniversalObject.h:10:9: fatal error: module 'UIKit' not found
10 | @import UIKit;
| ~~~~~~~^~~~~
[4/74] Compiling BranchSpotlightUrlRequest.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/BranchScene.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/BranchSDK/Public/BranchScene.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
10 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[4/74] Compiling BranchScene.m
BUILD FAILURE 6.2 macosSpm