The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Tribute, reference 0.4.0 (36e7cc), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 11:54:58 UTC.

Swift 6 data race errors: 0

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/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
========================================
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": "tribute",
      "name": "Tribute",
      "url": "https://github.com/nicklockwood/Tribute.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tribute",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicklockwood/Tribute.git
[1/175] Fetching tribute
Fetched https://github.com/nicklockwood/Tribute.git from cache (0.66s)
Creating working copy for https://github.com/nicklockwood/Tribute.git
Working copy of https://github.com/nicklockwood/Tribute.git resolved at 0.4.0 (36e7cc5)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nicklockwood/Tribute.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[1/6] Write tribute-entitlement.plist
[2/6] Write swift-version--6988338F2F200930.txt
[4/11] Compiling Tribute Template.swift
[5/11] Compiling Tribute Globs.swift
[6/11] Emitting module Tribute
[7/11] Compiling Tribute Tribute.swift
[8/11] Compiling Tribute main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking tribute
[10/11] Applying tribute
Build complete! (5.05s)
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.