The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JelloSwift 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/LuizZak/JelloSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/JelloSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fc5cb30 Updating LICENSE
Cloned https://github.com/LuizZak/JelloSwift.git
Revision (git rev-parse @):
fc5cb305d3a58fd19964858ec5ab3ec963153f40
SUCCESS checkout https://github.com/LuizZak/JelloSwift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jelloswift",
      "name": "JelloSwift",
      "url": "https://github.com/LuizZak/JelloSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JelloSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LuizZak/JelloSwift.git
[1/3823] Fetching jelloswift
Fetched https://github.com/LuizZak/JelloSwift.git (0.43s)
Creating working copy for https://github.com/LuizZak/JelloSwift.git
Working copy of https://github.com/LuizZak/JelloSwift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'jelloswift' is not used by any target
Found 0 product dependencies
========================================
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/27] Compiling JelloSwift BodyEdge.swift
[2/27] Compiling JelloSwift BodyJoint.swift
[3/27] Compiling JelloSwift BodyJointLink.swift
[4/27] Compiling JelloSwift CollisionObserver.swift
[5/30] Emitting module JelloSwift
[6/30] Compiling JelloSwift InternalSpring.swift
[7/30] Compiling JelloSwift MaterialPair.swift
[8/30] Compiling JelloSwift PhysicsUtils.swift
[9/30] Compiling JelloSwift PointJointLink.swift
[10/30] Compiling JelloSwift PointMass.swift
[11/30] Compiling JelloSwift PressureComponent.swift
[12/30] Compiling JelloSwift RenderingSettings.swift
[13/30] Compiling JelloSwift Vector2+Debug.swift
[14/30] Compiling JelloSwift Vector2+SIMD.swift
[15/30] Compiling JelloSwift VectorRepresentable.swift
[16/30] Compiling JelloSwift GravityComponent.swift
[17/30] Compiling JelloSwift Bitmask.swift
[18/30] Compiling JelloSwift Body.swift
[19/30] Compiling JelloSwift BodyCollisionInformation.swift
[20/30] Compiling JelloSwift BodyComponent.swift
[21/30] Compiling JelloSwift SpringComponent.swift
[22/30] Compiling JelloSwift Utils.swift
[23/30] Compiling JelloSwift World.swift
[24/30] Compiling JelloSwift EdgeJointLink.swift
[25/30] Compiling JelloSwift AABB.swift
[26/30] Compiling JelloSwift ClosedShape.swift
[27/30] Compiling JelloSwift GeomUtils.swift
[28/30] Compiling JelloSwift RestDistance.swift
[29/30] Compiling JelloSwift ShapeJointLink.swift
[30/30] Compiling JelloSwift SpringBodyJoint.swift
Build complete! (9.04s)
Build complete.
Done.