Build Information
Successful build of SmartCart, reference main (9fe894), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 23:57:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
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.32s)
========================================
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Pannneer1994/SmartCart.git
[1/104] Fetching smartcart
Fetched https://github.com/Pannneer1994/SmartCart.git from cache (0.74s)
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.58s)
warning: '.resolve-product-dependencies': dependency 'smartcart' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Pannneer1994/SmartCart.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying SDWebImage.framework
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling SmartCart ProductModels.swift
[5/8] Emitting module SmartCart
[6/8] Compiling SmartCart LocalDetails.swift
[7/8] Compiling SmartCart ProductService.swift
[8/8] Compiling SmartCart ProductManager.swift
Build complete! (4.89s)
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.