Build Information
Failed to build syntax-highlight-publish-plugin, reference main (79f474
), with Swift 6.1 for Wasm on 28 May 2025 07:50:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
Reference: main
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/nerdsupremacist/syntax-highlight-publish-plugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 79f4747 Update README.md
Cloned https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
Revision (git rev-parse @):
79f4747fb57af2592f7572f0c67d6efc204b745d
SUCCESS checkout https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
https://github.com/nerdsupremacist/syntax-highlight-publish-plugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/Syntax.git"
},
{
"identity" : "syntax-highlight",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/syntax-highlight.git"
},
{
"identity" : "textmate",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nerdsupremacist/TextMate.git"
},
{
"identity" : "splash",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Splash.git"
},
{
"identity" : "publish",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Publish.git"
}
],
"manifest_display_name" : "syntax-highlight-publish-plugin",
"name" : "syntax-highlight-publish-plugin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SyntaxHighlightPublishPlugin",
"targets" : [
"SyntaxHighlightPublishPlugin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SyntaxHighlightPublishPluginTests",
"module_type" : "SwiftTarget",
"name" : "SyntaxHighlightPublishPluginTests",
"path" : "Tests/SyntaxHighlightPublishPluginTests",
"sources" : [
"XCTestManifests.swift",
"syntax_highlight_publish_pluginTests.swift"
],
"target_dependencies" : [
"SyntaxHighlightPublishPlugin"
],
"type" : "test"
},
{
"c99name" : "SyntaxHighlightPublishPlugin",
"module_type" : "SwiftTarget",
"name" : "SyntaxHighlightPublishPlugin",
"path" : "Sources/SyntaxHighlightPublishPlugin",
"product_dependencies" : [
"Syntax",
"TextMate",
"Splash",
"Publish",
"SyntaxHighlight"
],
"product_memberships" : [
"SyntaxHighlightPublishPlugin"
],
"sources" : [
"Grammar/Grammar+parser.swift",
"Grammar/Grammar+splash.swift",
"Grammar/Grammar+syntaxTreeFactory.swift",
"Grammar/Grammar+textMate.swift",
"Grammar/Grammar.swift",
"Grammar/Inflector.swift",
"Grammar/SyntaxHighlighter.swift",
"Grammar/SyntaxTreeBasedHighlighter.swift",
"Languages/Grammar+languages.swift",
"Plugin+syntaxHighlighting.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/JohnSundell/Publish.git
Fetching https://github.com/nerdsupremacist/TextMate.git
Fetching https://github.com/nerdsupremacist/Syntax.git
Fetching https://github.com/nerdsupremacist/syntax-highlight.git
Fetching https://github.com/JohnSundell/Splash.git
[1/2890] Fetching publish
[1215/5057] Fetching publish, splash
[1216/5151] Fetching publish, splash, syntax-highlight
[3815/5486] Fetching publish, splash, syntax-highlight, textmate
[4686/8248] Fetching publish, splash, syntax-highlight, textmate, syntax
Fetched https://github.com/JohnSundell/Splash.git from cache (0.69s)
Fetched https://github.com/nerdsupremacist/syntax-highlight.git from cache (0.69s)
Fetched https://github.com/JohnSundell/Publish.git from cache (0.73s)
Fetched https://github.com/nerdsupremacist/TextMate.git from cache (0.73s)
Fetched https://github.com/nerdsupremacist/Syntax.git from cache (0.73s)
Computing version for https://github.com/nerdsupremacist/TextMate.git
Computed https://github.com/nerdsupremacist/TextMate.git at 0.1.0 (1.71s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git
[1/29] Fetching syntaxtree
Fetched https://github.com/nerdsupremacist/SyntaxTree.git from cache (0.33s)
Computing version for https://github.com/nerdsupremacist/syntax-highlight.git
Computed https://github.com/nerdsupremacist/syntax-highlight.git at 0.1.0 (1.04s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.70s)
Computing version for https://github.com/JohnSundell/Splash.git
Computed https://github.com/JohnSundell/Splash.git at 0.16.0 (0.71s)
Computing version for https://github.com/JohnSundell/Publish.git
Computed https://github.com/JohnSundell/Publish.git at 0.9.0 (1.51s)
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/sweep.git
[1/960] Fetching shellout
[961/1141] Fetching shellout, codextended
[1135/2377] Fetching shellout, codextended, files
[1148/2461] Fetching shellout, codextended, files, collectionconcurrencykit
[2455/2577] Fetching shellout, codextended, files, collectionconcurrencykit, sweep
[2554/4663] Fetching shellout, codextended, files, collectionconcurrencykit, sweep, plot
Fetched https://github.com/johnsundell/sweep.git from cache (0.36s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.40s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.40s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.40s)
Fetched https://github.com/johnsundell/files.git from cache (0.40s)
Fetched https://github.com/johnsundell/plot.git from cache (0.41s)
[1/1905] Fetching ink
Fetched https://github.com/johnsundell/ink.git from cache (0.24s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.12s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.22s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.70s)
Computing version for https://github.com/nerdsupremacist/Syntax.git
Computed https://github.com/nerdsupremacist/Syntax.git at 1.0.4 (0.56s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (2.88s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.73s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.50s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.72s)
Creating working copy for https://github.com/johnsundell/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/JohnSundell/Splash.git
Working copy of https://github.com/JohnSundell/Splash.git resolved at 0.16.0
Creating working copy for https://github.com/nerdsupremacist/Syntax.git
Working copy of https://github.com/nerdsupremacist/Syntax.git resolved at 1.0.4
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/nerdsupremacist/syntax-highlight.git
Working copy of https://github.com/nerdsupremacist/syntax-highlight.git resolved at 0.1.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.0
Creating working copy for https://github.com/JohnSundell/Publish.git
Working copy of https://github.com/JohnSundell/Publish.git resolved at 0.9.0
Creating working copy for https://github.com/nerdsupremacist/TextMate.git
Working copy of https://github.com/nerdsupremacist/TextMate.git resolved at 0.1.0
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Building for debugging...
[0/15] Write sources
[14/15] Write swift-version-24593BA9C3E375BF.txt
[16/145] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[17/145] Emitting module CollectionConcurrencyKit
[18/145] Emitting module Ink
[19/150] Compiling Plot EnvironmentKey.swift
[20/150] Compiling Plot EnvironmentValue.swift
[21/150] Compiling Plot HTML.swift
[22/150] Compiling Plot HTMLAnchorRelationship.swift
[23/150] Compiling Plot RSSElements.swift
[24/150] Compiling Plot Renderable.swift
[25/150] Compiling Plot SiteMap.swift
[26/150] Compiling Plot SiteMapChangeFrequency.swift
[27/150] Compiling Plot DocumentEncoding.swift
[28/150] Compiling Plot PodcastMediaType.swift
[29/150] Compiling Plot PodcastType.swift
[30/150] Compiling Plot RSS.swift
[31/150] Compiling Plot RSSAttributes.swift
[32/150] Compiling Plot Element.swift
[33/150] Compiling Plot ElementClosingMode.swift
[34/150] Compiling Plot ElementComponent.swift
[35/150] Compiling Plot ElementDefinition.swift
[36/150] Compiling Plot EmptyComponent.swift
[38/152] Compiling Ink TextStyle.swift
[39/152] Compiling Ink TextStyleMarker.swift
[40/152] Compiling Ink URL.swift
[41/152] Compiling Ink URLDeclaration.swift
[42/152] Compiling Sweep Sweep.swift
[43/152] Emitting module Sweep
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/153] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[45/153] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[46/153] Compiling Plot HTMLAnchorTarget.swift
[47/153] Compiling Plot HTMLAttributes.swift
[48/153] Compiling Plot HTMLAudioFormat.swift
[49/153] Compiling Plot HTMLButtonType.swift
[50/153] Compiling Plot Attribute.swift
[51/153] Compiling Plot Component.swift
[52/153] Compiling Plot ComponentAttributes.swift
[53/153] Compiling Plot ComponentBuilder.swift
[54/153] Compiling Plot HTMLComponents.swift
[55/153] Compiling Plot HTMLElements.swift
[56/153] Compiling Plot HTMLFormContentType.swift
[57/153] Compiling Plot HTMLFormMethod.swift
[58/154] Compiling Files Files.swift
[59/154] Emitting module Files
[63/155] Compiling SyntaxTree SyntaxTree.swift
[64/155] Compiling SyntaxTree Kind.swift
[65/155] Emitting module SyntaxTree
[66/155] Compiling SyntaxTree LineColumnIndex.swift
[67/155] Emitting module Codextended
[68/155] Compiling Codextended Codextended.swift
[69/156] Compiling SyntaxTree SyntaxTreeFactory.swift
[70/156] Compiling SyntaxTree Location.swift
[71/156] Compiling SyntaxTree MutableSyntaxTree.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:16:20: error: cannot find type 'Color' in scope
14 |
15 | #if !os(Linux)
16 | internal extension Color {
| `- error: cannot find type 'Color' in scope
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:27: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:43: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:58: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:16:20: error: cannot find type 'Color' in scope
14 |
15 | #if !os(Linux)
16 | internal extension Color {
| `- error: cannot find type 'Color' in scope
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:27: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:43: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:58: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:16:20: error: cannot find type 'Color' in scope
14 |
15 | #if !os(Linux)
16 | internal extension Color {
| `- error: cannot find type 'Color' in scope
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:27: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:43: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Color.swift:17:58: error: cannot find type 'CGFloat' in scope
15 | #if !os(Linux)
16 | internal extension Color {
17 | convenience init(red: CGFloat, green: CGFloat, blue: CGFloat) {
| `- error: cannot find type 'CGFloat' in scope
18 | self.init(red: red, green: green, blue: blue, alpha: 1)
19 | }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:42:24: error: cannot find type 'Loaded' in scope
40 | case system
41 | /// Use a pre-loaded font
42 | case preloaded(Loaded)
| `- error: cannot find type 'Loaded' in scope
43 | /// Load a font file from a given file system path
44 | case path(String)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:49:20: error: cannot find type 'Loaded' in scope
47 |
48 | internal extension Font {
49 | func load() -> Loaded {
| `- error: cannot find type 'Loaded' in scope
50 | switch resource {
51 | case .system:
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:60:39: error: cannot find type 'Loaded' in scope
58 | }
59 |
60 | private func loadDefaultFont() -> Loaded {
| `- error: cannot find type 'Loaded' in scope
61 | let font: Loaded?
62 |
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:72:49: error: cannot find type 'Loaded' in scope
70 | }
71 |
72 | private func load(fromPath path: String) -> Loaded? {
| `- error: cannot find type 'Loaded' in scope
73 | guard
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:61:19: error: cannot find type 'Loaded' in scope
59 |
60 | private func loadDefaultFont() -> Loaded {
61 | let font: Loaded?
| `- error: cannot find type 'Loaded' in scope
62 |
63 | #if os(iOS)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:74:23: error: cannot find 'CFURLCreateWithFileSystemPath' in scope
72 | private func load(fromPath path: String) -> Loaded? {
73 | guard
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
| `- error: cannot find 'CFURLCreateWithFileSystemPath' in scope
75 | let provider = CGDataProvider(url: url),
76 | let font = CGFont(provider)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:74:53: error: cannot find 'kCFAllocatorDefault' in scope
72 | private func load(fromPath path: String) -> Loaded? {
73 | guard
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
| `- error: cannot find 'kCFAllocatorDefault' in scope
75 | let provider = CGDataProvider(url: url),
76 | let font = CGFont(provider)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:74:82: error: cannot find type 'CFString' in scope
72 | private func load(fromPath path: String) -> Loaded? {
73 | guard
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
| `- error: cannot find type 'CFString' in scope
75 | let provider = CGDataProvider(url: url),
76 | let font = CGFont(provider)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:74:93: error: cannot infer contextual base in reference to member 'cfurlposixPathStyle'
72 | private func load(fromPath path: String) -> Loaded? {
73 | guard
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
| `- error: cannot infer contextual base in reference to member 'cfurlposixPathStyle'
75 | let provider = CGDataProvider(url: url),
76 | let font = CGFont(provider)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:75:28: error: cannot find 'CGDataProvider' in scope
73 | guard
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
75 | let provider = CGDataProvider(url: url),
| `- error: cannot find 'CGDataProvider' in scope
76 | let font = CGFont(provider)
77 | else {
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:76:24: error: cannot find 'CGFont' in scope
74 | let url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, path as CFString, .cfurlposixPathStyle, false),
75 | let provider = CGDataProvider(url: url),
76 | let font = CGFont(provider)
| `- error: cannot find 'CGFont' in scope
77 | else {
78 | return nil
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:16:29: error: cannot find 'Color' in scope
14 | return Theme(
15 | font: font,
16 | plainTextColor: Color(
| `- error: cannot find 'Color' in scope
17 | red: 0.66,
18 | green: 0.74,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:22:27: error: cannot find 'Color' in scope
20 | ),
21 | tokenColors: [
22 | .keyword: Color(red: 0.91, green: 0.2, blue: 0.54),
| `- error: cannot find 'Color' in scope
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:23:26: error: cannot find 'Color' in scope
21 | tokenColors: [
22 | .keyword: Color(red: 0.91, green: 0.2, blue: 0.54),
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
| `- error: cannot find 'Color' in scope
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:24:24: error: cannot find 'Color' in scope
22 | .keyword: Color(red: 0.91, green: 0.2, blue: 0.54),
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
| `- error: cannot find 'Color' in scope
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:25:24: error: cannot find 'Color' in scope
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
| `- error: cannot find 'Color' in scope
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:26:26: error: cannot find 'Color' in scope
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
| `- error: cannot find 'Color' in scope
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:27:27: error: cannot find 'Color' in scope
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
| `- error: cannot find 'Color' in scope
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:28:28: error: cannot find 'Color' in scope
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
| `- error: cannot find 'Color' in scope
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:29:29: error: cannot find 'Color' in scope
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
| `- error: cannot find 'Color' in scope
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
31 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:30:33: error: cannot find 'Color' in scope
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
| `- error: cannot find 'Color' in scope
31 | ],
32 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:32:30: error: cannot find 'Color' in scope
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
31 | ],
32 | backgroundColor: Color(
| `- error: cannot find 'Color' in scope
33 | red: 0.098,
34 | green: 0.098,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme.swift:25:33: error: cannot find type 'Color' in scope
23 |
24 | public init(font: Font,
25 | plainTextColor: Color,
| `- error: cannot find type 'Color' in scope
26 | tokenColors: [TokenType: Color],
27 | backgroundColor: Color = Color(white: 0.12, alpha: 1)) {
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme.swift:26:42: error: cannot find type 'Color' in scope
24 | public init(font: Font,
25 | plainTextColor: Color,
26 | tokenColors: [TokenType: Color],
| `- error: cannot find type 'Color' in scope
27 | backgroundColor: Color = Color(white: 0.12, alpha: 1)) {
28 | self.font = font
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme.swift:27:34: error: cannot find type 'Color' in scope
25 | plainTextColor: Color,
26 | tokenColors: [TokenType: Color],
27 | backgroundColor: Color = Color(white: 0.12, alpha: 1)) {
| `- error: cannot find type 'Color' in scope
28 | self.font = font
29 | self.plainTextColor = plainTextColor
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:22:18: error: reference to member 'keyword' cannot be resolved without a contextual type
20 | ),
21 | tokenColors: [
22 | .keyword: Color(red: 0.91, green: 0.2, blue: 0.54),
| `- error: reference to member 'keyword' cannot be resolved without a contextual type
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:23:18: error: reference to member 'string' cannot be resolved without a contextual type
21 | tokenColors: [
22 | .keyword: Color(red: 0.91, green: 0.2, blue: 0.54),
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
| `- error: reference to member 'string' cannot be resolved without a contextual type
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:24:18: error: reference to member 'type' cannot be resolved without a contextual type
22 | .keyword: Color(red: 0.91, green: 0.2, blue: 0.54),
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
| `- error: reference to member 'type' cannot be resolved without a contextual type
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:25:18: error: reference to member 'call' cannot be resolved without a contextual type
23 | .string: Color(red: 0.98, green: 0.39, blue: 0.12),
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
| `- error: reference to member 'call' cannot be resolved without a contextual type
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:26:18: error: reference to member 'number' cannot be resolved without a contextual type
24 | .type: Color(red: 0.51, green: 0.51, blue: 0.79),
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
| `- error: reference to member 'number' cannot be resolved without a contextual type
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:27:18: error: reference to member 'comment' cannot be resolved without a contextual type
25 | .call: Color(red: 0.2, green: 0.56, blue: 0.9),
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
| `- error: reference to member 'comment' cannot be resolved without a contextual type
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:28:18: error: reference to member 'property' cannot be resolved without a contextual type
26 | .number: Color(red: 0.86, green: 0.44, blue: 0.34),
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
| `- error: reference to member 'property' cannot be resolved without a contextual type
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:29:18: error: reference to member 'dotAccess' cannot be resolved without a contextual type
27 | .comment: Color(red: 0.42, green: 0.54, blue: 0.58),
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
| `- error: reference to member 'dotAccess' cannot be resolved without a contextual type
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
31 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:30:18: error: reference to member 'preprocessing' cannot be resolved without a contextual type
28 | .property: Color(red: 0.13, green: 0.67, blue: 0.62),
29 | .dotAccess: Color(red: 0.57, green: 0.7, blue: 0),
30 | .preprocessing: Color(red: 0.71, green: 0.54, blue: 0)
| `- error: reference to member 'preprocessing' cannot be resolved without a contextual type
31 | ],
32 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:44:29: error: cannot find 'Color' in scope
42 | return Theme(
43 | font: font,
44 | plainTextColor: Color(
| `- error: cannot find 'Color' in scope
45 | red: 1,
46 | green: 1,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:50:27: error: cannot find 'Color' in scope
48 | ),
49 | tokenColors: [
50 | .keyword: Color(red: 0.828, green: 0.095, blue: 0.583),
| `- error: cannot find 'Color' in scope
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:51:26: error: cannot find 'Color' in scope
49 | tokenColors: [
50 | .keyword: Color(red: 0.828, green: 0.095, blue: 0.583),
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
| `- error: cannot find 'Color' in scope
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:52:24: error: cannot find 'Color' in scope
50 | .keyword: Color(red: 0.828, green: 0.095, blue: 0.583),
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
| `- error: cannot find 'Color' in scope
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:53:24: error: cannot find 'Color' in scope
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
| `- error: cannot find 'Color' in scope
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:54:26: error: cannot find 'Color' in scope
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
| `- error: cannot find 'Color' in scope
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:55:27: error: cannot find 'Color' in scope
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
| `- error: cannot find 'Color' in scope
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:56:28: error: cannot find 'Color' in scope
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: cannot find 'Color' in scope
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:57:29: error: cannot find 'Color' in scope
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: cannot find 'Color' in scope
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
59 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:58:33: error: cannot find 'Color' in scope
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
| `- error: cannot find 'Color' in scope
59 | ],
60 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:60:30: error: cannot find 'Color' in scope
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
59 | ],
60 | backgroundColor: Color(
| `- error: cannot find 'Color' in scope
61 | red: 0,
62 | green: 0,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:50:18: error: reference to member 'keyword' cannot be resolved without a contextual type
48 | ),
49 | tokenColors: [
50 | .keyword: Color(red: 0.828, green: 0.095, blue: 0.583),
| `- error: reference to member 'keyword' cannot be resolved without a contextual type
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:51:18: error: reference to member 'string' cannot be resolved without a contextual type
49 | tokenColors: [
50 | .keyword: Color(red: 0.828, green: 0.095, blue: 0.583),
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
| `- error: reference to member 'string' cannot be resolved without a contextual type
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:52:18: error: reference to member 'type' cannot be resolved without a contextual type
50 | .keyword: Color(red: 0.828, green: 0.095, blue: 0.583),
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
| `- error: reference to member 'type' cannot be resolved without a contextual type
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:53:18: error: reference to member 'call' cannot be resolved without a contextual type
51 | .string: Color(red: 1.0, green: 0.171, blue: 0.219),
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
| `- error: reference to member 'call' cannot be resolved without a contextual type
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:54:18: error: reference to member 'number' cannot be resolved without a contextual type
52 | .type: Color(red: 0.137, green: 1.0, blue: 0.512),
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
| `- error: reference to member 'number' cannot be resolved without a contextual type
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:55:18: error: reference to member 'comment' cannot be resolved without a contextual type
53 | .call: Color(red: 0.137, green: 1.0, blue: 0.512),
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
| `- error: reference to member 'comment' cannot be resolved without a contextual type
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:56:18: error: reference to member 'property' cannot be resolved without a contextual type
54 | .number: Color(red: 0.469, green: 0.426, blue: 1.00),
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: reference to member 'property' cannot be resolved without a contextual type
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:57:18: error: reference to member 'dotAccess' cannot be resolved without a contextual type
55 | .comment: Color(red: 0.255, green: 0.801, blue: 0.27),
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: reference to member 'dotAccess' cannot be resolved without a contextual type
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
59 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:58:18: error: reference to member 'preprocessing' cannot be resolved without a contextual type
56 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
57 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
58 | .preprocessing: Color(red: 0.896, green: 0.488, blue: 0.284)
| `- error: reference to member 'preprocessing' cannot be resolved without a contextual type
59 | ],
60 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:72:29: error: cannot find 'Color' in scope
70 | return Theme(
71 | font: font,
72 | plainTextColor: Color(
| `- error: cannot find 'Color' in scope
73 | red: 0.84,
74 | green: 0.84,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:78:27: error: cannot find 'Color' in scope
76 | ),
77 | tokenColors: [
78 | .keyword: Color(red: 0.992, green: 0.791, blue: 0.45),
| `- error: cannot find 'Color' in scope
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:79:26: error: cannot find 'Color' in scope
77 | tokenColors: [
78 | .keyword: Color(red: 0.992, green: 0.791, blue: 0.45),
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
| `- error: cannot find 'Color' in scope
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:80:24: error: cannot find 'Color' in scope
78 | .keyword: Color(red: 0.992, green: 0.791, blue: 0.45),
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: cannot find 'Color' in scope
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:81:24: error: cannot find 'Color' in scope
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: cannot find 'Color' in scope
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:82:26: error: cannot find 'Color' in scope
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
| `- error: cannot find 'Color' in scope
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:83:27: error: cannot find 'Color' in scope
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
| `- error: cannot find 'Color' in scope
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:84:28: error: cannot find 'Color' in scope
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: cannot find 'Color' in scope
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:85:29: error: cannot find 'Color' in scope
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: cannot find 'Color' in scope
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
87 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:86:33: error: cannot find 'Color' in scope
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
| `- error: cannot find 'Color' in scope
87 | ],
88 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:88:30: error: cannot find 'Color' in scope
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
87 | ],
88 | backgroundColor: Color(
| `- error: cannot find 'Color' in scope
89 | red: 0.18,
90 | green: 0.19,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:78:18: error: reference to member 'keyword' cannot be resolved without a contextual type
76 | ),
77 | tokenColors: [
78 | .keyword: Color(red: 0.992, green: 0.791, blue: 0.45),
| `- error: reference to member 'keyword' cannot be resolved without a contextual type
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:79:18: error: reference to member 'string' cannot be resolved without a contextual type
77 | tokenColors: [
78 | .keyword: Color(red: 0.992, green: 0.791, blue: 0.45),
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
| `- error: reference to member 'string' cannot be resolved without a contextual type
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:80:18: error: reference to member 'type' cannot be resolved without a contextual type
78 | .keyword: Color(red: 0.992, green: 0.791, blue: 0.45),
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: reference to member 'type' cannot be resolved without a contextual type
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:81:18: error: reference to member 'call' cannot be resolved without a contextual type
79 | .string: Color(red: 0.966, green: 0.517, blue: 0.29),
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: reference to member 'call' cannot be resolved without a contextual type
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:82:18: error: reference to member 'number' cannot be resolved without a contextual type
80 | .type: Color(red: 0.431, green: 0.714, blue: 0.533),
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
| `- error: reference to member 'number' cannot be resolved without a contextual type
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:83:18: error: reference to member 'comment' cannot be resolved without a contextual type
81 | .call: Color(red: 0.431, green: 0.714, blue: 0.533),
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
| `- error: reference to member 'comment' cannot be resolved without a contextual type
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:84:18: error: reference to member 'property' cannot be resolved without a contextual type
82 | .number: Color(red: 0.559, green: 0.504, blue: 0.745),
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: reference to member 'property' cannot be resolved without a contextual type
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:85:18: error: reference to member 'dotAccess' cannot be resolved without a contextual type
83 | .comment: Color(red: 0.484, green: 0.483, blue: 0.504),
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
| `- error: reference to member 'dotAccess' cannot be resolved without a contextual type
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
87 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:86:18: error: reference to member 'preprocessing' cannot be resolved without a contextual type
84 | .property: Color(red: 0.431, green: 0.714, blue: 0.533),
85 | .dotAccess: Color(red: 0.431, green: 0.714, blue: 0.533),
86 | .preprocessing: Color(red: 0.992, green: 0.791, blue: 0.45)
| `- error: reference to member 'preprocessing' cannot be resolved without a contextual type
87 | ],
88 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:100:29: error: cannot find 'Color' in scope
98 | return Theme(
99 | font: font,
100 | plainTextColor: Color(
| `- error: cannot find 'Color' in scope
101 | red: 1,
102 | green: 1,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:106:27: error: cannot find 'Color' in scope
104 | ),
105 | tokenColors: [
106 | .keyword: Color(red: 0.948, green: 0.140, blue: 0.547),
| `- error: cannot find 'Color' in scope
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:107:26: error: cannot find 'Color' in scope
105 | tokenColors: [
106 | .keyword: Color(red: 0.948, green: 0.140, blue: 0.547),
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
| `- error: cannot find 'Color' in scope
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:108:24: error: cannot find 'Color' in scope
106 | .keyword: Color(red: 0.948, green: 0.140, blue: 0.547),
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: cannot find 'Color' in scope
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:109:24: error: cannot find 'Color' in scope
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: cannot find 'Color' in scope
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:110:26: error: cannot find 'Color' in scope
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
| `- error: cannot find 'Color' in scope
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:111:27: error: cannot find 'Color' in scope
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
| `- error: cannot find 'Color' in scope
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:112:28: error: cannot find 'Color' in scope
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: cannot find 'Color' in scope
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:113:29: error: cannot find 'Color' in scope
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: cannot find 'Color' in scope
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
115 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:114:33: error: cannot find 'Color' in scope
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
| `- error: cannot find 'Color' in scope
115 | ],
116 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:116:30: error: cannot find 'Color' in scope
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
115 | ],
116 | backgroundColor: Color(
| `- error: cannot find 'Color' in scope
117 | red: 0.163,
118 | green: 0.163,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:106:18: error: reference to member 'keyword' cannot be resolved without a contextual type
104 | ),
105 | tokenColors: [
106 | .keyword: Color(red: 0.948, green: 0.140, blue: 0.547),
| `- error: reference to member 'keyword' cannot be resolved without a contextual type
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:107:18: error: reference to member 'string' cannot be resolved without a contextual type
105 | tokenColors: [
106 | .keyword: Color(red: 0.948, green: 0.140, blue: 0.547),
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
| `- error: reference to member 'string' cannot be resolved without a contextual type
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:108:18: error: reference to member 'type' cannot be resolved without a contextual type
106 | .keyword: Color(red: 0.948, green: 0.140, blue: 0.547),
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: reference to member 'type' cannot be resolved without a contextual type
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:109:18: error: reference to member 'call' cannot be resolved without a contextual type
107 | .string: Color(red: 0.988, green: 0.273, blue: 0.317),
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: reference to member 'call' cannot be resolved without a contextual type
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:110:18: error: reference to member 'number' cannot be resolved without a contextual type
108 | .type: Color(red: 0.584, green: 0.898, blue: 0.361),
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
| `- error: reference to member 'number' cannot be resolved without a contextual type
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:111:18: error: reference to member 'comment' cannot be resolved without a contextual type
109 | .call: Color(red: 0.584, green: 0.898, blue: 0.361),
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
| `- error: reference to member 'comment' cannot be resolved without a contextual type
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:112:18: error: reference to member 'property' cannot be resolved without a contextual type
110 | .number: Color(red: 0.587, green: 0.517, blue: 0.974),
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: reference to member 'property' cannot be resolved without a contextual type
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:113:18: error: reference to member 'dotAccess' cannot be resolved without a contextual type
111 | .comment: Color(red: 0.424, green: 0.475, blue: 0.529),
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
| `- error: reference to member 'dotAccess' cannot be resolved without a contextual type
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
115 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:114:18: error: reference to member 'preprocessing' cannot be resolved without a contextual type
112 | .property: Color(red: 0.584, green: 0.898, blue: 0.361),
113 | .dotAccess: Color(red: 0.584, green: 0.898, blue: 0.361),
114 | .preprocessing: Color(red: 0.952, green: 0.526, blue: 0.229)
| `- error: reference to member 'preprocessing' cannot be resolved without a contextual type
115 | ],
116 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:128:29: error: cannot find 'Color' in scope
126 | return Theme(
127 | font: font,
128 | plainTextColor: Color(
| `- error: cannot find 'Color' in scope
129 | red: 0,
130 | green: 0,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:134:27: error: cannot find 'Color' in scope
132 | ),
133 | tokenColors: [
134 | .keyword: Color(red: 0.161, green: 0.259, blue: 0.467),
| `- error: cannot find 'Color' in scope
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:135:26: error: cannot find 'Color' in scope
133 | tokenColors: [
134 | .keyword: Color(red: 0.161, green: 0.259, blue: 0.467),
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
| `- error: cannot find 'Color' in scope
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:136:24: error: cannot find 'Color' in scope
134 | .keyword: Color(red: 0.161, green: 0.259, blue: 0.467),
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
| `- error: cannot find 'Color' in scope
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:137:24: error: cannot find 'Color' in scope
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
| `- error: cannot find 'Color' in scope
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:138:26: error: cannot find 'Color' in scope
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
| `- error: cannot find 'Color' in scope
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:139:27: error: cannot find 'Color' in scope
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
| `- error: cannot find 'Color' in scope
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:140:28: error: cannot find 'Color' in scope
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
| `- error: cannot find 'Color' in scope
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:141:29: error: cannot find 'Color' in scope
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
| `- error: cannot find 'Color' in scope
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
143 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:142:33: error: cannot find 'Color' in scope
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
| `- error: cannot find 'Color' in scope
143 | ],
144 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:144:30: error: cannot find 'Color' in scope
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
143 | ],
144 | backgroundColor: Color(
| `- error: cannot find 'Color' in scope
145 | red: 1,
146 | green: 0.99,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:134:18: error: reference to member 'keyword' cannot be resolved without a contextual type
132 | ),
133 | tokenColors: [
134 | .keyword: Color(red: 0.161, green: 0.259, blue: 0.467),
| `- error: reference to member 'keyword' cannot be resolved without a contextual type
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:135:18: error: reference to member 'string' cannot be resolved without a contextual type
133 | tokenColors: [
134 | .keyword: Color(red: 0.161, green: 0.259, blue: 0.467),
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
| `- error: reference to member 'string' cannot be resolved without a contextual type
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:136:18: error: reference to member 'type' cannot be resolved without a contextual type
134 | .keyword: Color(red: 0.161, green: 0.259, blue: 0.467),
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
| `- error: reference to member 'type' cannot be resolved without a contextual type
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:137:18: error: reference to member 'call' cannot be resolved without a contextual type
135 | .string: Color(red: 0.875, green: 0.027, blue: 0.0),
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
| `- error: reference to member 'call' cannot be resolved without a contextual type
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:138:18: error: reference to member 'number' cannot be resolved without a contextual type
136 | .type: Color(red: 0.706, green: 0.27, blue: 0.0),
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
| `- error: reference to member 'number' cannot be resolved without a contextual type
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:139:18: error: reference to member 'comment' cannot be resolved without a contextual type
137 | .call: Color(red: 0.278, green: 0.415, blue: 0.593),
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
| `- error: reference to member 'comment' cannot be resolved without a contextual type
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:140:18: error: reference to member 'property' cannot be resolved without a contextual type
138 | .number: Color(red: 0.161, green: 0.259, blue: 0.467),
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
| `- error: reference to member 'property' cannot be resolved without a contextual type
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:141:18: error: reference to member 'dotAccess' cannot be resolved without a contextual type
139 | .comment: Color(red: 0.765, green: 0.455, blue: 0.11),
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
| `- error: reference to member 'dotAccess' cannot be resolved without a contextual type
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
143 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:142:18: error: reference to member 'preprocessing' cannot be resolved without a contextual type
140 | .property: Color(red: 0.278, green: 0.415, blue: 0.593),
141 | .dotAccess: Color(red: 0.278, green: 0.415, blue: 0.593),
142 | .preprocessing: Color(red: 0.392, green: 0.391, blue: 0.52)
| `- error: reference to member 'preprocessing' cannot be resolved without a contextual type
143 | ],
144 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:156:29: error: cannot find 'Color' in scope
154 | return Theme(
155 | font: font,
156 | plainTextColor: Color(
| `- error: cannot find 'Color' in scope
157 | red: 0,
158 | green: 0,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:162:27: error: cannot find 'Color' in scope
160 | ),
161 | tokenColors: [
162 | .keyword: Color(red: 0.706, green: 0.0, blue: 0.384),
| `- error: cannot find 'Color' in scope
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:163:26: error: cannot find 'Color' in scope
161 | tokenColors: [
162 | .keyword: Color(red: 0.706, green: 0.0, blue: 0.384),
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
| `- error: cannot find 'Color' in scope
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:164:24: error: cannot find 'Color' in scope
162 | .keyword: Color(red: 0.706, green: 0.0, blue: 0.384),
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: cannot find 'Color' in scope
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:165:24: error: cannot find 'Color' in scope
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: cannot find 'Color' in scope
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:166:26: error: cannot find 'Color' in scope
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
| `- error: cannot find 'Color' in scope
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:167:27: error: cannot find 'Color' in scope
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
| `- error: cannot find 'Color' in scope
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:168:28: error: cannot find 'Color' in scope
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: cannot find 'Color' in scope
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:169:29: error: cannot find 'Color' in scope
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: cannot find 'Color' in scope
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
171 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:170:33: error: cannot find 'Color' in scope
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
| `- error: cannot find 'Color' in scope
171 | ],
172 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:172:30: error: cannot find 'Color' in scope
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
171 | ],
172 | backgroundColor: Color(
| `- error: cannot find 'Color' in scope
173 | red: 1,
174 | green: 1,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:162:18: error: reference to member 'keyword' cannot be resolved without a contextual type
160 | ),
161 | tokenColors: [
162 | .keyword: Color(red: 0.706, green: 0.0, blue: 0.384),
| `- error: reference to member 'keyword' cannot be resolved without a contextual type
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:163:18: error: reference to member 'string' cannot be resolved without a contextual type
161 | tokenColors: [
162 | .keyword: Color(red: 0.706, green: 0.0, blue: 0.384),
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
| `- error: reference to member 'string' cannot be resolved without a contextual type
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:164:18: error: reference to member 'type' cannot be resolved without a contextual type
162 | .keyword: Color(red: 0.706, green: 0.0, blue: 0.384),
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: reference to member 'type' cannot be resolved without a contextual type
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:165:18: error: reference to member 'call' cannot be resolved without a contextual type
163 | .string: Color(red: 0.729, green: 0.0, blue: 0.067),
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: reference to member 'call' cannot be resolved without a contextual type
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:166:18: error: reference to member 'number' cannot be resolved without a contextual type
164 | .type: Color(red: 0.267, green: 0.537, blue: 0.576),
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
| `- error: reference to member 'number' cannot be resolved without a contextual type
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:167:18: error: reference to member 'comment' cannot be resolved without a contextual type
165 | .call: Color(red: 0.267, green: 0.537, blue: 0.576),
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
| `- error: reference to member 'comment' cannot be resolved without a contextual type
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:168:18: error: reference to member 'property' cannot be resolved without a contextual type
166 | .number: Color(red: 0.0, green: 0.043, blue: 1.0),
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: reference to member 'property' cannot be resolved without a contextual type
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:169:18: error: reference to member 'dotAccess' cannot be resolved without a contextual type
167 | .comment: Color(red: 0.336, green: 0.376, blue: 0.42),
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
| `- error: reference to member 'dotAccess' cannot be resolved without a contextual type
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
171 | ],
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme+Defaults.swift:170:18: error: reference to member 'preprocessing' cannot be resolved without a contextual type
168 | .property: Color(red: 0.267, green: 0.537, blue: 0.576),
169 | .dotAccess: Color(red: 0.267, green: 0.537, blue: 0.576),
170 | .preprocessing: Color(red: 0.431, green: 0.125, blue: 0.051)
| `- error: reference to member 'preprocessing' cannot be resolved without a contextual type
171 | ],
172 | backgroundColor: Color(
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme.swift:18:32: error: cannot find type 'Color' in scope
16 | public var font: Font
17 | /// What color to use for plain text (no highlighting)
18 | public var plainTextColor: Color
| `- error: cannot find type 'Color' in scope
19 | /// What color to use for the background
20 | public var backgroundColor: Color
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme.swift:20:33: error: cannot find type 'Color' in scope
18 | public var plainTextColor: Color
19 | /// What color to use for the background
20 | public var backgroundColor: Color
| `- error: cannot find type 'Color' in scope
21 | /// What color to use for the text's highlighted tokens
22 | public var tokenColors: [TokenType: Color]
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Theme.swift:22:41: error: cannot find type 'Color' in scope
20 | public var backgroundColor: Color
21 | /// What color to use for the text's highlighted tokens
22 | public var tokenColors: [TokenType: Color]
| `- error: cannot find type 'Color' in scope
23 |
24 | public init(font: Font,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/102] Emitting module CollectionConcurrencyKit
[3/102] Emitting module Codextended
[4/102] Compiling SyntaxTree SyntaxTreeFactory.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/102] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[6/102] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
6 |
7 | import Foundation
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 |
10 | // MARK: - API
[7/102] Compiling SyntaxTree Location.swift
[8/102] Emitting module Sweep
BUILD FAILURE 6.1 wasm