The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RectangleTools 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/RougeWare/Swift-Rectangle-Tools.git
Reference: production
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Rectangle-Tools
 * branch            production -> FETCH_HEAD
 * [new branch]      production -> origin/production
HEAD is now at 1dbfafd Merge pull request #68 from RougeWare/feature/Easier-mXmY
Cloned https://github.com/RougeWare/Swift-Rectangle-Tools.git
Revision (git rev-parse @):
1dbfafdcb8dcaa20562c672116b05d9a69d6242e
SUCCESS checkout https://github.com/RougeWare/Swift-Rectangle-Tools.git at production
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git (0.22s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (0.04s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-rectangle-tools",
      "name": "RectangleTools",
      "url": "https://github.com/RougeWare/Swift-Rectangle-Tools.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Rectangle-Tools",
      "dependencies": [
        {
          "identity": "swift-multiplicativearithmetic",
          "name": "MultiplicativeArithmetic",
          "url": "https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git",
          "version": "1.4.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-MultiplicativeArithmetic",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/RougeWare/Swift-Rectangle-Tools.git from cache
Fetched https://github.com/RougeWare/Swift-Rectangle-Tools.git (0.27s)
Fetching https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git from cache
Fetched https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git (0.20s)
Computing version for https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git
Computed https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git at 1.4.1 (0.01s)
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 production
warning: '.resolve-product-dependencies': dependency 'swift-rectangle-tools' is not used by any target
Found 1 product dependencies
  - MultiplicativeArithmetic
========================================
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/3] Compiling MultiplicativeArithmetic MultiplicativeArithmetic.swift
[2/3] Emitting module MultiplicativeArithmetic
[3/3] Compiling MultiplicativeArithmetic Default Conformances.swift
[4/27] Compiling RectangleTools DecimalRect.swift
[5/27] Compiling RectangleTools DecimalSize.swift
[6/27] Compiling RectangleTools IntPoint.swift
[7/30] Compiling RectangleTools CartesianMeasurable.swift
[8/30] Compiling RectangleTools DualTwoDimensional.swift
[9/30] Compiling RectangleTools FourSidedAbsolute.swift
[10/30] Compiling RectangleTools InitializableFromInteger.swift
[11/30] Compiling RectangleTools IntRect.swift
[12/30] Compiling RectangleTools IntSize.swift
[13/30] Compiling RectangleTools Collection2D.swift
[14/30] Emitting module RectangleTools
[15/30] Compiling RectangleTools CGPoint + Point2D.swift
[16/30] Compiling RectangleTools CGRect + Rectangle.swift
[17/30] Compiling RectangleTools CGSize + Size2D.swift
[18/30] Compiling RectangleTools Point2D.swift
[19/30] Compiling RectangleTools Rectangle.swift
[20/30] Compiling RectangleTools Size2D.swift
[21/30] Compiling RectangleTools TwoDimensional.swift
[22/30] Compiling RectangleTools DualTwoDimensional Extensions.swift
[23/30] Compiling RectangleTools Point2D Extensions.swift
[24/30] Compiling RectangleTools Rectangle Extensions.swift
[25/30] Compiling RectangleTools Size2D Extensions.swift
[26/30] Compiling RectangleTools TwoDimensional Extensions.swift
[27/30] Compiling RectangleTools scaled.swift
[28/30] Compiling RectangleTools CIVector + DualTwoDimensional.swift
[29/30] Compiling RectangleTools EdgeInsets + FourSided.swift
[30/30] Compiling RectangleTools DecimalPoint.swift
Build complete! (13.84s)
Build complete.
Done.