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 DrawingTools, reference 2.1.1 (0d05ae), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:42:35 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-Drawing-Tools.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Drawing-Tools
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 0d05ae2 Merge pull request #11 from RougeWare/feature/Update/RectangleTools/2.10.1
Cloned https://github.com/RougeWare/Swift-Drawing-Tools.git
Revision (git rev-parse @):
0d05ae2e0479111cd4d81f3e19149a4e91ce888e
SUCCESS checkout https://github.com/RougeWare/Swift-Drawing-Tools.git at 2.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Drawing-Tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/16] Compiling OptionalTools unwrappedOrThrow.swift
[8/16] Compiling OptionalTools Optional operators.swift
[9/16] Emitting module OptionalTools
[10/16] Emitting module MultiplicativeArithmetic
[11/16] Compiling MultiplicativeArithmetic Default Conformances.swift
[12/16] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
[13/41] Emitting module CrossKitTypes
[14/41] Compiling CrossKitTypes Cross-Kit Color.swift
[15/41] Compiling CrossKitTypes Cross-Kit Image.swift
[16/41] Compiling CrossKitTypes Cross-Kit Font.swift
[17/41] Emitting module RectangleTools
[18/43] Compiling RectangleTools DecimalSize.swift
[19/43] Compiling RectangleTools IntPoint.swift
[20/43] Compiling RectangleTools IntRect.swift
[21/43] Compiling RectangleTools Size2D.swift
[22/43] Compiling RectangleTools TwoDimensional.swift
[23/43] Compiling RectangleTools CGPoint + Point2D.swift
[24/43] Compiling RectangleTools Rectangle Extensions.swift
[25/43] Compiling RectangleTools Size2D Extensions.swift
[26/43] Compiling RectangleTools InitializableFromInteger.swift
[27/43] Compiling RectangleTools Point2D.swift
[28/43] Compiling RectangleTools Rectangle.swift
[29/43] Compiling RectangleTools IntSize.swift
[30/43] Compiling RectangleTools Collection2D.swift
[31/43] Compiling RectangleTools CartesianMeasurable.swift
[32/43] Compiling RectangleTools DualTwoDimensional.swift
[33/43] Compiling RectangleTools FourSidedAbsolute.swift
[34/43] Compiling RectangleTools TwoDimensional Extensions.swift
[35/43] Compiling RectangleTools scaled.swift
[36/43] Compiling RectangleTools CGRect + Rectangle.swift
[37/43] Compiling RectangleTools CGSize + Size2D.swift
[38/43] Compiling RectangleTools CIVector + DualTwoDimensional.swift
[39/43] Compiling RectangleTools EdgeInsets + FourSided.swift
[40/43] Compiling RectangleTools DecimalPoint.swift
[41/43] Compiling RectangleTools DecimalRect.swift
[42/43] Compiling RectangleTools DualTwoDimensional Extensions.swift
[43/43] Compiling RectangleTools Point2D Extensions.swift
[44/46] Compiling DrawingTools GraphicsContext.swift
[45/46] Compiling DrawingTools NativeImage Extensions.swift
[46/46] Emitting module DrawingTools
Build complete! (14.95s)
Fetching https://github.com/koher/swift-image.git
Fetching https://github.com/RougeWare/Swift-Optional-Tools.git
Fetching https://github.com/RougeWare/Swift-Cross-Kit-Types.git
Fetching https://github.com/RougeWare/Swift-Rectangle-Tools.git
[1/54] Fetching swift-cross-kit-types
[52/3405] Fetching swift-cross-kit-types, swift-image
[220/3478] Fetching swift-cross-kit-types, swift-image, swift-optional-tools
[293/4185] Fetching swift-cross-kit-types, swift-image, swift-optional-tools, swift-rectangle-tools
Fetched https://github.com/RougeWare/Swift-Optional-Tools.git from cache (0.66s)
[317/4112] Fetching swift-cross-kit-types, swift-image, swift-rectangle-tools
Fetched https://github.com/RougeWare/Swift-Rectangle-Tools.git from cache (0.97s)
Fetched https://github.com/koher/swift-image.git from cache (0.98s)
Fetched https://github.com/RougeWare/Swift-Cross-Kit-Types.git from cache (0.98s)
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.52s)
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-Optional-Tools.git
Computed https://github.com/RougeWare/Swift-Optional-Tools.git at 1.2.0 (0.50s)
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 (0.40s)
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
[1/87] Fetching swift-multiplicativearithmetic
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache (0.64s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (1.16s)
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-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-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
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-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-optional-tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-Optional-Tools.git"
    },
    {
      "identity" : "swift-image",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/koher/swift-image.git"
    }
  ],
  "manifest_display_name" : "DrawingTools",
  "name" : "DrawingTools",
  "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" : "DrawingTools",
      "targets" : [
        "DrawingTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DrawingToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "DrawingToolsTests",
      "path" : "Tests/DrawingToolsTests",
      "product_dependencies" : [
        "SwiftImage"
      ],
      "sources" : [
        "Swift_Drawing_ToolsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DrawingTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DrawingTools",
      "module_type" : "SwiftTarget",
      "name" : "DrawingTools",
      "path" : "Sources/DrawingTools",
      "product_dependencies" : [
        "RectangleTools",
        "CrossKitTypes",
        "OptionalTools"
      ],
      "product_memberships" : [
        "DrawingTools"
      ],
      "sources" : [
        "GraphicsContext.swift",
        "NativeImage Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.