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 ColorSwatches, reference production (f574c7), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:43:26 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/RougeWare/Swift-Color-Swatches.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Color-Swatches
 * branch            production -> FETCH_HEAD
 * [new branch]      production -> origin/production
HEAD is now at f574c79 Merge pull request #9 from RougeWare/feature/Downdate/RectangleTools/2.10.0
Cloned https://github.com/RougeWare/Swift-Color-Swatches.git
Revision (git rev-parse @):
f574c79f3deba359bcce57390760176876266480
SUCCESS checkout https://github.com/RougeWare/Swift-Color-Swatches.git at production
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Color-Swatches.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/17] Compiling OptionalTools unwrappedOrThrow.swift
[9/17] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
[10/17] Emitting module OptionalTools
[11/17] Compiling OptionalTools Optional operators.swift
[12/17] Emitting module MultiplicativeArithmetic
[13/17] Compiling MultiplicativeArithmetic Default Conformances.swift
[14/42] Compiling CrossKitTypes Cross-Kit Font.swift
[15/42] Emitting module CrossKitTypes
[16/42] Compiling CrossKitTypes Cross-Kit Image.swift
[17/42] Compiling CrossKitTypes Cross-Kit Color.swift
[18/42] Emitting module RectangleTools
[19/44] Compiling RectangleTools DualTwoDimensional Extensions.swift
[20/44] Compiling RectangleTools Point2D Extensions.swift
[21/44] Compiling RectangleTools TwoDimensional Extensions.swift
[22/44] Compiling RectangleTools scaled.swift
[23/44] Compiling RectangleTools DecimalSize.swift
[24/44] Compiling RectangleTools IntPoint.swift
[25/44] Compiling RectangleTools IntRect.swift
[26/44] Compiling RectangleTools CGRect + Rectangle.swift
[27/44] Compiling RectangleTools CGSize + Size2D.swift
[28/44] Compiling RectangleTools CIVector + DualTwoDimensional.swift
[29/44] Compiling RectangleTools CartesianMeasurable.swift
[30/44] Compiling RectangleTools DualTwoDimensional.swift
[31/44] Compiling RectangleTools FourSidedAbsolute.swift
[32/44] Compiling RectangleTools IntSize.swift
[33/44] Compiling RectangleTools Collection2D.swift
[34/44] Compiling RectangleTools Size2D.swift
[35/44] Compiling RectangleTools TwoDimensional.swift
[36/44] Compiling RectangleTools CGPoint + Point2D.swift
[37/44] Compiling RectangleTools Rectangle Extensions.swift
[38/44] Compiling RectangleTools Size2D Extensions.swift
[39/44] Compiling RectangleTools InitializableFromInteger.swift
[40/44] Compiling RectangleTools Point2D.swift
[41/44] Compiling RectangleTools Rectangle.swift
[42/44] Compiling RectangleTools EdgeInsets + FourSided.swift
[43/44] Compiling RectangleTools DecimalPoint.swift
[44/44] Compiling RectangleTools DecimalRect.swift
[45/47] Compiling DrawingTools NativeImage Extensions.swift
[46/47] Compiling DrawingTools GraphicsContext.swift
[47/47] Emitting module DrawingTools
[48/50] Compiling ColorSwatches NativeImage + NativeColor.swift
[49/50] Emitting module ColorSwatches
[50/50] Compiling ColorSwatches NativeColor + NativeImage.swift
Build complete! (17.25s)
Fetching https://github.com/RougeWare/Swift-Drawing-Tools.git
Fetching https://github.com/RougeWare/Swift-Rectangle-Tools.git
Fetching https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Fetching https://github.com/koher/swift-image.git
[1/54] Fetching swift-cross-kit-types
[32/309] Fetching swift-cross-kit-types, swift-drawing-tools
[73/1016] Fetching swift-cross-kit-types, swift-drawing-tools, swift-rectangle-tools
[304/4367] Fetching swift-cross-kit-types, swift-drawing-tools, swift-rectangle-tools, swift-image
Fetched https://github.com/RougeWare/Swift-Rectangle-Tools.git from cache (1.05s)
Fetched https://github.com/koher/swift-image.git from cache (1.05s)
Fetched https://github.com/RougeWare/Swift-Drawing-Tools.git from cache (1.05s)
Fetched https://github.com/RougeWare/Swift-Cross-Kit-Types.git from cache (1.05s)
Computing version for https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Computed https://github.com/RougeWare/Swift-Cross-Kit-Types.git at 1.0.0 (1.56s)
Computing version for https://github.com/koher/swift-image.git
Computed https://github.com/koher/swift-image.git at 0.8.0 (0.39s)
Computing version for https://github.com/RougeWare/Swift-Drawing-Tools.git
Computed https://github.com/RougeWare/Swift-Drawing-Tools.git at 2.1.1 (0.48s)
Fetching https://github.com/RougeWare/Swift-Optional-Tools.git
[1/73] Fetching swift-optional-tools
Fetched https://github.com/RougeWare/Swift-Optional-Tools.git from cache (0.63s)
Computing version for https://github.com/RougeWare/Swift-Rectangle-Tools.git
warning: 'swift-rectangle-tools': /Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
22 |     dependencies: [
23 |         // Dependencies declare other packages that this package depends on.
24 |         .package(name: "MultiplicativeArithmetic", url: "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git", from: "1.4.1"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
25 |     ],
26 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/RougeWare/Swift-Rectangle-Tools.git at 2.14.0 (1.04s)
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
[1/87] Fetching swift-multiplicativearithmetic
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache (0.61s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (1.11s)
Computing version for https://github.com/RougeWare/Swift-Optional-Tools.git
Computed https://github.com/RougeWare/Swift-Optional-Tools.git at 1.2.0 (0.48s)
Creating working copy for https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Working copy of https://github.com/RougeWare/Swift-Cross-Kit-Types.git resolved at 1.0.0
Creating working copy for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Working copy of https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git resolved at 1.4.1
Creating working copy for https://github.com/RougeWare/Swift-Rectangle-Tools.git
Working copy of https://github.com/RougeWare/Swift-Rectangle-Tools.git resolved at 2.14.0
Creating working copy for https://github.com/koher/swift-image.git
Working copy of https://github.com/koher/swift-image.git resolved at 0.8.0
Creating working copy for https://github.com/RougeWare/Swift-Optional-Tools.git
Working copy of https://github.com/RougeWare/Swift-Optional-Tools.git resolved at 1.2.0
Creating working copy for https://github.com/RougeWare/Swift-Drawing-Tools.git
Working copy of https://github.com/RougeWare/Swift-Drawing-Tools.git resolved at 2.1.1
warning: 'swift-rectangle-tools': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Swift-Rectangle-Tools/Package.swift:24:10: warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
22 |     dependencies: [
23 |         // Dependencies declare other packages that this package depends on.
24 |         .package(name: "MultiplicativeArithmetic", url: "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git", from: "1.4.1"),
   |          `- warning: 'package(name:url:from:)' is deprecated: use package(url:from:) instead [#DeprecatedDeclaration]
25 |     ],
26 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-rectangle-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Rectangle-Tools.git"
    },
    {
      "identity" : "swift-drawing-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Drawing-Tools.git"
    },
    {
      "identity" : "swift-cross-kit-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Cross-Kit-Types.git"
    },
    {
      "identity" : "swift-image",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/koher/swift-image.git"
    }
  ],
  "manifest_display_name" : "ColorSwatches",
  "name" : "ColorSwatches",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ColorSwatches",
      "targets" : [
        "ColorSwatches"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColorSwatchesTests",
      "module_type" : "SwiftTarget",
      "name" : "ColorSwatchesTests",
      "path" : "Tests/ColorSwatchesTests",
      "product_dependencies" : [
        "SwiftImage"
      ],
      "sources" : [
        "ColorSwatchesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ColorSwatches"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColorSwatches",
      "module_type" : "SwiftTarget",
      "name" : "ColorSwatches",
      "path" : "Sources/ColorSwatches",
      "product_dependencies" : [
        "RectangleTools",
        "DrawingTools",
        "CrossKitTypes"
      ],
      "product_memberships" : [
        "ColorSwatches"
      ],
      "sources" : [
        "NativeColor + NativeImage.swift",
        "NativeImage + NativeColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.