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 1.0.0 (22cda2), with Swift 6.0 for macOS (SPM) on 8 Dec 2025 19:02:26 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: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GaneshSarmaK/AnimatedCarousel
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
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 LayoutCalculator.swift
[4/6] Compiling AnimatedCarousel LayoutStyle.swift
[5/6] Compiling AnimatedCarousel AnimatedCarousel.swift
[6/6] Emitting module AnimatedCarousel
Build complete! (8.94s)
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.