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 JelloSwift, reference master (ce1dac), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 01:31:08 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/LuizZak/JelloSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LuizZak/JelloSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ce1dac7 Updating Changelog
Cloned https://github.com/LuizZak/JelloSwift.git
Revision (git rev-parse @):
ce1dac711d77572141236816d898695361f9e06d
SUCCESS checkout https://github.com/LuizZak/JelloSwift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LuizZak/JelloSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/34] Compiling JelloSwift InternalSpring.swift
[4/34] Compiling JelloSwift JointLink.swift
[5/34] Compiling JelloSwift BodyJointLink.swift
[6/37] Compiling JelloSwift BodyEdge.swift
[7/37] Compiling JelloSwift BodyJoint.swift
[8/37] Compiling JelloSwift CollisionObserver.swift
[9/37] Compiling JelloSwift GravityComponent.swift
[10/37] Compiling JelloSwift SpringBodyJoint.swift
[11/37] Compiling JelloSwift Utils.swift
[12/37] Compiling JelloSwift World.swift
[13/37] Compiling JelloSwift EdgeJointLink.swift
[14/37] Compiling JelloSwift PointJointLink.swift
[15/37] Compiling JelloSwift ShapeJointLink.swift
[16/37] Compiling JelloSwift WeightedShapeJointLink.swift
[17/37] Compiling JelloSwift MaterialPair.swift
[18/37] Compiling JelloSwift PhysicsUtils.swift
[19/37] Compiling JelloSwift Bitmask.swift
[20/37] Compiling JelloSwift Body.swift
[21/37] Compiling JelloSwift BodyCollisionInformation.swift
[22/37] Compiling JelloSwift BodyComponent.swift
[23/37] Emitting module JelloSwift
[24/37] Compiling JelloSwift Vector2.swift
[25/37] Compiling JelloSwift Vector3.swift
[26/37] Compiling JelloSwift VectorRepresentable.swift
[27/37] Compiling JelloSwift ClosedShape.swift
[28/37] Compiling JelloSwift GeomUtils.swift
[29/37] Compiling JelloSwift JFloat.swift
[30/37] Compiling JelloSwift Matrix3x3.swift
[31/37] Compiling JelloSwift PointMass.swift
[32/37] Compiling JelloSwift RenderingSettings.swift
[33/37] Compiling JelloSwift RestDistance.swift
[34/37] Compiling JelloSwift PressureComponent.swift
[35/37] Compiling JelloSwift ShapeMatchComponent.swift
[36/37] Compiling JelloSwift SpringComponent.swift
[37/37] Compiling JelloSwift AABB.swift
Build complete! (3.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JelloSwift",
  "name" : "JelloSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JelloSwift",
      "targets" : [
        "JelloSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JelloSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "JelloSwiftTests",
      "path" : "Tests/JelloSwiftTests",
      "sources" : [
        "BodyTests.swift",
        "Geometry/AABBTests.swift",
        "Geometry/ClosedShapeTests.swift",
        "Geometry/GeomUtilsTests.swift",
        "Geometry/Vector2Tests.swift",
        "JelloSwiftTests.swift",
        "PhysicsMathTest.swift",
        "PointMassTests.swift",
        "WorldTests.swift"
      ],
      "target_dependencies" : [
        "JelloSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JelloSwift",
      "module_type" : "SwiftTarget",
      "name" : "JelloSwift",
      "path" : "Sources",
      "product_memberships" : [
        "JelloSwift"
      ],
      "sources" : [
        "Bitmask.swift",
        "Body.swift",
        "BodyCollisionInformation.swift",
        "BodyComponent.swift",
        "BodyEdge.swift",
        "BodyJoint.swift",
        "CollisionObserver.swift",
        "Components/GravityComponent.swift",
        "Components/PressureComponent.swift",
        "Components/ShapeMatchComponent.swift",
        "Components/SpringComponent.swift",
        "Geometry/AABB.swift",
        "Geometry/ClosedShape.swift",
        "Geometry/GeomUtils.swift",
        "Geometry/JFloat.swift",
        "Geometry/Matrix3x3.swift",
        "Geometry/Vector2.swift",
        "Geometry/Vector3.swift",
        "Geometry/VectorRepresentable.swift",
        "InternalSpring.swift",
        "JointLink.swift",
        "JointLinks/BodyJointLink.swift",
        "JointLinks/EdgeJointLink.swift",
        "JointLinks/PointJointLink.swift",
        "JointLinks/ShapeJointLink.swift",
        "JointLinks/WeightedShapeJointLink.swift",
        "MaterialPair.swift",
        "PhysicsUtils.swift",
        "PointMass.swift",
        "RenderingSettings.swift",
        "RestDistance.swift",
        "SpringBodyJoint.swift",
        "Utils.swift",
        "World.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.