The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Color, reference main (9b9bfd), with Swift 6.1 for Linux on 30 Apr 2025 22:23:58 UTC.

Swift 6 data race errors: 23

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kudit/Color.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/kudit/Color
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b9bfd0 v1.3.3
Cloned https://github.com/kudit/Color.git
Revision (git rev-parse @):
9b9bfd0a78c66ce687c7430a3a488011f2c9dac4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kudit/Color.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kudit/Color.git
https://github.com/kudit/Color.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "compatibility",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kudit/Compatibility
[1/1774] Fetching compatibility
Fetched https://github.com/kudit/Compatibility from cache (0.36s)
Computing version for https://github.com/kudit/Compatibility
Computed https://github.com/kudit/Compatibility at 1.10.3 (0.78s)
Creating working copy for https://github.com/kudit/Compatibility
Working copy of https://github.com/kudit/Compatibility resolved at 1.10.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/43] Emitting module Compatibility
[5/48] Compiling Compatibility Shell.swift
[6/48] Compiling Compatibility Test.swift
[7/48] Compiling Compatibility UserDefaultsBacked.swift
[8/48] Compiling Compatibility Array.swift
[9/48] Compiling Compatibility Codable.swift
[10/48] Compiling Compatibility CodingFoundation.swift
[11/48] Compiling Compatibility RadialLayout.swift
[12/48] Compiling Compatibility Placard.swift
[13/48] Compiling Compatibility Triangle.swift
[14/48] Compiling Compatibility SwiftUI.swift
[15/48] Compiling Compatibility TestUI.swift
[16/48] Compiling Compatibility String.swift
[17/48] Compiling Compatibility Threading.swift
[18/48] Compiling Compatibility URL.swift
[19/48] Compiling Compatibility Version.swift
[20/48] Compiling Compatibility Backport.swift
[21/48] Compiling Compatibility DataStore.swift
[22/48] Compiling Compatibility Debug.swift
[23/48] Compiling Compatibility FileManager.swift
[24/48] Compiling Compatibility Graphics.swift
[25/48] Compiling Compatibility Network.swift
[26/48] Compiling Compatibility ObservableObject.swift
[27/48] Compiling Compatibility CodingJSON.swift
[28/48] Compiling Compatibility CodingParameters.swift
[29/48] Compiling Compatibility Date.swift
[30/48] Compiling Compatibility DateString.swift
[31/48] Compiling Compatibility Dictionary.swift
[32/48] Compiling Compatibility Double.swift
[33/48] Compiling Compatibility Compatibility.swift
[34/48] Compiling Compatibility Application.swift
[35/48] Compiling Compatibility Bundle.swift
[36/48] Compiling Compatibility CloudStatus.swift
[37/48] Compiling Compatibility CloudStorage.swift
[38/48] Compiling Compatibility CloudStorageSync.swift
[39/48] Compiling Compatibility BytesView.swift
[40/48] Compiling Compatibility ClearableTextField.swift
[41/48] Compiling Compatibility Embossed.swift
[42/48] Compiling Compatibility Menu.swift
[43/48] Compiling Compatibility OverlappingStack.swift
[44/48] Compiling Compatibility Enum.swift
[45/48] Compiling Compatibility Int.swift
[46/48] Compiling Compatibility Introspection.swift
[47/48] Compiling Compatibility OrderedDictionary.swift
[48/48] Compiling Compatibility OrderedSet.swift
[50/56] Compiling Color Compatibility.swift
[51/56] Compiling Color ColorUI.swift
[52/56] Compiling Color Colorsets.swift
[53/56] Emitting module Color
/host/spi-builder-workspace/Sources/Color.swift:667:23: warning: static property 'black' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
665 | public struct Color: KuColor, Codable {
666 |     // Provide missing color support manually using fixed versions
667 |     public static var black: Color = .blackFixed
    |                       |- warning: static property 'black' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'black' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'black' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
668 |     public static var blue: Color = .blueFixed
669 |     public static var brown: Color = .brownFixed
/host/spi-builder-workspace/Sources/Color.swift:668:23: warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
666 |     // Provide missing color support manually using fixed versions
667 |     public static var black: Color = .blackFixed
668 |     public static var blue: Color = .blueFixed
    |                       |- warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'blue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
669 |     public static var brown: Color = .brownFixed
670 |     public static var clear: Color = .clearFixed
/host/spi-builder-workspace/Sources/Color.swift:669:23: warning: static property 'brown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
667 |     public static var black: Color = .blackFixed
668 |     public static var blue: Color = .blueFixed
669 |     public static var brown: Color = .brownFixed
    |                       |- warning: static property 'brown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'brown' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'brown' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
670 |     public static var clear: Color = .clearFixed
671 |     public static var cyan: Color = .cyanFixed
/host/spi-builder-workspace/Sources/Color.swift:670:23: warning: static property 'clear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
668 |     public static var blue: Color = .blueFixed
669 |     public static var brown: Color = .brownFixed
670 |     public static var clear: Color = .clearFixed
    |                       |- warning: static property 'clear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'clear' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'clear' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
671 |     public static var cyan: Color = .cyanFixed
672 |     public static var green: Color = .greenFixed
/host/spi-builder-workspace/Sources/Color.swift:671:23: warning: static property 'cyan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
669 |     public static var brown: Color = .brownFixed
670 |     public static var clear: Color = .clearFixed
671 |     public static var cyan: Color = .cyanFixed
    |                       |- warning: static property 'cyan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'cyan' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'cyan' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
672 |     public static var green: Color = .greenFixed
673 |     public static var indigo: Color = .indigoFixed
/host/spi-builder-workspace/Sources/Color.swift:672:23: warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
670 |     public static var clear: Color = .clearFixed
671 |     public static var cyan: Color = .cyanFixed
672 |     public static var green: Color = .greenFixed
    |                       |- warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'green' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
673 |     public static var indigo: Color = .indigoFixed
674 |     public static var mint: Color = .mintFixed
/host/spi-builder-workspace/Sources/Color.swift:673:23: warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
671 |     public static var cyan: Color = .cyanFixed
672 |     public static var green: Color = .greenFixed
673 |     public static var indigo: Color = .indigoFixed
    |                       |- warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'indigo' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
674 |     public static var mint: Color = .mintFixed
675 |     public static var orange: Color = .orangeFixed
/host/spi-builder-workspace/Sources/Color.swift:674:23: warning: static property 'mint' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
672 |     public static var green: Color = .greenFixed
673 |     public static var indigo: Color = .indigoFixed
674 |     public static var mint: Color = .mintFixed
    |                       |- warning: static property 'mint' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mint' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mint' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
675 |     public static var orange: Color = .orangeFixed
676 |     public static var pink: Color = .pinkFixed
/host/spi-builder-workspace/Sources/Color.swift:675:23: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
673 |     public static var indigo: Color = .indigoFixed
674 |     public static var mint: Color = .mintFixed
675 |     public static var orange: Color = .orangeFixed
    |                       |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
676 |     public static var pink: Color = .pinkFixed
677 |     public static var purple: Color = .purpleFixed
/host/spi-builder-workspace/Sources/Color.swift:676:23: warning: static property 'pink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
674 |     public static var mint: Color = .mintFixed
675 |     public static var orange: Color = .orangeFixed
676 |     public static var pink: Color = .pinkFixed
    |                       |- warning: static property 'pink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'pink' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
677 |     public static var purple: Color = .purpleFixed
678 |     public static var red: Color = .redFixed
/host/spi-builder-workspace/Sources/Color.swift:677:23: warning: static property 'purple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
675 |     public static var orange: Color = .orangeFixed
676 |     public static var pink: Color = .pinkFixed
677 |     public static var purple: Color = .purpleFixed
    |                       |- warning: static property 'purple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'purple' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
678 |     public static var red: Color = .redFixed
679 |     public static var teal: Color = .tealFixed
/host/spi-builder-workspace/Sources/Color.swift:678:23: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
676 |     public static var pink: Color = .pinkFixed
677 |     public static var purple: Color = .purpleFixed
678 |     public static var red: Color = .redFixed
    |                       |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
679 |     public static var teal: Color = .tealFixed
680 |     public static var white: Color = .whiteFixed
/host/spi-builder-workspace/Sources/Color.swift:679:23: warning: static property 'teal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
677 |     public static var purple: Color = .purpleFixed
678 |     public static var red: Color = .redFixed
679 |     public static var teal: Color = .tealFixed
    |                       |- warning: static property 'teal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'teal' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'teal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
680 |     public static var white: Color = .whiteFixed
681 |     public static var yellow: Color = .yellowFixed
/host/spi-builder-workspace/Sources/Color.swift:680:23: warning: static property 'white' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
678 |     public static var red: Color = .redFixed
679 |     public static var teal: Color = .tealFixed
680 |     public static var white: Color = .whiteFixed
    |                       |- warning: static property 'white' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'white' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
681 |     public static var yellow: Color = .yellowFixed
682 |     public static var magenta: Color = .magentaFixed
/host/spi-builder-workspace/Sources/Color.swift:681:23: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
679 |     public static var teal: Color = .tealFixed
680 |     public static var white: Color = .whiteFixed
681 |     public static var yellow: Color = .yellowFixed
    |                       |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
682 |     public static var magenta: Color = .magentaFixed
683 |     public static var gray: Color = .grayFixed
/host/spi-builder-workspace/Sources/Color.swift:682:23: warning: static property 'magenta' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
680 |     public static var white: Color = .whiteFixed
681 |     public static var yellow: Color = .yellowFixed
682 |     public static var magenta: Color = .magentaFixed
    |                       |- warning: static property 'magenta' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'magenta' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'magenta' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
683 |     public static var gray: Color = .grayFixed
684 |     public static var lightGray: Color = .lightGrayFixed
/host/spi-builder-workspace/Sources/Color.swift:683:23: warning: static property 'gray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
681 |     public static var yellow: Color = .yellowFixed
682 |     public static var magenta: Color = .magentaFixed
683 |     public static var gray: Color = .grayFixed
    |                       |- warning: static property 'gray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'gray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'gray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
684 |     public static var lightGray: Color = .lightGrayFixed
685 |     public static var darkGray: Color = .darkGrayFixed
/host/spi-builder-workspace/Sources/Color.swift:684:23: warning: static property 'lightGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
682 |     public static var magenta: Color = .magentaFixed
683 |     public static var gray: Color = .grayFixed
684 |     public static var lightGray: Color = .lightGrayFixed
    |                       |- warning: static property 'lightGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lightGray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'lightGray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
685 |     public static var darkGray: Color = .darkGrayFixed
686 |     // symantic
/host/spi-builder-workspace/Sources/Color.swift:685:23: warning: static property 'darkGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
683 |     public static var gray: Color = .grayFixed
684 |     public static var lightGray: Color = .lightGrayFixed
685 |     public static var darkGray: Color = .darkGrayFixed
    |                       |- warning: static property 'darkGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'darkGray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'darkGray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
686 |     // symantic
687 |     public static var accentColor: Color = .accentColorFixed
/host/spi-builder-workspace/Sources/Color.swift:687:23: warning: static property 'accentColor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
685 |     public static var darkGray: Color = .darkGrayFixed
686 |     // symantic
687 |     public static var accentColor: Color = .accentColorFixed
    |                       |- warning: static property 'accentColor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'accentColor' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'accentColor' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
688 |     public static var primary: Color = .primaryFixed
689 |     public static var secondary: Color = .secondaryFixed
/host/spi-builder-workspace/Sources/Color.swift:688:23: warning: static property 'primary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
686 |     // symantic
687 |     public static var accentColor: Color = .accentColorFixed
688 |     public static var primary: Color = .primaryFixed
    |                       |- warning: static property 'primary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'primary' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'primary' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
689 |     public static var secondary: Color = .secondaryFixed
690 |     public static var background: Color = .backgroundFixed
/host/spi-builder-workspace/Sources/Color.swift:689:23: warning: static property 'secondary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
687 |     public static var accentColor: Color = .accentColorFixed
688 |     public static var primary: Color = .primaryFixed
689 |     public static var secondary: Color = .secondaryFixed
    |                       |- warning: static property 'secondary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'secondary' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'secondary' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
690 |     public static var background: Color = .backgroundFixed
691 |
/host/spi-builder-workspace/Sources/Color.swift:690:23: warning: static property 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
688 |     public static var primary: Color = .primaryFixed
689 |     public static var secondary: Color = .secondaryFixed
690 |     public static var background: Color = .backgroundFixed
    |                       |- warning: static property 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'background' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'background' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 |     // all values should be 0-1
[54/56] Compiling Color Codable.swift
[55/56] Compiling Color Color.swift
/host/spi-builder-workspace/Sources/Color.swift:667:23: warning: static property 'black' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
665 | public struct Color: KuColor, Codable {
666 |     // Provide missing color support manually using fixed versions
667 |     public static var black: Color = .blackFixed
    |                       |- warning: static property 'black' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'black' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'black' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
668 |     public static var blue: Color = .blueFixed
669 |     public static var brown: Color = .brownFixed
/host/spi-builder-workspace/Sources/Color.swift:668:23: warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
666 |     // Provide missing color support manually using fixed versions
667 |     public static var black: Color = .blackFixed
668 |     public static var blue: Color = .blueFixed
    |                       |- warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'blue' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
669 |     public static var brown: Color = .brownFixed
670 |     public static var clear: Color = .clearFixed
/host/spi-builder-workspace/Sources/Color.swift:669:23: warning: static property 'brown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
667 |     public static var black: Color = .blackFixed
668 |     public static var blue: Color = .blueFixed
669 |     public static var brown: Color = .brownFixed
    |                       |- warning: static property 'brown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'brown' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'brown' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
670 |     public static var clear: Color = .clearFixed
671 |     public static var cyan: Color = .cyanFixed
/host/spi-builder-workspace/Sources/Color.swift:670:23: warning: static property 'clear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
668 |     public static var blue: Color = .blueFixed
669 |     public static var brown: Color = .brownFixed
670 |     public static var clear: Color = .clearFixed
    |                       |- warning: static property 'clear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'clear' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'clear' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
671 |     public static var cyan: Color = .cyanFixed
672 |     public static var green: Color = .greenFixed
/host/spi-builder-workspace/Sources/Color.swift:671:23: warning: static property 'cyan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
669 |     public static var brown: Color = .brownFixed
670 |     public static var clear: Color = .clearFixed
671 |     public static var cyan: Color = .cyanFixed
    |                       |- warning: static property 'cyan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'cyan' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'cyan' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
672 |     public static var green: Color = .greenFixed
673 |     public static var indigo: Color = .indigoFixed
/host/spi-builder-workspace/Sources/Color.swift:672:23: warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
670 |     public static var clear: Color = .clearFixed
671 |     public static var cyan: Color = .cyanFixed
672 |     public static var green: Color = .greenFixed
    |                       |- warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'green' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
673 |     public static var indigo: Color = .indigoFixed
674 |     public static var mint: Color = .mintFixed
/host/spi-builder-workspace/Sources/Color.swift:673:23: warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
671 |     public static var cyan: Color = .cyanFixed
672 |     public static var green: Color = .greenFixed
673 |     public static var indigo: Color = .indigoFixed
    |                       |- warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'indigo' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
674 |     public static var mint: Color = .mintFixed
675 |     public static var orange: Color = .orangeFixed
/host/spi-builder-workspace/Sources/Color.swift:674:23: warning: static property 'mint' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
672 |     public static var green: Color = .greenFixed
673 |     public static var indigo: Color = .indigoFixed
674 |     public static var mint: Color = .mintFixed
    |                       |- warning: static property 'mint' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'mint' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'mint' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
675 |     public static var orange: Color = .orangeFixed
676 |     public static var pink: Color = .pinkFixed
/host/spi-builder-workspace/Sources/Color.swift:675:23: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
673 |     public static var indigo: Color = .indigoFixed
674 |     public static var mint: Color = .mintFixed
675 |     public static var orange: Color = .orangeFixed
    |                       |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
676 |     public static var pink: Color = .pinkFixed
677 |     public static var purple: Color = .purpleFixed
/host/spi-builder-workspace/Sources/Color.swift:676:23: warning: static property 'pink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
674 |     public static var mint: Color = .mintFixed
675 |     public static var orange: Color = .orangeFixed
676 |     public static var pink: Color = .pinkFixed
    |                       |- warning: static property 'pink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'pink' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'pink' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
677 |     public static var purple: Color = .purpleFixed
678 |     public static var red: Color = .redFixed
/host/spi-builder-workspace/Sources/Color.swift:677:23: warning: static property 'purple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
675 |     public static var orange: Color = .orangeFixed
676 |     public static var pink: Color = .pinkFixed
677 |     public static var purple: Color = .purpleFixed
    |                       |- warning: static property 'purple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'purple' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'purple' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
678 |     public static var red: Color = .redFixed
679 |     public static var teal: Color = .tealFixed
/host/spi-builder-workspace/Sources/Color.swift:678:23: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
676 |     public static var pink: Color = .pinkFixed
677 |     public static var purple: Color = .purpleFixed
678 |     public static var red: Color = .redFixed
    |                       |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
679 |     public static var teal: Color = .tealFixed
680 |     public static var white: Color = .whiteFixed
/host/spi-builder-workspace/Sources/Color.swift:679:23: warning: static property 'teal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
677 |     public static var purple: Color = .purpleFixed
678 |     public static var red: Color = .redFixed
679 |     public static var teal: Color = .tealFixed
    |                       |- warning: static property 'teal' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'teal' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'teal' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
680 |     public static var white: Color = .whiteFixed
681 |     public static var yellow: Color = .yellowFixed
/host/spi-builder-workspace/Sources/Color.swift:680:23: warning: static property 'white' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
678 |     public static var red: Color = .redFixed
679 |     public static var teal: Color = .tealFixed
680 |     public static var white: Color = .whiteFixed
    |                       |- warning: static property 'white' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'white' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'white' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
681 |     public static var yellow: Color = .yellowFixed
682 |     public static var magenta: Color = .magentaFixed
/host/spi-builder-workspace/Sources/Color.swift:681:23: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
679 |     public static var teal: Color = .tealFixed
680 |     public static var white: Color = .whiteFixed
681 |     public static var yellow: Color = .yellowFixed
    |                       |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
682 |     public static var magenta: Color = .magentaFixed
683 |     public static var gray: Color = .grayFixed
/host/spi-builder-workspace/Sources/Color.swift:682:23: warning: static property 'magenta' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
680 |     public static var white: Color = .whiteFixed
681 |     public static var yellow: Color = .yellowFixed
682 |     public static var magenta: Color = .magentaFixed
    |                       |- warning: static property 'magenta' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'magenta' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'magenta' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
683 |     public static var gray: Color = .grayFixed
684 |     public static var lightGray: Color = .lightGrayFixed
/host/spi-builder-workspace/Sources/Color.swift:683:23: warning: static property 'gray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
681 |     public static var yellow: Color = .yellowFixed
682 |     public static var magenta: Color = .magentaFixed
683 |     public static var gray: Color = .grayFixed
    |                       |- warning: static property 'gray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'gray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'gray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
684 |     public static var lightGray: Color = .lightGrayFixed
685 |     public static var darkGray: Color = .darkGrayFixed
/host/spi-builder-workspace/Sources/Color.swift:684:23: warning: static property 'lightGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
682 |     public static var magenta: Color = .magentaFixed
683 |     public static var gray: Color = .grayFixed
684 |     public static var lightGray: Color = .lightGrayFixed
    |                       |- warning: static property 'lightGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lightGray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'lightGray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
685 |     public static var darkGray: Color = .darkGrayFixed
686 |     // symantic
/host/spi-builder-workspace/Sources/Color.swift:685:23: warning: static property 'darkGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
683 |     public static var gray: Color = .grayFixed
684 |     public static var lightGray: Color = .lightGrayFixed
685 |     public static var darkGray: Color = .darkGrayFixed
    |                       |- warning: static property 'darkGray' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'darkGray' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'darkGray' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
686 |     // symantic
687 |     public static var accentColor: Color = .accentColorFixed
/host/spi-builder-workspace/Sources/Color.swift:687:23: warning: static property 'accentColor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
685 |     public static var darkGray: Color = .darkGrayFixed
686 |     // symantic
687 |     public static var accentColor: Color = .accentColorFixed
    |                       |- warning: static property 'accentColor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'accentColor' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'accentColor' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
688 |     public static var primary: Color = .primaryFixed
689 |     public static var secondary: Color = .secondaryFixed
/host/spi-builder-workspace/Sources/Color.swift:688:23: warning: static property 'primary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
686 |     // symantic
687 |     public static var accentColor: Color = .accentColorFixed
688 |     public static var primary: Color = .primaryFixed
    |                       |- warning: static property 'primary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'primary' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'primary' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
689 |     public static var secondary: Color = .secondaryFixed
690 |     public static var background: Color = .backgroundFixed
/host/spi-builder-workspace/Sources/Color.swift:689:23: warning: static property 'secondary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
687 |     public static var accentColor: Color = .accentColorFixed
688 |     public static var primary: Color = .primaryFixed
689 |     public static var secondary: Color = .secondaryFixed
    |                       |- warning: static property 'secondary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'secondary' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'secondary' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
690 |     public static var background: Color = .backgroundFixed
691 |
/host/spi-builder-workspace/Sources/Color.swift:690:23: warning: static property 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
688 |     public static var primary: Color = .primaryFixed
689 |     public static var secondary: Color = .secondaryFixed
690 |     public static var background: Color = .backgroundFixed
    |                       |- warning: static property 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'background' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'background' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
691 |
692 |     // all values should be 0-1
[56/56] Compiling Color CSSColors.swift
Build complete! (7.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "compatibility",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.