The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ColorSwatches, reference 2.1.0 (f574c7), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 01:41:36 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: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Color-Swatches
 * tag               2.1.0      -> FETCH_HEAD
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 2.1.0
========================================
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 MultiplicativeArithmetic MultiplicativeArithmetic.swift
[9/17] Compiling OptionalTools Optional operators.swift
[10/17] Compiling OptionalTools unwrappedOrThrow.swift
[11/17] Emitting module OptionalTools
[12/17] Emitting module MultiplicativeArithmetic
[13/17] Compiling MultiplicativeArithmetic Default Conformances.swift
[14/42] Compiling CrossKitTypes Cross-Kit Font.swift
[15/42] Compiling CrossKitTypes Cross-Kit Color.swift
[16/42] Emitting module CrossKitTypes
[17/42] Compiling CrossKitTypes Cross-Kit Image.swift
[18/42] Emitting module RectangleTools
[19/44] Compiling RectangleTools DualTwoDimensional Extensions.swift
[20/44] Compiling RectangleTools Point2D Extensions.swift
[21/44] Compiling RectangleTools Size2D.swift
[22/44] Compiling RectangleTools TwoDimensional.swift
[23/44] Compiling RectangleTools CGPoint + Point2D.swift
[24/44] Compiling RectangleTools CartesianMeasurable.swift
[25/44] Compiling RectangleTools DualTwoDimensional.swift
[26/44] Compiling RectangleTools FourSidedAbsolute.swift
[27/44] Compiling RectangleTools IntSize.swift
[28/44] Compiling RectangleTools Collection2D.swift
[29/44] Compiling RectangleTools DecimalSize.swift
[30/44] Compiling RectangleTools IntPoint.swift
[31/44] Compiling RectangleTools IntRect.swift
[32/44] Compiling RectangleTools TwoDimensional Extensions.swift
[33/44] Compiling RectangleTools scaled.swift
[34/44] Compiling RectangleTools Rectangle Extensions.swift
[35/44] Compiling RectangleTools Size2D Extensions.swift
[36/44] Compiling RectangleTools CGRect + Rectangle.swift
[37/44] Compiling RectangleTools CGSize + Size2D.swift
[38/44] Compiling RectangleTools CIVector + DualTwoDimensional.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] Emitting module DrawingTools
[46/47] Compiling DrawingTools GraphicsContext.swift
[47/47] Compiling DrawingTools NativeImage Extensions.swift
[48/50] Compiling ColorSwatches NativeImage + NativeColor.swift
[49/50] Compiling ColorSwatches NativeColor + NativeImage.swift
[50/50] Emitting module ColorSwatches
Build complete! (17.33s)
Fetching https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Fetching https://github.com/RougeWare/Swift-Rectangle-Tools.git
Fetching https://github.com/RougeWare/Swift-Drawing-Tools.git
Fetching https://github.com/koher/swift-image.git
[1/255] Fetching swift-drawing-tools
[19/309] Fetching swift-drawing-tools, swift-cross-kit-types
[196/3660] Fetching swift-drawing-tools, swift-cross-kit-types, swift-image
[412/4367] Fetching swift-drawing-tools, swift-cross-kit-types, swift-image, swift-rectangle-tools
Fetched https://github.com/RougeWare/Swift-Drawing-Tools.git from cache (0.82s)
[2001/4112] Fetching swift-cross-kit-types, swift-image, swift-rectangle-tools
Fetched https://github.com/RougeWare/Swift-Cross-Kit-Types.git from cache (0.99s)
Fetched https://github.com/koher/swift-image.git from cache (0.99s)
Fetched https://github.com/RougeWare/Swift-Rectangle-Tools.git from cache (0.99s)
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.53s)
Computing version for https://github.com/koher/swift-image.git
Computed https://github.com/koher/swift-image.git at 0.8.0 (0.41s)
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.51s)
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.64s)
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.07s)
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
[1/87] Fetching swift-multiplicativearithmetic
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache (0.66s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (1.19s)
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.51s)
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
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/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-Rectangle-Tools.git
Working copy of https://github.com/RougeWare/Swift-Rectangle-Tools.git resolved at 2.14.0
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.