The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MathLib 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/forkercat/MathLib.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mathlib",
      "name": "MathLib",
      "url": "https://github.com/forkercat/MathLib.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MathLib",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/forkercat/MathLib.git from cache
Fetched https://github.com/forkercat/MathLib.git (0.17s)
Creating working copy for https://github.com/forkercat/MathLib.git
Working copy of https://github.com/forkercat/MathLib.git resolved at main
warning: '.resolve-product-dependencies': dependency 'mathlib' 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/10] Compiling MathLib Constants.swift
[2/10] Compiling MathLib Functions.swift
[3/10] Compiling MathLib Vector+Int.swift
[4/10] Compiling MathLib Quaternion.swift
[5/10] Emitting module MathLib
[6/10] Compiling MathLib Other.swift
[7/10] Compiling MathLib Scalar.swift
[8/11] Compiling MathLib Matrix.swift
[9/11] Compiling MathLib Vector+Float.swift
[10/11] Compiling MathLib Vector.swift
[11/13] Emitting module MathLib_Demo
[12/13] Compiling MathLib_Demo main.swift
[12/13] Linking MathLib-Demo
Build complete! (9.19s)
Build complete.
Done.