Build Information
Failed to build ScreenProtectorKit, reference 1.4.5 (c2bfb6), with Swift 6.2 for macOS (SPM) on 14 Dec 2025 10:03:25 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/prongbang/ScreenProtectorKit.git
Reference: 1.4.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/prongbang/ScreenProtectorKit
* tag 1.4.5 -> FETCH_HEAD
HEAD is now at c2bfb6b fix: avoid removing overlay views during background transition
Cloned https://github.com/prongbang/ScreenProtectorKit.git
Revision (git rev-parse @):
c2bfb6b1c27900dbb36975a397a534e3fd1d818a
SUCCESS checkout https://github.com/prongbang/ScreenProtectorKit.git at 1.4.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",
"dependencies": [
{
"identity": "screenprotectorkit",
"name": "ScreenProtectorKit",
"url": "https://github.com/prongbang/ScreenProtectorKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScreenProtectorKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/prongbang/ScreenProtectorKit.git
[1/178] Fetching screenprotectorkit
Fetched https://github.com/prongbang/ScreenProtectorKit.git from cache (0.69s)
Creating working copy for https://github.com/prongbang/ScreenProtectorKit.git
Working copy of https://github.com/prongbang/ScreenProtectorKit.git resolved at 1.4.5 (c2bfb6b)
warning: '.resolve-product-dependencies': dependency 'screenprotectorkit' 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/prongbang/ScreenProtectorKit.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/7] Emitting module ScreenProtectorKit
/Users/admin/builder/spi-builder-workspace/Sources/ScreenProtectorKit/ScreenProtectorKit.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // How to used:
[4/7] Compiling ScreenProtectorKit ScreenProtectorKitManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenProtectorKit/ScreenProtectorKit.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // How to used:
[5/7] Compiling ScreenProtectorKit ScreenProtectorKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenProtectorKit/ScreenProtectorKit.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // How to used:
[6/7] Compiling ScreenProtectorKit UIColor+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenProtectorKit/ScreenProtectorKit.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // How to used:
[7/7] Compiling ScreenProtectorKit WindowManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScreenProtectorKit/ScreenProtectorKit.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // How to used:
BUILD FAILURE 6.2 macosSpm