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 SwiftFrame, reference main (598f3f), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 01:51:54 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/bursow/SwiftFrame.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bursow/SwiftFrame
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 598f3f1 Update README.md
Cloned https://github.com/bursow/SwiftFrame.git
Revision (git rev-parse @):
598f3f14b8a92f5f7e564d605e22e99324322b2d
SUCCESS checkout https://github.com/bursow/SwiftFrame.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bursow/SwiftFrame.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/32] Emitting module SwiftFrame
[4/35] Compiling SwiftFrame NDArray+Operators.swift
[5/35] Compiling SwiftFrame TransformOperations.swift
[6/35] Compiling SwiftFrame Array+Safe.swift
[7/35] Compiling SwiftFrame DataType.swift
[8/35] Compiling SwiftFrame Series+Extensions.swift
[9/35] Compiling SwiftFrame Series.swift
[10/35] Compiling SwiftFrame DataFrame+Chaining.swift
[11/35] Compiling SwiftFrame NDArray+Random.swift
[12/35] Compiling SwiftFrame NDArray.swift
[13/35] Compiling SwiftFrame NDArray+Manipulation.swift
[14/35] Compiling SwiftFrame DataFrame+Combine.swift
[15/35] Compiling SwiftFrame DataFrame+Edit.swift
[16/35] Compiling SwiftFrame DataFrame+Edits.swift
[17/35] Compiling SwiftFrame GroupBy.swift
[18/35] Compiling SwiftFrame Pivot.swift
[19/35] Compiling SwiftFrame DataCleaning.swift
[20/35] Compiling SwiftFrame DataType+Extensions.swift
[21/35] Compiling SwiftFrame DataFrame+Transform.swift
[22/35] Compiling SwiftFrame DataFrame.swift
[23/35] Compiling SwiftFrame CSVReader.swift
[24/35] Compiling SwiftFrame AdvancedIndexing.swift
[25/35] Compiling SwiftFrame FilterSort.swift
[26/35] Compiling SwiftFrame GroupAggregate.swift
[27/35] Compiling SwiftFrame CSVWriter.swift
[28/35] Compiling SwiftFrame JSONReader.swift
[29/35] Compiling SwiftFrame JSONWriter.swift
[30/35] Compiling SwiftFrame Statistics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFrame/Stats/Statistics.swift:54:13: warning: variable 'meanArray' was never mutated; consider changing to 'let' constant
52 |         vDSP_meanvD(doubles, 1, &mean, vDSP_Length(doubles.count))
53 |
54 |         var meanArray = [Double](repeating: mean, count: doubles.count)
   |             `- warning: variable 'meanArray' was never mutated; consider changing to 'let' constant
55 |         var deviations = [Double](repeating: 0.0, count: doubles.count)
56 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFrame/SwiftNum/Accelerate/NDArray+Accelerate.swift:19:9: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [#DeprecatedDeclaration]
17 |         var result = [Double](repeating: 0.0, count: m * p)
18 |
19 |         cblas_dgemm(
   |         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [#DeprecatedDeclaration]
20 |             CblasRowMajor,
21 |             CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/35] Compiling SwiftFrame SwiftFrame.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFrame/Stats/Statistics.swift:54:13: warning: variable 'meanArray' was never mutated; consider changing to 'let' constant
52 |         vDSP_meanvD(doubles, 1, &mean, vDSP_Length(doubles.count))
53 |
54 |         var meanArray = [Double](repeating: mean, count: doubles.count)
   |             `- warning: variable 'meanArray' was never mutated; consider changing to 'let' constant
55 |         var deviations = [Double](repeating: 0.0, count: doubles.count)
56 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFrame/SwiftNum/Accelerate/NDArray+Accelerate.swift:19:9: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [#DeprecatedDeclaration]
17 |         var result = [Double](repeating: 0.0, count: m * p)
18 |
19 |         cblas_dgemm(
   |         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [#DeprecatedDeclaration]
20 |             CblasRowMajor,
21 |             CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/35] Compiling SwiftFrame NDArray+Accelerate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFrame/Stats/Statistics.swift:54:13: warning: variable 'meanArray' was never mutated; consider changing to 'let' constant
52 |         vDSP_meanvD(doubles, 1, &mean, vDSP_Length(doubles.count))
53 |
54 |         var meanArray = [Double](repeating: mean, count: doubles.count)
   |             `- warning: variable 'meanArray' was never mutated; consider changing to 'let' constant
55 |         var deviations = [Double](repeating: 0.0, count: doubles.count)
56 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFrame/SwiftNum/Accelerate/NDArray+Accelerate.swift:19:9: warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [#DeprecatedDeclaration]
17 |         var result = [Double](repeating: 0.0, count: m * p)
18 |
19 |         cblas_dgemm(
   |         `- warning: 'cblas_dgemm' was deprecated in macOS 13.3: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [#DeprecatedDeclaration]
20 |             CblasRowMajor,
21 |             CblasNoTrans,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/35] Compiling SwiftFrame PlotKit.swift
[34/35] Compiling SwiftFrame Correlation.swift
[35/35] Compiling SwiftFrame Describe.swift
Build complete! (8.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFrame",
  "name" : "SwiftFrame",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFrame",
      "targets" : [
        "SwiftFrame"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFrameTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFrameTests",
      "path" : "Tests/SwiftFrameTests",
      "sources" : [
        "CSVReaderTests.swift",
        "CSVWriterTests.swift",
        "DataFrame+CombineTests.swift",
        "DataFrame+Edits.swift",
        "DataFrame+TransfromTests.swift",
        "DataFrameTests.swift",
        "DataTypeTests.swift",
        "DescribeTests.swift",
        "GroupByTests.swift",
        "JSONReaderTests.swift",
        "NDArray+ManipulationTests.swift",
        "NDArrayAccelerateTests.swift",
        "NDArrayCreatorsTests.swift",
        "NDArrayOperatorTests.swift",
        "PivotTests.swift",
        "PlotKitTests.swift",
        "SeriesTests.swift",
        "SwiftFrameTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFrame"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFrame",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFrame",
      "path" : "Sources/SwiftFrame",
      "product_memberships" : [
        "SwiftFrame"
      ],
      "sources" : [
        "Analysis/GroupBy.swift",
        "Analysis/Pivot.swift",
        "Cleaning/DataCleaning.swift",
        "Core/DataType+Extensions.swift",
        "Core/DataType.swift",
        "Core/Series+Extensions.swift",
        "Core/Series.swift",
        "DataFrame/DataFrame+Chaining.swift",
        "DataFrame/DataFrame+Combine.swift",
        "DataFrame/DataFrame+Edit.swift",
        "DataFrame/DataFrame+Edits.swift",
        "DataFrame/DataFrame+Transform.swift",
        "DataFrame/DataFrame.swift",
        "IO/CSVReader.swift",
        "IO/CSVWriter.swift",
        "IO/JSONReader.swift",
        "IO/JSONWriter.swift",
        "Indexing/AdvancedIndexing.swift",
        "Operators/FilterSort.swift",
        "Operators/GroupAggregate.swift",
        "Plot/PlotKit.swift",
        "Stats/Correlation.swift",
        "Stats/Describe.swift",
        "Stats/Statistics.swift",
        "SwiftFrame.swift",
        "SwiftNum/Accelerate/NDArray+Accelerate.swift",
        "SwiftNum/Core/NDArray+Random.swift",
        "SwiftNum/Core/NDArray.swift",
        "SwiftNum/Manipulation/NDArray+Manipulation.swift",
        "SwiftNum/Operators/NDArray+Operators.swift",
        "Transform/TransformOperations.swift",
        "Utils/Array+Safe.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.