Build Information
Failed to build AppIconView, reference 2.0.4 (a31764
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 09:39:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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.64s)
Computing version for https://github.com/kevinhermawan/AppIcon.git
Computed https://github.com/kevinhermawan/AppIcon.git at 2.0.5 (1.23s)
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",
"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",
"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",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kevinhermawan/AppIconView.git
[1/64] Fetching appiconview
Fetched https://github.com/kevinhermawan/AppIconView.git from cache (0.66s)
Fetching https://github.com/kevinhermawan/AppIcon.git from cache
Fetched https://github.com/kevinhermawan/AppIcon.git from cache (0.46s)
Computing version for https://github.com/kevinhermawan/AppIcon.git
Computed https://github.com/kevinhermawan/AppIcon.git at 2.0.5 (0.52s)
Creating working copy for https://github.com/kevinhermawan/AppIcon.git
Working copy of https://github.com/kevinhermawan/AppIcon.git resolved at 2.0.5
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)
warning: '.resolve-product-dependencies': dependency 'appiconview' is not used by any target
Found 1 product dependencies
- AppIcon
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kevinhermawan/AppIconView.git
https://github.com/kevinhermawan/AppIconView.git
{
"dependencies" : [
{
"identity" : "appicon",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kevinhermawan/AppIcon.git"
}
],
"manifest_display_name" : "AppIconView",
"name" : "AppIconView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AppIconView",
"targets" : [
"AppIconView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AppIconViewTests",
"module_type" : "SwiftTarget",
"name" : "AppIconViewTests",
"path" : "Tests/AppIconViewTests",
"product_dependencies" : [
"AppIcon"
],
"sources" : [
"AppIconViewTests.swift"
],
"target_dependencies" : [
"AppIconView"
],
"type" : "test"
},
{
"c99name" : "AppIconView",
"module_type" : "SwiftTarget",
"name" : "AppIconView",
"path" : "Sources/AppIconView",
"product_dependencies" : [
"AppIcon"
],
"product_memberships" : [
"AppIconView"
],
"sources" : [
"AppIconImage.swift",
"AppIconListItem.swift",
"AppIconView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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 {
[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 {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] 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 {
[3/5] 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 {
[4/5] 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 {
[5/5] 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.1 macosSpm