The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ColorPicker with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppefoxwolf/ColorPicker.git
Reference: 0.5.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/noppefoxwolf/ColorPicker
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at a1c6639 Update HSV.swift
Cloned https://github.com/noppefoxwolf/ColorPicker.git
Revision (git rev-parse @):
a1c66390e92982bbd7492c2413644217c82435ae
SUCCESS checkout https://github.com/noppefoxwolf/ColorPicker.git at 0.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/noppefoxwolf/ColorPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[0/6] Copying Localizable.strings
[0/6] Copying Info.plist
[0/6] Write sources
[4/6] Copying Localizable.strings
[5/6] Write swift-version--423B1241ED78D482.txt
[7/40] Compiling SnapKit ConstraintDescription.swift
[8/40] Compiling SnapKit ConstraintDirectionalInsetTarget.swift
[9/40] Compiling SnapKit ConstraintDirectionalInsets.swift
[10/40] Compiling SnapKit ConstraintInsetTarget.swift
[11/40] Compiling SnapKit ConstraintInsets.swift
[12/40] Compiling SnapKit ConstraintView+Extensions.swift
[13/40] Compiling SnapKit ConstraintView.swift
[14/40] Compiling SnapKit ConstraintViewDSL.swift
[15/40] Compiling SnapKit Debugging.swift
[16/40] Emitting module SnapKit
[17/40] Compiling SnapKit ConstraintMakerPrioritizable.swift
[18/40] Compiling SnapKit ConstraintMakerRelatable+Extensions.swift
[19/40] Compiling SnapKit ConstraintMakerRelatable.swift
[20/40] Compiling SnapKit ConstraintMultiplierTarget.swift
[21/40] Compiling SnapKit ConstraintOffsetTarget.swift
[22/40] Compiling SnapKit ConstraintPriority.swift
[23/40] Compiling SnapKit ConstraintPriorityTarget.swift
[24/40] Compiling SnapKit ConstraintRelatableTarget.swift
[25/40] Compiling SnapKit ConstraintRelation.swift
[26/44] Compiling SnapKit Constraint.swift
[27/44] Compiling SnapKit ConstraintAttributes.swift
[28/44] Compiling SnapKit ConstraintConfig.swift
[29/44] Compiling SnapKit ConstraintConstantTarget.swift
[30/44] Compiling SnapKit ConstraintDSL.swift
[31/44] Compiling SnapKit ConstraintItem.swift
[32/44] Compiling SnapKit ConstraintLayoutGuide+Extensions.swift
[33/44] Compiling SnapKit ConstraintLayoutGuide.swift
[34/44] Compiling SnapKit ConstraintLayoutGuideDSL.swift
[35/44] Compiling SnapKit ConstraintLayoutSupport.swift
[36/44] Compiling SnapKit ConstraintLayoutSupportDSL.swift
[37/44] Compiling SnapKit ConstraintMaker.swift
[38/44] Compiling SnapKit ConstraintMakerEditable.swift
[39/44] Compiling SnapKit ConstraintMakerExtendable.swift
[40/44] Compiling SnapKit ConstraintMakerFinalizable.swift
[41/44] Compiling SnapKit LayoutConstraint.swift
[42/44] Compiling SnapKit LayoutConstraintItem.swift
[43/44] Compiling SnapKit Typealiases.swift
[44/44] Compiling SnapKit UILayoutSupport+Extensions.swift
[45/79] Compiling ColorPicker RGBColorSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[46/79] Compiling ColorPicker RGBHSBHexSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[47/79] Compiling ColorPicker RGBHexSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[48/79] Compiling ColorPicker ColorPreviewView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[49/79] Compiling ColorPicker SwatchAndPreviewView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[50/83] Compiling ColorPicker ColorSliderTextField.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[51/83] Compiling ColorPicker ColorSliderTitleLabel.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[52/83] Compiling ColorPicker ColorSliderWithInputView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[53/83] Compiling ColorPicker HSBColorSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[54/83] Compiling ColorPicker HexInputView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[55/83] Compiling ColorPicker SwatchView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[56/83] Compiling ColorPicker ColorItem.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[57/83] Compiling ColorPicker ColorPickerConfiguration.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[58/83] Compiling ColorPicker HSV.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[59/83] Compiling ColorPicker LocalizedString.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[60/83] Compiling ColorPicker PrivatePreference.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[61/83] Compiling ColorPicker RGB.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[62/83] Compiling ColorPicker resource_bundle_accessor.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[63/83] Compiling ColorPicker AlphaColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[64/83] Compiling ColorPicker ClassicColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[65/83] Compiling ColorPicker ClassicColorView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[66/83] Compiling ColorPicker ColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[67/83] Compiling ColorPicker ColorPickerContentViewController.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[68/83] Compiling ColorPicker ColorPickerViewController.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[69/83] Compiling ColorPicker DiskColorPickerView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[70/83] Compiling ColorPicker GridColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[71/83] Compiling ColorPicker GridColorView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[72/83] Compiling ColorPicker GoOutPanGestureRecognizer.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/83] Emitting module ColorPicker
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[74/83] Compiling ColorPicker AddColorCell.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[75/83] Compiling ColorPicker ColorCell.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[76/83] Compiling ColorPicker HairlineView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[77/83] Compiling ColorPicker ColorFormatter.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[78/83] Compiling ColorPicker DispatchQueue+.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[79/83] Compiling ColorPicker ReticleView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[80/83] Compiling ColorPicker ScopeColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[81/83] Compiling ColorPicker ScopeColorPickerWindow.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[82/83] Compiling ColorPicker ColorSlider.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[83/83] Compiling ColorPicker ColorSliderConfiguration.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
Fetching https://github.com/SnapKit/SnapKit from cache
Fetched https://github.com/SnapKit/SnapKit from cache (0.18s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.6.0 (0.51s)
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.6.0
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/36] Compiling ColorPicker RGBColorSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[3/36] Compiling ColorPicker RGBHSBHexSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[4/36] Compiling ColorPicker RGBHexSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/36] Compiling ColorPicker ColorPreviewView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/36] Compiling ColorPicker SwatchAndPreviewView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/40] Compiling ColorPicker ColorSliderTextField.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/40] Compiling ColorPicker ColorSliderTitleLabel.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/40] Compiling ColorPicker ColorSliderWithInputView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/40] Compiling ColorPicker HSBColorSliderColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/40] Compiling ColorPicker HexInputView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/40] Compiling ColorPicker LocalizedString.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/40] Compiling ColorPicker PrivatePreference.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/40] Compiling ColorPicker RGB.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[15/40] Compiling ColorPicker resource_bundle_accessor.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[16/40] Compiling ColorPicker AddColorCell.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[17/40] Compiling ColorPicker ColorCell.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/40] Compiling ColorPicker HairlineView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/40] Compiling ColorPicker ColorFormatter.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[20/40] Compiling ColorPicker DispatchQueue+.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[21/40] Compiling ColorPicker ColorPickerViewController.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[22/40] Compiling ColorPicker DiskColorPickerView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[23/40] Compiling ColorPicker GridColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[24/40] Compiling ColorPicker GridColorView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[25/40] Compiling ColorPicker GoOutPanGestureRecognizer.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/40] Emitting module ColorPicker
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[27/40] Compiling ColorPicker ReticleView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[28/40] Compiling ColorPicker ScopeColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[29/40] Compiling ColorPicker ScopeColorPickerWindow.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[30/40] Compiling ColorPicker ColorSlider.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[31/40] Compiling ColorPicker ColorSliderConfiguration.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[32/40] Compiling ColorPicker SwatchView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[33/40] Compiling ColorPicker ColorItem.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[34/40] Compiling ColorPicker ColorPickerConfiguration.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[35/40] Compiling ColorPicker HSV.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[36/40] Compiling ColorPicker AlphaColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[37/40] Compiling ColorPicker ClassicColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[38/40] Compiling ColorPicker ClassicColorView.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[39/40] Compiling ColorPicker ColorPicker.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[40/40] Compiling ColorPicker ColorPickerContentViewController.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ColorPicker/Components/AddColorCell.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7