The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RectangleTools, reference 2.17.1 (dd8eba), with Swift 6.0 for macOS (SPM) on 13 Apr 2026 20:55:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Rectangle-Tools.git
Reference: 2.17.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Rectangle-Tools
 * tag               2.17.1     -> FETCH_HEAD
HEAD is now at dd8eba4 Merge pull request #78 from RougeWare/feature/76-77-Package-manifest-issues
Cloned https://github.com/RougeWare/Swift-Rectangle-Tools.git
Revision (git rev-parse @):
dd8eba41360e39c74159d7a1ef9496efc6fefc40
SUCCESS checkout https://github.com/RougeWare/Swift-Rectangle-Tools.git at 2.17.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RougeWare/Swift-Rectangle-Tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/6] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
[5/6] Compiling MultiplicativeArithmetic Default Conformances.swift
[6/6] Emitting module MultiplicativeArithmetic
[7/31] Compiling RectangleTools IntSize.swift
[8/31] Compiling RectangleTools Collection2D.swift
[9/31] Emitting module RectangleTools
/Users/admin/builder/spi-builder-workspace/Sources/RectangleTools/Default Conformances/EdgeInsets + FourSided.swift:143:1: warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
141 |
142 | #if !canImport(UIKit) && canImport(AppKit)
143 | extension NSEdgeInsets: Equatable {
    | |- warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func == (lhs: Self, rhs: Self) -> Bool {
145 |         return lhs.top == rhs.top
[10/31] Compiling RectangleTools CartesianMeasurable.swift
[11/31] Compiling RectangleTools DualTwoDimensional.swift
[12/31] Compiling RectangleTools FourSidedAbsolute.swift
[13/33] Compiling RectangleTools DualTwoDimensional Extensions.swift
[14/33] Compiling RectangleTools Point2D Extensions.swift
[15/33] Compiling RectangleTools Size2D.swift
[16/33] Compiling RectangleTools TwoDimensional.swift
[17/33] Compiling RectangleTools CGPoint + Point2D.swift
[18/33] Compiling RectangleTools Rectangle Extensions.swift
[19/33] Compiling RectangleTools Size2D Extensions.swift
[20/33] Compiling RectangleTools TwoDimensional Extensions.swift
[21/33] Compiling RectangleTools scaled.swift
[22/33] Compiling RectangleTools CGRect + Rectangle.swift
[23/33] Compiling RectangleTools CGSize + Size2D.swift
[24/33] Compiling RectangleTools CIVector + DualTwoDimensional.swift
[25/33] Compiling RectangleTools DecimalSize.swift
[26/33] Compiling RectangleTools IntPoint.swift
[27/33] Compiling RectangleTools IntRect.swift
[28/33] Compiling RectangleTools InitializableFromInteger.swift
[29/33] Compiling RectangleTools Point2D.swift
[30/33] Compiling RectangleTools Rectangle.swift
[31/33] Compiling RectangleTools EdgeInsets + FourSided.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleTools/Default Conformances/EdgeInsets + FourSided.swift:143:1: warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
141 |
142 | #if !canImport(UIKit) && canImport(AppKit)
143 | extension NSEdgeInsets: Equatable {
    | |- warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func == (lhs: Self, rhs: Self) -> Bool {
145 |         return lhs.top == rhs.top
[32/33] Compiling RectangleTools DecimalPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleTools/Default Conformances/EdgeInsets + FourSided.swift:143:1: warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
141 |
142 | #if !canImport(UIKit) && canImport(AppKit)
143 | extension NSEdgeInsets: Equatable {
    | |- warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func == (lhs: Self, rhs: Self) -> Bool {
145 |         return lhs.top == rhs.top
[33/33] Compiling RectangleTools DecimalRect.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleTools/Default Conformances/EdgeInsets + FourSided.swift:143:1: warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
141 |
142 | #if !canImport(UIKit) && canImport(AppKit)
143 | extension NSEdgeInsets: Equatable {
    | |- warning: extension declares a conformance of imported type 'NSEdgeInsets' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
144 |     public static func == (lhs: Self, rhs: Self) -> Bool {
145 |         return lhs.top == rhs.top
Build complete! (16.15s)
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 2.0.1 (3.65s)
Creating working copy for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Working copy of https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git resolved at 2.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-multiplicativearithmetic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git"
    }
  ],
  "manifest_display_name" : "RectangleTools",
  "name" : "RectangleTools",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "RectangleTools",
      "targets" : [
        "RectangleTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RectangleToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "RectangleToolsTests",
      "path" : "Tests/RectangleToolsTests",
      "sources" : [
        "Collection2D Tests.swift",
        "DualTwoDimensionalTests.swift",
        "FourSided Tests.swift",
        "Integer Size Tests.swift",
        "Inversion Tests.swift",
        "Point Tests.swift",
        "Rectangle Combination Tests.swift",
        "Rectangle Edgewise Init Tests.swift",
        "Rectangle Position Tests.swift",
        "Size Measurement Tests.swift",
        "Size Position Tests.swift",
        "Size initializatoin tests.swift",
        "Test Constants.swift",
        "Testing convenience functions.swift",
        "TwoDimensional Measurement Tests.swift",
        "TwoDimensional operator tests.swift",
        "XCTestManifests.swift",
        "rect.scaled Tests.swift",
        "size.scaled Tests.swift"
      ],
      "target_dependencies" : [
        "RectangleTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RectangleTools",
      "module_type" : "SwiftTarget",
      "name" : "RectangleTools",
      "path" : "Sources/RectangleTools",
      "product_dependencies" : [
        "MultiplicativeArithmetic"
      ],
      "product_memberships" : [
        "RectangleTools"
      ],
      "sources" : [
        "Basic Protocols/CartesianMeasurable.swift",
        "Basic Protocols/DualTwoDimensional.swift",
        "Basic Protocols/FourSidedAbsolute.swift",
        "Basic Protocols/InitializableFromInteger.swift",
        "Basic Protocols/Point2D.swift",
        "Basic Protocols/Rectangle.swift",
        "Basic Protocols/Size2D.swift",
        "Basic Protocols/TwoDimensional.swift",
        "Default Conformances/CGPoint + Point2D.swift",
        "Default Conformances/CGRect + Rectangle.swift",
        "Default Conformances/CGSize + Size2D.swift",
        "Default Conformances/CIVector + DualTwoDimensional.swift",
        "Default Conformances/EdgeInsets + FourSided.swift",
        "Default Implementations/Decimal/DecimalPoint.swift",
        "Default Implementations/Decimal/DecimalRect.swift",
        "Default Implementations/Decimal/DecimalSize.swift",
        "Default Implementations/Integer/IntPoint.swift",
        "Default Implementations/Integer/IntRect.swift",
        "Default Implementations/Integer/IntSize.swift",
        "Fancy Protocols/Collection2D.swift",
        "Synthesized Conveniences/DualTwoDimensional Extensions.swift",
        "Synthesized Conveniences/Point2D Extensions.swift",
        "Synthesized Conveniences/Rectangle Extensions.swift",
        "Synthesized Conveniences/Size2D Extensions.swift",
        "Synthesized Conveniences/TwoDimensional Extensions.swift",
        "Synthesized Conveniences/scaled.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.