Build Information
Failed to build SwiftTweaks, reference master (3dec92
), with Swift 6.1 for Linux on 28 Apr 2025 17:46:08 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/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.1
Building package at path: $PWD
https://github.com/bryanjclark/SwiftTweaks.git
https://github.com/bryanjclark/SwiftTweaks.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftTweaks",
"name" : "SwiftTweaks",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftTweaks",
"targets" : [
"SwiftTweaks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTweaksTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTweaksTests",
"path" : "SwiftTweaksTests",
"sources" : [
"Clipping+TweaksTest.swift",
"Precision+TweaksTests.swift",
"Tweak+TweaksTests.swift",
"TweakActionTests.swift",
"TweakViewData+TweaksTests.swift",
"UIColor+TweaksTests.swift"
],
"target_dependencies" : [
"SwiftTweaks"
],
"type" : "test"
},
{
"c99name" : "SwiftTweaks",
"module_type" : "SwiftTarget",
"name" : "SwiftTweaks",
"path" : "SwiftTweaks",
"product_memberships" : [
"SwiftTweaks"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/SwiftTweaks/Media.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AnyTweak.swift",
"AppTheme.swift",
"BasicAnimationTweakTemplate.swift",
"CALayer+ShadowTweakTemplate.swift",
"Clip.swift",
"ColorRepresentation.swift",
"ComparableTweakDefaultParameters.swift",
"EdgeInsetsTweakTemplate.swift",
"FloatingTweakGroupViewController.swift",
"HapticsPlayer.swift",
"HashingUtilities.swift",
"HitTransparentWindow.swift",
"MultiTweakBinding.swift",
"MultiTweakBindingIdentifier.swift",
"Precision.swift",
"ShadowTweakTemplate.swift",
"SpringAnimationTweakTemplate.swift",
"StringOptionViewController.swift",
"Tweak.swift",
"TweakAction.swift",
"TweakBinding.swift",
"TweakBindingIdentifier.swift",
"TweakClusterType.swift",
"TweakCollection.swift",
"TweakCollectionViewController.swift",
"TweakColorCell.swift",
"TweakColorEditViewController.swift",
"TweakDebug.swift",
"TweakGroup.swift",
"TweakGroupTemplateType.swift",
"TweakLibrary.swift",
"TweakPersistency.swift",
"TweakStore+Sharing.swift",
"TweakStore.swift",
"TweakTableCell.swift",
"TweakViewData.swift",
"TweakWindow.swift",
"TweakableType.swift",
"TweaksCollectionsListViewController.swift",
"TweaksViewController.swift",
"UIColor+Tweaks.swift",
"UIEdgeInsets+EdgeInsetsTweakTemplate.swift",
"UIImage+SwiftTweaks.swift",
"UIView+BasicAnimationTweakTemplate.swift",
"UIView+TweakGroupTemplateSpringAnimation.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/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 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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
[22/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.
[23/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.
[24/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.
[25/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.
[26/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.
[27/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.
[28/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.
[29/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.
[30/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.
[31/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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/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.
[38/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.
[39/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.
[40/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.
[41/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.
[42/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.
[43/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.
[44/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.
[45/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.
[46/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.
[47/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.
[48/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.
[49/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.
[50/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.
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
[2/43] 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.
[3/43] 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.
[4/43] 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.
[5/43] 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.
[6/43] 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.
[7/43] 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.
[8/48] 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.
[9/48] 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.
[10/48] 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.
[11/48] 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.
[12/48] 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.
[13/48] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/48] 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.
[15/48] 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.
[16/48] 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.
[17/48] 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.
[18/48] 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.
[19/48] 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.
[20/48] 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.
[21/48] 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.
[22/48] 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.
[23/48] 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.
[24/48] 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.
[25/48] 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.
[26/48] 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.
[27/48] 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.
[28/48] 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.
[29/48] 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.
[30/48] 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.
[31/48] 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.
[32/48] 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.
[33/48] 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.
[34/48] 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.
[35/48] 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.
[36/48] 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.
[37/48] 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.
[38/48] 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.
[39/48] 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.
[40/48] 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.
[41/48] 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.
[42/48] 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.
[43/48] 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.
[44/48] 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.
[45/48] 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.
[46/48] 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.
[47/48] 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.
[48/48] 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.
BUILD FAILURE 6.1 linux