The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flocked/Anima.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/flocked/Anima
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8440c18 Update AnimatableArray.swift
Cloned https://github.com/flocked/Anima.git
Revision (git rev-parse @):
8440c18ff13d1194327a34936a2f059bb103f209
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/flocked/Anima.git at main
Fetching https://github.com/b3ll/Decomposed.git from cache
Fetched https://github.com/b3ll/Decomposed.git from cache (0.16s)
Creating working copy for https://github.com/b3ll/Decomposed.git
Working copy of https://github.com/b3ll/Decomposed.git resolved at main (225ec77)
========================================
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": "anima",
      "name": "Anima",
      "url": "https://github.com/flocked/Anima.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Anima",
      "dependencies": [
        {
          "identity": "decomposed",
          "name": "Decomposed",
          "url": "https://github.com/b3ll/Decomposed.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Decomposed",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/flocked/Anima.git from cache
Fetched https://github.com/flocked/Anima.git from cache (0.18s)
Fetching https://github.com/b3ll/Decomposed.git from cache
Fetched https://github.com/b3ll/Decomposed.git from cache (0.14s)
Creating working copy for https://github.com/flocked/Anima.git
Working copy of https://github.com/flocked/Anima.git resolved at main (8440c18)
Creating working copy for https://github.com/b3ll/Decomposed.git
Working copy of https://github.com/b3ll/Decomposed.git resolved at main (225ec77)
warning: '.resolve-product-dependencies': dependency 'anima' is not used by any target
Found 1 product dependencies
  - Decomposed
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/flocked/Anima.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/11] Compiling Decomposed Globals.swift
[5/12] Compiling Decomposed Interpolatable.swift
[6/12] Compiling Decomposed CATransform3DConvenienceExtensions.swift
[7/12] Compiling Decomposed CALayerExtensions.swift
[8/12] Compiling Decomposed CATransform3DExtensions.swift
[9/12] Emitting module Decomposed
[10/12] Compiling Decomposed CGFloatVectorTypes.swift
[11/12] Compiling Decomposed SIMDConvenienceExtensions.swift
[12/12] Compiling Decomposed SIMDDecomposed.swift
[13/69] Compiling Anima AnimationProvider.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[14/69] Compiling Anima PropertyAnimator+Layer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[15/69] Compiling Anima PropertyAnimator+Layout.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[16/69] Compiling Anima PropertyAnimator+Popover.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[17/69] Compiling Anima PropertyAnimator+View.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[18/69] Compiling Anima PropertyAnimator+Window.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[19/69] Compiling Anima PropertyAnimator.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[20/69] Compiling Anima AnimatingState.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/AnimatablePropertyProvider/PropertyAnimator.swift:178:20: warning: value 'current' was defined but never used; consider replacing with boolean test
            if let current = currentAnimation as? CubicAnimation<Value> {
               ~~~~^~~~~~~~~~                 ~~~
                                              is
[21/77] Compiling Anima NSUIColor+.swift
[22/77] Compiling Anima CALayer+.swift
[23/77] Compiling Anima CAMediaTimingFunction+.swift
[24/77] Compiling Anima CATransform3D+.swift
[25/77] Compiling Anima InnerShadowLayer.swift
[26/77] Compiling Anima DisplayLink+Combine.swift
[27/77] Compiling Anima KeyValueObserver.swift
[28/77] Compiling Anima NSObject+Observe.swift
[29/77] Compiling Anima TimingFunction.swift
[30/77] Compiling Anima ColorAnimation.swift
[31/77] Compiling Anima Keyframe.swift
[32/77] Compiling Anima PropertyAnimation.swift
[33/77] Compiling Anima Spring.swift
[34/77] Compiling Anima SpringAnimation.swift
[35/77] Compiling Anima AssociatedValue.swift
[36/77] Compiling Anima CGColor+.swift
[37/77] Compiling Anima NSValue+.swift
[38/77] Compiling Anima Number+FloatInitializable.swift
[39/77] Compiling Anima Sequence+Sort.swift
[40/77] Compiling Anima TimeInterval+.swift
[41/77] Compiling Anima VectorArithmetic+.swift
[42/77] Compiling Anima NSUI Typealias.swift
[43/77] Compiling Anima Optional.swift
[44/77] Compiling Anima NSScrollView+.swift
[45/77] Emitting module Anima
[46/77] Compiling Anima Anima+AnimationConfiguration.swift
[47/77] Compiling Anima Anima+AnimationOptions.swift
[48/77] Compiling Anima Anima+AnimationState.swift
[49/77] Compiling Anima Anima.swift
[50/77] Compiling Anima AnimationController.swift
[51/77] Compiling Anima AnimatableArray.swift
[52/77] Compiling Anima AnimatableProperty.swift
[53/77] Compiling Anima AnimatablePropertyProvider.swift
[54/77] Compiling Anima NotificationCenter+.swift
[55/77] Compiling Anima KeyPath+.swift
[56/77] Compiling Anima ApproximateEquatable.swift
[57/77] Compiling Anima CVTimeStamp+.swift
[58/77] Compiling Anima Comparable+Clamp.swift
[59/77] Compiling Anima CoreGraphics+.swift
[60/77] Compiling Anima NSUIBezierpath+.swift
[61/77] Compiling Anima NSUIEdgeInset+.swift
[62/77] Compiling Anima AnimationEvent.swift
[63/77] Compiling Anima AnimationPosition.swift
[64/77] Compiling Anima AnimationProviding.swift
[65/77] Compiling Anima CubicAnimation.swift
[66/77] Compiling Anima CubicFunction.swift
[67/77] Compiling Anima DecayAnimation.swift
[68/77] Compiling Anima DecayFunction.swift
[69/77] Compiling Anima EasingAnimation.swift
[70/77] Compiling Anima NSUITextField+.swift
[71/77] Compiling Anima NSUIView+.swift
[72/77] Compiling Anima CAKeyframeAnimationEmittable+Layer.swift
[73/77] Compiling Anima CAKeyframeAnimationEmittable.swift
[74/77] Compiling Anima CAKeyframeAnimationValueConvertible.swift
[75/77] Compiling Anima BorderConfiguration.swift
[76/77] Compiling Anima ShadowConfiguration.swift
[77/77] Compiling Anima Rubberband.swift
Build complete! (8.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "decomposed",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/b3ll/Decomposed.git"
    }
  ],
  "manifest_display_name" : "Anima",
  "name" : "Anima",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Anima",
      "targets" : [
        "Anima"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnimaTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimaTests",
      "path" : "Tests/AnimaTests",
      "sources" : [
        "AnimaTests.swift"
      ],
      "target_dependencies" : [
        "Anima"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Anima",
      "module_type" : "SwiftTarget",
      "name" : "Anima",
      "path" : "Sources/Anima",
      "product_dependencies" : [
        "Decomposed"
      ],
      "product_memberships" : [
        "Anima"
      ],
      "sources" : [
        "Anima/Anima+AnimationConfiguration.swift",
        "Anima/Anima+AnimationOptions.swift",
        "Anima/Anima+AnimationState.swift",
        "Anima/Anima.swift",
        "Anima/AnimationController.swift",
        "AnimatableProperty/AnimatableArray.swift",
        "AnimatableProperty/AnimatableProperty.swift",
        "AnimatablePropertyProvider/AnimatablePropertyProvider.swift",
        "AnimatablePropertyProvider/AnimationProvider.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layer.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layout.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Popover.swift",
        "AnimatablePropertyProvider/PropertyAnimator+View.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Window.swift",
        "AnimatablePropertyProvider/PropertyAnimator.swift",
        "AnimationProviding/AnimatingState.swift",
        "AnimationProviding/AnimationEvent.swift",
        "AnimationProviding/AnimationPosition.swift",
        "AnimationProviding/AnimationProviding.swift",
        "Animations/Cubic/CubicAnimation.swift",
        "Animations/Cubic/CubicFunction.swift",
        "Animations/Decay/DecayAnimation.swift",
        "Animations/Decay/DecayFunction.swift",
        "Animations/Easing/EasingAnimation.swift",
        "Animations/Easing/TimingFunction.swift",
        "Animations/Misc/ColorAnimation.swift",
        "Animations/Misc/Keyframe.swift",
        "Animations/Property/PropertyAnimation.swift",
        "Animations/Spring/Spring.swift",
        "Animations/Spring/SpringAnimation.swift",
        "Extensions/AssociatedValue.swift",
        "Extensions/Colors/CGColor+.swift",
        "Extensions/Colors/NSUIColor+.swift",
        "Extensions/CoreAnimation/CALayer+.swift",
        "Extensions/CoreAnimation/CAMediaTimingFunction+.swift",
        "Extensions/CoreAnimation/CATransform3D+.swift",
        "Extensions/CoreAnimation/InnerShadowLayer.swift",
        "Extensions/DisplayLink+Combine.swift",
        "Extensions/KVO/KeyValueObserver.swift",
        "Extensions/KVO/NSObject+Observe.swift",
        "Extensions/KVO/NotificationCenter+.swift",
        "Extensions/KeyPath+.swift",
        "Extensions/Math & Geometry/ApproximateEquatable.swift",
        "Extensions/Math & Geometry/CVTimeStamp+.swift",
        "Extensions/Math & Geometry/Comparable+Clamp.swift",
        "Extensions/Math & Geometry/CoreGraphics+.swift",
        "Extensions/Math & Geometry/NSUIBezierpath+.swift",
        "Extensions/Math & Geometry/NSUIEdgeInset+.swift",
        "Extensions/Math & Geometry/NSValue+.swift",
        "Extensions/Math & Geometry/Number+FloatInitializable.swift",
        "Extensions/Math & Geometry/Sequence+Sort.swift",
        "Extensions/Math & Geometry/TimeInterval+.swift",
        "Extensions/Math & Geometry/VectorArithmetic+.swift",
        "Extensions/NSUI Typealias.swift",
        "Extensions/Optional.swift",
        "Extensions/Views/NSScrollView+.swift",
        "Extensions/Views/NSUITextField+.swift",
        "Extensions/Views/NSUIView+.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift",
        "Misc/ContentConfiguration/BorderConfiguration.swift",
        "Misc/ContentConfiguration/ShadowConfiguration.swift",
        "Misc/Rubberband.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/flocked/anima/main
Repository:               flocked/Anima
Swift version used:       5.10
Target:                   Anima
Generating documentation for 'Anima'...
Converting documentation...
warning: 'target' doesn't exist at '/Anima/Anima/AnimationOptions/autoStart'
  --> ../../Anima/Anima+AnimationOptions.swift:24:59-24:65
22 |         public static let autoreverse = AnimationOptions(rawValue: 1 << 2)
23 |
24 +         /// The animation automatically starts when the ``target`` value changes.
25 |         public static let autoStart = AnimationOptions(rawValue: 1 << 3)
26 |
warning: 'startValue' doesn't exist at '/Anima/PropertyAnimation'
  --> ../../Animations/Property/PropertyAnimation.swift:27:4-27:14
25 |  ## Update animation values
26 |
27 +  ``startValue`` is value when the animation starts. Make sure to update it on start as it's used as value when the position of ``stop(at:immediately:)`` is `start`.
   |    ╰─suggestion: Replace 'startValue' with 'start(afterDelay:)'
28 |
29 |  ``target`` is the target value of the animation. Your animation should stop when it reaches the animation by calling ``stop(at:immediately:)``.
warning: 'valueChanged' doesn't exist at '/Anima/SpringAnimation'
  --> Anima.md:66:89-66:101
64 | - ``SpringAnimation``
65 |
66 + To create an animation you provide an initial value, target value and ``SpringAnimation/valueChanged``, a block that gets called whenever the animation's current value changes.
67 |
68 | Example of a spring animation:
warning: 'PropertyAnimationProviding' doesn't exist at '/Anima'
   --> Anima.md:138:5-138:31
136 |
137 | - ``AnimationProvider``
138 + - ``PropertyAnimationProviding``
    |     ├─suggestion: Replace 'PropertyAnimationProviding' with 'PropertyAnimation'
    |     ├─suggestion: Replace 'PropertyAnimationProviding' with 'PropertyAnimator'
    |     ├─suggestion: Replace 'PropertyAnimationProviding' with 'AnimationProviding'
    |     ├─suggestion: Replace 'PropertyAnimationProviding' with 'Property-Based-Animation'
    |     ╰─suggestion: Replace 'PropertyAnimationProviding' with 'AnimationProvider'
139 | - ``CAKeyframeAnimationEmittable``
140 | - ``CAKeyframeAnimationValueConvertible``
warning: 'valueChanged' doesn't exist at '/Anima/SpringAnimation'
  --> Docs/Animations.md:13:19-13:31
11 | To change the state of the animation, use      ``AnimationProviding/start(afterDelay:)``, ``AnimationProviding/pause()`` and ``AnimationProviding/stop(at:immediately:)``.
12 |
13 + ``SpringAnimation/valueChanged`` gets called whenever the current value of the animation changes.
14 |
15 | ```swift
warning: 'completion' doesn't exist at '/Anima/SpringAnimation'
  --> Docs/Animations.md:23:19-23:29
21 | ```
22 |
23 + ``SpringAnimation/completion`` gets called when the animation either finishes, or "re-targets" to a new target value.
24 |
25 | ```swift
warning: 'preventUserInteraction' doesn't exist at '/Anima/Anima/AnimationOptions'
  --> Extensions/Anima+AnimationOptions.md:12:5-12:27
10 | - ``autoStart``
11 | - ``resetSpringVelocity``
12 + - ``preventUserInteraction``
13 |
14 | ### Initializers
warning: 'directionalLayoutMargins' doesn't exist at '/Anima/ViewAnimator'
  --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:22:5-22:29
20 | - ``size``
21 | - ``anchorPoint``
22 + - ``directionalLayoutMargins``
23 | - ``alpha``
24 | - ``backgroundColor``
warning: 'tintColor-50ytj' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:105:5-105:20
103 | ### UIButton
104 |
105 + - ``tintColor-50ytj``
    |     ├─suggestion: Replace 'tintColor-50ytj' with 'contentTintColor'
    |     ╰─suggestion: Replace 'tintColor-50ytj' with 'textColor'
106 |
107 | ### UIColorWell
warning: 'selectedColor' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:109:5-109:18
107 | ### UIColorWell
108 |
109 + - ``selectedColor``
110 |
111 | ### UIImageView
warning: 'tintColor-58ga' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:113:5-113:19
111 | ### UIImageView
112 |
113 + - ``tintColor-58ga``
    |     ├─suggestion: Replace 'tintColor-58ga' with 'contentTintColor'
    |     ╰─suggestion: Replace 'tintColor-58ga' with 'textColor'
114 |
115 | ### UILabel
warning: '1ppx6' isn't a disambiguation for 'fontSize' at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:117:13-117:19
115 | ### UILabel
116 |
117 + - ``fontSize-1ppx6``
    |             ├─suggestion: Replace '1ppx6' with '2t9f3' for'var fontSize: CGFloat { get set }'
    |             ╰─suggestion: Replace '1ppx6' with '3yvwy' for'var fontSize: CGFloat { get set }'
118 | - ``textColor-1hwys``
119 |
warning: '1hwys' isn't a disambiguation for 'textColor' at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:118:14-118:20
116 |
117 | - ``fontSize-1ppx6``
118 + - ``textColor-1hwys``
    |              ├─suggestion: Replace '1hwys' with '3klxp' for'var textColor: NSColor { get set }'
    |              ├─suggestion: Replace '1hwys' with '3yp1n' for'var textColor: NSColor? { get set }'
    |              ╰─suggestion: Replace '1hwys' with '44e46' for'var textColor: NSColor? { get set }'
119 |
120 | ### UIProgressView
warning: 'progress' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:122:5-122:13
120 | ### UIProgressView
121 |
122 + - ``progress``
123 |
124 | ### UIScrollView
warning: 'contentInset' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:126:5-126:17
124 | ### UIScrollView
125 |
126 + - ``contentInset``
    |     ╰─suggestion: Replace 'contentInset' with 'contentViewMargins'
127 | - ``contentOffset``
128 | - ``contentSize``
warning: 'contentOffset' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:127:5-127:18
125 |
126 | - ``contentInset``
127 + - ``contentOffset``
    |     ├─suggestion: Replace 'contentOffset' with 'documentOffset'
    |     ├─suggestion: Replace 'contentOffset' with 'contentViewMargins'
    |     ╰─suggestion: Replace 'contentOffset' with 'documentOffsetFractional'
128 | - ``contentSize``
129 | - ``zoomScale``
warning: 'contentSize' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:128:5-128:16
126 | - ``contentInset``
127 | - ``contentOffset``
128 + - ``contentSize``
    |     ├─suggestion: Replace 'contentSize' with 'contentViewMargins'
    |     ╰─suggestion: Replace 'contentSize' with 'documentSize'
129 | - ``zoomScale``
130 |
warning: 'zoomScale' doesn't exist at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:129:5-129:14
127 | - ``contentOffset``
128 | - ``contentSize``
129 + - ``zoomScale``
130 |
131 | ### UITextField
warning: 'hq5n' isn't a disambiguation for 'fontSize' at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:133:13-133:18
131 | ### UITextField
132 |
133 + - ``fontSize-hq5n``
    |             ├─suggestion: Replace 'hq5n' with '2t9f3' for'var fontSize: CGFloat { get set }'
    |             ╰─suggestion: Replace 'hq5n' with '3yvwy' for'var fontSize: CGFloat { get set }'
134 | - ``textColor-faze``
135 |
warning: 'faze' isn't a disambiguation for 'textColor' at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:134:14-134:19
132 |
133 | - ``fontSize-hq5n``
134 + - ``textColor-faze``
    |              ├─suggestion: Replace 'faze' with '3klxp' for'var textColor: NSColor { get set }'
    |              ├─suggestion: Replace 'faze' with '3yp1n' for'var textColor: NSColor? { get set }'
    |              ╰─suggestion: Replace 'faze' with '44e46' for'var textColor: NSColor? { get set }'
135 |
136 | ### UITextView
warning: '3dgk6' isn't a disambiguation for 'fontSize' at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:138:13-138:19
136 | ### UITextView
137 |
138 + - ``fontSize-3dgk6``
    |             ├─suggestion: Replace '3dgk6' with '2t9f3' for'var fontSize: CGFloat { get set }'
    |             ╰─suggestion: Replace '3dgk6' with '3yvwy' for'var fontSize: CGFloat { get set }'
139 | - ``textColor-9l755``
warning: '9l755' isn't a disambiguation for 'textColor' at '/Anima/ViewAnimator'
   --> Extensions/AnimatablePropertyProvider/ViewAnimator.md:139:14-139:20
137 |
138 | - ``fontSize-3dgk6``
139 + - ``textColor-9l755``
    |              ├─suggestion: Replace '9l755' with '3klxp' for'var textColor: NSColor { get set }'
    |              ├─suggestion: Replace '9l755' with '3yp1n' for'var textColor: NSColor? { get set }'
    |              ╰─suggestion: Replace '9l755' with '44e46' for'var textColor: NSColor? { get set }'
warning: 'easeInCirc' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:19:6-19:16
17 | ### Circular
18 |
19 + -  ``easeInCirc``
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInCircular'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInCubic'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInEaseOutCircular'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInQuadic'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInBack'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInElastic'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInQuartic'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInQuintic'
   |      ├─suggestion: Replace 'easeInCirc' with 'easeInSine'
   |      ╰─suggestion: Replace 'easeInCirc' with 'easeInBounce'
20 | -  ``easeOutCirc``
21 | -  ``easeInEaseOutCirc``
warning: 'easeOutCirc' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:20:6-20:17
18 |
19 | -  ``easeInCirc``
20 + -  ``easeOutCirc``
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutCircular'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutCubic'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutQuadic'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutBack'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutElastic'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutQuartic'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutQuintic'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeOutSine'
   |      ├─suggestion: Replace 'easeOutCirc' with 'easeInEaseOutCircular'
   |      ╰─suggestion: Replace 'easeOutCirc' with 'easeOutBounce'
21 | -  ``easeInEaseOutCirc``
22 |
warning: 'easeInEaseOutCirc' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:21:6-21:23
19 | -  ``easeInCirc``
20 | -  ``easeOutCirc``
21 + -  ``easeInEaseOutCirc``
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutCircular'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutCubic'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutBack'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutElastic'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutQuintic'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutSine'
   |      ├─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutBounce'
   |      ╰─suggestion: Replace 'easeInEaseOutCirc' with 'easeInEaseOutExponential'
22 |
23 | ### Cubic
warning: 'easeInExpo' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:37:6-37:16
35 | ### Exponential
36 |
37 + -  ``easeInExpo``
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInExponential'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutExponential'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInElastic'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutBounce'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutBack'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutSine'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutCubic'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInExpo' with 'easeInEaseOutElastic'
   |      ╰─suggestion: Replace 'easeInExpo' with 'easeInEaseOutQuartic'
38 | -  ``easeOutExpo``
39 | -  ``easeInEaseOutExpo``
warning: 'easeOutExpo' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:38:6-38:17
36 |
37 | -  ``easeInExpo``
38 + -  ``easeOutExpo``
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutExponential'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutElastic'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutBounce'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutBack'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutSine'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutCubic'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeInEaseOutExponential'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutQuadic'
   |      ├─suggestion: Replace 'easeOutExpo' with 'easeOutQuartic'
   |      ╰─suggestion: Replace 'easeOutExpo' with 'easeOutQuintic'
39 | -  ``easeInEaseOutExpo``
40 |
warning: 'easeInEaseOutExpo' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:39:6-39:23
37 | -  ``easeInExpo``
38 | -  ``easeOutExpo``
39 + -  ``easeInEaseOutExpo``
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutExponential'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutElastic'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutBounce'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutBack'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutSine'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutCubic'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutQuintic'
   |      ╰─suggestion: Replace 'easeInEaseOutExpo' with 'easeInEaseOutCircular'
40 |
41 | ### Sinusoidal
warning: 'easeInQuad' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:49:6-49:16
47 | ### Quadratic
48 |
49 + -  ``easeInQuad``
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInQuadic'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInQuartic'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInQuintic'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInBack'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInCircular'
   |      ├─suggestion: Replace 'easeInQuad' with 'easeInCubic'
   |      ╰─suggestion: Replace 'easeInQuad' with 'easeInBounce'
50 | -  ``easeOutQuad``
51 | -  ``easeInEaseOutQuad``
warning: 'easeOutQuad' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:50:6-50:17
48 |
49 | -  ``easeInQuad``
50 + -  ``easeOutQuad``
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutQuadic'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutQuartic'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutQuintic'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutBack'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutCircular'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutCubic'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutBounce'
   |      ├─suggestion: Replace 'easeOutQuad' with 'easeOutElastic'
   |      ╰─suggestion: Replace 'easeOutQuad' with 'easeOutSine'
51 | -  ``easeInEaseOutQuad``
52 |
warning: 'easeInEaseOutQuad' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:51:6-51:23
49 | -  ``easeInQuad``
50 | -  ``easeOutQuad``
51 + -  ``easeInEaseOutQuad``
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutQuintic'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutBack'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutCircular'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutCubic'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutBounce'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutElastic'
   |      ├─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutSine'
   |      ╰─suggestion: Replace 'easeInEaseOutQuad' with 'easeInEaseOutExponential'
52 |
53 | ### Quartic
warning: 'easeInQuart' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:55:6-55:17
53 | ### Quartic
54 |
55 + -  ``easeInQuart``
   |      ├─suggestion: Replace 'easeInQuart' with 'easeInQuartic'
   |      ├─suggestion: Replace 'easeInQuart' with 'easeInQuadic'
   |      ├─suggestion: Replace 'easeInQuart' with 'easeInQuintic'
   |      ├─suggestion: Replace 'easeInQuart' with 'easeInEaseOutQuartic'
   |      ╰─suggestion: Replace 'easeInQuart' with 'easeInEaseOutQuadic'
56 | -  ``easeOutQuart``
57 | -  ``easeInEaseOutQuart``
warning: 'easeOutQuart' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:56:6-56:18
54 |
55 | -  ``easeInQuart``
56 + -  ``easeOutQuart``
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutQuartic'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutQuadic'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutQuintic'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutCircular'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutBack'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutElastic'
   |      ├─suggestion: Replace 'easeOutQuart' with 'easeOutCubic'
   |      ╰─suggestion: Replace 'easeOutQuart' with 'easeOutBounce'
57 | -  ``easeInEaseOutQuart``
58 |
warning: 'easeInEaseOutQuart' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:57:6-57:24
55 | -  ``easeInQuart``
56 | -  ``easeOutQuart``
57 + -  ``easeInEaseOutQuart``
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutQuintic'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutCircular'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutBack'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutElastic'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutCubic'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutBounce'
   |      ├─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutSine'
   |      ╰─suggestion: Replace 'easeInEaseOutQuart' with 'easeInEaseOutExponential'
58 |
59 | ### Quintic
warning: 'easeInQuint' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:61:6-61:17
59 | ### Quintic
60 |
61 + -  ``easeInQuint``
   |      ├─suggestion: Replace 'easeInQuint' with 'easeInQuintic'
   |      ├─suggestion: Replace 'easeInQuint' with 'easeInQuadic'
   |      ├─suggestion: Replace 'easeInQuint' with 'easeInQuartic'
   |      ├─suggestion: Replace 'easeInQuint' with 'easeInEaseOutQuintic'
   |      ╰─suggestion: Replace 'easeInQuint' with 'easeInSine'
62 | -  ``easeOutQuint``
63 | -  ``easeInEaseOutQuint``
warning: 'easeOutQuint' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:62:6-62:18
60 |
61 | -  ``easeInQuint``
62 + -  ``easeOutQuint``
   |      ├─suggestion: Replace 'easeOutQuint' with 'easeOutQuintic'
   |      ├─suggestion: Replace 'easeOutQuint' with 'easeOutQuadic'
   |      ├─suggestion: Replace 'easeOutQuint' with 'easeOutQuartic'
   |      ├─suggestion: Replace 'easeOutQuint' with 'easeInEaseOutQuintic'
   |      ├─suggestion: Replace 'easeOutQuint' with 'easeOutSine'
   |      ├─suggestion: Replace 'easeOutQuint' with 'easeOutCubic'
   |      ╰─suggestion: Replace 'easeOutQuint' with 'easeOutBounce'
63 | -  ``easeInEaseOutQuint``
warning: 'easeInEaseOutQuint' doesn't exist at '/Anima/TimingFunction/Easing'
  --> Extensions/Animations/Easing/Easing.md:63:6-63:24
61 | -  ``easeInQuint``
62 | -  ``easeOutQuint``
63 + -  ``easeInEaseOutQuint``
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutQuintic'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutQuadic'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutQuartic'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutSine'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutCubic'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutBounce'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutBack'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutElastic'
   |      ├─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutCircular'
   |      ╰─suggestion: Replace 'easeInEaseOutQuint' with 'easeInEaseOutExponential'
warning: No symbol matched 'TimingFunction/UnitBezier'. 'UnitBezier' doesn't exist at '/Anima/TimingFunction'.
 --> Extensions/Animations/Easing/UnitBezier.md:1:3-1:32
1 + # ``TimingFunction/UnitBezier``
2 |
3 | ## Topics
warning: 'startValue' doesn't exist at '/Anima/PropertyAnimation'
  --> Extensions/Animations/Property/PropertyAnimation.md:17:3-17:13
15 | - ``state``
16 |
17 + ### Handling animation updates
   |   ╰─suggestion: Replace 'startValue' with 'start(afterDelay:)'
18 |
19 | - ``updateAnimation(deltaTime:)``
warning: 'value' doesn't exist at '/Anima/DecayAnimation/populateKeyframeAnimationData(deltaTime:values:keyTimes:)'
   --> ../../Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:118:111-118:116
116 |
117 | extension DecayAnimation: CAKeyframeAnimationEmittable where Value: CAKeyframeAnimationValueConvertible {
118 +     /// Generates and populates the `values` and `keyTimes` for a given `DecayAnimation` animating from its ``value`` to its ``target`` by ticking it by `deltaTime` until it resolves.
119 |     public func populateKeyframeAnimationData(deltaTime: TimeInterval, values: inout [AnyObject], keyTimes: inout [NSNumber]) -> TimeInterval {
120 |         var value = _value
warning: 'value' doesn't exist at '/Anima/EasingAnimation/populateKeyframeAnimationData(deltaTime:values:keyTimes:)'
   --> ../../Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:134:112-134:117
132 |
133 | extension EasingAnimation: CAKeyframeAnimationEmittable where Value: CAKeyframeAnimationValueConvertible {
134 +     /// Generates and populates the `values` and `keyTimes` for a given `EasingAnimation` animating from its ``value`` to its ``target`` by ticking it by `deltaTime` until it resolves.
135 |     public func populateKeyframeAnimationData(deltaTime: TimeInterval, values: inout [AnyObject], keyTimes: inout [NSNumber]) -> TimeInterval {
136 |         var fractionComplete: CGFloat = isReversed ? 1.0 : 0.0
warning: 'target' doesn't exist at '/Anima/EasingAnimation/populateKeyframeAnimationData(deltaTime:values:keyTimes:)'
   --> ../../Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:134:129-134:135
132 |
133 | extension EasingAnimation: CAKeyframeAnimationEmittable where Value: CAKeyframeAnimationValueConvertible {
134 +     /// Generates and populates the `values` and `keyTimes` for a given `EasingAnimation` animating from its ``value`` to its ``target`` by ticking it by `deltaTime` until it resolves.
135 |     public func populateKeyframeAnimationData(deltaTime: TimeInterval, values: inout [AnyObject], keyTimes: inout [NSNumber]) -> TimeInterval {
136 |         var fractionComplete: CGFloat = isReversed ? 1.0 : 0.0
warning: 'value' doesn't exist at '/Anima/SpringAnimation/populateKeyframeAnimationData(deltaTime:values:keyTimes:)'
   --> ../../Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:156:112-156:117
154 |
155 | extension SpringAnimation: CAKeyframeAnimationEmittable where Value: CAKeyframeAnimationValueConvertible {
156 +     /// Generates and populates the `values` and `keyTimes` for a given `SpringAnimation` animating from its ``value`` to its ``target`` by ticking it by `deltaTime` until it resolves.
157 |     public func populateKeyframeAnimationData(deltaTime: TimeInterval, values: inout [AnyObject], keyTimes: inout [NSNumber]) -> TimeInterval {
158 |         var velocity = velocity
warning: 'target' doesn't exist at '/Anima/SpringAnimation/populateKeyframeAnimationData(deltaTime:values:keyTimes:)'
   --> ../../Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift:156:129-156:135
154 |
155 | extension SpringAnimation: CAKeyframeAnimationEmittable where Value: CAKeyframeAnimationValueConvertible {
156 +     /// Generates and populates the `values` and `keyTimes` for a given `SpringAnimation` animating from its ``value`` to its ``target`` by ticking it by `deltaTime` until it resolves.
157 |     public func populateKeyframeAnimationData(deltaTime: TimeInterval, values: inout [AnyObject], keyTimes: inout [NSNumber]) -> TimeInterval {
158 |         var velocity = velocityConversion complete! (0.80s)
Generated DocC archive at '/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/flocked/anima/main'
Updating https://github.com/b3ll/Decomposed.git
Updated https://github.com/b3ll/Decomposed.git (0.14s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin from cache (0.19s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.02s)
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-6044DDE57671499D.txt
[6/52] Compiling Snippets SnippetParser.swift
[7/52] Compiling Snippets Snippet.swift
[8/52] Emitting module Snippets
[9/52] Compiling SymbolKit AvailabilityItem.swift
[10/52] Compiling SymbolKit Domain.swift
[11/52] Compiling SymbolKit DeclarationFragments.swift
[12/52] Compiling SymbolKit Fragment.swift
[13/52] Compiling SymbolKit FragmentKind.swift
[14/52] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit Generics.swift
[16/57] Compiling SymbolKit Namespace.swift
[17/57] Compiling SymbolKit Symbol.swift
[18/57] Compiling SymbolKit SymbolKind.swift
[19/57] Compiling SymbolKit SymbolGraph.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit SPI.swift
[33/57] Compiling SymbolKit Snippet.swift
[34/57] Compiling SymbolKit Extension.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Identifier.swift
[45/57] Compiling SymbolKit KindIdentifier.swift
[46/57] Compiling SymbolKit Location.swift
[47/57] Compiling SymbolKit Mutability.swift
[48/57] Compiling SymbolKit Names.swift
[49/57] Emitting module SymbolKit
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (2.98s)
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
Build complete! (0.11s)
    1640
12	/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/flocked/anima/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/flocked/anima/main
File count: 1640
Doc size:   12.0MB
Preparing doc bundle ...
Uploading prod-flocked-anima-main-4150b53d.zip to s3://spi-docs-inbox/prod-flocked-anima-main-4150b53d.zip
Copying... [13%]
Copying... [22%]
Copying... [32%]
Copying... [42%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [83%]
Copying... [93%]
Copying... [100%]
Done.