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 Stencil, reference 0.15.1 (4f222a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:45:39 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/stencilproject/Stencil.git
Reference: 0.15.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stencilproject/Stencil
 * tag               0.15.1     -> FETCH_HEAD
HEAD is now at 4f222ac Merge pull request #329 from stencilproject/release/0.15.1
Cloned https://github.com/stencilproject/Stencil.git
Revision (git rev-parse @):
4f222ac85d673f35df29962fc4c36ccfdaf9da5b
SUCCESS checkout https://github.com/stencilproject/Stencil.git at 0.15.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stencilproject/Stencil.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/5] Compiling PathKit PathKit.swift
[5/5] Emitting module PathKit
[6/27] Emitting module Stencil
[7/29] Compiling Stencil Context.swift
[8/29] Compiling Stencil DynamicMemberLookup.swift
[9/29] Compiling Stencil Environment.swift
[10/29] Compiling Stencil TrimBehaviour.swift
[11/29] Compiling Stencil Variable.swift
[12/29] Compiling Stencil Template.swift
[13/29] Compiling Stencil Tokenizer.swift
[14/29] Compiling Stencil FilterTag.swift
[15/29] Compiling Stencil Filters.swift
[16/29] Compiling Stencil ForTag.swift
[17/29] Compiling Stencil Loader.swift
[18/29] Compiling Stencil Node.swift
[19/29] Compiling Stencil NowTag.swift
[20/29] Compiling Stencil Parser.swift
[21/29] Compiling Stencil LazyValueWrapper.swift
[22/29] Compiling Stencil Lexer.swift
[23/29] Compiling Stencil Inheritance.swift
[24/29] Compiling Stencil KeyPath.swift
[25/29] Compiling Stencil Errors.swift
[26/29] Compiling Stencil Expression.swift
[27/29] Compiling Stencil Extension.swift
[28/29] Compiling Stencil IfTag.swift
[29/29] Compiling Stencil Include.swift
Build complete! (10.02s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[199/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.85s)
Fetched https://github.com/kylef/PathKit.git from cache (0.85s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.39s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.84s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "spectre",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Spectre.git"
    }
  ],
  "manifest_display_name" : "Stencil",
  "name" : "Stencil",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Stencil",
      "targets" : [
        "Stencil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StencilTests",
      "module_type" : "SwiftTarget",
      "name" : "StencilTests",
      "path" : "Tests/StencilTests",
      "product_dependencies" : [
        "Spectre"
      ],
      "sources" : [
        "ContextSpec.swift",
        "EnvironmentBaseAndChildTemplateSpec.swift",
        "EnvironmentIncludeTemplateSpec.swift",
        "EnvironmentSpec.swift",
        "ExpressionSpec.swift",
        "FilterSpec.swift",
        "FilterTagSpec.swift",
        "ForNodeSpec.swift",
        "Helpers.swift",
        "IfNodeSpec.swift",
        "IncludeSpec.swift",
        "InheritanceSpec.swift",
        "LexerSpec.swift",
        "LoaderSpec.swift",
        "NodeSpec.swift",
        "NowNodeSpec.swift",
        "ParserSpec.swift",
        "StencilSpec.swift",
        "TemplateSpec.swift",
        "TokenSpec.swift",
        "TrimBehaviourSpec.swift",
        "VariableSpec.swift"
      ],
      "target_dependencies" : [
        "Stencil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Stencil",
      "module_type" : "SwiftTarget",
      "name" : "Stencil",
      "path" : "Sources/Stencil",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "Stencil"
      ],
      "sources" : [
        "Context.swift",
        "DynamicMemberLookup.swift",
        "Environment.swift",
        "Errors.swift",
        "Expression.swift",
        "Extension.swift",
        "FilterTag.swift",
        "Filters.swift",
        "ForTag.swift",
        "IfTag.swift",
        "Include.swift",
        "Inheritance.swift",
        "KeyPath.swift",
        "LazyValueWrapper.swift",
        "Lexer.swift",
        "Loader.swift",
        "Node.swift",
        "NowTag.swift",
        "Parser.swift",
        "Template.swift",
        "Tokenizer.swift",
        "TrimBehaviour.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.