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 SpatialExtensions, reference 1.0.1 (5a7432), with Swift 6.0 for macOS (SPM) on 18 Aug 2025 16:15:43 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heestand-xyz/SpatialExtensions.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/SpatialExtensions
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 5a7432b Adds Platforms
Cloned https://github.com/heestand-xyz/SpatialExtensions.git
Revision (git rev-parse @):
5a7432b470bf88c48579dfd45bb3cd105fdba749
SUCCESS checkout https://github.com/heestand-xyz/SpatialExtensions.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/heestand-xyz/SpatialExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling SpatialExtensions Size3D.swift
[4/9] Compiling SpatialExtensions Rect3D.swift
[5/9] Compiling SpatialExtensions Vector3D.swift
[6/9] Compiling SpatialExtensions Size3D+place.swift
[7/9] Emitting module SpatialExtensions
[8/9] Compiling SpatialExtensions Point3D.swift
[9/9] Compiling SpatialExtensions Angle3D.swift
Build complete! (8.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SpatialExtensions",
  "name" : "SpatialExtensions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SpatialExtensions",
      "targets" : [
        "SpatialExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpatialExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SpatialExtensionsTests",
      "path" : "Tests/SpatialExtensionsTests",
      "sources" : [
        "Size3DTests.swift"
      ],
      "target_dependencies" : [
        "SpatialExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpatialExtensions",
      "module_type" : "SwiftTarget",
      "name" : "SpatialExtensions",
      "path" : "Sources/SpatialExtensions",
      "product_memberships" : [
        "SpatialExtensions"
      ],
      "sources" : [
        "Angle3D.swift",
        "Point3D.swift",
        "Rect3D.swift",
        "Size3D+place.swift",
        "Size3D.swift",
        "Vector3D.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.