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 Jinja, reference 2.2.0 (06a511), with Swift 6.1 for macOS (SPM) on 24 Nov 2025 13:21:58 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/huggingface/swift-jinja.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/huggingface/swift-jinja
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 06a511d Expose error descriptions (#39)
Cloned https://github.com/huggingface/swift-jinja.git
Revision (git rev-parse @):
06a511d5adab5a812852ff972e65702a24b8ce30
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/huggingface/swift-jinja.git at 2.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/huggingface/swift-jinja.git
https://github.com/huggingface/swift-jinja.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Jinja",
  "name" : "Jinja",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Jinja",
      "targets" : [
        "Jinja"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JinjaTests",
      "module_type" : "SwiftTarget",
      "name" : "JinjaTests",
      "path" : "Tests/JinjaTests",
      "sources" : [
        "FiltersTests.swift",
        "GlobalsTests.swift",
        "IntegrationTests.swift",
        "InterpreterTests.swift",
        "PerformanceTests.swift",
        "PropertyMembersTests.swift",
        "TemplateTests.swift",
        "TestsTests.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "Jinja"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Jinja",
      "module_type" : "SwiftTarget",
      "name" : "Jinja",
      "path" : "Sources/Jinja",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Jinja"
      ],
      "sources" : [
        "AST.swift",
        "Error.swift",
        "Filters.swift",
        "Globals.swift",
        "Interpreter.swift",
        "Lexer.swift",
        "Macro.swift",
        "Parser.swift",
        "PropertyMembers.swift",
        "Template.swift",
        "Tests.swift",
        "Token.swift",
        "Utilities.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/21] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[6/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[7/22] Compiling InternalCollectionsUtilities Descriptions.swift
[8/22] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[9/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/22] Compiling InternalCollectionsUtilities Debugging.swift
[17/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/22] Compiling InternalCollectionsUtilities Integer rank.swift
[19/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/22] Emitting module InternalCollectionsUtilities
[22/22] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[23/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[29/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[30/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[31/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[32/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[33/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[34/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[35/84] Compiling OrderedCollections _Hashtable+Header.swift
[36/84] Compiling OrderedCollections OrderedDictionary+Codable.swift
[37/84] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[38/84] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[39/84] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[40/84] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[41/84] Compiling OrderedCollections OrderedSet+Hashable.swift
[42/84] Compiling OrderedCollections OrderedSet+Initializers.swift
[43/84] Compiling OrderedCollections OrderedSet+Insertions.swift
[44/84] Compiling OrderedCollections OrderedSet+Invariants.swift
[45/84] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[46/84] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[47/84] Compiling OrderedCollections OrderedSet+Codable.swift
[48/84] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[49/84] Compiling OrderedCollections OrderedSet+Descriptions.swift
[50/84] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/84] Compiling OrderedCollections OrderedSet+Equatable.swift
[52/84] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/84] Compiling OrderedCollections OrderedDictionary+Elements.swift
[54/84] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[55/84] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[56/84] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[57/84] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[58/84] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[59/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[60/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[61/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[62/84] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[63/84] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[64/84] Compiling OrderedCollections OrderedSet+Sendable.swift
[65/84] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[66/84] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[67/84] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[68/84] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[69/84] Compiling OrderedCollections OrderedDictionary+Values.swift
[70/84] Compiling OrderedCollections OrderedDictionary.swift
[71/84] Compiling OrderedCollections _HashTable+Bucket.swift
[72/84] Compiling OrderedCollections _HashTable+BucketIterator.swift
[73/84] Compiling OrderedCollections _HashTable+Constants.swift
[74/84] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/84] Compiling OrderedCollections _HashTable+Testing.swift
[76/84] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[77/84] Compiling OrderedCollections _HashTable.swift
[78/84] Compiling OrderedCollections OrderedSet+SubSequence.swift
[79/84] Compiling OrderedCollections OrderedSet+Testing.swift
[80/84] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[81/84] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[82/84] Compiling OrderedCollections OrderedSet.swift
[83/84] Compiling OrderedCollections _UnsafeBitset.swift
[84/84] Emitting module OrderedCollections
[85/98] Compiling Jinja Utilities.swift
[86/99] Compiling Jinja Value.swift
[87/99] Compiling Jinja Token.swift
[88/99] Compiling Jinja AST.swift
[89/99] Compiling Jinja Error.swift
[90/99] Compiling Jinja Tests.swift
[91/99] Compiling Jinja Template.swift
[92/99] Compiling Jinja PropertyMembers.swift
[93/99] Compiling Jinja Filters.swift
[94/99] Compiling Jinja Globals.swift
[95/99] Compiling Jinja Macro.swift
[96/99] Compiling Jinja Parser.swift
[97/99] Emitting module Jinja
[98/99] Compiling Jinja Interpreter.swift
[99/99] Compiling Jinja Lexer.swift
Build complete! (9.65s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.94s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Jinja",
  "name" : "Jinja",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Jinja",
      "targets" : [
        "Jinja"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JinjaTests",
      "module_type" : "SwiftTarget",
      "name" : "JinjaTests",
      "path" : "Tests/JinjaTests",
      "sources" : [
        "FiltersTests.swift",
        "GlobalsTests.swift",
        "IntegrationTests.swift",
        "InterpreterTests.swift",
        "PerformanceTests.swift",
        "PropertyMembersTests.swift",
        "TemplateTests.swift",
        "TestsTests.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "Jinja"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Jinja",
      "module_type" : "SwiftTarget",
      "name" : "Jinja",
      "path" : "Sources/Jinja",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Jinja"
      ],
      "sources" : [
        "AST.swift",
        "Error.swift",
        "Filters.swift",
        "Globals.swift",
        "Interpreter.swift",
        "Lexer.swift",
        "Macro.swift",
        "Parser.swift",
        "PropertyMembers.swift",
        "Template.swift",
        "Tests.swift",
        "Token.swift",
        "Utilities.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.