Build Information
Successful build of Stencil with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Stencil.git
Reference: 0.13.2
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/nerdsupremacist/Stencil
* tag 0.13.2 -> FETCH_HEAD
HEAD is now at a229b59 Update CHANGELOG.md
Cloned https://github.com/nerdsupremacist/Stencil.git
Revision (git rev-parse @):
a229b59d3d888cd6bed2d372bdce627d71ea5e66
SUCCESS checkout https://github.com/nerdsupremacist/Stencil.git at 0.13.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/nerdsupremacist/Stencil.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1404] Fetching pathkit
[72/2425] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.25s)
Fetched https://github.com/kylef/Spectre.git from cache (0.25s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (1.04s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.39s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module PathKit
[5/5] Compiling PathKit PathKit.swift
[7/26] Emitting module Stencil
[8/28] Compiling Stencil Include.swift
[9/28] Compiling Stencil Inheritence.swift
[10/28] Compiling Stencil KeyPath.swift
[11/28] Compiling Stencil Template.swift
[12/28] Compiling Stencil Tokenizer.swift
[13/28] Compiling Stencil Expression.swift
[14/28] Compiling Stencil Extension.swift
[15/28] Compiling Stencil FilterTag.swift
[16/28] Compiling Stencil NowTag.swift
[17/28] Compiling Stencil Parser.swift
[18/28] Compiling Stencil Context.swift
[19/28] Compiling Stencil Environment.swift
[20/28] Compiling Stencil Errors.swift
[21/28] Compiling Stencil Lexer.swift
/host/spi-builder-workspace/Sources/Node.swift:63:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
var components = token.components
~~~ ^
let
[22/28] Compiling Stencil Loader.swift
/host/spi-builder-workspace/Sources/Node.swift:63:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
var components = token.components
~~~ ^
let
[23/28] Compiling Stencil Node.swift
/host/spi-builder-workspace/Sources/Node.swift:63:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
var components = token.components
~~~ ^
let
[24/28] Compiling Stencil Variable.swift
[25/28] Compiling Stencil _SwiftSupport.swift
[26/28] Compiling Stencil Filters.swift
[27/28] Compiling Stencil ForTag.swift
[28/28] Compiling Stencil IfTag.swift
Build complete! (12.42s)
Build complete.
Done.