The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CoffeeCraft, reference main (913ac0), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:55:53 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ygee07/CoffeeCraft.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Assets.xcassets
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling CoffeeBeans String+Validators.swift
[6/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
[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 String+Converters.swift
[9/15] Emitting module CoffeeUI
[10/15] Compiling CoffeeUI resource_bundle_accessor.swift
[11/15] Compiling CoffeeUI Color+Defaults.swift
[12/15] Compiling CoffeeUI Icon.swift
[13/15] Compiling CoffeeUI CircularProgressBar.swift
[14/15] Compiling CoffeeUI BackgroundView.swift
[15/15] Compiling CoffeeUI LinearProgressBar.swift
Build complete! (6.97s)
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.