Build Information
Successful build of Jinja, reference 2.3.5 (0aeefa), with Swift 6.1 for Wasm on 28 Mar 2026 11:45:50 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build 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: 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" : [
"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-4609320-3":/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: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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.87s)
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/24] Compiling InternalCollectionsUtilities Integer rank.swift
[7/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[10/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[11/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/24] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/24] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[15/24] Compiling InternalCollectionsUtilities String+Padding.swift
[16/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/24] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/24] Compiling InternalCollectionsUtilities Span+Extras.swift
[20/24] Compiling InternalCollectionsUtilities Debugging.swift
[21/24] Compiling InternalCollectionsUtilities Descriptions.swift
[22/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+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/80] Compiling OrderedCollections OrderedSet+Initializers.swift
[34/80] Compiling OrderedCollections OrderedSet+Insertions.swift
[35/80] Compiling OrderedCollections OrderedSet+Invariants.swift
[36/80] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[37/80] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[38/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[39/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[40/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[41/87] Compiling OrderedCollections OrderedDictionary+Codable.swift
[42/87] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[43/87] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[44/87] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[45/87] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[46/87] Compiling OrderedCollections OrderedDictionary+Elements.swift
[47/87] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[48/87] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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 OrderedDictionary.swift
[65/87] Compiling OrderedCollections OrderedSet+Codable.swift
[66/87] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[67/87] Compiling OrderedCollections OrderedSet+Descriptions.swift
[68/87] Compiling OrderedCollections OrderedSet+Diffing.swift
[69/87] Compiling OrderedCollections OrderedSet+Equatable.swift
[70/87] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[71/87] Compiling OrderedCollections OrderedSet+Hashable.swift
[72/87] Compiling OrderedCollections _HashTable+Bucket.swift
[73/87] Compiling OrderedCollections _HashTable+BucketIterator.swift
[74/87] Compiling OrderedCollections _HashTable+Constants.swift
[75/87] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[76/87] Compiling OrderedCollections _HashTable+Testing.swift
[77/87] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[78/87] Compiling OrderedCollections _HashTable.swift
[79/87] Compiling OrderedCollections _Hashtable+Header.swift
[80/87] Compiling OrderedCollections OrderedSet+Sendable.swift
[81/87] Compiling OrderedCollections OrderedSet+SubSequence.swift
[82/87] Compiling OrderedCollections OrderedSet+Testing.swift
[83/87] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[84/87] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[85/87] Compiling OrderedCollections OrderedSet.swift
[86/87] Compiling OrderedCollections _UnsafeBitset.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 Value.swift
[93/103] Compiling Jinja PropertyMembers.swift
[94/103] Compiling Jinja Template.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] Compiling Jinja AST.swift
[100/103] Compiling Jinja Error.swift
[101/103] Emitting module Jinja
[102/103] Compiling Jinja Filters.swift
[103/103] Compiling Jinja Globals.swift
Build complete! (18.20s)
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"
}
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Done.