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 SemanticColorPicker, reference main (683c81), with Swift 6.0 for macOS (SPM) on 26 Sep 2025 15:39:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/borisovodov/SemanticColorPicker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/borisovodov/SemanticColorPicker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 683c812 Remove landing page for dosc
Cloned https://github.com/borisovodov/SemanticColorPicker.git
Revision (git rev-parse @):
683c8122b2d49dacc6e613bdbd5775b375c2bade
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/borisovodov/SemanticColorPicker.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/borisovodov/SemanticColorPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling SemanticColorPicker SemanticColor.swift
[6/9] Compiling SemanticColorPicker resource_bundle_accessor.swift
[7/9] Compiling SemanticColorPicker ColorConvertible.swift
[8/9] Compiling SemanticColorPicker SemanticColorPicker.swift
[9/9] Emitting module SemanticColorPicker
Build complete! (8.37s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SemanticColorPicker",
  "name" : "SemanticColorPicker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SemanticColorPicker",
      "targets" : [
        "SemanticColorPicker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SemanticColorPickerTests",
      "module_type" : "SwiftTarget",
      "name" : "SemanticColorPickerTests",
      "path" : "Tests/SemanticColorPickerTests",
      "sources" : [
        "SemanticColorTests.swift"
      ],
      "target_dependencies" : [
        "SemanticColorPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemanticColorPicker",
      "module_type" : "SwiftTarget",
      "name" : "SemanticColorPicker",
      "path" : "Sources/SemanticColorPicker",
      "product_memberships" : [
        "SemanticColorPicker"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SemanticColorPicker/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ColorConvertible.swift",
        "SemanticColor.swift",
        "SemanticColorPicker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.