The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Mustache with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlwaysRightInstitute/mustache.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AlwaysRightInstitute/mustache
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at c3f1b43 Xcode upgrade version
Cloned https://github.com/AlwaysRightInstitute/mustache.git
Revision (git rev-parse @):
c3f1b43e1ac90c316b96dff9b2deab514c3bdb1e
SUCCESS checkout https://github.com/AlwaysRightInstitute/mustache.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "mustache",
      "name": "Mustache",
      "url": "https://github.com/AlwaysRightInstitute/mustache.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mustache",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AlwaysRightInstitute/mustache.git from cache
Fetched https://github.com/AlwaysRightInstitute/mustache.git (0.23s)
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'mustache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Mustache MustacheRendering.swift
[2/8] Compiling Mustache MustacheRenderingContext.swift
[3/9] Compiling Mustache SimpleKVC.swift
[4/9] Compiling Mustache MustacheNode.swift
[5/9] Compiling Mustache Mustachable.swift
[6/9] Compiling Mustache MustacheParser.swift
[7/9] Compiling Mustache Helpers.swift
[8/9] Compiling Mustache HTMLEscape.swift
[9/9] Emitting module Mustache
[10/15] Compiling AttributedMustache AttributedMustacheRenderingContext.swift
[11/15] Compiling AttributedMustache AttributedMustacheParser.swift
[12/15] Compiling AttributedMustache AttributedMustacheNode.swift
[13/15] Compiling AttributedMustache AttributedMustacheRendering.swift
[14/15] Emitting module AttributedMustache
[15/15] Compiling AttributedMustache ReExports.swift
Build complete! (13.05s)
Build complete.
Done.