The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CubicSpline with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quantumOrange/CubicSpline.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cubicspline",
      "name": "CubicSpline",
      "url": "https://github.com/quantumOrange/CubicSpline.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CubicSpline",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/quantumOrange/CubicSpline.git from cache
Fetched https://github.com/quantumOrange/CubicSpline.git (0.24s)
Creating working copy for https://github.com/quantumOrange/CubicSpline.git
Working copy of https://github.com/quantumOrange/CubicSpline.git resolved at main
warning: '.resolve-product-dependencies': dependency 'cubicspline' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/quantumOrange/CubicSpline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling CubicSpline CubicSpline.swift
[2/7] Compiling CubicSpline Flattenable.swift
[3/7] Compiling CubicSpline Matrix.swift
[4/7] Compiling CubicSpline Array+Extensions.swift
[5/7] Emitting module CubicSpline
[6/7] Compiling CubicSpline CubicCurve.swift
[7/7] Compiling CubicSpline CubicSpline+Callable.swift
[8/15] Compiling CubicSplineUI SplineShape.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
[9/15] Compiling CubicSplineUI SIMD+CGpoint.swift
[10/15] Compiling CubicSplineUI CGRecct+TransformToFill.swift
[11/15] Compiling CubicSplineUI CubicSpline+Path.swift
[12/15] Compiling CubicSplineUI Array+Extensions.swift
[13/15] Emitting module CubicSplineUI
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
[14/15] Compiling CubicSplineUI SplinePointsShape.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:24:15: note: generic struct 'CubicSpline' does not conform to the 'Sendable' protocol
public struct CubicSpline<S:Flattenable> where S.Scalar == Double {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
[15/15] Compiling CubicSplineUI SplineView.swift
Build complete! (7.75s)
Build complete.
Done.