Build Information
Successful build of Malline with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naamio/malline.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/naamio/malline
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6491851 docs: README badges reference Naamio project.
Cloned https://github.com/naamio/malline.git
Revision (git rev-parse @):
6491851616d77c7b9c06310c4aa2e8d137467c88
SUCCESS checkout https://github.com/naamio/malline.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "malline",
"name": "Malline",
"url": "https://github.com/naamio/malline.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/malline",
"dependencies": [
]
}
]
}
Fetching https://github.com/naamio/malline.git
[4/396] Fetching malline
Fetched https://github.com/naamio/malline.git from cache (0.23s)
Creating working copy for https://github.com/naamio/malline.git
Working copy of https://github.com/naamio/malline.git resolved at master (6491851)
warning: '.resolve-product-dependencies': dependency 'malline' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/naamio/malline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/24] Emitting module Malline
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:98:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[4/27] Compiling Malline Context.swift
[5/27] Compiling Malline Environment.swift
[6/27] Compiling Malline Errors.swift
[7/27] Compiling Malline Expression.swift
[8/27] Compiling Malline Extension.swift
[9/27] Compiling Malline Filters.swift
[10/27] Compiling Malline FilterTag.swift
[11/27] Compiling Malline ForTag.swift
[12/27] Compiling Malline IfTag.swift
[13/27] Compiling Malline VariableTag.swift
[14/27] Compiling Malline Tokenizer.swift
[15/27] Compiling Malline Variable.swift
[16/27] Compiling Malline Stencil.swift
[17/27] Compiling Malline BlockTag.swift
[18/27] Compiling Malline ExtendsTag.swift
[19/27] Compiling Malline Loader.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:98:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[20/27] Compiling Malline Parser.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:98:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[21/27] Compiling Malline PathKit.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Malline/PathKit/PathKit.swift:98:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead
public var hashValue: Int {
^
[22/27] Compiling Malline Include.swift
[23/27] Compiling Malline Inheritence.swift
[24/27] Compiling Malline Lexer.swift
[25/27] Compiling Malline NowTag.swift
[26/27] Compiling Malline Tag.swift
[27/27] Compiling Malline TextTag.swift
Build complete! (4.34s)
Build complete.
Done.