Build Information
Failed to build CallDetector, reference 1.0.0 (0531df), with Swift 6.2 for macOS (SPM) on 23 Jan 2026 05:28:06 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/NugiNurGhani/CallDetector.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NugiNurGhani/CallDetector
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 0531df4 Prepare for 1.0.0 release
Cloned https://github.com/NugiNurGhani/CallDetector.git
Revision (git rev-parse @):
0531df4af7887ef4bf4aa664c5c0a47b36080829
SUCCESS checkout https://github.com/NugiNurGhani/CallDetector.git at 1.0.0
========================================
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": "calldetector",
"name": "CallDetector",
"url": "https://github.com/NugiNurGhani/CallDetector.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CallDetector",
"dependencies": [
]
}
]
}
Fetching https://github.com/NugiNurGhani/CallDetector.git
[1/17] Fetching calldetector
Fetched https://github.com/NugiNurGhani/CallDetector.git from cache (0.66s)
Creating working copy for https://github.com/NugiNurGhani/CallDetector.git
Working copy of https://github.com/NugiNurGhani/CallDetector.git resolved at 1.0.0 (0531df4)
warning: '.resolve-product-dependencies': dependency 'calldetector' 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/NugiNurGhani/CallDetector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module CallDetector
/Users/admin/builder/spi-builder-workspace/Sources/CallDetector/CallDetector.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import CallKit
10 |
[4/4] Compiling CallDetector CallDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/CallDetector/CallDetector.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import CallKit
10 |
BUILD FAILURE 6.2 macosSpm