The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Greebler with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/Greebler.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/Greebler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5469aed Updated to use latest dependency package versions.
Cloned https://github.com/btfranklin/Greebler.git
Revision (git rev-parse @):
5469aedbcb7ce483fdfd875216a0cf3d41fb13d2
SUCCESS checkout https://github.com/btfranklin/Greebler.git at main
Fetching https://github.com/btfranklin/Aesthete.git from cache
Fetching https://github.com/btfranklin/ControlledChaos from cache
Fetched https://github.com/btfranklin/ControlledChaos (0.24s)
Fetched https://github.com/btfranklin/Aesthete.git (0.26s)
Computing version for https://github.com/btfranklin/Aesthete.git
Computed https://github.com/btfranklin/Aesthete.git at 1.6.1 (0.13s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.06s)
Creating working copy for https://github.com/btfranklin/Aesthete.git
Working copy of https://github.com/btfranklin/Aesthete.git resolved at 1.6.1
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "greebler",
      "name": "Greebler",
      "url": "https://github.com/btfranklin/Greebler.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Greebler",
      "dependencies": [
        {
          "identity": "aesthete",
          "name": "Aesthete",
          "url": "https://github.com/btfranklin/Aesthete.git",
          "version": "1.6.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Aesthete",
          "dependencies": [
            {
              "identity": "controlledchaos",
              "name": "ControlledChaos",
              "url": "https://github.com/btfranklin/ControlledChaos",
              "version": "1.3.2",
              "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ControlledChaos",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/btfranklin/Greebler.git from cache
Fetched https://github.com/btfranklin/Greebler.git (0.25s)
Fetching https://github.com/btfranklin/Aesthete.git from cache
Fetched https://github.com/btfranklin/Aesthete.git (0.26s)
Computing version for https://github.com/btfranklin/Aesthete.git
Computed https://github.com/btfranklin/Aesthete.git at 1.6.1 (0.05s)
Fetching https://github.com/btfranklin/ControlledChaos from cache
Fetched https://github.com/btfranklin/ControlledChaos (0.24s)
Computing version for https://github.com/btfranklin/ControlledChaos
Computed https://github.com/btfranklin/ControlledChaos at 1.3.2 (0.10s)
Creating working copy for https://github.com/btfranklin/Aesthete.git
Working copy of https://github.com/btfranklin/Aesthete.git resolved at 1.6.1
Creating working copy for https://github.com/btfranklin/ControlledChaos
Working copy of https://github.com/btfranklin/ControlledChaos resolved at 1.3.2
Creating working copy for https://github.com/btfranklin/Greebler.git
Working copy of https://github.com/btfranklin/Greebler.git resolved at main
warning: '.resolve-product-dependencies': dependency 'greebler' is not used by any target
Found 1 product dependencies
  - Aesthete
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/btfranklin/Greebler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Emitting module ControlledChaos
[2/6] Compiling ControlledChaos SeededRandomNumberGenerator.swift
[3/6] Compiling ControlledChaos Double+randomGaussian.swift
[4/6] Compiling ControlledChaos Bool+randomProbability.swift
[5/6] Compiling ControlledChaos RandomItemBag.swift
[6/6] Compiling ControlledChaos ProbabilityGroup.swift
[7/43] Compiling Aesthete Drawable.swift
[8/43] Compiling Aesthete CGColor+lightness.swift
[9/43] Compiling Aesthete CGFloat+randomGaussian.swift
[10/43] Compiling Aesthete CGPath+contains.swift
[11/43] Compiling Aesthete CGPoint+distanceTo.swift
[12/43] Emitting module Aesthete
[13/43] Compiling Aesthete CGPoint+random.swift
[14/43] Compiling Aesthete CGRect+corners and edges.swift
[15/43] Compiling Aesthete CGRect+intersects.swift
[16/43] Compiling Aesthete CGRect+orientation.swift
[17/43] Compiling Aesthete CGRect+randomlyDivide.swift
[18/48] Compiling Aesthete Triangle.swift
[19/48] Compiling Aesthete Arc.swift
[20/48] Compiling Aesthete CompositePath.swift
[21/48] Compiling Aesthete Curve.swift
[22/48] Compiling Aesthete Ellipse.swift
[23/48] Compiling Aesthete ColorScheme+makeAccentedAnalogous.swift
[24/48] Compiling Aesthete ColorScheme+makeAnalogous.swift
[25/48] Compiling Aesthete ColorScheme+makeComplementary.swift
[26/48] Compiling Aesthete ColorScheme+makeCompound.swift
[27/48] Compiling Aesthete ColorScheme+makeMonochromatic.swift
[28/48] Compiling Aesthete ColorScheme+makeShades.swift
[29/48] Compiling Aesthete Pathlet+Codable.swift
[30/48] Compiling Aesthete Pathlet.swift
[31/48] Compiling Aesthete QuadCurve.swift
[32/48] Compiling Aesthete Rectangle.swift
[33/48] Compiling Aesthete TransformedBy.swift
[34/48] Compiling Aesthete NSImage+drawKeepingAspectRatio.swift
[35/48] Compiling Aesthete HorizontalBaseTriangle.swift
[36/48] Compiling Aesthete RepeatableForm.swift
[37/48] Compiling Aesthete RepeatableLinearForm.swift
[38/48] Compiling Aesthete SymbolicForm.swift
[39/48] Compiling Aesthete ColorScheme+makeSplitComplementary.swift
[40/48] Compiling Aesthete ColorScheme+makeTriadic.swift
[41/48] Compiling Aesthete ColorScheme.swift
[42/48] Compiling Aesthete HSBAColor.swift
[43/48] Compiling Aesthete CompositeDrawable.swift
[44/48] Compiling Aesthete EmptyPath.swift
[45/48] Compiling Aesthete Line.swift
[46/48] Compiling Aesthete Path.swift
[47/48] Compiling Aesthete PathBuilder.swift
[48/48] Compiling Aesthete PathComponent.swift
[49/59] Emitting module Greebler
[50/60] Compiling Greebler VentGreebles.swift
[51/60] Compiling Greebler PipeGreebles.swift
[52/60] Compiling Greebler PanelGreebles.swift
[53/60] Compiling Greebler LightPanelGreebles.swift
[54/60] Compiling Greebler EquipmentTrenchGreebles.swift
[55/60] Compiling Greebler HoseGreebles.swift
[56/60] Compiling Greebler CutawaySectionGreebles.swift
[57/60] Compiling Greebler EquipmentGreebles.swift
[58/60] Compiling Greebler CapitalShipSurfaceGreebles.swift
[59/60] Compiling Greebler CapitalShipWindowsGreebles.swift
[60/60] Compiling Greebler WireGreebles.swift
Build complete! (12.93s)
Build complete.
Done.