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 PerfectMustache, reference master (0d5e45), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 02:10:00 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/perfectlysoft/perfect-mustache.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-mustache
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0d5e45e Updated for swift 5. Removed Perfect-Thread dependency
Cloned https://github.com/perfectlysoft/perfect-mustache.git
Revision (git rev-parse @):
0d5e45e95ca06c4ba7696a0cfc250e0ed35aff00
SUCCESS checkout https://github.com/perfectlysoft/perfect-mustache.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/perfectlysoft/perfect-mustache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling PerfectLib PerfectServer.swift
[5/13] Compiling PerfectLib SysProcess.swift
[6/13] Compiling PerfectLib File.swift
[7/13] Compiling PerfectLib Log.swift
[8/13] Compiling PerfectLib JSONConvertible.swift
[9/13] Compiling PerfectLib Bytes.swift
[10/13] Compiling PerfectLib PerfectError.swift
[11/13] Compiling PerfectLib Dir.swift
[12/13] Compiling PerfectLib Utilities.swift
[13/13] Emitting module PerfectLib
[14/15] Compiling PerfectMustache Mustache.swift
[15/15] Emitting module PerfectMustache
Build complete! (7.86s)
Fetching https://github.com/PerfectlySoft/PerfectLib.git
[1/10784] Fetching perfectlib
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.32s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 4.0.1 (2.83s)
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 4.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "perfectlib",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/PerfectLib.git"
    }
  ],
  "manifest_display_name" : "PerfectMustache",
  "name" : "PerfectMustache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PerfectMustache",
      "targets" : [
        "PerfectMustache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PerfectMustacheTests",
      "module_type" : "SwiftTarget",
      "name" : "PerfectMustacheTests",
      "path" : "Tests/PerfectMustacheTests",
      "sources" : [
        "PerfectMustacheTests.swift"
      ],
      "target_dependencies" : [
        "PerfectMustache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerfectMustache",
      "module_type" : "SwiftTarget",
      "name" : "PerfectMustache",
      "path" : "Sources/PerfectMustache",
      "product_dependencies" : [
        "PerfectLib"
      ],
      "product_memberships" : [
        "PerfectMustache"
      ],
      "sources" : [
        "Mustache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.