The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Zoetrope, reference main (741682), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 18:24:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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 7416824 If there is only one frame given to FrameAnimator, just display it without attempting to animate
Cloned https://github.com/daprice/Zoetrope.git
Revision (git rev-parse @):
741682490ec0ad8835b46b3803cdffe5f014cfc3
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.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling Zoetrope FrameAnimator.swift
[4/12] Compiling Zoetrope UIImage+animatedImage.swift
[5/12] Compiling Zoetrope FrameTiming+fromImage.swift
[6/12] Compiling Zoetrope AnimatedImageView.swift
[7/12] Compiling Zoetrope ConstantFrameTiming.swift
[8/12] Compiling Zoetrope NSImage+animatableRepresentation.swift
[9/12] Compiling Zoetrope VariableFrameTiming.swift
[10/12] Emitting module Zoetrope
[11/12] Compiling Zoetrope FrameTiming.swift
[12/12] Compiling Zoetrope AsyncAnimatedImage.swift
Build complete! (8.81s)
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" : [
        "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.