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 Android on 24 Nov 2025 13:21:04 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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.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 /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.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:         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" : [
        "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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.00s)
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/20] Emitting module InternalCollectionsUtilities
[6/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/22] Compiling InternalCollectionsUtilities _UniqueCollection.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 UnsafeMutableBufferPointer+Extras.swift
[12/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/22] Compiling InternalCollectionsUtilities Debugging.swift
[15/22] Compiling InternalCollectionsUtilities Descriptions.swift
[16/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/22] Compiling InternalCollectionsUtilities Integer rank.swift
[20/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/22] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[29/78] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[30/78] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[31/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[32/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[33/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[34/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[35/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[36/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[37/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[38/78] Compiling OrderedCollections OrderedDictionary.swift
[39/78] Compiling OrderedCollections OrderedSet+Codable.swift
[40/78] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[41/78] Compiling OrderedCollections OrderedSet+Descriptions.swift
[42/78] Compiling OrderedCollections OrderedSet+Diffing.swift
[43/78] Compiling OrderedCollections OrderedSet+Equatable.swift
[44/78] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[45/78] Compiling OrderedCollections OrderedSet+Hashable.swift
[46/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[47/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[48/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[49/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[50/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[51/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[53/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[54/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[55/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[56/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[57/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[58/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[59/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[60/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[61/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[62/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[63/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[64/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[65/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[66/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[67/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[68/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[69/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[70/85] Compiling OrderedCollections _HashTable+Bucket.swift
[71/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/85] Compiling OrderedCollections _HashTable+Constants.swift
[73/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/85] Compiling OrderedCollections _HashTable+Testing.swift
[75/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/85] Compiling OrderedCollections _HashTable.swift
[77/85] Compiling OrderedCollections _Hashtable+Header.swift
[78/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[79/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[80/85] Compiling OrderedCollections OrderedSet+Testing.swift
[81/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[82/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[83/85] Compiling OrderedCollections OrderedSet.swift
[84/85] Compiling OrderedCollections _UnsafeBitset.swift
[85/85] Emitting module OrderedCollections
[87/100] Compiling Jinja Utilities.swift
[88/101] Compiling Jinja Tests.swift
[89/101] Compiling Jinja Token.swift
[90/101] Compiling Jinja PropertyMembers.swift
[91/101] Compiling Jinja Template.swift
[92/101] Compiling Jinja Macro.swift
[93/101] Compiling Jinja Parser.swift
[94/101] Compiling Jinja Value.swift
[95/101] Emitting module Jinja
[96/101] Compiling Jinja AST.swift
[97/101] Compiling Jinja Error.swift
[98/101] Compiling Jinja Interpreter.swift
[99/101] Compiling Jinja Lexer.swift
[100/101] Compiling Jinja Filters.swift
[101/101] Compiling Jinja Globals.swift
Build complete! (17.68s)
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" : [
        "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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.