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 main (fb5bc2), with Swift 6.1 for Wasm on 25 Nov 2025 22:57:10 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fb5bc2f Clean up JinjaError (#41)
Cloned https://github.com/huggingface/swift-jinja.git
Revision (git rev-parse @):
fb5bc2fa75ebc1d2b24afa6b44d45c6280624069
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/huggingface/swift-jinja.git at main
========================================
Build
========================================
Selected platform:         wasm
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-4609320-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.30s)
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 _UnsafeBitSet+_Word.swift
[9/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/22] Compiling InternalCollectionsUtilities Integer rank.swift
[12/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/22] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[16/22] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/22] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/22] Compiling InternalCollectionsUtilities Debugging.swift
[20/22] Compiling InternalCollectionsUtilities Descriptions.swift
[21/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[34/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[35/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[37/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[38/85] Compiling OrderedCollections OrderedDictionary.swift
[39/85] Compiling OrderedCollections OrderedSet+Codable.swift
[40/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[41/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[42/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[43/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[44/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[45/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[46/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[47/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[48/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[49/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[50/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[51/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[52/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[53/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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 OrderedDictionary+Hashable.swift
[63/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[64/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[65/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[66/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[67/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[68/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[69/85] Compiling OrderedCollections OrderedDictionary+Values.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] Emitting module Jinja
[89/101] Compiling Jinja Value.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 Tests.swift
[95/101] Compiling Jinja Token.swift
[96/101] Compiling Jinja Interpreter.swift
[97/101] Compiling Jinja Lexer.swift
[98/101] Compiling Jinja AST.swift
[99/101] Compiling Jinja Error.swift
[100/101] Compiling Jinja Filters.swift
[101/101] Compiling Jinja Globals.swift
Build complete! (29.82s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.