This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SigmaSwiftStatistics with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/evgenyneu/SigmaSwiftStatistics.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/evgenyneu/SigmaSwiftStatistics
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 35b2318 Swift package manager
Cloned https://github.com/evgenyneu/SigmaSwiftStatistics.git
Revision (git rev-parse @):
35b231856e175119ac3030d32a0366f7e266726b
SUCCESS checkout https://github.com/evgenyneu/SigmaSwiftStatistics.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/evgenyneu/SigmaSwiftStatistics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/19] Compiling SigmaSwiftStatistics UniqueValues.swift
[4/20] Compiling SigmaSwiftStatistics Percentile.swift
/Users/admin/builder/spi-builder-workspace/SigmaSwiftStatistics/Quantiles.swift:22:14: warning: static property 'quantiles' is not concurrency-safe because non-'Sendable' type 'SigmaQuantiles' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |   */
 22 |   static let quantiles = SigmaQuantiles()
    |              |- warning: static property 'quantiles' is not concurrency-safe because non-'Sendable' type 'SigmaQuantiles' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'quantiles' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 | }
 24 |
 25 | public class SigmaQuantiles {
    |              `- note: class 'SigmaQuantiles' does not conform to the 'Sendable' protocol
 26 |   /*
 27 |
[5/20] Compiling SigmaSwiftStatistics Quantiles.swift
/Users/admin/builder/spi-builder-workspace/SigmaSwiftStatistics/Quantiles.swift:22:14: warning: static property 'quantiles' is not concurrency-safe because non-'Sendable' type 'SigmaQuantiles' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |   */
 22 |   static let quantiles = SigmaQuantiles()
    |              |- warning: static property 'quantiles' is not concurrency-safe because non-'Sendable' type 'SigmaQuantiles' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'quantiles' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 | }
 24 |
 25 | public class SigmaQuantiles {
    |              `- note: class 'SigmaQuantiles' does not conform to the 'Sendable' protocol
 26 |   /*
 27 |
[6/20] Compiling SigmaSwiftStatistics Rank.swift
[7/20] Compiling SigmaSwiftStatistics Sigma.swift
[8/20] Compiling SigmaSwiftStatistics Skewness.swift
[9/20] Compiling SigmaSwiftStatistics StandardDeviation.swift
[10/20] Compiling SigmaSwiftStatistics StandardErrorOfTheMean.swift
[11/20] Compiling SigmaSwiftStatistics Normal.swift
[12/20] Compiling SigmaSwiftStatistics Pearson.swift
[13/20] Compiling SigmaSwiftStatistics Covariance.swift
[14/20] Compiling SigmaSwiftStatistics Frequencies.swift
[15/20] Compiling SigmaSwiftStatistics CentralMoment.swift
[16/20] Compiling SigmaSwiftStatistics CoefficientVariation.swift
[17/20] Emitting module SigmaSwiftStatistics
/Users/admin/builder/spi-builder-workspace/SigmaSwiftStatistics/Quantiles.swift:22:14: warning: static property 'quantiles' is not concurrency-safe because non-'Sendable' type 'SigmaQuantiles' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |
 21 |   */
 22 |   static let quantiles = SigmaQuantiles()
    |              |- warning: static property 'quantiles' is not concurrency-safe because non-'Sendable' type 'SigmaQuantiles' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'quantiles' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 23 | }
 24 |
 25 | public class SigmaQuantiles {
    |              `- note: class 'SigmaQuantiles' does not conform to the 'Sendable' protocol
 26 |   /*
 27 |
[18/20] Compiling SigmaSwiftStatistics Kurtosis.swift
[19/20] Compiling SigmaSwiftStatistics Median.swift
[20/20] Compiling SigmaSwiftStatistics Variance.swift
Build complete! (22.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SigmaSwiftStatistics",
  "name" : "SigmaSwiftStatistics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SigmaSwiftStatistics",
      "targets" : [
        "SigmaSwiftStatistics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SigmaSwiftStatistics",
      "module_type" : "SwiftTarget",
      "name" : "SigmaSwiftStatistics",
      "path" : "SigmaSwiftStatistics",
      "product_memberships" : [
        "SigmaSwiftStatistics"
      ],
      "sources" : [
        "CentralMoment.swift",
        "CoefficientVariation.swift",
        "Covariance.swift",
        "Frequencies.swift",
        "Kurtosis.swift",
        "Median.swift",
        "Normal.swift",
        "Pearson.swift",
        "Percentile.swift",
        "Quantiles.swift",
        "Rank.swift",
        "Sigma.swift",
        "Skewness.swift",
        "StandardDeviation.swift",
        "StandardErrorOfTheMean.swift",
        "UniqueValues.swift",
        "Variance.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.