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 swift-mustache, reference 2.0.0 (9de71f), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 07:58:58 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/hummingbird-project/swift-mustache.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hummingbird-project/swift-mustache
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 9de71fc Update docs again
Cloned https://github.com/hummingbird-project/swift-mustache.git
Revision (git rev-parse @):
9de71fc4d10f0efc0ac758d0acf14e75d39b47b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/swift-mustache.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hummingbird-project/swift-mustache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling Mustache Template.swift
[4/21] Compiling Mustache Transform.swift
[5/21] Compiling Mustache ContentType.swift
[6/21] Compiling Mustache Context.swift
[7/21] Compiling Mustache Sequence.swift
[8/21] Compiling Mustache SequenceContext.swift
[9/21] Emitting module Mustache
[10/21] Compiling Mustache String.swift
[11/21] Compiling Mustache Template+FileSystem.swift
[12/21] Compiling Mustache Library.swift
[13/21] Compiling Mustache Mirror.swift
[14/21] Compiling Mustache CustomRenderable.swift
[15/21] Compiling Mustache Deprecations.swift
[16/21] Compiling Mustache Template+Parser.swift
[17/21] Compiling Mustache Template+Render.swift
[18/21] Compiling Mustache Lambda.swift
/Users/admin/builder/spi-builder-workspace/Sources/Mustache/Library+FileSystem.swift:28:40: warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
26 |         guard let enumerator = fs.enumerator(atPath: directory) else { return [:] }
27 |         var templates: [String: MustacheTemplate] = [:]
28 |         for case let path as String in enumerator {
   |                                        `- warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
29 |             guard path.hasSuffix(extWithDot) else { continue }
30 |             do {
[19/21] Compiling Mustache Library+FileSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Mustache/Library+FileSystem.swift:28:40: warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
26 |         guard let enumerator = fs.enumerator(atPath: directory) else { return [:] }
27 |         var templates: [String: MustacheTemplate] = [:]
28 |         for case let path as String in enumerator {
   |                                        `- warning: instance method 'makeIterator' is unavailable from asynchronous contexts; this is an error in the Swift 6 language mode
29 |             guard path.hasSuffix(extWithDot) else { continue }
30 |             do {
[20/21] Compiling Mustache Parent.swift
[21/21] Compiling Mustache Parser.swift
Build complete! (3.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-mustache",
  "name" : "swift-mustache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Mustache",
      "targets" : [
        "Mustache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MustacheTests",
      "module_type" : "SwiftTarget",
      "name" : "MustacheTests",
      "path" : "Tests/MustacheTests",
      "sources" : [
        "ErrorTests.swift",
        "LibraryTests.swift",
        "PartialTests.swift",
        "SpecTests.swift",
        "TemplateParserTests.swift",
        "TemplateRendererTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "Mustache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mustache",
      "module_type" : "SwiftTarget",
      "name" : "Mustache",
      "path" : "Sources/Mustache",
      "product_memberships" : [
        "Mustache"
      ],
      "sources" : [
        "ContentType.swift",
        "Context.swift",
        "CustomRenderable.swift",
        "Deprecations.swift",
        "Lambda.swift",
        "Library+FileSystem.swift",
        "Library.swift",
        "Mirror.swift",
        "Parent.swift",
        "Parser.swift",
        "Sequence.swift",
        "SequenceContext.swift",
        "String.swift",
        "Template+FileSystem.swift",
        "Template+Parser.swift",
        "Template+Render.swift",
        "Template.swift",
        "Transform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.