The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/b3ll/Motion.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/b3ll/Motion
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c9a57f9 Update README.md
Cloned https://github.com/b3ll/Motion.git
Revision (git rev-parse @):
c9a57f9d2b9d0a1e1b905753175e75a422d381d5
SUCCESS checkout https://github.com/b3ll/Motion.git at main
========================================
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] Compiling RealModule Float80+Real.swift
[5/14] Compiling RealModule RealFunctions.swift
[6/14] Compiling RealModule Real.swift
[7/14] Compiling RealModule Float+Real.swift
[8/14] Compiling RealModule Float16+Real.swift
[9/14] Compiling RealModule ElementaryFunctions.swift
[10/14] Compiling RealModule AlgebraicField.swift
[11/14] Compiling RealModule ApproximateEquality.swift
[12/14] Emitting module RealModule
[13/14] Compiling RealModule AugmentedArithmetic.swift
[14/14] Compiling RealModule Double+Real.swift
[15/32] Compiling Motion AnimationGroup.swift
[16/32] Compiling Motion BasicAnimation.swift
[17/32] Compiling Motion DecayAnimation.swift
[18/34] Compiling Motion AnimationDriver.swift
[19/34] Compiling Motion AnimationEnvironmentProxy.swift
[20/34] Compiling Motion EquatableEnough.swift
[21/34] Compiling Motion SIMDRepresentable.swift
[22/34] Compiling Motion SpringAnimation.swift
[23/34] Compiling Motion ValueAnimation.swift
[24/34] Compiling Motion AnimationEnvironment.swift
[25/34] Compiling Motion Animator.swift
[26/34] Compiling Motion CAKeyframeAnimationEmittable.swift
[27/34] Compiling Motion RubberBanding.swift
[28/34] Compiling Motion Synchronized.swift
[29/34] Emitting module Motion
[30/34] Compiling Motion CoreAnimationHelpers.swift
[31/34] Compiling Motion NSScreen+AnimationEnvironment.swift
[32/34] Compiling Motion DecayFunction.swift
[33/34] Compiling Motion EasingFunctions.swift
[34/34] Compiling Motion SpringFunction.swift
[35/38] Compiling Graphing EasingFunctionGraph.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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
[36/38] Emitting module Graphing
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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
[37/38] Compiling Graphing ValueAnimationGraph.swift
/Users/builder/builds/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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/TDmZkXJm/1/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
[38/38] Compiling Graphing CurveGrapher.swift
Build complete! (21.00s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-plugin (0.52s)
Fetched https://github.com/apple/swift-numerics (0.66s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.05s)
Fetched https://github.com/apple/swift-docc-symbolkit (0.86s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.07s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.19s)
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.