The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UIColorHexSwift, reference 5.1.9 (f37f97), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:31:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yeahdongcn/UIColor-Hex-Swift.git
Reference: 5.1.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yeahdongcn/UIColor-Hex-Swift
 * tag               5.1.9      -> FETCH_HEAD
HEAD is now at f37f97b Bump to 5.1.9
Cloned https://github.com/yeahdongcn/UIColor-Hex-Swift.git
Revision (git rev-parse @):
f37f97bc1a5b545b39ab5330e133e56fa4f38cff
SUCCESS checkout https://github.com/yeahdongcn/UIColor-Hex-Swift.git at 5.1.9
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "uicolor-hex-swift",
      "name": "UIColorHexSwift",
      "url": "https://github.com/yeahdongcn/UIColor-Hex-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIColor-Hex-Swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yeahdongcn/UIColor-Hex-Swift.git
[1/1025] Fetching uicolor-hex-swift
Fetched https://github.com/yeahdongcn/UIColor-Hex-Swift.git from cache (0.82s)
Creating working copy for https://github.com/yeahdongcn/UIColor-Hex-Swift.git
Working copy of https://github.com/yeahdongcn/UIColor-Hex-Swift.git resolved at 5.1.9 (f37f97b)
warning: '.resolve-product-dependencies': dependency 'uicolor-hex-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yeahdongcn/UIColor-Hex-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling UIColorHexSwift StringExtension.swift
[4/7] Compiling UIColorHexSwift PlatformColorInputError.swift
[5/7] Compiling UIColorHexSwift ColorExtension.swift
[6/7] Compiling UIColorHexSwift PlatformColorExtension.swift
[7/7] Emitting module UIColorHexSwift
Build complete! (7.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UIColorHexSwift",
  "name" : "UIColorHexSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UIColorHexSwift",
      "targets" : [
        "UIColorHexSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIColorHexSwift",
      "module_type" : "SwiftTarget",
      "name" : "UIColorHexSwift",
      "path" : "HEXColor",
      "product_memberships" : [
        "UIColorHexSwift"
      ],
      "sources" : [
        "ColorExtension.swift",
        "PlatformColorExtension.swift",
        "PlatformColorInputError.swift",
        "StringExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.