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.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Stencil.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/Stencil
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/nerdsupremacist/Stencil.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module PathKit
[2/2] Compiling PathKit PathKit.swift
[3/22] Compiling Stencil Include.swift
[4/22] Compiling Stencil Inheritence.swift
[5/22] Compiling Stencil KeyPath.swift
[6/24] Emitting module Stencil
[7/24] Compiling Stencil Lexer.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node.swift:63:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components = token.components
    ~~~ ^
    let
[8/24] Compiling Stencil Loader.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node.swift:63:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components = token.components
    ~~~ ^
    let
[9/24] Compiling Stencil Node.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Node.swift:63:9: warning: variable 'components' was never mutated; consider changing to 'let' constant
    var components = token.components
    ~~~ ^
    let
[10/24] Compiling Stencil Template.swift
[11/24] Compiling Stencil Tokenizer.swift
[12/24] Compiling Stencil Expression.swift
[13/24] Compiling Stencil Extension.swift
[14/24] Compiling Stencil FilterTag.swift
[15/24] Compiling Stencil NowTag.swift
[16/24] Compiling Stencil Parser.swift
[17/24] Compiling Stencil Variable.swift
[18/24] Compiling Stencil _SwiftSupport.swift
[19/24] Compiling Stencil Filters.swift
[20/24] Compiling Stencil ForTag.swift
[21/24] Compiling Stencil IfTag.swift
[22/24] Compiling Stencil Context.swift
[23/24] Compiling Stencil Environment.swift
[24/24] Compiling Stencil Errors.swift
Build complete! (13.94s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.19s)
Fetched https://github.com/kylef/PathKit.git (0.19s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.52s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.56s)
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
Build complete.
Done.