The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CubicSpline, reference main (de4bd2), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 03:42:33 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/quantumOrange/CubicSpline.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quantumOrange/CubicSpline
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de4bd20 start and end points
Cloned https://github.com/quantumOrange/CubicSpline.git
Revision (git rev-parse @):
de4bd20bbb22d1a0d0f0b2717ce40c5bbd2acb89
SUCCESS checkout https://github.com/quantumOrange/CubicSpline.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/quantumOrange/CubicSpline.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/10] Compiling CubicSpline Matrix.swift
[5/10] Compiling CubicSpline Flattenable.swift
[6/10] Compiling CubicSpline Array+Extensions.swift
[7/10] Compiling CubicSpline CubicCurve.swift
[8/10] Compiling CubicSpline CubicSpline+Callable.swift
[9/10] Compiling CubicSpline CubicSpline.swift
[10/10] Emitting module CubicSpline
[11/18] Compiling CubicSplineUI SIMD+CGpoint.swift
[12/18] Compiling CubicSplineUI Array+Extensions.swift
[13/18] Emitting module CubicSplineUI
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:13:9: warning: stored property 'spline' of 'Sendable'-conforming struct 'SplinePointsShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
11 | @available(iOS 13.0, macOS 10.15, *)
12 | struct SplinePointsShape:Shape {
13 |     let spline:CubicSpline<SIMD2<Double>>
   |         `- warning: stored property 'spline' of 'Sendable'-conforming struct 'SplinePointsShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
14 |
15 |     let radius:CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 22 | #endif
 23 |
 24 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
    |               `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 25 |     public var closed:Bool
 26 |     public var cubicCurves:[CubicCurve<S>]
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
 7 |
 8 | import SwiftUI
 9 | import CubicSpline
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
10 |
11 | @available(iOS 13.0, macOS 10.15, *)
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:14:9: warning: stored property 'spline' of 'Sendable'-conforming struct 'SplineShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
12 | @available(iOS 13.0, macOS 10.15, *)
13 | struct SplineShape : Shape {
14 |     let spline:CubicSpline<SIMD2<Double>>
   |         `- warning: stored property 'spline' of 'Sendable'-conforming struct 'SplineShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
15 |
16 |     func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 22 | #endif
 23 |
 24 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
    |               `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 25 |     public var closed:Bool
 26 |     public var cubicCurves:[CubicCurve<S>]
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
 8 | import Foundation
 9 | import SwiftUI
10 | import CubicSpline
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
11 |
12 | @available(iOS 13.0, macOS 10.15, *)
[14/18] Compiling CubicSplineUI SplineView.swift
[15/18] Compiling CubicSplineUI CGRecct+TransformToFill.swift
[16/18] Compiling CubicSplineUI CubicSpline+Path.swift
[17/18] Compiling CubicSplineUI SplineShape.swift
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:14:9: warning: stored property 'spline' of 'Sendable'-conforming struct 'SplineShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
12 | @available(iOS 13.0, macOS 10.15, *)
13 | struct SplineShape : Shape {
14 |     let spline:CubicSpline<SIMD2<Double>>
   |         `- warning: stored property 'spline' of 'Sendable'-conforming struct 'SplineShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
15 |
16 |     func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 22 | #endif
 23 |
 24 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
    |               `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 25 |     public var closed:Bool
 26 |     public var cubicCurves:[CubicCurve<S>]
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
 8 | import Foundation
 9 | import SwiftUI
10 | import CubicSpline
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
11 |
12 | @available(iOS 13.0, macOS 10.15, *)
[18/18] Compiling CubicSplineUI SplinePointsShape.swift
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:13:9: warning: stored property 'spline' of 'Sendable'-conforming struct 'SplinePointsShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
11 | @available(iOS 13.0, macOS 10.15, *)
12 | struct SplinePointsShape:Shape {
13 |     let spline:CubicSpline<SIMD2<Double>>
   |         `- warning: stored property 'spline' of 'Sendable'-conforming struct 'SplinePointsShape' has non-sendable type 'CubicSpline<SIMD2<Double>>'; this is an error in the Swift 6 language mode
14 |
15 |     let radius:CGFloat
/Users/admin/builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 22 | #endif
 23 |
 24 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
    |               `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
 25 |     public var closed:Bool
 26 |     public var cubicCurves:[CubicCurve<S>]
/Users/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
 7 |
 8 | import SwiftUI
 9 | import CubicSpline
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
10 |
11 | @available(iOS 13.0, macOS 10.15, *)
Build complete! (9.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CubicSpline",
  "name" : "CubicSpline",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CubicSpline",
      "targets" : [
        "CubicSpline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CubicSplineUI",
      "targets" : [
        "CubicSplineUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CubicSplineUI",
      "module_type" : "SwiftTarget",
      "name" : "CubicSplineUI",
      "path" : "Sources/CubicSplineUI",
      "product_memberships" : [
        "CubicSplineUI"
      ],
      "sources" : [
        "Array+Extensions.swift",
        "CGRecct+TransformToFill.swift",
        "CubicSpline+Path.swift",
        "SIMD+CGpoint.swift",
        "SplinePointsShape.swift",
        "SplineShape.swift",
        "SplineView.swift"
      ],
      "target_dependencies" : [
        "CubicSpline"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CubicSplineTests",
      "module_type" : "SwiftTarget",
      "name" : "CubicSplineTests",
      "path" : "Tests/CubicSplineTests",
      "sources" : [
        "CubicSpine3DTests.swift",
        "CubicSpline2DTests.swift",
        "CubicSpline4DTests.swift"
      ],
      "target_dependencies" : [
        "CubicSpline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CubicSpline",
      "module_type" : "SwiftTarget",
      "name" : "CubicSpline",
      "path" : "Sources/CubicSpline",
      "product_memberships" : [
        "CubicSpline",
        "CubicSplineUI"
      ],
      "sources" : [
        "Array+Extensions.swift",
        "CubicCurve.swift",
        "CubicSpline+Callable.swift",
        "CubicSpline.swift",
        "Flattenable.swift",
        "Matrix.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.