The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DynamicColor with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yannickl/DynamicColor.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/yannickl/DynamicColor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cf7c6ee Update project structure
Cloned https://github.com/yannickl/DynamicColor.git
Revision (git rev-parse @):
cf7c6eed080ea4b678592ae5af987c207ca8a232
SUCCESS checkout https://github.com/yannickl/DynamicColor.git at master
========================================
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": "dynamiccolor",
      "name": "DynamicColor",
      "url": "https://github.com/yannickl/DynamicColor.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DynamicColor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yannickl/DynamicColor.git from cache
Fetched https://github.com/yannickl/DynamicColor.git (0.32s)
Creating working copy for https://github.com/yannickl/DynamicColor.git
Working copy of https://github.com/yannickl/DynamicColor.git resolved at master
warning: '.resolve-product-dependencies': dependency 'dynamiccolor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/17] Compiling DynamicColor DynamicColor+Mixing.swift
[2/17] Compiling DynamicColor DynamicColor+RGBA.swift
[3/19] Emitting module DynamicColor
[4/19] Compiling DynamicColor Array.swift
[5/19] Compiling DynamicColor ContrastDisplayContext.swift
[6/19] Compiling DynamicColor DynamicColor+Deriving.swift
[7/19] Compiling DynamicColor DynamicColor+XYZ.swift
[8/19] Compiling DynamicColor DynamicColor.swift
[9/19] Compiling DynamicColor GrayscalingMode.swift
[10/19] Compiling DynamicColor HSL.swift
[11/19] Compiling DynamicColor DynamicColor+Color.swift
[12/19] Compiling DynamicColor HSL+Color.swift
[13/19] Compiling DynamicColor DynamicColor+HSB.swift
[14/19] Compiling DynamicColor DynamicColor+HSL.swift
[15/19] Compiling DynamicColor DynamicColor+Lab.swift
[16/19] Compiling DynamicColor Utils.swift
[17/19] Compiling DynamicColor Color.swift
[18/19] Compiling DynamicColor DynamicGradient.swift
[19/19] Compiling DynamicColor DynamicColorSpace.swift
Build complete! (11.80s)
Build complete.
Done.