The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SmartCart, reference main (9fe894), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 03:56:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pannneer1994/SmartCart.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pannneer1994/SmartCart
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9fe894c Update version
Cloned https://github.com/Pannneer1994/SmartCart.git
Revision (git rev-parse @):
9fe894cbb089be66e3166c75589a01d44ba916c6
SUCCESS checkout https://github.com/Pannneer1994/SmartCart.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Pannneer1994/SmartCart.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying SDWebImage.framework
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling SmartCart LocalDetails.swift
[5/8] Compiling SmartCart ProductModels.swift
[6/8] Compiling SmartCart ProductService.swift
[7/8] Compiling SmartCart ProductManager.swift
[8/8] Emitting module SmartCart
Build complete! (6.41s)
Downloading binary artifact https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip
[16375/22304214] Downloading https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip
Downloaded https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip (2.12s)
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SmartCart",
  "name" : "SmartCart",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SmartCart",
      "targets" : [
        "SmartCart"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SmartCartTests",
      "module_type" : "SwiftTarget",
      "name" : "SmartCartTests",
      "path" : "Tests/SmartCartTests",
      "sources" : [
        "SmartCartTests.swift"
      ],
      "target_dependencies" : [
        "SmartCart"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmartCart",
      "module_type" : "SwiftTarget",
      "name" : "SmartCart",
      "path" : "Sources/SmartCart",
      "product_memberships" : [
        "SmartCart"
      ],
      "sources" : [
        "LocalDetails.swift",
        "ProductManager.swift",
        "ProductModels.swift",
        "ProductService.swift"
      ],
      "target_dependencies" : [
        "SDWebImage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SDWebImage",
      "module_type" : "BinaryTarget",
      "name" : "SDWebImage",
      "path" : "remote/archive/SDWebImage-dynamic.xcframework.zip",
      "product_memberships" : [
        "SmartCart"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Done.