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 Tribute, reference master (b04828), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 09:55:15 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/Tribute
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b04828e Support Package.resolved verson 3 which is a compatible superset of version 2
Cloned https://github.com/nicklockwood/Tribute.git
Revision (git rev-parse @):
b04828ee801afe7fc67f87e74837c5f8097e0e61
SUCCESS checkout https://github.com/nicklockwood/Tribute.git at master
========================================
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
[0/6] Write tribute-entitlement.plist
[2/6] Write swift-version-1EA4D86E10B52AF.txt
[4/11] Compiling Tribute main.swift
[5/11] Compiling Tribute Template.swift
[6/11] Compiling Tribute Globs.swift
[7/11] Compiling Tribute Tribute.swift
[8/11] Emitting module Tribute
[8/11] Write Objects.LinkFileList
[9/11] Linking tribute
[10/11] Applying tribute
Build complete! (4.07s)
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.