The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BuyMeACoffee, reference master (20c574), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:35:16 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/appcraftconsulting/buymeacoffee.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/appcraftconsulting/buymeacoffee
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 20c574a Merge branch 'master' of github.com:appcraftstudio/buymeacoffee
Cloned https://github.com/appcraftconsulting/buymeacoffee.git
Revision (git rev-parse @):
20c574ac7dc0112fa66fdcd31e696543ccbb9047
SUCCESS checkout https://github.com/appcraftconsulting/buymeacoffee.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/appcraftconsulting/buymeacoffee.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Copying Lato-Regular.ttf
[1/7] Copying Cookie-Regular.ttf
[3/7] Copying Assets.xcassets
[4/7] Write swift-version-1EA4D86E10B52AF.txt
[6/13] Compiling BuyMeACoffee BMCButton.swift
[7/13] Emitting module BuyMeACoffee
[8/13] Compiling BuyMeACoffee BMCColor.swift
[9/13] Compiling BuyMeACoffee resource_bundle_accessor.swift
[10/13] Compiling BuyMeACoffee BMCManager.swift
[11/13] Compiling BuyMeACoffee BMCFont.swift
[11/13] Write Objects.LinkFileList
[12/13] Linking libBuyMeACoffeeDynamic.dylib
Build complete! (3.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BuyMeACoffee",
  "name" : "BuyMeACoffee",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "BuyMeACoffee",
      "targets" : [
        "BuyMeACoffee"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BuyMeACoffeeDynamic",
      "targets" : [
        "BuyMeACoffee"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuyMeACoffeeTests",
      "module_type" : "SwiftTarget",
      "name" : "BuyMeACoffeeTests",
      "path" : "Tests/BuyMeACoffeeTests",
      "sources" : [
        "BuyMeACoffeeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BuyMeACoffee"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuyMeACoffee",
      "module_type" : "SwiftTarget",
      "name" : "BuyMeACoffee",
      "path" : "Sources/BuyMeACoffee",
      "product_memberships" : [
        "BuyMeACoffee",
        "BuyMeACoffeeDynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BuyMeACoffee/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BuyMeACoffee/Resources/Cookie-Regular.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/BuyMeACoffee/Resources/Lato-Regular.ttf",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BMCButton.swift",
        "BMCColor.swift",
        "BMCFont.swift",
        "BMCManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.