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 main (aaacbd), with Swift 6.0 for macOS (SPM) on 5 Apr 2025 17:45:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-mustache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hummingbird-project/swift-mustache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aaacbd9 Update from hummingbird-project-template e9eae39c0a5fff1b127f751ff4e166635a2e34ee (#67)
Cloned https://github.com/hummingbird-project/swift-mustache.git
Revision (git rev-parse @):
aaacbd989b9d99ff2d5582972ca0ca7242432c2b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/swift-mustache.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "swift-mustache",
      "name": "swift-mustache",
      "url": "https://github.com/hummingbird-project/swift-mustache.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-mustache",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hummingbird-project/swift-mustache.git
[1/1816] Fetching swift-mustache
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.91s)
Creating working copy for https://github.com/hummingbird-project/swift-mustache.git
Working copy of https://github.com/hummingbird-project/swift-mustache.git resolved at main (aaacbd9)
warning: '.resolve-product-dependencies': dependency 'swift-mustache' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/hummingbird-project/swift-mustache.git
https://github.com/hummingbird-project/swift-mustache.git
{
  "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"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "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",
        "NSLock+Backport.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.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/21] Compiling Mustache CustomRenderable.swift
[4/21] Compiling Mustache Deprecations.swift
[5/21] Compiling Mustache Library.swift
[6/21] Compiling Mustache Mirror.swift
[7/21] Compiling Mustache Template+FileSystem.swift
[8/21] Compiling Mustache Template+Parser.swift
[9/21] Compiling Mustache Parser.swift
[10/21] Compiling Mustache Sequence.swift
[11/21] Emitting module Mustache
[12/21] Compiling Mustache NSLock+Backport.swift
[13/21] Compiling Mustache Parent.swift
[14/21] Compiling Mustache SequenceContext.swift
[15/21] Compiling Mustache String.swift
[16/21] Compiling Mustache Lambda.swift
[17/21] Compiling Mustache Library+FileSystem.swift
[18/21] Compiling Mustache Template+Render.swift
[19/21] Compiling Mustache Template.swift
[20/21] Compiling Mustache ContentType.swift
[21/21] Compiling Mustache Context.swift
[22/22] Compiling Mustache Transform.swift
Build complete! (12.29s)
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"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "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",
        "NSLock+Backport.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.9"
}
Done.