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 Hume, reference 0.0.5 (d2e8b4), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:02:03 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/jasagredo/hume.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasagredo/hume
 * tag               0.0.5      -> FETCH_HEAD
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 0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jasagredo/hume.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/28] Emitting module Upsurge
[5/30] Compiling Upsurge Sequence.swift
[6/30] Compiling Upsurge Span.swift
[7/30] Compiling Upsurge Complex.swift
[8/30] Compiling Upsurge ComplexArithmetic.swift
[9/30] Compiling Upsurge ComplexArray.swift
[10/30] Compiling Upsurge 2DTensorSlice.swift
[11/30] Compiling Upsurge Arithmetic.swift
[12/30] Compiling Upsurge Auxiliary.swift
[13/30] Compiling Upsurge ValueArray.swift
[14/30] Compiling Upsurge ValueArraySlice.swift
[15/30] Compiling Upsurge ComplexArrayRealSlice.swift
[16/30] Compiling Upsurge ComplexArraySlice.swift
[17/30] Compiling Upsurge Exponential.swift
[18/30] Compiling Upsurge Interval.swift
[19/30] Compiling Upsurge LinearOperators.swift
[20/30] Compiling Upsurge LinearType.swift
[21/30] Compiling Upsurge PointerUtilities.swift
[22/30] Compiling Upsurge QuadraticType.swift
[23/30] Compiling Upsurge Real.swift
[24/30] Compiling Upsurge TensorType.swift
[25/30] Compiling Upsurge Value.swift
[26/30] Compiling Upsurge Matrix.swift
[27/30] Compiling Upsurge MatrixArithmetic.swift
[28/30] Compiling Upsurge MatrixSlice.swift
[29/30] Compiling Upsurge Tensor.swift
[30/30] Compiling Upsurge TensorSlice.swift
[31/32] Compiling Hume Hume.swift
[32/32] Emitting module Hume
Build complete! (8.06s)
Fetching https://github.com/aleph7/Upsurge.git
[1/2596] Fetching upsurge
Fetched https://github.com/aleph7/Upsurge.git from cache (1.05s)
Computing version for https://github.com/aleph7/Upsurge.git
Computed https://github.com/aleph7/Upsurge.git at 0.11.0 (1.57s)
Creating working copy for https://github.com/aleph7/Upsurge.git
Working copy of https://github.com/aleph7/Upsurge.git resolved at 0.11.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "upsurge",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aleph7/Upsurge.git"
    }
  ],
  "manifest_display_name" : "Hume",
  "name" : "Hume",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Hume",
      "targets" : [
        "Hume"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HumeTests",
      "module_type" : "SwiftTarget",
      "name" : "HumeTests",
      "path" : "Tests/HumeTests",
      "sources" : [
        "HumeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Hume"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hume",
      "module_type" : "SwiftTarget",
      "name" : "Hume",
      "path" : "Sources/Hume",
      "product_dependencies" : [
        "Upsurge"
      ],
      "product_memberships" : [
        "Hume"
      ],
      "sources" : [
        "Hume.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.