The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.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/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:             5.10
Building package at path:  $workDir
https://github.com/quantumOrange/CubicSpline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/10] Compiling CubicSpline Flattenable.swift
[5/10] Compiling CubicSpline Matrix.swift
[6/10] Compiling CubicSpline CubicCurve.swift
[7/10] Compiling CubicSpline CubicSpline.swift
[8/10] Emitting module CubicSpline
[9/10] Compiling CubicSpline CubicSpline+Callable.swift
[10/10] Compiling CubicSpline Array+Extensions.swift
[11/18] Compiling CubicSplineUI SplineView.swift
[12/18] Compiling CubicSplineUI SIMD+CGpoint.swift
[13/18] Compiling CubicSplineUI Array+Extensions.swift
[14/18] Compiling CubicSplineUI CGRecct+TransformToFill.swift
[15/18] Compiling CubicSplineUI CubicSpline+Path.swift
[16/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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/admin/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/admin/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/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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
[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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplinePointsShape.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
[18/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>>'
    let spline:CubicSpline<SIMD2<Double>>
        ^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/CubicSplineUI/SplineShape.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CubicSpline'
import CubicSpline
^
@preconcurrency
Build complete! (15.99s)
2024-02-26 16:45:36.976 xcodebuild[520:2898] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-26 16:45:37.398 xcodebuild[521:2905] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
Build complete.
Done.