Build Information
Successful build of Stencil with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/Stencil.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/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.10
Building package at path: $workDir
https://github.com/nerdsupremacist/Stencil.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/5] Compiling PathKit PathKit.swift
[5/5] Emitting module PathKit
[6/25] Emitting module Stencil
[7/27] Compiling Stencil Template.swift
[8/27] Compiling Stencil Tokenizer.swift
[9/27] Compiling Stencil NowTag.swift
[10/27] Compiling Stencil Parser.swift
[11/27] Compiling Stencil Context.swift
[12/27] Compiling Stencil Environment.swift
[13/27] Compiling Stencil Errors.swift
[14/27] Compiling Stencil Include.swift
[15/27] Compiling Stencil Inheritence.swift
[16/27] Compiling Stencil KeyPath.swift
[17/27] Compiling Stencil Lexer.swift
/Users/builder/builds/UKfvDsi8u/2/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
[18/27] Compiling Stencil Loader.swift
/Users/builder/builds/UKfvDsi8u/2/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
[19/27] Compiling Stencil Node.swift
/Users/builder/builds/UKfvDsi8u/2/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
[20/27] Compiling Stencil Variable.swift
[21/27] Compiling Stencil _SwiftSupport.swift
[22/27] Compiling Stencil Expression.swift
[23/27] Compiling Stencil Extension.swift
[24/27] Compiling Stencil FilterTag.swift
[25/27] Compiling Stencil Filters.swift
[26/27] Compiling Stencil ForTag.swift
[27/27] Compiling Stencil IfTag.swift
Build complete! (6.61s)
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 from cache (0.17s)
Fetched https://github.com/kylef/PathKit.git from cache (0.17s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.40s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.33s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.00s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.01s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
Build complete.
Done.