Build Information
Successful build of CoffeeCraft, reference main (913ac0), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 09:59:21 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/ygee07/CoffeeCraft.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ygee07/CoffeeCraft
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 913ac05 Remove UIKit dependency
Cloned https://github.com/ygee07/CoffeeCraft.git
Revision (git rev-parse @):
913ac05e7fcc27ca0f0e649ce982aee8fbce2200
SUCCESS checkout https://github.com/ygee07/CoffeeCraft.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "coffeecraft",
"name": "CoffeeCraft",
"url": "https://github.com/ygee07/CoffeeCraft.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoffeeCraft",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ygee07/CoffeeCraft.git
[1/157] Fetching coffeecraft
Fetched https://github.com/ygee07/CoffeeCraft.git from cache (0.67s)
Creating working copy for https://github.com/ygee07/CoffeeCraft.git
Working copy of https://github.com/ygee07/CoffeeCraft.git resolved at main (913ac05)
warning: '.resolve-product-dependencies': dependency 'coffeecraft' 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/ygee07/CoffeeCraft.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Assets.xcassets
[3/4] Write swift-version--6988338F2F200930.txt
[5/15] Compiling CoffeeBeans String+Converters.swift
[6/15] Compiling CoffeeBeans String+Validators.swift
[7/15] Emitting module CoffeeBeans
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeBeans/Date+Helpers.swift:10:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension Date: ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | /// Initialize a date with an integer format 2022_12_31
[8/15] Compiling CoffeeBeans Date+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeBeans/Date+Helpers.swift:10:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
8 | import Foundation
9 |
10 | extension Date: ExpressibleByIntegerLiteral {
| |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
11 |
12 | /// Initialize a date with an integer format 2022_12_31
[9/15] Compiling CoffeeUI resource_bundle_accessor.swift
[10/15] Compiling CoffeeUI Icon.swift
[11/15] Compiling CoffeeUI LinearProgressBar.swift
[12/15] Compiling CoffeeUI Color+Defaults.swift
[13/15] Compiling CoffeeUI BackgroundView.swift
[14/15] Compiling CoffeeUI CircularProgressBar.swift
[15/15] Emitting module CoffeeUI
Build complete! (7.29s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoffeeCraft",
"name" : "CoffeeCraft",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CoffeeBeans",
"targets" : [
"CoffeeBeans"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CoffeeUI",
"targets" : [
"CoffeeUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoffeeUI",
"module_type" : "SwiftTarget",
"name" : "CoffeeUI",
"path" : "Sources/CoffeeUI",
"product_memberships" : [
"CoffeeUI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"BackgroundView.swift",
"CircularProgressBar.swift",
"Color+Defaults.swift",
"Icon.swift",
"LinearProgressBar.swift"
],
"type" : "library"
},
{
"c99name" : "CoffeeBeansTests",
"module_type" : "SwiftTarget",
"name" : "CoffeeBeansTests",
"path" : "Tests/CoffeeBeansTests",
"sources" : [
"DateTests.swift",
"StringTests.swift"
],
"target_dependencies" : [
"CoffeeBeans"
],
"type" : "test"
},
{
"c99name" : "CoffeeBeans",
"module_type" : "SwiftTarget",
"name" : "CoffeeBeans",
"path" : "Sources/CoffeeBeans",
"product_memberships" : [
"CoffeeBeans"
],
"sources" : [
"Date+Helpers.swift",
"String+Converters.swift",
"String+Validators.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.