The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Jinja, reference 2.3.5 (0aeefa), with Swift 6.1 for Android on 28 Mar 2026 11:45:28 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/huggingface/swift-jinja.git
Reference: 2.3.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/huggingface/swift-jinja
 * tag               2.3.5      -> FETCH_HEAD
HEAD is now at 0aeefad Merge pull request #55 from huggingface/mattt/audit-dictionary-sorting
Cloned https://github.com/huggingface/swift-jinja.git
Revision (git rev-parse @):
0aeefadec459ce8e11a333769950fb86183aca43
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/huggingface/swift-jinja.git at 2.3.5
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/huggingface/swift-jinja.git
https://github.com/huggingface/swift-jinja.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : [
        "ErrorTests.swift",
        "FiltersTests.swift",
        "GlobalsTests.swift",
        "IntegrationTests.swift",
        "InterpreterTests.swift",
        "MacroTests.swift",
        "PerformanceTests.swift",
        "PropertyMembersTests.swift",
        "TemplateTests.swift",
        "TestsTests.swift",
        "TokenTests.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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/23245] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.50s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] Emitting module InternalCollectionsUtilities
[6/22] Compiling InternalCollectionsUtilities Debugging.swift
[7/22] Compiling InternalCollectionsUtilities Descriptions.swift
[8/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[9/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/24] Compiling InternalCollectionsUtilities String+Padding.swift
[12/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/24] Compiling InternalCollectionsUtilities Integer rank.swift
[18/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/24] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[21/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/24] Compiling InternalCollectionsUtilities Span+Extras.swift
[23/24] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[24/24] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[26/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[27/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[28/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[29/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[30/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[31/80] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[32/80] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[33/87] Compiling OrderedCollections OrderedDictionary+Codable.swift
[34/87] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[35/87] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[36/87] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[37/87] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[38/87] Compiling OrderedCollections OrderedDictionary+Elements.swift
[39/87] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[40/87] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[41/87] Compiling OrderedCollections OrderedSet+Initializers.swift
[42/87] Compiling OrderedCollections OrderedSet+Insertions.swift
[43/87] Compiling OrderedCollections OrderedSet+Invariants.swift
[44/87] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[45/87] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[46/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[47/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[48/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[49/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[50/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[51/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[52/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[53/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[54/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[55/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[56/87] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[57/87] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[58/87] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[59/87] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[60/87] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[61/87] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[62/87] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/87] Compiling OrderedCollections OrderedDictionary+Values.swift
[64/87] Compiling OrderedCollections OrderedSet+Sendable.swift
[65/87] Compiling OrderedCollections OrderedSet+SubSequence.swift
[66/87] Compiling OrderedCollections OrderedSet+Testing.swift
[67/87] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[68/87] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[69/87] Compiling OrderedCollections OrderedSet.swift
[70/87] Compiling OrderedCollections _UnsafeBitset.swift
[71/87] Compiling OrderedCollections OrderedDictionary.swift
[72/87] Compiling OrderedCollections OrderedSet+Codable.swift
[73/87] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[74/87] Compiling OrderedCollections OrderedSet+Descriptions.swift
[75/87] Compiling OrderedCollections OrderedSet+Diffing.swift
[76/87] Compiling OrderedCollections OrderedSet+Equatable.swift
[77/87] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[78/87] Compiling OrderedCollections OrderedSet+Hashable.swift
[79/87] Compiling OrderedCollections _HashTable+Bucket.swift
[80/87] Compiling OrderedCollections _HashTable+BucketIterator.swift
[81/87] Compiling OrderedCollections _HashTable+Constants.swift
[82/87] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[83/87] Compiling OrderedCollections _HashTable+Testing.swift
[84/87] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/87] Compiling OrderedCollections _HashTable.swift
[86/87] Compiling OrderedCollections _Hashtable+Header.swift
[87/87] Emitting module OrderedCollections
[89/102] Compiling Jinja Utilities.swift
[90/103] Compiling Jinja Tests.swift
[91/103] Compiling Jinja Token.swift
[92/103] Compiling Jinja PropertyMembers.swift
[93/103] Compiling Jinja Template.swift
[94/103] Compiling Jinja Value.swift
[95/103] Compiling Jinja Macro.swift
[96/103] Compiling Jinja Parser.swift
[97/103] Compiling Jinja Interpreter.swift
[98/103] Compiling Jinja Lexer.swift
[99/103] Emitting module Jinja
[100/103] Compiling Jinja AST.swift
[101/103] Compiling Jinja Error.swift
[102/103] Compiling Jinja Filters.swift
[103/103] Compiling Jinja Globals.swift
Build complete! (27.72s)
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" : "/host/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" : [
        "ErrorTests.swift",
        "FiltersTests.swift",
        "GlobalsTests.swift",
        "IntegrationTests.swift",
        "InterpreterTests.swift",
        "MacroTests.swift",
        "PerformanceTests.swift",
        "PropertyMembersTests.swift",
        "TemplateTests.swift",
        "TestsTests.swift",
        "TokenTests.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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.