Build Information
Failed to build ReactantUI, reference 0.4.0 (a60cb4
), with Swift 6.1 for Linux on 25 Apr 2025 17:56:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Brightify/ReactantUI.git
Reference: 0.4.0
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/Brightify/ReactantUI
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at a60cb49 Upgrade to Swift 5.1 and Reactant 1.3.
Submodule path 'Dependencies/Reactant': checked out '0dcf37e79e45ed2f38feccf13996c82e856945b2'
Submodule 'Dependencies/Reactant' (https://github.com/Brightify/Reactant.git) registered for path 'Dependencies/Reactant'
Cloning into '/host/spi-builder-workspace/Dependencies/Reactant'...
Cloned https://github.com/Brightify/ReactantUI.git
Revision (git rev-parse @):
a60cb490fb382e603d3e9d727779aa822e672768
SUCCESS checkout https://github.com/Brightify/ReactantUI.git at 0.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Brightify/ReactantUI.git
https://github.com/Brightify/ReactantUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "aexml",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tadija/AEXML.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.3",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "ReactantUI",
"name" : "ReactantUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "reactant-ui",
"targets" : [
"reactant-ui"
],
"type" : {
"executable" : null
}
},
{
"name" : "Common",
"targets" : [
"Common"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tokenizer",
"targets" : [
"Tokenizer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Generator",
"targets" : [
"Generator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "reactant_ui",
"module_type" : "SwiftTarget",
"name" : "reactant-ui",
"path" : "Sources/reactant-ui",
"product_memberships" : [
"reactant-ui"
],
"sources" : [
"GenerateCommand.swift",
"XSD/Array+Variations.swift",
"XSD/XSDAttribute.swift",
"XSD/XSDAttributeGroup.swift",
"XSD/XSDComplexType.swift",
"XSD/XSDComponentRootElement.swift",
"XSD/XSDElement.swift",
"XSD/XSDFile.swift",
"XSD/XSDGroup.swift",
"XSD/XSDResolver.swift",
"XSD/XSDSerializer.swift",
"XSD/XSDSimpleType.swift",
"XSDCommand.swift",
"main.swift"
],
"target_dependencies" : [
"Tokenizer",
"Generator"
],
"type" : "executable"
},
{
"c99name" : "Tokenizer",
"module_type" : "SwiftTarget",
"name" : "Tokenizer",
"path" : "Sources/Tokenizer",
"product_memberships" : [
"reactant-ui",
"Tokenizer",
"Generator"
],
"sources" : [
"Contexts/ComponentContext.swift",
"Contexts/DataContext.swift",
"Contexts/ElementContext.swift",
"Contexts/GlobalContext.swift",
"Contexts/PropertyContext.swift",
"Contexts/StyleGroupContext.swift",
"Contexts/SupportedPropertyTypeContext.swift",
"Elements/ComponentDefinition.swift",
"Elements/Element+Mapping.swift",
"Elements/Implementation/ActivityIndicatorElement.swift",
"Elements/Implementation/AttributedText.swift",
"Elements/Implementation/Button.swift",
"Elements/Implementation/ComponentReference.swift",
"Elements/Implementation/Container.swift",
"Elements/Implementation/DatePicker.swift",
"Elements/Implementation/ImageView.swift",
"Elements/Implementation/Label.swift",
"Elements/Implementation/MapView.swift",
"Elements/Implementation/NavigationBar.swift",
"Elements/Implementation/PageControl.swift",
"Elements/Implementation/PickerView.swift",
"Elements/Implementation/ProgressView.swift",
"Elements/Implementation/ScrollView.swift",
"Elements/Implementation/SearchBar.swift",
"Elements/Implementation/SegmentedControl.swift",
"Elements/Implementation/Slider.swift",
"Elements/Implementation/StackView.swift",
"Elements/Implementation/Stepper.swift",
"Elements/Implementation/Switch.swift",
"Elements/Implementation/TabBar.swift",
"Elements/Implementation/TableView/FooterTableView.swift",
"Elements/Implementation/TableView/HeaderTableView.swift",
"Elements/Implementation/TableView/PlainTableView.swift",
"Elements/Implementation/TableView/SimpleTableView.swift",
"Elements/Implementation/TableView/SimulatedSeparatorTableView.swift",
"Elements/Implementation/TableView/TableView.swift",
"Elements/Implementation/TextField.swift",
"Elements/Implementation/TextView.swift",
"Elements/Implementation/Toolbar.swift",
"Elements/Implementation/View.swift",
"Elements/Implementation/VisualEffectView.swift",
"Elements/Implementation/WebView.swift",
"Elements/UIContainer.swift",
"Elements/UIElement.swift",
"Layout/Constraints/Condition.swift",
"Layout/Constraints/ConditionStatement.swift",
"Layout/Constraints/Constraint.swift",
"Layout/Constraints/ConstraintModifier.swift",
"Layout/Constraints/ConstraintPriority.swift",
"Layout/Constraints/ConstraintRelation.swift",
"Layout/Constraints/ConstraintTarget.swift",
"Layout/Constraints/ConstraintType.swift",
"Layout/Constraints/InterfaceState/DimensionType.swift",
"Layout/Constraints/InterfaceState/InterfaceIdiom.swift",
"Layout/Constraints/InterfaceState/InterfaceSizeClass.swift",
"Layout/Constraints/InterfaceState/InterfaceState.swift",
"Layout/Constraints/InterfaceState/SizeClassType.swift",
"Layout/Layout.swift",
"Layout/LayoutAnchor.swift",
"Layout/LayoutAttribute.swift",
"Properties/AssignableProperty.swift",
"Properties/ControlStateProperty.swift",
"Properties/Descriptions/AssignablePropertyDesciption.swift",
"Properties/Descriptions/ControlStatePropertyDescription.swift",
"Properties/Descriptions/ElementAssignablePropertyDescription.swift",
"Properties/Descriptions/ElementControlStatePropertyDescription.swift",
"Properties/Descriptions/MultipleAttributeAssignablePropertyDescription.swift",
"Properties/Descriptions/PropertyDescription.swift",
"Properties/Descriptions/ValuePropertyDescription.swift",
"Properties/ElementAssignableProperty.swift",
"Properties/ElementControlStateProperty.swift",
"Properties/LayerProperties.swift",
"Properties/MultipleAttributeAssignableProperty.swift",
"Properties/ParagraphStyleProperties.swift",
"Properties/Properties.swift",
"Properties/Property.swift",
"Properties/PropertyContainer.swift",
"Properties/PropertyHelper.swift",
"Properties/PropertyMaterializationError.swift",
"Properties/Types/EnumPropertyType.swift",
"Properties/Types/Implementation/Array.swift",
"Properties/Types/Implementation/Bool.swift",
"Properties/Types/Implementation/CGColorPropertyType.swift",
"Properties/Types/Implementation/Color+Names.swift",
"Properties/Types/Implementation/Color.swift",
"Properties/Types/Implementation/ContentMode.swift",
"Properties/Types/Implementation/ControlState.swift",
"Properties/Types/Implementation/Double.swift",
"Properties/Types/Implementation/EdgeInsets.swift",
"Properties/Types/Implementation/Float.swift",
"Properties/Types/Implementation/Font.swift",
"Properties/Types/Implementation/Image.swift",
"Properties/Types/Implementation/Int.swift",
"Properties/Types/Implementation/OptionSetValue.swift",
"Properties/Types/Implementation/ParagraphStyle.swift",
"Properties/Types/Implementation/Point.swift",
"Properties/Types/Implementation/Rect.swift",
"Properties/Types/Implementation/RectEdge.swift",
"Properties/Types/Implementation/Shadow.swift",
"Properties/Types/Implementation/Size.swift",
"Properties/Types/Implementation/SystemFontWeight.swift",
"Properties/Types/Implementation/TextTab.swift",
"Properties/Types/Implementation/Transformations/AffineTransformation.swift",
"Properties/Types/Implementation/Transformations/TransformationModifier.swift",
"Properties/Types/Implementation/Transformations/TransformationParser.swift",
"Properties/Types/Implementation/TransformedText.swift",
"Properties/Types/Implementation/UIColorPropertyType.swift",
"Properties/Types/Implementation/URL.swift",
"Properties/Types/Implementation/UnderlineStyle.swift",
"Properties/Types/Implementation/ViewCollapseAxis.swift",
"Properties/Types/Implementation/ViewSpecific/ActivityIndicatorStyle.swift",
"Properties/Types/Implementation/ViewSpecific/AutocapitalizationType.swift",
"Properties/Types/Implementation/ViewSpecific/AutocorrectionType.swift",
"Properties/Types/Implementation/ViewSpecific/BarStyle.swift",
"Properties/Types/Implementation/ViewSpecific/ControlContentHorizontalAlignment.swift",
"Properties/Types/Implementation/ViewSpecific/ControlContentVerticalAlignment.swift",
"Properties/Types/Implementation/ViewSpecific/DatePickerMode.swift",
"Properties/Types/Implementation/ViewSpecific/KeyboardAppearance.swift",
"Properties/Types/Implementation/ViewSpecific/KeyboardType.swift",
"Properties/Types/Implementation/ViewSpecific/LayoutAlignment.swift",
"Properties/Types/Implementation/ViewSpecific/LayoutAxis.swift",
"Properties/Types/Implementation/ViewSpecific/LayoutDistribution.swift",
"Properties/Types/Implementation/ViewSpecific/LineBreakMode.swift",
"Properties/Types/Implementation/ViewSpecific/MapType.swift",
"Properties/Types/Implementation/ViewSpecific/ProgressViewStyle.swift",
"Properties/Types/Implementation/ViewSpecific/ReturnKeyType.swift",
"Properties/Types/Implementation/ViewSpecific/ScrollViewIndicatorStyle.swift",
"Properties/Types/Implementation/ViewSpecific/SearchBarStyle.swift",
"Properties/Types/Implementation/ViewSpecific/SmartDashesType.swift",
"Properties/Types/Implementation/ViewSpecific/SmartInsertDeleteType.swift",
"Properties/Types/Implementation/ViewSpecific/SmartQuotesType.swift",
"Properties/Types/Implementation/ViewSpecific/SpellCheckingType.swift",
"Properties/Types/Implementation/ViewSpecific/TableViewCellSeparatorInsetReference.swift",
"Properties/Types/Implementation/ViewSpecific/TableViewCellSeparatorStyle.swift",
"Properties/Types/Implementation/ViewSpecific/TextAlignment.swift",
"Properties/Types/Implementation/ViewSpecific/TextBorderStyle.swift",
"Properties/Types/Implementation/ViewSpecific/TextContentType.swift",
"Properties/Types/Implementation/ViewSpecific/TextFieldViewMode.swift",
"Properties/Types/Implementation/ViewSpecific/VisualEffect.swift",
"Properties/Types/Implementation/ViewVisibility.swift",
"Properties/Types/Implementation/WritingDirection.swift",
"Properties/Types/SupportedPropertyType.swift",
"Properties/Types/XSD/BuiltinXSDType.swift",
"Properties/Types/XSD/EnumerationXSDType.swift",
"Properties/Types/XSD/PatternXSDType.swift",
"Properties/Types/XSD/UnionXSDType.swift",
"Properties/Types/XSD/XSDType.swift",
"Properties/ValueProperty.swift",
"Styles/Style.swift",
"Styles/StyleContainer.swift",
"Styles/StyleGroup.swift",
"Templates/Template.swift",
"Themes/ApplicationDescription.swift",
"Util/Array+distinctLast.swift",
"Util/CellWrapper.swift",
"Util/Collection+groupBy.swift",
"Util/ComponentPath.swift",
"Util/Dictionary+Merge.swift",
"Util/Float+CGFloat.swift",
"Util/Logger.swift",
"Util/Parsing/BaseParser.swift",
"Util/Parsing/Implementation/ConditionParser.swift",
"Util/Parsing/Implementation/ConstraintParser.swift",
"Util/Parsing/Implementation/DimensionParser.swift",
"Util/Parsing/Implementation/FontParser.swift",
"Util/Parsing/Implementation/SimpleProcedure.swift",
"Util/Parsing/Implementation/TextParser.swift",
"Util/Parsing/Lexer.swift",
"Util/Parsing/ParseError.swift",
"Util/StringUtils.swift",
"Util/Swift+Compatibility.swift",
"Util/TokenizationError.swift",
"XML/Deserialization/SWXMLHash+TypeConversion.swift",
"XML/Deserialization/SWXMLHash.swift",
"XML/Serialization/Implementation/ComponentDefinition+Serialization.swift",
"XML/Serialization/Implementation/Layout+Serialization.swift",
"XML/Serialization/Implementation/Style+Serialization.swift",
"XML/Serialization/XMLAttributeBuilder.swift",
"XML/Serialization/XMLAttributeSerializable.swift",
"XML/Serialization/XMLElementSerializable.swift",
"XML/Serialization/XMLSerializableAttribute.swift",
"XML/Serialization/XMLSerializableElement.swift",
"XML/Serialization/XMLSerializer.swift",
"XMLElement+Utils.swift"
],
"target_dependencies" : [
"Common"
],
"type" : "library"
},
{
"c99name" : "Generator",
"module_type" : "SwiftTarget",
"name" : "Generator",
"path" : "Sources/Generator",
"product_dependencies" : [
"XcodeProj",
"SwiftCLI",
"AEXML"
],
"product_memberships" : [
"reactant-ui",
"Generator"
],
"sources" : [
"Generator.swift",
"StyleGenerator.swift",
"UIGenerator.swift"
],
"target_dependencies" : [
"Tokenizer"
],
"type" : "library"
},
{
"c99name" : "Common",
"module_type" : "SwiftTarget",
"name" : "Common",
"path" : "Sources/Common",
"product_memberships" : [
"reactant-ui",
"Common",
"Tokenizer",
"Generator"
],
"sources" : [
"UITraitHelper.swift",
"ViewOrientation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/tuist/XcodeProj.git
[1/5074] Fetching swiftcli
[2234/7201] Fetching swiftcli, aexml
[7202/30349] Fetching swiftcli, aexml, xcodeproj
Fetched https://github.com/tadija/AEXML.git from cache (0.27s)
[5306/28222] Fetching swiftcli, xcodeproj
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.29s)
[1389/23148] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (1.08s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 5.3.3 (2.90s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.42s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/jakeheis/SwiftCLI at 5.3.3 (0.00s)
Computed https://github.com/tadija/AEXML.git at 4.5.0 (0.46s)
Computed https://github.com/tuist/XcodeProj.git at 7.23.0 (0.00s)
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit from cache (0.18s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.00s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.66s)
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.5.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 5.3.3
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 7.23.0
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/51] Emitting module AEXML
[11/51] Emitting module SwiftCLI
[12/53] Compiling SwiftCLI Error.swift
[13/53] Compiling SwiftCLI HelpCommand.swift
[14/53] Compiling SwiftCLI HelpMessageGenerator.swift
[15/53] Compiling SwiftCLI Term.swift
[16/53] Compiling SwiftCLI Validation.swift
[17/53] Compiling SwiftCLI Input.swift
[18/53] Compiling SwiftCLI Option.swift
[19/53] Compiling SwiftCLI OptionGroup.swift
[20/53] Compiling SwiftCLI OptionRegistry.swift
[21/53] Compiling SwiftCLI Parameter.swift
[22/53] Compiling SwiftCLI Parser.swift
[23/53] Compiling SwiftCLI Path.swift
[24/53] Compiling SwiftCLI Stream.swift
[25/53] Compiling SwiftCLI Task.swift
[26/53] Compiling SwiftCLI ArgumentList.swift
[27/53] Compiling SwiftCLI ArgumentListManipulator.swift
[28/53] Compiling SwiftCLI CLI.swift
[29/53] Compiling SwiftCLI Command.swift
[30/53] Compiling SwiftCLI Compatibility.swift
[31/53] Compiling SwiftCLI CompletionGenerator.swift
[32/53] Compiling AEXML Element.swift
[33/53] Compiling AEXML Document.swift
[34/53] Compiling Common UITraitHelper.swift
[35/53] Compiling Common ViewOrientation.swift
[36/53] Emitting module Common
[37/54] Compiling AEXML Options.swift
[38/54] Compiling AEXML Error.swift
[39/54] Compiling AEXML Parser.swift
[42/55] Emitting module PathKit
[43/55] Compiling PathKit PathKit.swift
[44/56] Compiling SwiftCLI ValueBox.swift
[45/56] Compiling SwiftCLI VersionCommand.swift
[47/57] Wrapping AST for AEXML for debugging
[48/57] Wrapping AST for Common for debugging
[49/57] Wrapping AST for PathKit for debugging
[50/57] Wrapping AST for SwiftCLI for debugging
[52/303] Compiling Tokenizer ControlContentVerticalAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[53/303] Compiling Tokenizer DatePickerMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[54/303] Compiling Tokenizer KeyboardAppearance.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[55/303] Compiling Tokenizer KeyboardType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[56/303] Compiling Tokenizer LayoutAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[57/303] Compiling Tokenizer LayoutAxis.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[58/303] Compiling Tokenizer LayoutDistribution.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[59/303] Compiling Tokenizer LineBreakMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[60/303] Compiling Tokenizer MapType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[61/303] Compiling Tokenizer ProgressViewStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[62/303] Compiling Tokenizer ReturnKeyType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[63/303] Compiling Tokenizer ScrollViewIndicatorStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[64/303] Compiling Tokenizer SearchBarStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[65/303] Compiling Tokenizer SmartDashesType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[66/303] Compiling Tokenizer SmartInsertDeleteType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[67/303] Compiling Tokenizer SmartQuotesType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[68/303] Compiling Tokenizer SpellCheckingType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[69/303] Compiling Tokenizer TableViewCellSeparatorInsetReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[70/303] Compiling Tokenizer TableViewCellSeparatorStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[71/303] Compiling Tokenizer TextAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[72/303] Compiling Tokenizer TextBorderStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[73/303] Compiling Tokenizer TextContentType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[74/303] Compiling Tokenizer TextFieldViewMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[75/326] Compiling XcodeProj Errors.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[76/326] Compiling XcodeProj AEXML+XcodeFormat.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[77/326] Compiling XcodeProj Array+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[78/326] Compiling XcodeProj Bool+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[79/326] Compiling XcodeProj Dictionary+Enumerate.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[80/326] Compiling XcodeProj Dictionary+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[81/326] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[82/326] Compiling XcodeProj NSRecursiveLock+Sync.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[83/326] Compiling XcodeProj Path+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[84/326] Compiling XcodeProj String+Utils.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[85/326] Compiling XcodeProj String+md5.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[86/326] Compiling XcodeProj BuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[87/326] Compiling XcodeProj PBXBuildFile.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[88/326] Compiling XcodeProj PBXBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[89/326] Compiling XcodeProj PBXBuildRule.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[90/326] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[91/326] Compiling XcodeProj PBXFrameworksBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[92/326] Compiling XcodeProj PBXHeadersBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[93/326] Compiling XcodeProj PBXResourcesBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[94/326] Compiling XcodeProj PBXRezBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[95/326] Compiling XcodeProj PBXShellScriptBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[96/326] Compiling XcodeProj PBXSourcesBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[97/326] Compiling XcodeProj BuildSettings.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[98/326] Compiling XcodeProj PBXLegacyTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[99/326] Compiling XcodeProj PBXNativeTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[100/326] Compiling XcodeProj PBXProductType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[101/326] Compiling XcodeProj PBXReferenceProxy.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[102/326] Compiling XcodeProj PBXTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[103/326] Compiling XcodeProj PBXTargetDependency.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[104/326] Compiling XcodeProj WorkspaceSettings.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[105/326] Compiling XcodeProj XCBreakpointList.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[106/326] Compiling XcodeProj XCSharedData.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[107/326] Compiling XcodeProj Xcode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[108/326] Compiling XcodeProj XcodeProj.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[109/326] Compiling XcodeProj Writable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[110/326] Compiling XcodeProj XCScheme+AditionalOption.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[111/326] Compiling XcodeProj XCScheme+AnalyzeAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[112/326] Compiling XcodeProj XCScheme+Runnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[113/326] Compiling XcodeProj XCScheme+SerialAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[114/326] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[115/326] Compiling XcodeProj XCScheme+TestAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[116/326] Compiling XcodeProj XCScheme+TestItem.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[117/326] Compiling XcodeProj XCScheme+TestPlanReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[118/326] Compiling XcodeProj XCScheme+TestableReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[119/326] Compiling XcodeProj XCScheme.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[120/326] Compiling XcodeProj BuildSettingsProvider.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/326] Emitting module Tokenizer
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[122/326] Compiling XcodeProj CommentedString.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[123/326] Compiling XcodeProj Decoders.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[124/326] Compiling XcodeProj XCScheme+ArchiveAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[125/326] Compiling XcodeProj XCScheme+BuildAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[126/326] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[127/326] Compiling XcodeProj XCScheme+BuildableReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[128/326] Compiling XcodeProj XCScheme+CommandLineArguments.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[129/326] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[130/326] Compiling XcodeProj XCScheme+ExecutionAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[131/326] Compiling XcodeProj XCScheme+LaunchAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[132/326] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[133/326] Compiling XcodeProj XCScheme+PathRunnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[134/326] Compiling XcodeProj XCScheme+ProfileAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[135/326] Compiling XcodeProj XCScheme+RemoteRunnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[136/326] Compiling Tokenizer DatePicker.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[137/326] Compiling Tokenizer ImageView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[138/326] Compiling Tokenizer Label.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[139/326] Compiling Tokenizer MapView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[140/326] Compiling Tokenizer NavigationBar.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[141/326] Compiling Tokenizer PageControl.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[142/326] Compiling Tokenizer PickerView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[143/326] Compiling Tokenizer ProgressView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[144/326] Compiling Tokenizer ScrollView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[145/326] Compiling Tokenizer VisualEffect.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[146/326] Compiling Tokenizer ViewVisibility.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[147/326] Compiling Tokenizer WritingDirection.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[148/326] Compiling Tokenizer SupportedPropertyType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[149/326] Compiling Tokenizer BuiltinXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[150/326] Compiling Tokenizer EnumerationXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[151/326] Compiling Tokenizer PatternXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[152/326] Compiling Tokenizer UnionXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[153/326] Compiling Tokenizer XSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[154/326] Compiling Tokenizer ValueProperty.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[155/326] Compiling Tokenizer Style.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[156/326] Compiling Tokenizer StyleContainer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[157/326] Compiling Tokenizer StyleGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[158/326] Compiling Tokenizer Template.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[159/326] Compiling Tokenizer ApplicationDescription.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[160/326] Compiling Tokenizer Array+distinctLast.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[161/326] Compiling Tokenizer CellWrapper.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[162/326] Compiling Tokenizer Collection+groupBy.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[163/326] Compiling Tokenizer ComponentPath.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[164/326] Compiling Tokenizer Dictionary+Merge.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[165/326] Compiling Tokenizer Float+CGFloat.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[166/326] Compiling Tokenizer Logger.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[167/326] Compiling Tokenizer BaseParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[168/326] Compiling Tokenizer SearchBar.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[169/326] Compiling Tokenizer SegmentedControl.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[170/326] Compiling Tokenizer Slider.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[171/326] Compiling Tokenizer StackView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[172/326] Compiling Tokenizer Stepper.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[173/326] Compiling Tokenizer Switch.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[174/326] Compiling Tokenizer TabBar.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[175/326] Compiling Tokenizer FooterTableView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[176/326] Compiling Tokenizer HeaderTableView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[177/326] Compiling Tokenizer PlainTableView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[178/326] Compiling Tokenizer SimpleTableView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[179/326] Compiling Tokenizer SimulatedSeparatorTableView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[180/326] Compiling Tokenizer TableView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[181/326] Compiling Tokenizer TextField.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[182/326] Compiling Tokenizer TextView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[183/326] Compiling Tokenizer Toolbar.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[184/326] Compiling Tokenizer View.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[185/326] Compiling Tokenizer VisualEffectView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[186/326] Compiling Tokenizer WebView.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[187/326] Compiling Tokenizer UIContainer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[188/326] Compiling Tokenizer UIElement.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[189/326] Compiling Tokenizer Condition.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[190/326] Compiling Tokenizer ConditionStatement.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[191/326] Compiling XcodeProj XCBuildConfiguration.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[192/326] Compiling XcodeProj XCConfigurationList.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[193/326] Compiling XcodeProj PBXContainerItem.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[194/326] Compiling XcodeProj PBXContainerItemProxy.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[195/326] Compiling XcodeProj PBXFileElement.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[196/326] Compiling XcodeProj PBXFileReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[197/326] Compiling XcodeProj PBXGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[198/326] Compiling XcodeProj PBXSourceTree.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[199/326] Compiling XcodeProj PBXVariantGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[200/326] Compiling XcodeProj XCVersionGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[201/326] Compiling XcodeProj PBXObject.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[202/326] Compiling XcodeProj PBXObjectParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[203/326] Compiling XcodeProj PBXObjectReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[204/326] Compiling XcodeProj PBXObjects.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[205/326] Compiling XcodeProj PBXOutputSettings.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[206/326] Compiling XcodeProj PBXProj.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[207/326] Compiling XcodeProj PBXProjEncoder.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[208/326] Compiling XcodeProj PBXProject.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[209/326] Compiling XcodeProj Equality.generated.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[210/326] Compiling XcodeProj Sourcery.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[211/326] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[212/326] Compiling XcodeProj XCSwiftPackageProductDependency.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[213/326] Compiling XcodeProj PBXAggregateTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[214/326] Compiling Tokenizer ConditionParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[215/326] Compiling Tokenizer ConstraintParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[216/326] Compiling Tokenizer DimensionParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[217/326] Compiling Tokenizer FontParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[218/326] Compiling Tokenizer SimpleProcedure.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[219/326] Compiling Tokenizer TextParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[220/326] Compiling Tokenizer Lexer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[221/326] Compiling Tokenizer ParseError.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[222/326] Compiling Tokenizer StringUtils.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[223/326] Compiling Tokenizer Swift+Compatibility.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[224/326] Compiling Tokenizer TokenizationError.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[225/326] Compiling Tokenizer SWXMLHash+TypeConversion.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[226/326] Compiling Tokenizer SWXMLHash.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[227/326] Compiling Tokenizer ComponentDefinition+Serialization.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[228/326] Compiling Tokenizer Layout+Serialization.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[229/326] Compiling Tokenizer Style+Serialization.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[230/326] Compiling Tokenizer XMLAttributeBuilder.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[231/326] Compiling Tokenizer XMLAttributeSerializable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[232/326] Compiling Tokenizer XMLElementSerializable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[233/326] Compiling Tokenizer XMLSerializableAttribute.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[234/326] Compiling Tokenizer XMLSerializableElement.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[235/326] Compiling Tokenizer XMLSerializer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[236/326] Compiling Tokenizer XMLElement+Utils.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[249/326] Emitting module XcodeProj
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/11] Write swift-version-24593BA9C3E375BF.txt
[2/43] Emitting module AEXML
[3/43] Compiling Common UITraitHelper.swift
[4/43] Emitting module Common
[5/43] Compiling Common ViewOrientation.swift
[7/44] Compiling AEXML Error.swift
[8/44] Compiling AEXML Element.swift
[9/44] Compiling AEXML Document.swift
[10/44] Compiling AEXML Options.swift
[11/44] Compiling AEXML Parser.swift
[12/44] Compiling SwiftCLI Term.swift
[13/44] Compiling SwiftCLI Validation.swift
[15/89] Compiling Tokenizer UIElement.swift
[16/89] Compiling Tokenizer Condition.swift
[17/207] Emitting module PathKit
[18/207] Compiling PathKit PathKit.swift
[19/208] Emitting module SwiftCLI
[20/208] Compiling Tokenizer PlainTableView.swift
[21/208] Compiling Tokenizer SimpleTableView.swift
[22/208] Compiling Tokenizer SimulatedSeparatorTableView.swift
[24/208] Compiling Tokenizer TabBar.swift
[25/208] Compiling Tokenizer FooterTableView.swift
[26/208] Compiling Tokenizer HeaderTableView.swift
[26/208] Wrapping AST for PathKit for debugging
[28/208] Compiling Tokenizer SearchBar.swift
[29/208] Compiling Tokenizer SegmentedControl.swift
[30/208] Compiling Tokenizer Slider.swift
[31/208] Compiling Tokenizer StackView.swift
[32/208] Compiling Tokenizer Stepper.swift
[33/208] Compiling Tokenizer Switch.swift
[34/208] Compiling Tokenizer TableView.swift
[35/208] Compiling Tokenizer TextField.swift
[36/208] Compiling Tokenizer TextView.swift
[37/208] Compiling Tokenizer Toolbar.swift
[38/208] Compiling Tokenizer View.swift
[39/208] Compiling Tokenizer VisualEffectView.swift
[40/209] Compiling Tokenizer Int.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[41/209] Compiling Tokenizer OptionSetValue.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[42/209] Compiling Tokenizer ParagraphStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[43/209] Compiling Tokenizer Point.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[44/209] Compiling Tokenizer Rect.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[45/209] Compiling Tokenizer RectEdge.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[46/209] Compiling Tokenizer Shadow.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[47/209] Compiling Tokenizer Size.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[48/209] Compiling Tokenizer SystemFontWeight.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[49/209] Compiling Tokenizer TextTab.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[50/209] Compiling Tokenizer AffineTransformation.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[51/209] Compiling Tokenizer TransformationModifier.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[52/209] Compiling Tokenizer TransformationParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[53/209] Compiling Tokenizer TransformedText.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[54/209] Compiling Tokenizer UIColorPropertyType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[55/209] Compiling Tokenizer URL.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[56/209] Compiling Tokenizer UnderlineStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[57/209] Compiling Tokenizer ViewCollapseAxis.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[58/209] Compiling Tokenizer ActivityIndicatorStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[59/209] Compiling Tokenizer AutocapitalizationType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[60/209] Compiling Tokenizer AutocorrectionType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[61/209] Compiling Tokenizer BarStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[62/209] Compiling Tokenizer ControlContentHorizontalAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[64/315] Compiling XcodeProj PBXLegacyTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[65/315] Compiling XcodeProj PBXNativeTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[66/315] Compiling XcodeProj PBXProductType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[67/315] Compiling XcodeProj PBXReferenceProxy.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[68/315] Compiling XcodeProj PBXTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[69/315] Compiling XcodeProj PBXTargetDependency.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[70/315] Compiling XcodeProj WorkspaceSettings.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[71/315] Compiling XcodeProj XCBreakpointList.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[72/315] Compiling XcodeProj XCSharedData.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[73/315] Compiling XcodeProj Xcode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[74/315] Compiling XcodeProj XcodeProj.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[75/315] Compiling XcodeProj Writable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[76/315] Compiling XcodeProj XCScheme+AditionalOption.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[77/315] Compiling XcodeProj XCScheme+AnalyzeAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[78/315] Compiling XcodeProj XCScheme+Runnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[79/315] Compiling XcodeProj XCScheme+SerialAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[80/315] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[81/315] Compiling XcodeProj XCScheme+TestAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[82/315] Compiling XcodeProj XCScheme+TestItem.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[83/315] Compiling XcodeProj XCScheme+TestPlanReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[84/315] Compiling XcodeProj XCScheme+TestableReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[85/315] Compiling XcodeProj XCScheme.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[86/315] Compiling XcodeProj BuildSettingsProvider.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[87/315] Compiling XcodeProj CommentedString.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[88/315] Compiling XcodeProj Decoders.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[89/315] Compiling XcodeProj XCScheme+ArchiveAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[90/315] Compiling XcodeProj XCScheme+BuildAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[91/315] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[92/315] Compiling XcodeProj XCScheme+BuildableReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[93/315] Compiling XcodeProj XCScheme+CommandLineArguments.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[94/315] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[95/315] Compiling XcodeProj XCScheme+ExecutionAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[96/315] Compiling XcodeProj XCScheme+LaunchAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[97/315] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[98/315] Compiling XcodeProj XCScheme+PathRunnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[99/315] Compiling XcodeProj XCScheme+ProfileAction.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[100/315] Compiling XcodeProj XCScheme+RemoteRunnable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[101/315] Compiling Tokenizer Color+Names.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[102/315] Compiling Tokenizer Color.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[103/315] Compiling Tokenizer ContentMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[104/315] Compiling Tokenizer ControlState.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[105/315] Compiling Tokenizer Double.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[106/315] Compiling Tokenizer EdgeInsets.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[107/315] Compiling Tokenizer Float.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[108/315] Compiling Tokenizer Font.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[109/315] Compiling Tokenizer Image.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[110/315] Emitting module Tokenizer
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[111/315] Compiling Tokenizer ControlContentVerticalAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[112/315] Compiling Tokenizer DatePickerMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[113/315] Compiling Tokenizer KeyboardAppearance.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[114/315] Compiling Tokenizer KeyboardType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[115/315] Compiling Tokenizer LayoutAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[116/315] Compiling Tokenizer LayoutAxis.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[117/315] Compiling Tokenizer LayoutDistribution.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[118/315] Compiling Tokenizer LineBreakMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[119/315] Compiling Tokenizer MapType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[120/315] Compiling Tokenizer ProgressViewStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[121/315] Compiling Tokenizer ReturnKeyType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[122/315] Compiling Tokenizer ScrollViewIndicatorStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[123/315] Compiling Tokenizer SearchBarStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[124/315] Compiling Tokenizer SmartDashesType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[125/315] Compiling Tokenizer SmartInsertDeleteType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[126/315] Compiling Tokenizer SmartQuotesType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[127/315] Compiling Tokenizer SpellCheckingType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[128/315] Compiling Tokenizer TableViewCellSeparatorInsetReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[129/315] Compiling Tokenizer TableViewCellSeparatorStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[130/315] Compiling Tokenizer TextAlignment.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[131/315] Compiling Tokenizer TextBorderStyle.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[132/315] Compiling Tokenizer TextContentType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[133/315] Compiling Tokenizer TextFieldViewMode.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[134/315] Compiling Tokenizer VisualEffect.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[135/315] Compiling Tokenizer ViewVisibility.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[136/315] Compiling Tokenizer WritingDirection.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[137/315] Compiling Tokenizer SupportedPropertyType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[138/315] Compiling Tokenizer BuiltinXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[139/315] Compiling Tokenizer EnumerationXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[140/315] Compiling Tokenizer PatternXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[141/315] Compiling Tokenizer UnionXSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[142/315] Compiling Tokenizer XSDType.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[143/315] Compiling Tokenizer ValueProperty.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[144/315] Compiling Tokenizer Style.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[145/315] Compiling Tokenizer StyleContainer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[146/315] Compiling Tokenizer StyleGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[147/315] Compiling Tokenizer Template.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[148/315] Compiling Tokenizer ApplicationDescription.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[149/315] Compiling Tokenizer Array+distinctLast.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[150/315] Compiling Tokenizer CellWrapper.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[151/315] Compiling Tokenizer Collection+groupBy.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[152/315] Compiling Tokenizer ComponentPath.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[153/315] Compiling Tokenizer Dictionary+Merge.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[154/315] Compiling Tokenizer Float+CGFloat.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[155/315] Compiling Tokenizer Logger.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[156/315] Compiling Tokenizer BaseParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[157/315] Compiling XcodeProj PBXObjectReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[158/315] Compiling XcodeProj PBXBuildFile.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[159/315] Compiling XcodeProj PBXBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[160/315] Compiling XcodeProj PBXBuildRule.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[161/315] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[162/315] Compiling XcodeProj PBXFrameworksBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[163/315] Compiling XcodeProj PBXHeadersBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[164/315] Compiling XcodeProj PBXResourcesBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[165/315] Compiling XcodeProj PBXRezBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[166/315] Compiling XcodeProj PBXShellScriptBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[167/315] Compiling XcodeProj PBXSourcesBuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[168/315] Compiling XcodeProj BuildSettings.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[169/315] Compiling XcodeProj XCBuildConfiguration.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[170/315] Compiling XcodeProj PBXObjects.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[171/315] Compiling XcodeProj PBXOutputSettings.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[172/315] Compiling XcodeProj PBXProj.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[173/315] Compiling XcodeProj PBXProjEncoder.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[174/315] Compiling XcodeProj PBXProject.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[175/315] Compiling XcodeProj Equality.generated.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[176/315] Compiling XcodeProj Sourcery.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[177/315] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[178/315] Compiling XcodeProj XCSwiftPackageProductDependency.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[179/315] Compiling XcodeProj PBXAggregateTarget.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[180/315] Compiling XcodeProj Errors.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[181/315] Compiling XcodeProj AEXML+XcodeFormat.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[182/315] Compiling XcodeProj Array+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[183/315] Compiling XcodeProj Bool+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[184/315] Compiling XcodeProj Dictionary+Enumerate.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[185/315] Compiling XcodeProj Dictionary+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[186/315] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[187/315] Compiling XcodeProj NSRecursiveLock+Sync.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[188/315] Compiling XcodeProj Path+Extras.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[189/315] Compiling XcodeProj String+Utils.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[190/315] Compiling XcodeProj String+md5.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[191/315] Compiling XcodeProj BuildPhase.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[192/315] Compiling XcodeProj XCConfigurationList.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[193/315] Compiling XcodeProj PBXContainerItem.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[194/315] Compiling XcodeProj PBXContainerItemProxy.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[195/315] Compiling XcodeProj PBXFileElement.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[196/315] Compiling XcodeProj PBXFileReference.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[197/315] Compiling XcodeProj PBXGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[198/315] Compiling XcodeProj PBXSourceTree.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[199/315] Compiling XcodeProj PBXVariantGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[200/315] Compiling XcodeProj XCVersionGroup.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[201/315] Compiling XcodeProj PBXObject.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[202/315] Compiling XcodeProj PBXObjectParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[203/315] Compiling Tokenizer ConditionParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[204/315] Compiling Tokenizer ConstraintParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[205/315] Compiling Tokenizer DimensionParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[206/315] Compiling Tokenizer FontParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[207/315] Compiling Tokenizer SimpleProcedure.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[208/315] Compiling Tokenizer TextParser.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[209/315] Compiling Tokenizer Lexer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[210/315] Compiling Tokenizer ParseError.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[211/315] Compiling Tokenizer StringUtils.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[212/315] Compiling Tokenizer Swift+Compatibility.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[213/315] Compiling Tokenizer TokenizationError.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[214/315] Compiling Tokenizer SWXMLHash+TypeConversion.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[215/315] Compiling Tokenizer SWXMLHash.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[216/315] Compiling Tokenizer ComponentDefinition+Serialization.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[217/315] Compiling Tokenizer Layout+Serialization.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[218/315] Compiling Tokenizer Style+Serialization.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[219/315] Compiling Tokenizer XMLAttributeBuilder.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[220/315] Compiling Tokenizer XMLAttributeSerializable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[221/315] Compiling Tokenizer XMLElementSerializable.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[222/315] Compiling Tokenizer XMLSerializableAttribute.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[223/315] Compiling Tokenizer XMLSerializableElement.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[224/315] Compiling Tokenizer XMLSerializer.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
[225/315] Compiling Tokenizer XMLElement+Utils.swift
/host/spi-builder-workspace/Sources/Tokenizer/Properties/Types/Implementation/Color.swift:12:8: error: no such module 'AppKit'
10 | import UIKit
11 | #else
12 | import AppKit
| `- error: no such module 'AppKit'
13 | #endif
14 | import Foundation
BUILD FAILURE 6.1 linux