The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hume 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/jasagredo/hume.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jasagredo/hume
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d2e8b45 Corrected the cost
Cloned https://github.com/jasagredo/hume.git
Revision (git rev-parse @):
d2e8b456a33a6640820583113b239b646ef0bd75
SUCCESS checkout https://github.com/jasagredo/hume.git at master
Fetching https://github.com/aleph7/Upsurge.git from cache
Fetched https://github.com/aleph7/Upsurge.git (0.60s)
Computing version for https://github.com/aleph7/Upsurge.git
Computed https://github.com/aleph7/Upsurge.git at 0.11.0 (1.56s)
Creating working copy for https://github.com/aleph7/Upsurge.git
Working copy of https://github.com/aleph7/Upsurge.git resolved at 0.11.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "hume",
      "name": "Hume",
      "url": "https://github.com/jasagredo/hume.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hume",
      "dependencies": [
        {
          "identity": "upsurge",
          "name": "Upsurge",
          "url": "https://github.com/aleph7/Upsurge.git",
          "version": "0.11.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Upsurge",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/jasagredo/hume.git
[2/101] Fetching hume
Fetched https://github.com/jasagredo/hume.git (0.26s)
Fetching https://github.com/aleph7/Upsurge.git from cache
Fetched https://github.com/aleph7/Upsurge.git (0.29s)
Computing version for https://github.com/aleph7/Upsurge.git
Computed https://github.com/aleph7/Upsurge.git at 0.11.0 (0.04s)
Creating working copy for https://github.com/aleph7/Upsurge.git
Working copy of https://github.com/aleph7/Upsurge.git resolved at 0.11.0
Creating working copy for https://github.com/jasagredo/hume.git
Working copy of https://github.com/jasagredo/hume.git resolved at master
warning: '.resolve-product-dependencies': dependency 'hume' is not used by any target
Found 1 product dependencies
  - Upsurge
========================================
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/24] Emitting module Upsurge
[2/27] Compiling Upsurge ComplexArithmetic.swift
[3/27] Compiling Upsurge ComplexArray.swift
[4/27] Compiling Upsurge ComplexArrayRealSlice.swift
[5/27] Compiling Upsurge ComplexArraySlice.swift
[6/27] Compiling Upsurge MatrixSlice.swift
[7/27] Compiling Upsurge PointerUtilities.swift
[8/27] Compiling Upsurge QuadraticType.swift
[9/27] Compiling Upsurge Real.swift
[10/27] Compiling Upsurge Sequence.swift
[11/27] Compiling Upsurge Span.swift
[12/27] Compiling Upsurge 2DTensorSlice.swift
[13/27] Compiling Upsurge Arithmetic.swift
[14/27] Compiling Upsurge Auxiliary.swift
[15/27] Compiling Upsurge Complex.swift
[16/27] Compiling Upsurge LinearType.swift
[17/27] Compiling Upsurge Matrix.swift
[18/27] Compiling Upsurge MatrixArithmetic.swift
[19/27] Compiling Upsurge Value.swift
[20/27] Compiling Upsurge ValueArray.swift
[21/27] Compiling Upsurge ValueArraySlice.swift
[22/27] Compiling Upsurge Exponential.swift
[23/27] Compiling Upsurge Interval.swift
[24/27] Compiling Upsurge LinearOperators.swift
[25/27] Compiling Upsurge Tensor.swift
[26/27] Compiling Upsurge TensorSlice.swift
[27/27] Compiling Upsurge TensorType.swift
[28/29] Compiling Hume Hume.swift
[29/29] Emitting module Hume
Build complete! (12.52s)
Build complete.
Done.