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.2 for macOS (SPM) on 8 Dec 2025 08:52:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "animatedcarousel",
      "name": "AnimatedCarousel",
      "url": "https://github.com/GaneshSarmaK/AnimatedCarousel.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnimatedCarousel",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/GaneshSarmaK/AnimatedCarousel.git
[1/44] Fetching animatedcarousel
Fetched https://github.com/GaneshSarmaK/AnimatedCarousel.git from cache (0.80s)
Creating working copy for https://github.com/GaneshSarmaK/AnimatedCarousel.git
Working copy of https://github.com/GaneshSarmaK/AnimatedCarousel.git resolved at main (22cda26)
warning: '.resolve-product-dependencies': dependency 'animatedcarousel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/GaneshSarmaK/AnimatedCarousel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling AnimatedCarousel LayoutCalculator.swift
[4/6] Compiling AnimatedCarousel LayoutStyle.swift
[5/6] Emitting module AnimatedCarousel
[6/6] Compiling AnimatedCarousel AnimatedCarousel.swift
Build complete! (7.73s)
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.