The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/daprice/Zoetrope.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/12] Compiling Zoetrope UIImage+animatedImage.swift
[4/12] Compiling Zoetrope FrameTiming+fromImage.swift
[5/12] Compiling Zoetrope AnimatedImageView.swift
[6/12] Compiling Zoetrope NSImage+animatableRepresentation.swift
[7/12] Compiling Zoetrope FrameTiming.swift
[8/12] Compiling Zoetrope ConstantFrameTiming.swift
[9/12] Compiling Zoetrope VariableFrameTiming.swift
[10/12] Emitting module Zoetrope
[11/12] Compiling Zoetrope AsyncAnimatedImage.swift
[12/12] Compiling Zoetrope FrameAnimator.swift
Build complete! (8.24s)
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"
}
Done.