Build Information
Successful build of Stencil, reference master (17af3b
), with Swift 5.9 for Linux on 22 Dec 2024 18:35:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stencilproject/Stencil.git
Reference: master
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/stencilproject/Stencil
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 17af3ba docs: fix code example syntax (#348)
Cloned https://github.com/stencilproject/Stencil.git
Revision (git rev-parse @):
17af3bace1975d7d3bef1a9f23d461539c9c7525
SUCCESS checkout https://github.com/stencilproject/Stencil.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/stencilproject/Stencil.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[110/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git (0.22s)
Fetched https://github.com/kylef/PathKit.git (0.22s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.40s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.11s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Building for debugging...
[1/2] Emitting module PathKit
[2/2] Compiling PathKit PathKit.swift
[5/26] Emitting module Stencil
[6/28] Compiling Stencil Context.swift
[7/28] Compiling Stencil DynamicMemberLookup.swift
[8/28] Compiling Stencil Environment.swift
[9/28] Compiling Stencil Loader.swift
[10/28] Compiling Stencil Node.swift
[11/28] Compiling Stencil NowTag.swift
[12/28] Compiling Stencil IfTag.swift
[13/28] Compiling Stencil Include.swift
[14/28] Compiling Stencil Inheritance.swift
[15/28] Compiling Stencil FilterTag.swift
[16/28] Compiling Stencil Filters.swift
[17/28] Compiling Stencil ForTag.swift
[18/28] Compiling Stencil Errors.swift
[19/28] Compiling Stencil Expression.swift
[20/28] Compiling Stencil Extension.swift
[21/28] Compiling Stencil Parser.swift
[22/28] Compiling Stencil Template.swift
[23/28] Compiling Stencil Tokenizer.swift
[24/28] Compiling Stencil KeyPath.swift
[25/28] Compiling Stencil LazyValueWrapper.swift
[26/28] Compiling Stencil Lexer.swift
[27/28] Compiling Stencil TrimBehaviour.swift
[28/28] Compiling Stencil Variable.swift
Build complete! (11.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "spectre",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Spectre.git"
}
],
"manifest_display_name" : "Stencil",
"name" : "Stencil",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Stencil",
"targets" : [
"Stencil"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "StencilTests",
"module_type" : "SwiftTarget",
"name" : "StencilTests",
"path" : "Tests/StencilTests",
"product_dependencies" : [
"Spectre"
],
"sources" : [
"ContextSpec.swift",
"EnvironmentBaseAndChildTemplateSpec.swift",
"EnvironmentIncludeTemplateSpec.swift",
"EnvironmentSpec.swift",
"ExpressionSpec.swift",
"FilterSpec.swift",
"FilterTagSpec.swift",
"ForNodeSpec.swift",
"Helpers.swift",
"IfNodeSpec.swift",
"IncludeSpec.swift",
"InheritanceSpec.swift",
"LexerSpec.swift",
"LoaderSpec.swift",
"NodeSpec.swift",
"NowNodeSpec.swift",
"ParserSpec.swift",
"StencilSpec.swift",
"TemplateSpec.swift",
"TokenSpec.swift",
"TrimBehaviourSpec.swift",
"VariableSpec.swift"
],
"target_dependencies" : [
"Stencil"
],
"type" : "test"
},
{
"c99name" : "Stencil",
"module_type" : "SwiftTarget",
"name" : "Stencil",
"path" : "Sources/Stencil",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"Stencil"
],
"sources" : [
"Context.swift",
"DynamicMemberLookup.swift",
"Environment.swift",
"Errors.swift",
"Expression.swift",
"Extension.swift",
"FilterTag.swift",
"Filters.swift",
"ForTag.swift",
"IfTag.swift",
"Include.swift",
"Inheritance.swift",
"KeyPath.swift",
"LazyValueWrapper.swift",
"Lexer.swift",
"Loader.swift",
"Node.swift",
"NowTag.swift",
"Parser.swift",
"Template.swift",
"Tokenizer.swift",
"TrimBehaviour.swift",
"Variable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.