Build Information
Failed to build TDOCSDK, reference 1.0.4 (444b9f), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 05:14:31 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zeinber/TDOCSDK.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zeinber/TDOCSDK
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 444b9fa feat: remove info
Cloned https://github.com/zeinber/TDOCSDK.git
Revision (git rev-parse @):
444b9fa98113dc1c52e738557248a50d9ac96003
SUCCESS checkout https://github.com/zeinber/TDOCSDK.git at 1.0.4
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:23: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
4 | let package = Package(
5 | name: "TDOCSDK",
6 | platforms: [.iOS(.v9)],
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | products: [
8 | .library(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
========================================
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": "tdocsdk",
"name": "TDOCSDK",
"url": "https://github.com/zeinber/TDOCSDK.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TDOCSDK",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/zeinber/TDOCSDK.git
[1/58] Fetching tdocsdk
Fetched https://github.com/zeinber/TDOCSDK.git from cache (0.77s)
warning: 'tdocsdk': /Package.swift:6:23: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
4 | let package = Package(
5 | name: "TDOCSDK",
6 | platforms: [.iOS(.v9)],
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | products: [
8 | .library(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Creating working copy for https://github.com/zeinber/TDOCSDK.git
Working copy of https://github.com/zeinber/TDOCSDK.git resolved at 1.0.4 (444b9fa)
warning: 'tdocsdk': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TDOCSDK/Package.swift:6:23: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
4 | let package = Package(
5 | name: "TDOCSDK",
6 | platforms: [.iOS(.v9)],
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | products: [
8 | .library(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
warning: '.resolve-product-dependencies': dependency 'tdocsdk' 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/zeinber/TDOCSDK.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
/Users/admin/builder/spi-builder-workspace/Sources/TDOCSDK/TDOCSDKManager.m:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/1] Compiling TDOCSDK TDOCSDKManager.m
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:6:23: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
4 | let package = Package(
5 | name: "TDOCSDK",
6 | platforms: [.iOS(.v9)],
| `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | products: [
8 | .library(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
BUILD FAILURE 6.3 macosSpm