The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Tribute, reference 0.4.0 (36e7cc), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:58:27 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/nicklockwood/Tribute.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/Tribute
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 36e7cc5 Update for 0.4.0 release
Cloned https://github.com/nicklockwood/Tribute.git
Revision (git rev-parse @):
36e7cc5eb938e009b7f8554c7780d24decf01546
SUCCESS checkout https://github.com/nicklockwood/Tribute.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nicklockwood/Tribute.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write tribute-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/11] Compiling Tribute main.swift
[5/11] Emitting module Tribute
[6/11] Compiling Tribute Globs.swift
[7/11] Compiling Tribute Tribute.swift
[8/11] Compiling Tribute Template.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking tribute
[10/11] Applying tribute
Build complete! (3.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tribute",
  "name" : "Tribute",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "tribute",
      "targets" : [
        "Tribute"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tribute",
      "module_type" : "SwiftTarget",
      "name" : "Tribute",
      "path" : "Sources",
      "product_memberships" : [
        "tribute"
      ],
      "sources" : [
        "Globs.swift",
        "Template.swift",
        "Tribute.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Done.