Build Information
Successful build of AnimatedCarousel, reference 1.0.0 (22cda2), with Swift 5.10 for macOS (SPM) on 8 Dec 2025 19:02:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build 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: 5.10
Building package at path: $PWD
https://github.com/GaneshSarmaK/AnimatedCarousel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.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.00s)
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.