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-4609320-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/art-divin/Stencil.git
Reference: 0.15.3
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/art-divin/Stencil
 * tag               0.15.3     -> FETCH_HEAD
HEAD is now at 03a1dca Merge pull request #1 from pavel-trafimuk/master
Cloned https://github.com/art-divin/Stencil.git
Revision (git rev-parse @):
03a1dca8923bef5a34c08f5a560fb420326f7244
SUCCESS checkout https://github.com/art-divin/Stencil.git at 0.15.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/art-divin/Stencil.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-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
[1223/2425] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git (0.27s)
Fetched https://github.com/kylef/Spectre.git (0.27s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.38s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.15s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.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 FilterTag.swift
[13/28] Compiling Stencil Filters.swift
[14/28] Compiling Stencil ForTag.swift
[15/28] Compiling Stencil Errors.swift
[16/28] Compiling Stencil Expression.swift
[17/28] Compiling Stencil Extension.swift
[18/28] Compiling Stencil TrimBehaviour.swift
[19/28] Compiling Stencil Variable.swift
[20/28] Compiling Stencil KeyPath.swift
[21/28] Compiling Stencil LazyValueWrapper.swift
[22/28] Compiling Stencil Lexer.swift
[23/28] Compiling Stencil IfTag.swift
[24/28] Compiling Stencil Include.swift
[25/28] Compiling Stencil Inheritance.swift
[26/28] Compiling Stencil Parser.swift
[27/28] Compiling Stencil Template.swift
[28/28] Compiling Stencil Tokenizer.swift
Build complete! (11.90s)
Build complete.
Done.