The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LifetimeTracker with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-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.8
Building package at path:  $workDir
https://github.com/krzysztofzablocki/LifetimeTracker.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/7] Copying Localizable.strings
[0/7] Copying DashboardTableViewHeaderView.xib
[0/7] Copying DashboardTableView.storyboard
[3/7] Copying BarDashboard.storyboard
[3/7] Copying DashboardTableViewCell.xib
[3/7] Copying CircularDashboard.storyboard
[4/7] Copying Info.plist
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/23] Emitting module LifetimeTracker
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/25] Compiling LifetimeTracker LifetimeTrackerListViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/25] Compiling LifetimeTracker resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/25] Compiling LifetimeTracker DashboardTableViewCell.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/25] Compiling LifetimeTracker DashboardTableViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/25] Compiling LifetimeTracker DashboardTableViewHeaderView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/25] Compiling LifetimeTracker Extensions+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/25] Compiling LifetimeTracker Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/25] Compiling LifetimeTracker LifetimeTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/25] Compiling LifetimeTracker SettingsManager.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/25] Compiling LifetimeTracker BarDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/25] Compiling LifetimeTracker HideOption.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/25] Compiling LifetimeTracker LifetimeTracker+DashboardView.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/25] Compiling LifetimeTracker CircularDashboardViewController.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/25] Compiling LifetimeTracker Constants+UIKit.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/25] Compiling LifetimeTracker Bundle+Extensions.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/25] Compiling LifetimeTracker Constants.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/25] Compiling LifetimeTracker DeallocTracker.swift
/host/spi-builder-workspace/Sources/iOS/SettingsManager.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
BUILD FAILURE 5.8 linux