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 MathLib, reference main (439fa7), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:36:59 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/forkercat/MathLib.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/forkercat/MathLib
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 439fa72 Add length
Cloned https://github.com/forkercat/MathLib.git
Revision (git rev-parse @):
439fa720cd73b285f9109dc12c4d781847e5f502
SUCCESS checkout https://github.com/forkercat/MathLib.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/forkercat/MathLib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write MathLib-Demo-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling MathLib Vector.swift
[6/17] Compiling MathLib Scalar.swift
[7/17] Compiling MathLib Quaternion.swift
[8/17] Compiling MathLib Vector+Float.swift
[9/17] Compiling MathLib Vector+Int.swift
[10/17] Compiling MathLib Other.swift
[11/17] Emitting module MathLib
[12/17] Compiling MathLib Functions.swift
[13/17] Compiling MathLib Constants.swift
[14/17] Compiling MathLib Matrix.swift
[15/19] Emitting module MathLib_Demo
[16/19] Compiling MathLib_Demo main.swift
[16/19] Write Objects.LinkFileList
[17/19] Linking MathLib-Demo
[18/19] Applying MathLib-Demo
Build complete! (4.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MathLib",
  "name" : "MathLib",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MathLib",
      "targets" : [
        "MathLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MathLib-Demo",
      "targets" : [
        "MathLib-Demo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathLib_Demo",
      "module_type" : "SwiftTarget",
      "name" : "MathLib-Demo",
      "path" : "Sources/MathLib-Demo",
      "product_memberships" : [
        "MathLib-Demo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MathLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MathLib",
      "module_type" : "SwiftTarget",
      "name" : "MathLib",
      "path" : "Sources/MathLib",
      "product_memberships" : [
        "MathLib",
        "MathLib-Demo"
      ],
      "sources" : [
        "Constants.swift",
        "Functions.swift",
        "Matrix.swift",
        "Other.swift",
        "Quaternion.swift",
        "Scalar.swift",
        "Vector+Float.swift",
        "Vector+Int.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.