The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Scout, reference 4.1.0 (da48b2), with Swift 6.1 for Wasm on 28 May 2025 19:53:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

 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,
[34/150] Compiling SwiftSoup HtmlTreeBuilderState.swift
/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,
[37/150] Compiling SwiftCSV NamedCSVView.swift
[38/150] Compiling BooleanExpressionEvaluation NSRegularExpression+Extensions.swift
[39/150] Compiling BooleanExpressionEvaluation Optional+Extensions.swift
[40/151] Compiling SwiftCSV Parser.swift
[45/152] Compiling Parsing Parser+Operators.swift
[46/152] Compiling Parsing Parser+Types.swift
[49/153] Compiling AEXML Document.swift
[50/153] Compiling AEXML Element.swift
[50/154] Wrapping AST for SwiftCSV for debugging
[52/154] Wrapping AST for Parsing for debugging
[54/154] Compiling BooleanExpressionEvaluation LogicOperator.swift
[57/154] Compiling BooleanExpressionEvaluation LogicPrefixOperator.swift
/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,
/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/Output/AttributedStringOutputFormat.swift:30:56: error: missing argument for parameter 'string' in call
28 |         private let theme: Theme
29 |         private lazy var font = theme.font.load()
30 |         private var string = NSMutableAttributedString()
   |                                                        `- error: missing argument for parameter 'string' in call
31 |
32 |         fileprivate init(theme: Theme) {
Foundation.NSMutableAttributedString.init:2:17: note: 'init(string:)' declared here
1 | class NSMutableAttributedString {
2 | override public init(string: String)}
  |                 `- note: 'init(string:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:46: error: 'Loaded' is not a member type of struct 'Splash.Font'
55 |
56 | private extension NSMutableAttributedString {
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
   |                                              `- error: 'Loaded' is not a member type of struct 'Splash.Font'
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:15:15: note: 'Font' declared here
 13 | /// simplified font representation rather than `NSFont`
 14 | /// or `UIFont`.
 15 | public struct Font {
    |               `- note: 'Font' declared here
 16 |     /// The underlying resource used to load the font
 17 |     public var resource: Resource
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:61: error: cannot find type 'Color' in scope
55 |
56 | private extension NSMutableAttributedString {
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
   |                                                             `- error: cannot find type 'Color' in scope
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:37:52: error: cannot find 'Color' in scope
35 |
36 |         public mutating func addToken(_ token: String, ofType type: TokenType) {
37 |             let color = theme.tokenColors[type] ?? Color(red: 1, green: 1, blue: 1)
   |                                                    `- error: cannot find 'Color' in scope
38 |             string.append(token, font: font, color: color)
39 |         }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:46:25: error: cannot find 'Color' in scope
44 |
45 |         public mutating func addWhitespace(_ whitespace: String) {
46 |             let color = Color(red: 1, green: 1, blue: 1)
   |                         `- error: cannot find 'Color' in scope
47 |             string.append(whitespace, font: font, color: color)
48 |         }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:59:14: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
   |              `- error: type 'NSAttributedString.Key' has no member 'foregroundColor'
60 |             .font: font
61 |         ])
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:60:14: error: type 'NSAttributedString.Key' has no member 'font'
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
60 |             .font: font
   |              `- error: type 'NSAttributedString.Key' has no member 'font'
61 |         ])
62 |
[58/154] Compiling BooleanExpressionEvaluation Operator.swift
/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,
/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/Output/AttributedStringOutputFormat.swift:30:56: error: missing argument for parameter 'string' in call
28 |         private let theme: Theme
29 |         private lazy var font = theme.font.load()
30 |         private var string = NSMutableAttributedString()
   |                                                        `- error: missing argument for parameter 'string' in call
31 |
32 |         fileprivate init(theme: Theme) {
Foundation.NSMutableAttributedString.init:2:17: note: 'init(string:)' declared here
1 | class NSMutableAttributedString {
2 | override public init(string: String)}
  |                 `- note: 'init(string:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:46: error: 'Loaded' is not a member type of struct 'Splash.Font'
55 |
56 | private extension NSMutableAttributedString {
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
   |                                              `- error: 'Loaded' is not a member type of struct 'Splash.Font'
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:15:15: note: 'Font' declared here
 13 | /// simplified font representation rather than `NSFont`
 14 | /// or `UIFont`.
 15 | public struct Font {
    |               `- note: 'Font' declared here
 16 |     /// The underlying resource used to load the font
 17 |     public var resource: Resource
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:61: error: cannot find type 'Color' in scope
55 |
56 | private extension NSMutableAttributedString {
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
   |                                                             `- error: cannot find type 'Color' in scope
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:37:52: error: cannot find 'Color' in scope
35 |
36 |         public mutating func addToken(_ token: String, ofType type: TokenType) {
37 |             let color = theme.tokenColors[type] ?? Color(red: 1, green: 1, blue: 1)
   |                                                    `- error: cannot find 'Color' in scope
38 |             string.append(token, font: font, color: color)
39 |         }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:46:25: error: cannot find 'Color' in scope
44 |
45 |         public mutating func addWhitespace(_ whitespace: String) {
46 |             let color = Color(red: 1, green: 1, blue: 1)
   |                         `- error: cannot find 'Color' in scope
47 |             string.append(whitespace, font: font, color: color)
48 |         }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:59:14: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
   |              `- error: type 'NSAttributedString.Key' has no member 'foregroundColor'
60 |             .font: font
61 |         ])
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:60:14: error: type 'NSAttributedString.Key' has no member 'font'
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
60 |             .font: font
   |              `- error: type 'NSAttributedString.Key' has no member 'font'
61 |         ])
62 |
[59/154] Compiling BooleanExpressionEvaluation LogicInfixOperator.swift
/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,
/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/Output/AttributedStringOutputFormat.swift:30:56: error: missing argument for parameter 'string' in call
28 |         private let theme: Theme
29 |         private lazy var font = theme.font.load()
30 |         private var string = NSMutableAttributedString()
   |                                                        `- error: missing argument for parameter 'string' in call
31 |
32 |         fileprivate init(theme: Theme) {
Foundation.NSMutableAttributedString.init:2:17: note: 'init(string:)' declared here
1 | class NSMutableAttributedString {
2 | override public init(string: String)}
  |                 `- note: 'init(string:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:46: error: 'Loaded' is not a member type of struct 'Splash.Font'
55 |
56 | private extension NSMutableAttributedString {
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
   |                                              `- error: 'Loaded' is not a member type of struct 'Splash.Font'
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Theming/Font.swift:15:15: note: 'Font' declared here
 13 | /// simplified font representation rather than `NSFont`
 14 | /// or `UIFont`.
 15 | public struct Font {
    |               `- note: 'Font' declared here
 16 |     /// The underlying resource used to load the font
 17 |     public var resource: Resource
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:57:61: error: cannot find type 'Color' in scope
55 |
56 | private extension NSMutableAttributedString {
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
   |                                                             `- error: cannot find type 'Color' in scope
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:37:52: error: cannot find 'Color' in scope
35 |
36 |         public mutating func addToken(_ token: String, ofType type: TokenType) {
37 |             let color = theme.tokenColors[type] ?? Color(red: 1, green: 1, blue: 1)
   |                                                    `- error: cannot find 'Color' in scope
38 |             string.append(token, font: font, color: color)
39 |         }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:46:25: error: cannot find 'Color' in scope
44 |
45 |         public mutating func addWhitespace(_ whitespace: String) {
46 |             let color = Color(red: 1, green: 1, blue: 1)
   |                         `- error: cannot find 'Color' in scope
47 |             string.append(whitespace, font: font, color: color)
48 |         }
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:59:14: error: type 'NSAttributedString.Key' has no member 'foregroundColor'
57 |     func append(_ string: String, font: Font.Loaded, color: Color) {
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
   |              `- error: type 'NSAttributedString.Key' has no member 'foregroundColor'
60 |             .font: font
61 |         ])
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Output/AttributedStringOutputFormat.swift:60:14: error: type 'NSAttributedString.Key' has no member 'font'
58 |         let attributedString = NSAttributedString(string: string, attributes: [
59 |             .foregroundColor: color,
60 |             .font: font
   |              `- error: type 'NSAttributedString.Key' has no member 'font'
61 |         ])
62 |
[60/154] Emitting module ArgumentParserToolInfo
[61/154] Compiling ArgumentParserToolInfo ToolInfo.swift
[62/155] Compiling Splash Segment.swift
[63/155] Compiling Splash TokenType.swift
[64/155] Compiling Splash Tokenizer.swift
[65/155] Emitting module BooleanExpressionEvaluation
[66/155] Compiling BooleanExpressionEvaluation String+Extensions.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:18:8: error: could not build C module 'CoreFoundation'
 16 | private let cpow: (_: Double, _: Double) -> Double = ucrt.pow
 17 | #else
 18 | import CoreFoundation
    |        `- error: could not build C module 'CoreFoundation'
 19 | import Glibc
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
[88/156] Compiling SwiftSoup Selector.swift
[89/156] Compiling SwiftSoup SerializationException.swift
[90/156] Compiling SwiftSoup SimpleDictionary.swift
[91/156] Compiling SwiftSoup StreamReader.swift
[92/156] Compiling SwiftSoup String.swift
[93/156] Compiling SwiftSoup StringBuilder.swift
[94/156] Compiling SwiftSoup StringUtil.swift
[95/156] Emitting module SwiftSoup
BUILD FAILURE 6.1 wasm