The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Color, reference v1.4.4 (a067ba), with Swift 6.0 for Linux on 21 Apr 2026 07:33:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kudit/Color.git
Reference: v1.4.4
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.4     -> FETCH_HEAD
HEAD is now at a067ba2 v1.4.4
Cloned https://github.com/kudit/Color.git
Revision (git rev-parse @):
a067ba2d816ff606da41d8fe4680f1d6c2e46c06
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/Color.git at v1.4.4
========================================
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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/kudit/Compatibility
[1/2887] Fetching compatibility
Fetched https://github.com/kudit/Compatibility from cache (0.64s)
Computing version for https://github.com/kudit/Compatibility
Computed https://github.com/kudit/Compatibility at 1.13.8 (2.28s)
Creating working copy for https://github.com/kudit/Compatibility
Working copy of https://github.com/kudit/Compatibility resolved at 1.13.8
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/46] Compiling Compatibility Shell.swift
[5/46] Compiling Compatibility Test.swift
[6/46] Compiling Compatibility UserDefaultsBacked.swift
[7/46] Compiling Compatibility Array.swift
[8/46] Compiling Compatibility CharacterSet.swift
[9/46] Compiling Compatibility Codable.swift
[10/52] Compiling Compatibility Dictionary.swift
[11/52] Compiling Compatibility Double.swift
[12/52] Compiling Compatibility Enum.swift
[13/52] Compiling Compatibility Int.swift
[14/52] Compiling Compatibility Introspection.swift
[15/52] Compiling Compatibility OrderedDictionary.swift
[16/52] Compiling Compatibility OrderedSet.swift
[17/52] Compiling Compatibility String.swift
[18/52] Compiling Compatibility Threading.swift
[19/52] Compiling Compatibility URL.swift
[20/52] Compiling Compatibility Version.swift
[21/52] Compiling Compatibility AdaptiveLayouts.swift
[22/52] Compiling Compatibility Pasteboard.swift
[23/52] Compiling Compatibility RadialLayout.swift
[24/52] Compiling Compatibility Placard.swift
[25/52] Compiling Compatibility Triangle.swift
[26/52] Compiling Compatibility SwiftUI.swift
[27/52] Compiling Compatibility TestUI.swift
[28/52] Compiling Compatibility DataStore.swift
[29/52] Compiling Compatibility Debug.swift
[30/52] Compiling Compatibility FileManager.swift
[31/52] Compiling Compatibility Graphics.swift
[32/52] Compiling Compatibility Network.swift
[33/52] Compiling Compatibility ObservableObject.swift
[34/52] Compiling Compatibility Backport.swift
[35/52] Compiling Compatibility BytesView.swift
[36/52] Compiling Compatibility ClearableTextField.swift
[37/52] Compiling Compatibility Embossed.swift
[38/52] Compiling Compatibility Menu.swift
[39/52] Compiling Compatibility OverlappingStack.swift
[40/52] Compiling Compatibility CodingFoundation.swift
[41/52] Compiling Compatibility CodingJSON.swift
[42/52] Compiling Compatibility CodingMixedTypes.swift
[43/52] Compiling Compatibility CodingParameters.swift
[44/52] Compiling Compatibility Date.swift
[45/52] Compiling Compatibility DateString.swift
[46/52] Emitting module Compatibility
[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 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, *)
[55/60] Compiling Color Colorsets.swift
[56/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, *)
[57/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 |
[58/60] Compiling Color CSSColors.swift
[59/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
[60/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
Build complete! (17.07s)
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 swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.