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 ColorCalculation with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kjuly/ColorCalculation.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kjuly/ColorCalculation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8848c9e Update README.md: Add pkg manager badges
Cloned https://github.com/Kjuly/ColorCalculation.git
Revision (git rev-parse @):
8848c9e974931a742894296012306be05579ff92
SUCCESS checkout https://github.com/Kjuly/ColorCalculation.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "colorcalculation",
      "name": "ColorCalculation",
      "url": "https://github.com/Kjuly/ColorCalculation.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ColorCalculation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Kjuly/ColorCalculation.git from cache
Fetched https://github.com/Kjuly/ColorCalculation.git (0.25s)
Creating working copy for https://github.com/Kjuly/ColorCalculation.git
Working copy of https://github.com/Kjuly/ColorCalculation.git resolved at main
warning: '.resolve-product-dependencies': dependency 'colorcalculation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/Kjuly/ColorCalculation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling ColorCalculation ColorHexProtocol.swift
[2/10] Compiling ColorCalculation ColorHSB.swift
[3/10] Compiling ColorCalculation ColorRGB.swift
[4/10] Compiling ColorCalculation String+ColorHex.swift
[5/10] Compiling ColorCalculation NSColor+Hex.swift
[6/11] Compiling ColorCalculation Color+Switch.swift
[7/11] Emitting module ColorCalculation
[8/11] Compiling ColorCalculation ColorBrightnessProtocol.swift
[9/11] Compiling ColorCalculation ColorConstants.swift
[10/11] Compiling ColorCalculation Color+Hex.swift
[11/11] Compiling ColorCalculation UIColor+Hex.swift
Build complete! (8.61s)
Build complete.
Done.