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 CollaborativeFiltering, reference 0.1.0 (54a638), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 03:14:43 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/ryanashcraft/CollaborativeFiltering.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ryanashcraft/CollaborativeFiltering
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 54a638c Initial Commit
Cloned https://github.com/ryanashcraft/CollaborativeFiltering.git
Revision (git rev-parse @):
54a638c89547dd99b301d00865174dacb266c7bd
SUCCESS checkout https://github.com/ryanashcraft/CollaborativeFiltering.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ryanashcraft/CollaborativeFiltering.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/19] Compiling LASwift VectorExponent.swift
[5/19] Compiling LASwift VectorStatistics.swift
[6/19] Compiling LASwift Operators.swift
[7/19] Compiling LASwift Random.swift
[8/20] Compiling LASwift MatrixLeastSquare.swift
[9/20] Compiling LASwift MatrixStatistics.swift
[10/20] Compiling LASwift Util.swift
[11/20] Compiling LASwift Vector.swift
[12/20] Compiling LASwift MatrixTrigonometry.swift
[13/20] Compiling LASwift Numeric.swift
[14/20] Compiling LASwift MatrixArithmetic.swift
[15/20] Compiling LASwift MatrixExponent.swift
[16/20] Compiling LASwift Matrix.swift
[17/20] Compiling LASwift MatrixAlgebra.swift
[18/20] Compiling LASwift VectorArithmetic.swift
[19/20] Emitting module LASwift
[20/20] Compiling LASwift VectorTrigonometry.swift
[21/22] Emitting module CollaborativeFiltering
[22/22] Compiling CollaborativeFiltering CollaborativeFiltering.swift
Build complete! (20.16s)
Fetching https://github.com/AlexanderTar/LASwift.git
[1/1131] Fetching laswift
Fetched https://github.com/AlexanderTar/LASwift.git from cache (0.91s)
Computing version for https://github.com/AlexanderTar/LASwift.git
Computed https://github.com/AlexanderTar/LASwift.git at 0.3.2 (3.44s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14759] Fetching quick
[149/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.79s)
Fetched https://github.com/Quick/Quick.git from cache (1.79s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (2.34s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.77s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.36s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.51s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.69s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.22s)
Creating working copy for https://github.com/AlexanderTar/LASwift.git
Working copy of https://github.com/AlexanderTar/LASwift.git resolved at 0.3.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "laswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlexanderTar/LASwift.git"
    }
  ],
  "manifest_display_name" : "CollaborativeFiltering",
  "name" : "CollaborativeFiltering",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CollaborativeFiltering",
      "targets" : [
        "CollaborativeFiltering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollaborativeFilteringTests",
      "module_type" : "SwiftTarget",
      "name" : "CollaborativeFilteringTests",
      "path" : "Tests/CollaborativeFilteringTests",
      "sources" : [
        "CollaborativeFilteringTests.swift"
      ],
      "target_dependencies" : [
        "CollaborativeFiltering"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollaborativeFiltering",
      "module_type" : "SwiftTarget",
      "name" : "CollaborativeFiltering",
      "path" : "Sources/CollaborativeFiltering",
      "product_dependencies" : [
        "LASwift"
      ],
      "product_memberships" : [
        "CollaborativeFiltering"
      ],
      "sources" : [
        "CollaborativeFiltering.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.