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 (2fbb2c), with Swift 6.2 (beta) for macOS (SPM) on 29 Jul 2025 13:29:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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 2fbb2c2 Update resources
Cloned https://github.com/borisovodov/SemanticColorPicker.git
Revision (git rev-parse @):
2fbb2c22fd00670b8775cae48b41d36341a95bdc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/borisovodov/SemanticColorPicker.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/borisovodov/SemanticColorPicker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Emitting module SemanticColorPicker
[4/6] Compiling SemanticColorPicker ColorConvertible.swift
[5/6] Compiling SemanticColorPicker SemanticColorPicker.swift
[6/6] Compiling SemanticColorPicker SemanticColor.swift
Build complete! (7.94s)
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" : [
        "SemanticColorPickerTests.swift"
      ],
      "target_dependencies" : [
        "SemanticColorPicker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SemanticColorPicker",
      "module_type" : "SwiftTarget",
      "name" : "SemanticColorPicker",
      "path" : "Sources/SemanticColorPicker",
      "product_memberships" : [
        "SemanticColorPicker"
      ],
      "sources" : [
        "ColorConvertible.swift",
        "SemanticColor.swift",
        "SemanticColorPicker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.