This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzysztofzablocki/LifetimeTracker.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/krzysztofzablocki/LifetimeTracker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/9] Write sources
[1/9] Copying Localizable.strings
[1/9] Copying Info.plist
[1/9] Copying DashboardTableViewHeaderView.xib
[4/9] Copying BarDashboard.storyboard
[4/9] Copying DashboardTableViewCell.xib
[4/9] Copying CircularDashboard.storyboard
[7/9] Copying DashboardTableView.storyboard
[8/9] Write swift-version-6F35C1178C84523A.txt
[10/26] Compiling LifetimeTracker LifetimeTracker+DashboardView.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker DashboardTableViewController.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker DashboardTableViewHeaderView.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker LifetimeTrackerListViewController.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker Extensions+UIKit.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker HideOption.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker Constants+UIKit.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker DashboardTableViewCell.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker BarDashboardViewController.swift
/Users/admin/builder/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/26] Compiling LifetimeTracker CircularDashboardViewController.swift
/Users/admin/builder/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 resource_bundle_accessor.swift
/Users/admin/builder/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/27] Emitting module LifetimeTracker
/Users/admin/builder/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.swift
/Users/admin/builder/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 SettingsManager.swift
/Users/admin/builder/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 DeallocTracker.swift
/Users/admin/builder/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 Extensions.swift
/Users/admin/builder/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 Bundle+Extensions.swift
/Users/admin/builder/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 Constants.swift
/Users/admin/builder/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.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.