The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwifitLearn 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/t-ae/swifit-learn.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/t-ae/swifit-learn
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 259662c Update for Swift4
Cloned https://github.com/t-ae/swifit-learn.git
Revision (git rev-parse @):
259662cff3c5cfcc627c48294e578884ed97a931
SUCCESS checkout https://github.com/t-ae/swifit-learn.git at master
Fetching https://github.com/t-ae/xorswift.git from cache
Fetching https://github.com/t-ae/ndarray.git from cache
Fetched https://github.com/t-ae/ndarray.git (0.17s)
Computing version for https://github.com/t-ae/ndarray.git
Fetched https://github.com/t-ae/xorswift.git (0.21s)
Computed https://github.com/t-ae/ndarray.git at 0.0.14 (0.39s)
Computing version for https://github.com/t-ae/xorswift.git
Computed https://github.com/t-ae/xorswift.git at 0.0.10 (0.37s)
Creating working copy for https://github.com/t-ae/ndarray.git
Working copy of https://github.com/t-ae/ndarray.git resolved at 0.0.14
Creating working copy for https://github.com/t-ae/xorswift.git
Working copy of https://github.com/t-ae/xorswift.git resolved at 0.0.10
========================================
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": "swifit-learn",
      "name": "SwifitLearn",
      "url": "https://github.com/t-ae/swifit-learn.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swifit-learn",
      "dependencies": [
        {
          "identity": "ndarray",
          "name": "NDArray",
          "url": "https://github.com/t-ae/ndarray.git",
          "version": "0.0.14",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ndarray",
          "dependencies": [
            {
              "identity": "xorswift",
              "name": "Xorswift",
              "url": "https://github.com/t-ae/xorswift.git",
              "version": "0.0.10",
              "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xorswift",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/t-ae/swifit-learn.git
[1/148] Fetching swifit-learn
Fetched https://github.com/t-ae/swifit-learn.git (0.26s)
Fetching https://github.com/t-ae/ndarray.git from cache
Fetched https://github.com/t-ae/ndarray.git (0.21s)
Computing version for https://github.com/t-ae/ndarray.git
Computed https://github.com/t-ae/ndarray.git at 0.0.14 (0.03s)
Fetching https://github.com/t-ae/xorswift.git from cache
Fetched https://github.com/t-ae/xorswift.git (0.18s)
Computing version for https://github.com/t-ae/xorswift.git
Computed https://github.com/t-ae/xorswift.git at 0.0.10 (0.02s)
Creating working copy for https://github.com/t-ae/xorswift.git
Working copy of https://github.com/t-ae/xorswift.git resolved at 0.0.10
Creating working copy for https://github.com/t-ae/ndarray.git
Working copy of https://github.com/t-ae/ndarray.git resolved at 0.0.14
Creating working copy for https://github.com/t-ae/swifit-learn.git
Working copy of https://github.com/t-ae/swifit-learn.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swifit-learn' is not used by any target
Found 1 product dependencies
  - NDArray
========================================
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/6] Compiling Xorswift Xorswift.swift
[2/6] Compiling Xorswift Uniform.swift
[3/6] Compiling Xorswift State.swift
[4/6] Compiling Xorswift NextAfter.swift
[5/6] Emitting module Xorswift
[6/6] Compiling Xorswift Normal.swift
[7/31] Emitting module NDArray
[8/34] Compiling NDArray Select.swift
[9/34] Compiling NDArray Sort.swift
[10/34] Compiling NDArray Stack.swift
[11/34] Compiling NDArray Subscript.swift
[12/34] Compiling NDArray Arithmetic.swift
[13/34] Compiling NDArray Clip.swift
[14/34] Compiling NDArray CompoundAssignment.swift
[15/34] Compiling NDArray Power.swift
[16/34] Compiling NDArray Random.swift
[17/34] Compiling NDArray Reduce.swift
[18/34] Compiling NDArray Transformation.swift
[19/34] Compiling NDArray vDSPUtils.swift
[20/34] Compiling NDArray vecLibUtils.swift
[21/34] Compiling NDArray NDArray.swift
[22/34] Compiling NDArray NDArrayUtils.swift
[23/34] Compiling NDArray Scalar.swift
[24/34] Compiling NDArray Sequence.swift
[25/34] Compiling NDArray CopySign.swift
[26/34] Compiling NDArray Creation.swift
[27/34] Compiling NDArray FloatingPointFunctions.swift
[28/34] Compiling NDArray ArrayLiteral.swift
[29/34] Compiling NDArray Broadcast.swift
[30/34] Compiling NDArray Indexing.swift
[31/34] Compiling NDArray IterationUtils.swift
[32/34] Compiling NDArray HigherOrderFunctions.swift
[33/34] Compiling NDArray LinearAlgebra.swift
[34/34] Compiling NDArray MatrixMultiplication.swift
[35/41] Compiling SwifitLearn Utils.swift
[36/41] Compiling SwifitLearn KMeans.swift
[37/41] Compiling SwifitLearn KNeighborClassifier.swift
[38/41] Compiling SwifitLearn DBSCAN.swift
[39/41] Compiling SwifitLearn MeanShift.swift
[40/41] Emitting module SwifitLearn
[41/41] Compiling SwifitLearn RandomForestClassifier.swift
Build complete! (13.04s)
Build complete.
Done.