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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stencilproject/Stencil.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/stencilproject/Stencil
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1aeeced Merge pull request #342 from art-divin/master
Cloned https://github.com/stencilproject/Stencil.git
Revision (git rev-parse @):
1aeeced65dc9f4652b74887e0e14e666efbda78d
SUCCESS checkout https://github.com/stencilproject/Stencil.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling PathKit PathKit.swift
[2/2] Emitting module PathKit
[3/24] Compiling Stencil Parser.swift
[4/24] Compiling Stencil Template.swift
[5/24] Compiling Stencil Tokenizer.swift
[6/24] Emitting module Stencil
[7/26] Compiling Stencil IfTag.swift
[8/26] Compiling Stencil Include.swift
[9/26] Compiling Stencil Inheritance.swift
[10/26] Compiling Stencil Loader.swift
[11/26] Compiling Stencil Node.swift
[12/26] Compiling Stencil NowTag.swift
[13/26] Compiling Stencil KeyPath.swift
[14/26] Compiling Stencil LazyValueWrapper.swift
[15/26] Compiling Stencil Lexer.swift
[16/26] Compiling Stencil Context.swift
[17/26] Compiling Stencil DynamicMemberLookup.swift
[18/26] Compiling Stencil Environment.swift
[19/26] Compiling Stencil FilterTag.swift
[20/26] Compiling Stencil Filters.swift
[21/26] Compiling Stencil ForTag.swift
[22/26] Compiling Stencil Errors.swift
[23/26] Compiling Stencil Expression.swift
[24/26] Compiling Stencil Extension.swift
[25/26] Compiling Stencil TrimBehaviour.swift
[26/26] Compiling Stencil Variable.swift
Build complete! (16.86s)
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.20s)
Fetched https://github.com/kylef/PathKit.git (0.20s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.03s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.02s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Build complete.
Done.