Build Information
Failed to build AppIconView, reference 2.0.4 (a31764), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 07:23:46 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/kevinhermawan/AppIconView.git
Reference: 2.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kevinhermawan/AppIconView
* tag 2.0.4 -> FETCH_HEAD
HEAD is now at a31764d release: 2.0.4
Cloned https://github.com/kevinhermawan/AppIconView.git
Revision (git rev-parse @):
a31764dc18819ec21ce776f9080513794985a744
SUCCESS checkout https://github.com/kevinhermawan/AppIconView.git at 2.0.4
Fetching https://github.com/kevinhermawan/AppIcon.git
[1/127] Fetching appicon
Fetched https://github.com/kevinhermawan/AppIcon.git from cache (0.69s)
Computing version for https://github.com/kevinhermawan/AppIcon.git
Computed https://github.com/kevinhermawan/AppIcon.git at 2.0.5 (1.37s)
Creating working copy for https://github.com/kevinhermawan/AppIcon.git
Working copy of https://github.com/kevinhermawan/AppIcon.git resolved at 2.0.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": "appiconview",
"name": "AppIconView",
"url": "https://github.com/kevinhermawan/AppIconView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppIconView",
"traits": [
"default"
],
"dependencies": [
{
"identity": "appicon",
"name": "AppIcon",
"url": "https://github.com/kevinhermawan/AppIcon.git",
"version": "2.0.5",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AppIcon",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kevinhermawan/AppIconView.git
[1/64] Fetching appiconview
Fetched https://github.com/kevinhermawan/AppIconView.git from cache (0.65s)
Fetching https://github.com/kevinhermawan/AppIcon.git from cache
Fetched https://github.com/kevinhermawan/AppIcon.git from cache (0.51s)
Computing version for https://github.com/kevinhermawan/AppIcon.git
Computed https://github.com/kevinhermawan/AppIcon.git at 2.0.5 (0.56s)
Creating working copy for https://github.com/kevinhermawan/AppIconView.git
Working copy of https://github.com/kevinhermawan/AppIconView.git resolved at 2.0.4 (a31764d)
Creating working copy for https://github.com/kevinhermawan/AppIcon.git
Working copy of https://github.com/kevinhermawan/AppIcon.git resolved at 2.0.5
warning: '.resolve-product-dependencies': dependency 'appiconview' is not used by any target
Found 1 product dependencies
- AppIcon
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kevinhermawan/AppIconView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module AppIcon
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AppIcon/Sources/AppIcon/AppController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | class AppController: AppControllerProtocol {
[5/7] Compiling AppIcon Icon.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AppIcon/Sources/AppIcon/AppController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | class AppController: AppControllerProtocol {
[6/7] Compiling AppIcon AppIcon.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AppIcon/Sources/AppIcon/AppController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | class AppController: AppControllerProtocol {
[7/7] Compiling AppIcon AppController.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AppIcon/Sources/AppIcon/AppController.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | class AppController: AppControllerProtocol {
BUILD FAILURE 6.3 macosSpm