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 Zoetrope, reference main (741682), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 09:55:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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.0
Building package at path:  $PWD
https://github.com/daprice/Zoetrope.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/12] Compiling Zoetrope FrameAnimator.swift
[4/12] Compiling Zoetrope AnimatedImageView.swift
[5/12] Compiling Zoetrope AsyncAnimatedImage.swift
[6/12] Compiling Zoetrope FrameTiming+fromImage.swift
[7/12] Compiling Zoetrope VariableFrameTiming.swift
[8/12] Compiling Zoetrope UIImage+animatedImage.swift
[9/12] Compiling Zoetrope ConstantFrameTiming.swift
[10/12] Compiling Zoetrope NSImage+animatableRepresentation.swift
[11/12] Compiling Zoetrope FrameTiming.swift
[12/12] Emitting module Zoetrope
Build complete! (18.44s)
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.