The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Motion 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.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/b3ll/Motion.git
Reference: v0.1.5
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/b3ll/Motion
 * tag               v0.1.5     -> FETCH_HEAD
HEAD is now at d0439dd Use Arm64 Image for GitHub Actions
Cloned https://github.com/b3ll/Motion.git
Revision (git rev-parse @):
d0439dd8f31ef16c3e17ef12e8d1921b00341d67
SUCCESS checkout https://github.com/b3ll/Motion.git at v0.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/b3ll/Motion.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Compiling _NumericsShims _NumericsShims.c
[4/13] Emitting module RealModule
[5/14] Compiling RealModule AlgebraicField.swift
[6/14] Compiling RealModule ApproximateEquality.swift
[7/14] Compiling RealModule Float+Real.swift
[8/14] Compiling RealModule Real.swift
[9/14] Compiling RealModule Float80+Real.swift
[10/14] Compiling RealModule ElementaryFunctions.swift
[11/14] Compiling RealModule Float16+Real.swift
[12/14] Compiling RealModule AugmentedArithmetic.swift
[13/14] Compiling RealModule Double+Real.swift
[14/14] Compiling RealModule RealFunctions.swift
[15/32] Compiling Motion CoreAnimationHelpers.swift
[16/32] Compiling Motion NSScreen+AnimationEnvironment.swift
[17/34] Compiling Motion AnimationDriver.swift
[18/34] Compiling Motion AnimationEnvironmentProxy.swift
[19/34] Compiling Motion EquatableEnough.swift
[20/34] Compiling Motion SIMDRepresentable.swift
[21/34] Compiling Motion Animator.swift
[22/34] Compiling Motion CAKeyframeAnimationEmittable.swift
[23/34] Compiling Motion SpringAnimation.swift
[24/34] Compiling Motion ValueAnimation.swift
[25/34] Compiling Motion AnimationEnvironment.swift
[26/34] Compiling Motion AnimationGroup.swift
[27/34] Compiling Motion BasicAnimation.swift
[28/34] Compiling Motion DecayAnimation.swift
[29/34] Compiling Motion RubberBanding.swift
[30/34] Compiling Motion Synchronized.swift
[31/34] Emitting module Motion
[32/34] Compiling Motion DecayFunction.swift
[33/34] Compiling Motion EasingFunctions.swift
[34/34] Compiling Motion SpringFunction.swift
[35/38] Emitting module Graphing
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/EasingFunctionGraph.swift:16:16: warning: stored property 'easingFunction' of 'Sendable'-conforming struct 'EasingFunctionShape' has non-sendable type 'EasingFunction<CGFloat>'
    public let easingFunction: EasingFunction<CGFloat>
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Motion/Animations/Functions/EasingFunctions.swift:16:15: note: generic struct 'EasingFunction' does not conform to the 'Sendable' protocol
public struct EasingFunction<Value: SIMDRepresentable>: Hashable {
              ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/EasingFunctionGraph.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Motion'
import Motion
^
@preconcurrency
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:21:16: warning: stored property 'animation' of 'Sendable'-conforming struct 'ValueAnimationShape' has non-sendable type 'ValueAnimation<CGFloat>'
    public let animation: ValueAnimation<CGFloat>
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Motion/Animations/ValueAnimation.swift:125:14: note: generic class 'ValueAnimation' does not conform to the 'Sendable' protocol
public class ValueAnimation<Value: SIMDRepresentable>: Animation {
             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Motion'
import Motion
^
@preconcurrency
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:23:16: warning: stored property 'graphType' of 'Sendable'-conforming struct 'ValueAnimationShape' has non-sendable type 'ValueAnimationShape.GraphType'
    public let graphType: GraphType
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:16:17: note: consider making enum 'GraphType' conform to the 'Sendable' protocol
    public enum GraphType {
                ^
                          : Sendable
[36/38] Compiling Graphing CurveGrapher.swift
[37/38] Compiling Graphing EasingFunctionGraph.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/EasingFunctionGraph.swift:16:16: warning: stored property 'easingFunction' of 'Sendable'-conforming struct 'EasingFunctionShape' has non-sendable type 'EasingFunction<CGFloat>'
    public let easingFunction: EasingFunction<CGFloat>
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Motion/Animations/Functions/EasingFunctions.swift:16:15: note: generic struct 'EasingFunction' does not conform to the 'Sendable' protocol
public struct EasingFunction<Value: SIMDRepresentable>: Hashable {
              ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/EasingFunctionGraph.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Motion'
import Motion
^
@preconcurrency
[38/38] Compiling Graphing ValueAnimationGraph.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:21:16: warning: stored property 'animation' of 'Sendable'-conforming struct 'ValueAnimationShape' has non-sendable type 'ValueAnimation<CGFloat>'
    public let animation: ValueAnimation<CGFloat>
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Motion/Animations/ValueAnimation.swift:125:14: note: generic class 'ValueAnimation' does not conform to the 'Sendable' protocol
public class ValueAnimation<Value: SIMDRepresentable>: Animation {
             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:10:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Motion'
import Motion
^
@preconcurrency
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:23:16: warning: stored property 'graphType' of 'Sendable'-conforming struct 'ValueAnimationShape' has non-sendable type 'ValueAnimationShape.GraphType'
    public let graphType: GraphType
               ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Graphing/ValueAnimationGraph.swift:16:17: note: consider making enum 'GraphType' conform to the 'Sendable' protocol
    public enum GraphType {
                ^
                          : Sendable
Build complete! (20.72s)
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.24s)
Fetched https://github.com/apple/swift-numerics (0.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.04s)
Fetched https://github.com/apple/swift-docc-symbolkit (0.32s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.03s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.05s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Build complete.
Done.

Build Machine: Mac 7