The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SmartCart, reference main (9fe894), with Swift 6.1 for macOS (SPM) on 21 May 2025 16:20:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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
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.36s)
========================================
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": "smartcart",
      "name": "SmartCart",
      "url": "https://github.com/Pannneer1994/SmartCart.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SmartCart",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Pannneer1994/SmartCart.git
[1/104] Fetching smartcart
Fetched https://github.com/Pannneer1994/SmartCart.git from cache (0.72s)
Creating working copy for https://github.com/Pannneer1994/SmartCart.git
Working copy of https://github.com/Pannneer1994/SmartCart.git resolved at main (9fe894c)
Fetching binary artifact https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip from cache
Fetched https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip from cache (1.35s)
warning: '.resolve-product-dependencies': dependency 'smartcart' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Pannneer1994/SmartCart.git
https://github.com/Pannneer1994/SmartCart.git
{
  "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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying SDWebImage.framework
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/8] Compiling SmartCart ProductService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmartCart/ProductService.swift:32:21: warning: capture of 'completion' with non-sendable type '(Result<[Product], ProductError>) -> Void' in a '@Sendable' closure
30 |                 let products = try JSONDecoder().decode([Product].self, from: data)
31 |                 DispatchQueue.main.async {
32 |                     completion(.success(products))
   |                     |- warning: capture of 'completion' with non-sendable type '(Result<[Product], ProductError>) -> Void' in a '@Sendable' closure
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
33 |                 }
34 |             } catch {
[5/8] Compiling SmartCart ProductManager.swift
[6/8] Compiling SmartCart LocalDetails.swift
[7/8] Emitting module SmartCart
[8/8] Compiling SmartCart ProductModels.swift
Build complete! (4.92s)
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.