The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Stencil with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
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.9
Building package at path:  $PWD/checkout
https://github.com/nerdsupremacist/Stencil.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1404] Fetching pathkit
[1405/2425] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git (0.26s)
Fetched https://github.com/kylef/PathKit.git (0.26s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (1.00s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.53s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Building for debugging...
[1/2] Emitting module PathKit
[2/2] Compiling PathKit PathKit.swift
[5/24] Emitting module Stencil
[6/26] Compiling Stencil Include.swift
[7/26] Compiling Stencil Inheritence.swift
[8/26] Compiling Stencil KeyPath.swift
[9/26] Compiling Stencil Variable.swift
[10/26] Compiling Stencil _SwiftSupport.swift
[11/26] Compiling Stencil Template.swift
[12/26] Compiling Stencil Tokenizer.swift
[13/26] Compiling Stencil Expression.swift
[14/26] Compiling Stencil Extension.swift
[15/26] Compiling Stencil FilterTag.swift
[16/26] Compiling Stencil NowTag.swift
[17/26] Compiling Stencil Parser.swift
[18/26] Compiling Stencil Filters.swift
[19/26] Compiling Stencil ForTag.swift
[20/26] Compiling Stencil IfTag.swift
[21/26] Compiling Stencil Context.swift
[22/26] Compiling Stencil Environment.swift
[23/26] Compiling Stencil Errors.swift
[24/26] 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
[25/26] 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
[26/26] 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
Build complete! (9.65s)
Build complete.
Done.