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.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quantumOrange/CubicSpline.git
Reference: 2.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/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/1/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.23s)
Creating working copy for https://github.com/quantumOrange/CubicSpline.git
Working copy of https://github.com/quantumOrange/CubicSpline.git resolved at 2.0.0
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 Matrix.swift
[2/7] Compiling CubicSpline Flattenable.swift
[3/7] Compiling CubicSpline CubicCurve.swift
[4/7] Compiling CubicSpline CubicSpline+Callable.swift
[5/7] Emitting module CubicSpline
[6/7] Compiling CubicSpline Array+Extensions.swift
[7/7] Compiling CubicSpline CubicSpline.swift
[8/15] Emitting module CubicSplineUI
/Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:23: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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:23: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/1/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 Array+Extensions.swift
[11/15] Compiling CubicSplineUI CubicSpline+Path.swift
[12/15] Compiling CubicSplineUI SplinePointsShape.swift
/Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:23: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/1/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
[13/15] Compiling CubicSplineUI SplineShape.swift
/Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CubicSpline/CubicSpline.swift:23: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/1/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 SplineView.swift
[15/15] Compiling CubicSplineUI CGRecct+TransformToFill.swift
Build complete! (9.27s)
Build complete.
Done.