The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Zoetrope, reference main (6734f3), with Swift 6.3 for macOS (SPM) on 26 Apr 2026 23:38:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/Zoetrope.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daprice/Zoetrope
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6734f34 Fix ConstantFrameTiming returning negative frame indices for negative elapsed time values;
Cloned https://github.com/daprice/Zoetrope.git
Revision (git rev-parse @):
6734f34bd5c6379147c50ad2e3d6c8e71d595db5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/Zoetrope.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "zoetrope",
      "name": "Zoetrope",
      "url": "https://github.com/daprice/Zoetrope.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zoetrope",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/daprice/Zoetrope.git
[1/291] Fetching zoetrope
Fetched https://github.com/daprice/Zoetrope.git from cache (0.60s)
Creating working copy for https://github.com/daprice/Zoetrope.git
Working copy of https://github.com/daprice/Zoetrope.git resolved at main (6734f34)
warning: '.resolve-product-dependencies': dependency 'zoetrope' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/daprice/Zoetrope.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Zoetrope NSImage+animatableRepresentation.swift
[4/12] Compiling Zoetrope VariableFrameTiming.swift
[5/12] Compiling Zoetrope ConstantFrameTiming.swift
[6/12] Compiling Zoetrope FrameTiming+fromImage.swift
[7/12] Emitting module Zoetrope
[8/12] Compiling Zoetrope FrameTiming.swift
[9/12] Compiling Zoetrope AnimatedImageView.swift
[10/12] Compiling Zoetrope FrameAnimator.swift
[11/12] Compiling Zoetrope AsyncAnimatedImage.swift
[12/12] Compiling Zoetrope UIImage+animatedImage.swift
Build complete! (10.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Zoetrope",
  "name" : "Zoetrope",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Zoetrope",
      "targets" : [
        "Zoetrope"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZoetropeTests",
      "module_type" : "SwiftTarget",
      "name" : "ZoetropeTests",
      "path" : "Tests/ZoetropeTests",
      "sources" : [
        "ConstantFrameTimingTests.swift",
        "VariableFrameTimingTests.swift"
      ],
      "target_dependencies" : [
        "Zoetrope"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Zoetrope",
      "module_type" : "SwiftTarget",
      "name" : "Zoetrope",
      "path" : "Sources/Zoetrope",
      "product_memberships" : [
        "Zoetrope"
      ],
      "sources" : [
        "Supporting Types/FrameTiming/ConstantFrameTiming.swift",
        "Supporting Types/FrameTiming/FrameTiming.swift",
        "Supporting Types/FrameTiming/VariableFrameTiming.swift",
        "Utilities/FrameTiming+fromImage.swift",
        "Utilities/NSImage+animatableRepresentation.swift",
        "Utilities/UIImage+animatedImage.swift",
        "Views/AnimatedImageView.swift",
        "Views/AsyncAnimatedImage.swift",
        "Views/FrameAnimator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/daprice/zoetrope/main
Repository:               daprice/Zoetrope
Swift version used:       6.3
Target:                   Zoetrope
Extracting symbol information for 'Zoetrope'...
Finished extracting symbol information for 'Zoetrope'. (42.03s)
Building documentation for 'Zoetrope'...
warning: 'UIKit' doesn't exist at '/Zoetrope'
  --> Documentation.md:38:5-38:10
36 | ### Loading animated images
37 |
38 + - ``UIKit/UIImage/animatedImage(data:fileExtension:)``
39 | - ``UIKit/UIImage/loopCount``
40 | - ``UIKit/UIImage/frameDelay``
warning: 'UIKit' doesn't exist at '/Zoetrope'
  --> Documentation.md:39:5-39:10
37 |
38 | - ``UIKit/UIImage/animatedImage(data:fileExtension:)``
39 + - ``UIKit/UIImage/loopCount``
40 | - ``UIKit/UIImage/frameDelay``
41 |
warning: 'UIKit' doesn't exist at '/Zoetrope'
  --> Documentation.md:40:5-40:10
38 | - ``UIKit/UIImage/animatedImage(data:fileExtension:)``
39 | - ``UIKit/UIImage/loopCount``
40 + - ``UIKit/UIImage/frameDelay``
41 |
42 | ### Displaying animated images
warning: 'UIKit' doesn't exist at '/Zoetrope/AnimatedImageView'
  --> ../Views/AnimatedImageView.swift:19:44-19:49
17 | /// This view stops playback if the user has disabled Accessibility > Play Animated Images, according to `EnvironmentValues.accessibilityPlayAnimatedImages`. Also consider stopping playback (by setting `stopped` to `true`) or reducing contrast if `accessibilityDimFlashingLights` is enabled, and stop playback of large images if `accessibilityReduceMotion` is enabled, as appropriate for your use case.
18 | ///
19 + /// To create an animated `UIImage`, use ``UIKit/UIImage/animatedImage(data:fileExtension:)``, `UIImage.animatedImage(with:duration:)`, or `UIImage.animatedImageNamed(_:duration:)`.
20 | ///
21 | /// To create an animated `NSImage`, decode an animated GIF file. The `NSImage` must use an `NSBitmapImageRep` that has the `currentFrame`, `currentFrameDuration`, and `frameCount` properties.
warning: 'UIKit' doesn't exist at '/Zoetrope/AsyncAnimatedImage'
  --> ../Views/AsyncAnimatedImage.swift:21:210-21:215
19 | /// A view that loads an animated image from a URL and plays it back.
20 | ///
21 + /// This view uses the shared `URLSession` and otherwise provides similar functionality to SwiftUI's built-in `AsyncImage`. If you implement your own loading system or custom processing, create images using ``UIKit/UIImage/animatedImage(data:fileExtension:)`` or any `NSImage` initializer, and display them using ``AnimatedImageView``.
22 | @available(iOS 17.0, macOS 14.0, macCatalyst 17.0, tvOS 17.0, watchOS 10.0, visionOS 1.0, *)
23 | public struct AsyncAnimatedImage<Content: View>: View {
Finished building documentation for 'Zoetrope' (1.80s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/daprice/zoetrope/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3677] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.00s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.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 Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling Snippets Snippet.swift
[31/57] Compiling Snippets SnippetParser.swift
[32/57] Emitting module Snippets
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit SemanticVersion.swift
[42/57] Compiling SymbolKit AccessControl.swift
[43/57] Compiling SymbolKit Availability.swift
[44/57] Compiling SymbolKit AvailabilityItem.swift
[45/57] Compiling SymbolKit Domain.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.04s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Zoetrope' complete! (0.23s)
    5200
37	/Users/admin/builder/spi-builder-workspace/.docs/daprice/zoetrope/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/daprice/zoetrope/main
File count: 5200
Doc size:   37.0MB
Preparing doc bundle ...
Uploading prod-daprice-zoetrope-main-836685a7.zip to s3://spi-docs-inbox/prod-daprice-zoetrope-main-836685a7.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.