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 SwiftTweaks with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bryanjclark/SwiftTweaks.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/bryanjclark/SwiftTweaks
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3dec92a Switch from titled "Dismiss" button do system done (#158)
Cloned https://github.com/bryanjclark/SwiftTweaks.git
Revision (git rev-parse @):
3dec92a1ddc50bcb3806b7874c4744524df8a47c
SUCCESS checkout https://github.com/bryanjclark/SwiftTweaks.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/bryanjclark/SwiftTweaks.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/3] Write sources
[1/3] Copying Media.xcassets
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/45] Emitting module SwiftTweaks
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[5/50] Compiling SwiftTweaks TweakLibrary.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[6/50] Compiling SwiftTweaks TweakPersistency.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[7/50] Compiling SwiftTweaks TweakStore+Sharing.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[8/50] Compiling SwiftTweaks TweakStore.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[9/50] Compiling SwiftTweaks TweakTableCell.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[10/50] Compiling SwiftTweaks TweakViewData.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[11/50] Compiling SwiftTweaks Tweak.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[12/50] Compiling SwiftTweaks TweakAction.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[13/50] Compiling SwiftTweaks TweakBinding.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[14/50] Compiling SwiftTweaks TweakBindingIdentifier.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[15/50] Compiling SwiftTweaks TweakClusterType.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[16/50] Compiling SwiftTweaks TweakCollection.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[17/50] Compiling SwiftTweaks MultiTweakBinding.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[18/50] Compiling SwiftTweaks MultiTweakBindingIdentifier.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[19/50] Compiling SwiftTweaks Precision.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[20/50] Compiling SwiftTweaks ShadowTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[21/50] Compiling SwiftTweaks SpringAnimationTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[22/50] Compiling SwiftTweaks StringOptionViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[23/50] Compiling SwiftTweaks AnyTweak.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[24/50] Compiling SwiftTweaks AppTheme.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[25/50] Compiling SwiftTweaks BasicAnimationTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[26/50] Compiling SwiftTweaks CALayer+ShadowTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[27/50] Compiling SwiftTweaks Clip.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[28/50] Compiling SwiftTweaks ColorRepresentation.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[29/50] Compiling SwiftTweaks UIEdgeInsets+EdgeInsetsTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[30/50] Compiling SwiftTweaks UIImage+SwiftTweaks.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[31/50] Compiling SwiftTweaks UIView+BasicAnimationTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[32/50] Compiling SwiftTweaks UIView+TweakGroupTemplateSpringAnimation.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[33/50] Compiling SwiftTweaks resource_bundle_accessor.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[34/50] Compiling SwiftTweaks TweakWindow.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[35/50] Compiling SwiftTweaks TweakableType.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[36/50] Compiling SwiftTweaks TweaksCollectionsListViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[37/50] Compiling SwiftTweaks TweaksViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[38/50] Compiling SwiftTweaks UIColor+Tweaks.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[39/50] Compiling SwiftTweaks TweakCollectionViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[40/50] Compiling SwiftTweaks TweakColorCell.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[41/50] Compiling SwiftTweaks TweakColorEditViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[42/50] Compiling SwiftTweaks TweakDebug.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[43/50] Compiling SwiftTweaks TweakGroup.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[44/50] Compiling SwiftTweaks TweakGroupTemplateType.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[45/50] Compiling SwiftTweaks ComparableTweakDefaultParameters.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[46/50] Compiling SwiftTweaks EdgeInsetsTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[47/50] Compiling SwiftTweaks FloatingTweakGroupViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[48/50] Compiling SwiftTweaks HapticsPlayer.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[49/50] Compiling SwiftTweaks HashingUtilities.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
[50/50] Compiling SwiftTweaks HitTransparentWindow.swift
/host/spi-builder-workspace/SwiftTweaks/AppTheme.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | /// A central "palette" so to help keep our design consistent.
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.