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

Successful build of Color, reference v1.4.0 (5b8408), with Swift 6.0 for Linux on 14 Oct 2025 02:45:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kudit/Color.git
Reference: v1.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/kudit/Color
 * tag               v1.4.0     -> FETCH_HEAD
HEAD is now at 5b84082 v1.4.0
Cloned https://github.com/kudit/Color.git
Revision (git rev-parse @):
5b840821391b44dafc88e36c73d510914e01ec47
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/Color.git at v1.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kudit/Color.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/kudit/Compatibility
[1/2740] Fetching compatibility
Fetched https://github.com/kudit/Compatibility from cache (0.40s)
Computing version for https://github.com/kudit/Compatibility
Computed https://github.com/kudit/Compatibility at 1.12.0 (0.49s)
Creating working copy for https://github.com/kudit/Compatibility
Working copy of https://github.com/kudit/Compatibility resolved at 1.12.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/46] Emitting module Compatibility
[5/52] Compiling Compatibility Backport.swift
[6/52] Compiling Compatibility BytesView.swift
[7/52] Compiling Compatibility ClearableTextField.swift
[8/52] Compiling Compatibility Embossed.swift
[9/52] Compiling Compatibility Menu.swift
[10/52] Compiling Compatibility OverlappingStack.swift
[11/52] Compiling Compatibility DataStore.swift
[12/52] Compiling Compatibility Debug.swift
[13/52] Compiling Compatibility FileManager.swift
[14/52] Compiling Compatibility Graphics.swift
[15/52] Compiling Compatibility Network.swift
[16/52] Compiling Compatibility ObservableObject.swift
[17/52] Compiling Compatibility Dictionary.swift
[18/52] Compiling Compatibility Double.swift
[19/52] Compiling Compatibility Enum.swift
[20/52] Compiling Compatibility Int.swift
[21/52] Compiling Compatibility Introspection.swift
[22/52] Compiling Compatibility OrderedDictionary.swift
[23/52] Compiling Compatibility OrderedSet.swift
[24/52] Compiling Compatibility String.swift
[25/52] Compiling Compatibility Threading.swift
[26/52] Compiling Compatibility URL.swift
[27/52] Compiling Compatibility Version.swift
[28/52] Compiling Compatibility AdaptiveLayouts.swift
[29/52] Compiling Compatibility Pasteboard.swift
[30/52] Compiling Compatibility RadialLayout.swift
[31/52] Compiling Compatibility Placard.swift
[32/52] Compiling Compatibility Triangle.swift
[33/52] Compiling Compatibility SwiftUI.swift
[34/52] Compiling Compatibility TestUI.swift
[35/52] Compiling Compatibility CodingFoundation.swift
[36/52] Compiling Compatibility CodingJSON.swift
[37/52] Compiling Compatibility CodingMixedTypes.swift
[38/52] Compiling Compatibility CodingParameters.swift
[39/52] Compiling Compatibility Date.swift
[40/52] Compiling Compatibility DateString.swift
[41/52] Compiling Compatibility Shell.swift
[42/52] Compiling Compatibility Test.swift
[43/52] Compiling Compatibility UserDefaultsBacked.swift
[44/52] Compiling Compatibility Array.swift
[45/52] Compiling Compatibility CharacterSet.swift
[46/52] Compiling Compatibility Codable.swift
[47/52] Compiling Compatibility Compatibility.swift
[48/52] Compiling Compatibility Application.swift
[49/52] Compiling Compatibility Bundle.swift
[50/52] Compiling Compatibility CloudStatus.swift
[51/52] Compiling Compatibility CloudStorage.swift
[52/52] Compiling Compatibility CloudStorageSync.swift
[54/60] Compiling Color ColorUI.swift
/host/spi-builder-workspace/Sources/ColorUI.swift:8:32: warning: unknown operating system for build configuration 'os'
  6 | //
  7 |
  8 | #if canImport(SwiftUI) && !(os(WASM) || os(WASI))
    |                                |- warning: unknown operating system for build configuration 'os'
    |                                `- note: did you mean 'WASI'?
  9 | import SwiftUI
 10 |
[55/60] Compiling Color Compatibility.swift
/host/spi-builder-workspace/Sources/Compatibility.swift:11:10: warning: unknown operating system for build configuration 'os'
 9 | public extension DebugLevel {
10 |     /// Set this to `true` to log failed color parsing notices when returning `nil`
11 | #if !(os(WASM) || os(WASI))
   |          |- warning: unknown operating system for build configuration 'os'
   |          `- note: did you mean 'WASI'?
12 |     @MainActor
13 | #endif
/host/spi-builder-workspace/Sources/Compatibility.swift:16:10: warning: unknown operating system for build configuration 'os'
14 |     static var colorLogging = false
15 |
16 | #if !(os(WASM) || os(WASI))
   |          |- warning: unknown operating system for build configuration 'os'
   |          `- note: did you mean 'WASI'?
17 |     // TODO: Change this to generic type matching protocol instead of boxed any type?
18 |     @available(iOS 13, tvOS 13, watchOS 6, *)
[56/60] Compiling Color Colorsets.swift
[57/60] Compiling Color Color.swift
/host/spi-builder-workspace/Sources/Color.swift:19:10: warning: unknown operating system for build configuration 'os'
  17 |
  18 | // have to define context for WASM 6.2 and we suspect CGFloat is unavailable in 6.2 due to errors.
  19 | #if ((os(WASM) || os(WASI)) || !canImport(CoreGraphics)) && compiler(>=6.2)
     |          |- warning: unknown operating system for build configuration 'os'
     |          `- note: did you mean 'WASI'?
  20 | // Make sure CGFloat is available
  21 | public typealias CGFloat = Double
[58/60] Compiling Color Codable.swift
/host/spi-builder-workspace/Sources/Codable.swift:14:35: warning: unknown operating system for build configuration 'os'
 12 | import SwiftUI
 13 | #endif
 14 | #if canImport(Foundation) && !(os(WASM) || os(WASI))
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
 15 | public extension KuColor {
 16 |     // MARK: Codable
[59/60] Emitting module Color
/host/spi-builder-workspace/Sources/Codable.swift:14:35: warning: unknown operating system for build configuration 'os'
 12 | import SwiftUI
 13 | #endif
 14 | #if canImport(Foundation) && !(os(WASM) || os(WASI))
    |                                   |- warning: unknown operating system for build configuration 'os'
    |                                   `- note: did you mean 'WASI'?
 15 | public extension KuColor {
 16 |     // MARK: Codable
/host/spi-builder-workspace/Sources/Color.swift:19:10: warning: unknown operating system for build configuration 'os'
  17 |
  18 | // have to define context for WASM 6.2 and we suspect CGFloat is unavailable in 6.2 due to errors.
  19 | #if ((os(WASM) || os(WASI)) || !canImport(CoreGraphics)) && compiler(>=6.2)
     |          |- warning: unknown operating system for build configuration 'os'
     |          `- note: did you mean 'WASI'?
  20 | // Make sure CGFloat is available
  21 | public typealias CGFloat = Double
/host/spi-builder-workspace/Sources/ColorUI.swift:8:32: warning: unknown operating system for build configuration 'os'
  6 | //
  7 |
  8 | #if canImport(SwiftUI) && !(os(WASM) || os(WASI))
    |                                |- warning: unknown operating system for build configuration 'os'
    |                                `- note: did you mean 'WASI'?
  9 | import SwiftUI
 10 |
/host/spi-builder-workspace/Sources/Compatibility.swift:11:10: warning: unknown operating system for build configuration 'os'
 9 | public extension DebugLevel {
10 |     /// Set this to `true` to log failed color parsing notices when returning `nil`
11 | #if !(os(WASM) || os(WASI))
   |          |- warning: unknown operating system for build configuration 'os'
   |          `- note: did you mean 'WASI'?
12 |     @MainActor
13 | #endif
/host/spi-builder-workspace/Sources/Compatibility.swift:16:10: warning: unknown operating system for build configuration 'os'
14 |     static var colorLogging = false
15 |
16 | #if !(os(WASM) || os(WASI))
   |          |- warning: unknown operating system for build configuration 'os'
   |          `- note: did you mean 'WASI'?
17 |     // TODO: Change this to generic type matching protocol instead of boxed any type?
18 |     @available(iOS 13, tvOS 13, watchOS 6, *)
[60/60] Compiling Color CSSColors.swift
Build complete! (10.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "compatibility",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.13",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kudit/Compatibility"
    }
  ],
  "manifest_display_name" : "Color",
  "name" : "Color",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "11"
    },
    {
      "name" : "watchos",
      "version" : "4"
    },
    {
      "name" : "ios",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "Color Library",
      "targets" : [
        "Color"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Color",
      "module_type" : "SwiftTarget",
      "name" : "Color",
      "path" : "Sources",
      "product_dependencies" : [
        "Compatibility Library"
      ],
      "product_memberships" : [
        "Color Library"
      ],
      "sources" : [
        "CSSColors.swift",
        "Codable.swift",
        "Color.swift",
        "ColorUI.swift",
        "Colorsets.swift",
        "Compatibility.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:046a2cda21bb64b2d09e6d52c84584e938ec1698de194871f3d7088597b2bb28
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.