Build Information
Failed to build BuildABuddyKit, reference step-1 (437936
), with Swift 6.1 for Linux on 27 Apr 2025 11:21:01 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/simonbs/BuildABuddyKit.git
Reference: step-1
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/simonbs/BuildABuddyKit
* branch step-1 -> FETCH_HEAD
* [new branch] step-1 -> origin/step-1
HEAD is now at 4379366 Update README.md
Cloned https://github.com/simonbs/BuildABuddyKit.git
Revision (git rev-parse @):
4379366f7419a20b36f1466e0c05cbaaffcb3629
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonbs/BuildABuddyKit.git at step-1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/simonbs/BuildABuddyKit.git
https://github.com/simonbs/BuildABuddyKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "BuildABuddyKit",
"name" : "BuildABuddyKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BuildABuddyKit",
"targets" : [
"BuildABuddyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BuildABuddyKit",
"module_type" : "SwiftTarget",
"name" : "BuildABuddyKit",
"path" : "Sources/BuildABuddyKit",
"product_memberships" : [
"BuildABuddyKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/BuildABuddyKit/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/Asset.swift",
"Internal/Buddy+Helpers.swift",
"Internal/Eye+Helper.swift",
"Internal/Eyebrow+Helpers.swift",
"Internal/Hair+Helpers.swift",
"Internal/Mouth+Helpers.swift",
"Internal/Nose+Helpers.swift",
"Internal/Pants+Helpers.swift",
"Internal/Pose.swift",
"Internal/Shirt+Helpers.swift",
"Internal/Shoe+Helpers.swift",
"Internal/Skin+Helpers.swift",
"Internal/UIImage+Helpers.swift",
"Public/Buddy.swift",
"Public/BuddyImage.swift",
"Public/BuddyRenderer.swift",
"Public/Eye.swift",
"Public/Eyebrow.swift",
"Public/Hair.swift",
"Public/Mouth.swift",
"Public/Nose.swift",
"Public/Pants.swift",
"Public/Shirt.swift",
"Public/Shoe.swift",
"Public/Skin.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/27] Emitting module BuildABuddyKit
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[5/30] Compiling BuildABuddyKit BuddyImage.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[6/30] Compiling BuildABuddyKit BuddyRenderer.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[7/30] Compiling BuildABuddyKit Eye.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[8/30] Compiling BuildABuddyKit Eyebrow.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[9/30] Compiling BuildABuddyKit Hair.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[10/30] Compiling BuildABuddyKit Mouth.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[11/30] Compiling BuildABuddyKit Nose.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[12/30] Compiling BuildABuddyKit Pants.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[13/30] Compiling BuildABuddyKit Shirt.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[14/30] Compiling BuildABuddyKit Hair+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[15/30] Compiling BuildABuddyKit Mouth+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[16/30] Compiling BuildABuddyKit Nose+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[17/30] Compiling BuildABuddyKit Pants+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[18/30] Compiling BuildABuddyKit Pose.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[19/30] Compiling BuildABuddyKit Shirt+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[20/30] Compiling BuildABuddyKit Shoe+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[21/30] Compiling BuildABuddyKit Shoe.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[22/30] Compiling BuildABuddyKit Skin.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[23/30] Compiling BuildABuddyKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[24/30] Compiling BuildABuddyKit Asset.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[25/30] Compiling BuildABuddyKit Buddy+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[26/30] Compiling BuildABuddyKit Eye+Helper.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[27/30] Compiling BuildABuddyKit Eyebrow+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[28/30] Compiling BuildABuddyKit Skin+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[29/30] Compiling BuildABuddyKit UIImage+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[30/30] Compiling BuildABuddyKit Buddy.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
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/25] Emitting module BuildABuddyKit
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[3/28] Compiling BuildABuddyKit Eyebrow.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[4/28] Compiling BuildABuddyKit Hair.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[5/28] Compiling BuildABuddyKit Mouth.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[6/28] Compiling BuildABuddyKit Nose.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[7/28] Compiling BuildABuddyKit Pants.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[8/28] Compiling BuildABuddyKit Shirt.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[9/28] Compiling BuildABuddyKit Pose.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[10/28] Compiling BuildABuddyKit Shirt+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[11/28] Compiling BuildABuddyKit Shoe+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[12/28] Compiling BuildABuddyKit Hair+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[13/28] Compiling BuildABuddyKit Mouth+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[14/28] Compiling BuildABuddyKit Nose+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[15/28] Compiling BuildABuddyKit Pants+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[16/28] Compiling BuildABuddyKit Asset.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[17/28] Compiling BuildABuddyKit Buddy+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[18/28] Compiling BuildABuddyKit Eye+Helper.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[19/28] Compiling BuildABuddyKit Eyebrow+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[20/28] Compiling BuildABuddyKit Skin+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[21/28] Compiling BuildABuddyKit UIImage+Helpers.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[22/28] Compiling BuildABuddyKit Buddy.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[23/28] Compiling BuildABuddyKit BuddyImage.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[24/28] Compiling BuildABuddyKit BuddyRenderer.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[25/28] Compiling BuildABuddyKit Eye.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[26/28] Compiling BuildABuddyKit Shoe.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[27/28] Compiling BuildABuddyKit Skin.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
[28/28] Compiling BuildABuddyKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/BuildABuddyKit/Internal/Asset.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | struct Asset {
BUILD FAILURE 6.1 linux