Build Information
Successful build of CubicSpline, reference 2.0.0 (17f97f), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 03:41:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quantumOrange/CubicSpline.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quantumOrange/CubicSpline
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 17f97f8 Merge branch 'cubic3d'
Cloned https://github.com/quantumOrange/CubicSpline.git
Revision (git rev-parse @):
17f97f8bb0945e0e15bfd3db7c62cc9662235e1e
SUCCESS checkout https://github.com/quantumOrange/CubicSpline.git at 2.0.0
========================================
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] Emitting module CubicSpline
[5/10] Compiling CubicSpline CubicCurve.swift
[6/10] Compiling CubicSpline Matrix.swift
[7/10] Compiling CubicSpline Flattenable.swift
[8/10] Compiling CubicSpline CubicSpline.swift
[9/10] Compiling CubicSpline Array+Extensions.swift
[10/10] Compiling CubicSpline CubicSpline+Callable.swift
[11/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:23:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
21 | #endif
22 |
23 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
| `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
24 | public var closed:Bool
25 | 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, *)
[12/18] Compiling CubicSplineUI SIMD+CGpoint.swift
[13/18] Compiling CubicSplineUI SplineView.swift
[14/18] Compiling CubicSplineUI CubicSpline+Path.swift
[15/18] Compiling CubicSplineUI Array+Extensions.swift
[16/18] Compiling CubicSplineUI CGRecct+TransformToFill.swift
[17/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:23:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
21 | #endif
22 |
23 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
| `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
24 | public var closed:Bool
25 | 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, *)
[18/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:23:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
21 | #endif
22 |
23 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
| `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
24 | public var closed:Bool
25 | 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:23:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
21 | #endif
22 |
23 | public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
| `- note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
24 | public var closed:Bool
25 | 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, *)
Build complete! (9.54s)
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.