Build Information
Failed to build LifetimeTracker with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzysztofzablocki/LifetimeTracker.git
Reference: 1.8.4
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
* tag 1.8.4 -> FETCH_HEAD
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 1.8.4
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/krzysztofzablocki/LifetimeTracker.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/9] Write sources
[0/9] Copying DashboardTableView.storyboard
[0/9] Copying Localizable.strings
[0/9] Copying DashboardTableViewCell.xib
[0/9] Copying Info.plist
[1/9] Copying BarDashboard.storyboard
[2/9] Copying DashboardTableViewHeaderView.xib
[7/9] Copying CircularDashboard.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'
import UIKit
^
[11/27] Compiling LifetimeTracker SettingsManager.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[12/27] Compiling LifetimeTracker BarDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[13/27] Compiling LifetimeTracker LifetimeTrackerListViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[14/27] Compiling LifetimeTracker resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[15/27] Compiling LifetimeTracker DashboardTableViewCell.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[16/27] Compiling LifetimeTracker DashboardTableViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[17/27] Compiling LifetimeTracker DashboardTableViewHeaderView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[18/27] Compiling LifetimeTracker Extensions+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[19/27] Compiling LifetimeTracker CircularDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[20/27] Compiling LifetimeTracker Constants+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[21/27] Compiling LifetimeTracker Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[22/27] Compiling LifetimeTracker LifetimeTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[23/27] Compiling LifetimeTracker Bundle+Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[24/27] Compiling LifetimeTracker Constants.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[25/27] Compiling LifetimeTracker DeallocTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[26/27] Compiling LifetimeTracker HideOption.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
[27/27] Compiling LifetimeTracker LifetimeTracker+DashboardView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
^
error: fatalError
BUILD FAILURE 5.10 linux