Build Information
Successful build of SwiftFrame, reference main (a23c80
), with Swift 6.1 for macOS (SPM) on 1 May 2025 12:51:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
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 a23c80a First Commit at Frame
Cloned https://github.com/bursow/SwiftFrame.git
Revision (git rev-parse @):
a23c80ae26bc3dfae103d03c613127d31c7b7660
SUCCESS checkout https://github.com/bursow/SwiftFrame.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftframe",
"name": "SwiftFrame",
"url": "https://github.com/bursow/SwiftFrame.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFrame",
"dependencies": [
]
}
]
}
Fetching https://github.com/bursow/SwiftFrame.git
[1/75] Fetching swiftframe
Fetched https://github.com/bursow/SwiftFrame.git from cache (0.65s)
Creating working copy for https://github.com/bursow/SwiftFrame.git
Working copy of https://github.com/bursow/SwiftFrame.git resolved at main (a23c80a)
warning: '.resolve-product-dependencies': dependency 'swiftframe' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bursow/SwiftFrame.git
https://github.com/bursow/SwiftFrame.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/32] Emitting module SwiftFrame
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/35] Compiling SwiftFrame NDArray+Operators.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/35] Compiling SwiftFrame TransformOperations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/35] Compiling SwiftFrame Array+Safe.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/35] Compiling SwiftFrame GroupBy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/35] Compiling SwiftFrame Pivot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/35] Compiling SwiftFrame DataCleaning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/35] Compiling SwiftFrame DataType+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/35] Compiling SwiftFrame DataFrame+Combine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/35] Compiling SwiftFrame DataFrame+Edit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/35] Compiling SwiftFrame DataFrame+Edits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/35] Compiling SwiftFrame AdvancedIndexing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/35] Compiling SwiftFrame FilterSort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/35] Compiling SwiftFrame GroupAggregate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/35] Compiling SwiftFrame CSVWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/35] Compiling SwiftFrame JSONReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/35] Compiling SwiftFrame JSONWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/35] Compiling SwiftFrame DataFrame+Transform.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/35] Compiling SwiftFrame DataFrame.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/35] Compiling SwiftFrame CSVReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/35] Compiling SwiftFrame DataType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/35] Compiling SwiftFrame Series+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/35] Compiling SwiftFrame Series.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/35] Compiling SwiftFrame DataFrame+Chaining.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/35] Compiling SwiftFrame NDArray+Random.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/35] Compiling SwiftFrame NDArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/35] Compiling SwiftFrame NDArray+Manipulation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/35] Compiling SwiftFrame Statistics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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.
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.
20 | CblasRowMajor,
21 | CblasNoTrans,
[31/35] Compiling SwiftFrame SwiftFrame.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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.
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.
20 | CblasRowMajor,
21 | CblasNoTrans,
[32/35] Compiling SwiftFrame NDArray+Accelerate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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.
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.
20 | CblasRowMajor,
21 | CblasNoTrans,
[33/35] Compiling SwiftFrame PlotKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/35] Compiling SwiftFrame Correlation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/35] Compiling SwiftFrame Describe.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (8.77s)
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.