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 AnimatedCarousel, reference main (22cda2), with Swift 6.0 for macOS (SPM) on 8 Dec 2025 08:51:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GaneshSarmaK/AnimatedCarousel.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GaneshSarmaK/AnimatedCarousel
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 22cda26 Delete Sources
Cloned https://github.com/GaneshSarmaK/AnimatedCarousel.git
Revision (git rev-parse @):
22cda26c3f772f9bf52816ba1e3f6d232dd58589
SUCCESS checkout https://github.com/GaneshSarmaK/AnimatedCarousel.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/GaneshSarmaK/AnimatedCarousel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling AnimatedCarousel LayoutStyle.swift
[4/6] Compiling AnimatedCarousel LayoutCalculator.swift
[5/6] Compiling AnimatedCarousel AnimatedCarousel.swift
[6/6] Emitting module AnimatedCarousel
Build complete! (7.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AnimatedCarousel",
  "name" : "AnimatedCarousel",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "AnimatedCarousel",
      "targets" : [
        "AnimatedCarousel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnimatedCarouselTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimatedCarouselTests",
      "path" : "Tests",
      "sources" : [
        "AnimatedCarousel/LayoutCalculatorTests.swift"
      ],
      "target_dependencies" : [
        "AnimatedCarousel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnimatedCarousel",
      "module_type" : "SwiftTarget",
      "name" : "AnimatedCarousel",
      "path" : "Sources/AnimatedCarousel",
      "product_memberships" : [
        "AnimatedCarousel"
      ],
      "sources" : [
        "AnimatedCarousel.swift",
        "LayoutCalculator.swift",
        "LayoutStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.