The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VectorMath, reference master (2de258), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:03:18 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/nicklockwood/VectorMath.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/VectorMath
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2de2585 Updated for 0.4.1 release
Cloned https://github.com/nicklockwood/VectorMath.git
Revision (git rev-parse @):
2de2585f455dc8e15d642ca51b29b1917e68fd1e
SUCCESS checkout https://github.com/nicklockwood/VectorMath.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicklockwood/VectorMath.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/7] Compiling VectorMath VectorMath.swift
[4/7] Compiling VectorMath VectorMath+MapKit.swift
[5/7] Compiling VectorMath VectorMath+Quartz.swift
[6/7] Compiling VectorMath VectorMath+SceneKit.swift
[7/7] Emitting module VectorMath
Build complete! (6.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VectorMath",
  "name" : "VectorMath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VectorMath",
      "targets" : [
        "VectorMath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorMathTests",
      "module_type" : "SwiftTarget",
      "name" : "VectorMathTests",
      "path" : "Tests/VectorMathTests",
      "sources" : [
        "QuartzTests.swift",
        "VectorMathTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VectorMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VectorMath",
      "module_type" : "SwiftTarget",
      "name" : "VectorMath",
      "path" : "VectorMath",
      "product_memberships" : [
        "VectorMath"
      ],
      "sources" : [
        "VectorMath+MapKit.swift",
        "VectorMath+Quartz.swift",
        "VectorMath+SceneKit.swift",
        "VectorMath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.