Build Information
Failed to build AppIconView, reference main (a31764
), with Swift 6.1 for Linux on 28 Apr 2025 09:30:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kevinhermawan/AppIconView.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/kevinhermawan/AppIconView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/kevinhermawan/AppIconView.git
https://github.com/kevinhermawan/AppIconView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kevinhermawan/AppIcon.git
[1/127] Fetching appicon
Fetched https://github.com/kevinhermawan/AppIcon.git from cache (0.21s)
Computing version for https://github.com/kevinhermawan/AppIcon.git
Computed https://github.com/kevinhermawan/AppIcon.git at 2.0.5 (0.68s)
Creating working copy for https://github.com/kevinhermawan/AppIcon.git
Working copy of https://github.com/kevinhermawan/AppIcon.git resolved at 2.0.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module AppIcon
/host/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
/host/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
/host/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
/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] Emitting module AppIcon
/host/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
/host/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
/host/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
/host/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 linux