The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoffeeCraft, reference 0.2.2 (5b6d2b), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 12:22:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ygee07/CoffeeCraft.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ygee07/CoffeeCraft
 * tag               0.2.2      -> FETCH_HEAD
HEAD is now at 5b6d2b7 feat: initialize date with integer
Cloned https://github.com/ygee07/CoffeeCraft.git
Revision (git rev-parse @):
5b6d2b7239b93a41da1c3952b7934c3b7552f92d
SUCCESS checkout https://github.com/ygee07/CoffeeCraft.git at 0.2.2
========================================
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.89s)
Creating working copy for https://github.com/ygee07/CoffeeCraft.git
Working copy of https://github.com/ygee07/CoffeeCraft.git resolved at 0.2.2 (5b6d2b7)
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/18] Compiling CoffeeBeans String+Validators.swift
[6/18] 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 |     public init(integerLiteral value: Int) {
[7/18] Compiling CoffeeBeans String+Converters.swift
[8/18] 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 |     public init(integerLiteral value: Int) {
[9/18] Compiling CoffeeUI resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/18] Emitting module CoffeeUI
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[11/18] Compiling CoffeeUI IconButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[12/18] Compiling CoffeeUI LinearProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[13/18] Compiling CoffeeUI BackgroundView.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[14/18] Compiling CoffeeUI CircularProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[15/18] Compiling CoffeeUI Icon.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[16/18] Compiling CoffeeUI Color+Defaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[17/18] Compiling CoffeeUI BoxIconItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
[18/18] Compiling CoffeeUI BoxItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoffeeUI/Color+Defaults.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 |
BUILD FAILURE 6.3 macosSpm