Build Information
Failed to build LifetimeTracker, reference master (fccc98
), with Swift 6.1 for Linux on 28 Apr 2025 20:59:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/krzysztofzablocki/LifetimeTracker.git
Reference: master
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/krzysztofzablocki/LifetimeTracker
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fccc98a Fix leak detection and warning (#94)
Cloned https://github.com/krzysztofzablocki/LifetimeTracker.git
Revision (git rev-parse @):
fccc98aae719f6615d1f0cfd8f5e60f3888bdf62
SUCCESS checkout https://github.com/krzysztofzablocki/LifetimeTracker.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/krzysztofzablocki/LifetimeTracker.git
https://github.com/krzysztofzablocki/LifetimeTracker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "LifetimeTracker",
"name" : "LifetimeTracker",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LifetimeTracker",
"targets" : [
"LifetimeTracker"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LifetimeTracker",
"module_type" : "SwiftTarget",
"name" : "LifetimeTracker",
"path" : "Sources",
"product_memberships" : [
"LifetimeTracker"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Resources/BarDashboard.storyboard",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Resources/CircularDashboard.storyboard",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Resources/DashboardTableView.storyboard",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Resources/DashboardTableViewCell.xib",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Resources/DashboardTableViewHeaderView.xib",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Bundle+Extensions.swift",
"Constants.swift",
"DeallocTracker.swift",
"Extensions.swift",
"LifetimeTracker.swift",
"iOS/SettingsManager.swift",
"iOS/UI/BarDashboard/BarDashboardViewController.swift",
"iOS/UI/CircularDashboard/CircularDashboardViewController.swift",
"iOS/UI/Constants+UIKit.swift",
"iOS/UI/DashboardTableView/DashboardTableViewCell.swift",
"iOS/UI/DashboardTableView/DashboardTableViewController.swift",
"iOS/UI/DashboardTableView/DashboardTableViewHeaderView.swift",
"iOS/UI/Extensions+UIKit.swift",
"iOS/UI/HideOption.swift",
"iOS/UI/LifetimeTracker+DashboardView.swift",
"iOS/UI/LifetimeTrackerListViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/9] Copying Localizable.strings
[0/9] Copying BarDashboard.storyboard
[0/9] Write sources
[0/9] Copying CircularDashboard.storyboard
[4/9] Copying Info.plist
[4/9] Copying DashboardTableViewHeaderView.xib
[4/9] Copying DashboardTableViewCell.xib
[4/9] Copying DashboardTableView.storyboard
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/25] Emitting module LifetimeTracker
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[11/27] Compiling LifetimeTracker LifetimeTrackerListViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[12/27] Compiling LifetimeTracker resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[13/27] Compiling LifetimeTracker CircularDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[14/27] Compiling LifetimeTracker Constants+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[15/27] Compiling LifetimeTracker DashboardTableViewHeaderView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[16/27] Compiling LifetimeTracker Extensions+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[17/27] Compiling LifetimeTracker SettingsManager.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[18/27] Compiling LifetimeTracker BarDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[19/27] Compiling LifetimeTracker DashboardTableViewCell.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[20/27] Compiling LifetimeTracker DashboardTableViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[21/27] Compiling LifetimeTracker HideOption.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[22/27] Compiling LifetimeTracker LifetimeTracker+DashboardView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[23/27] Compiling LifetimeTracker Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[24/27] Compiling LifetimeTracker LifetimeTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[25/27] Compiling LifetimeTracker Bundle+Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[26/27] Compiling LifetimeTracker Constants.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[27/27] Compiling LifetimeTracker DeallocTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/17] Emitting module LifetimeTracker
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[3/19] Compiling LifetimeTracker HideOption.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[4/19] Compiling LifetimeTracker LifetimeTracker+DashboardView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[5/19] Compiling LifetimeTracker LifetimeTrackerListViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[6/19] Compiling LifetimeTracker resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[7/19] Compiling LifetimeTracker SettingsManager.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[8/19] Compiling LifetimeTracker BarDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[9/19] Compiling LifetimeTracker Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[10/19] Compiling LifetimeTracker LifetimeTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[11/19] Compiling LifetimeTracker DashboardTableViewHeaderView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[12/19] Compiling LifetimeTracker Extensions+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[13/19] Compiling LifetimeTracker DashboardTableViewCell.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[14/19] Compiling LifetimeTracker DashboardTableViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[15/19] Compiling LifetimeTracker CircularDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[16/19] Compiling LifetimeTracker Constants+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[17/19] Compiling LifetimeTracker Bundle+Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[18/19] Compiling LifetimeTracker Constants.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
[19/19] Compiling LifetimeTracker DeallocTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SettingsManager {
BUILD FAILURE 6.1 linux