The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Malline with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naamio/malline.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/malline",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/naamio/malline.git
[1/396] Fetching malline
Fetched https://github.com/naamio/malline.git (0.30s)
Creating working copy for https://github.com/naamio/malline.git
Working copy of https://github.com/naamio/malline.git resolved at master
warning: '.resolve-product-dependencies': dependency 'malline' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Compiling Malline Include.swift
[2/22] Compiling Malline Inheritence.swift
[3/22] Compiling Malline Lexer.swift
[4/25] Compiling Malline Expression.swift
[5/25] Compiling Malline Extension.swift
[6/25] Compiling Malline Filters.swift
[7/25] Compiling Malline FilterTag.swift
[8/25] Compiling Malline ForTag.swift
[9/25] Compiling Malline IfTag.swift
[10/25] Compiling Malline Stencil.swift
[11/25] Compiling Malline BlockTag.swift
[12/25] Compiling Malline ExtendsTag.swift
[13/25] Compiling Malline Context.swift
[14/25] Compiling Malline Environment.swift
[15/25] Compiling Malline Errors.swift
[16/25] Compiling Malline NowTag.swift
[17/25] Compiling Malline Tag.swift
[18/25] Compiling Malline TextTag.swift
[19/25] Emitting module Malline
/Users/builder/builds/TDmZkXJm/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/25] Compiling Malline Loader.swift
/Users/builder/builds/TDmZkXJm/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/25] Compiling Malline Parser.swift
/Users/builder/builds/TDmZkXJm/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/25] Compiling Malline PathKit.swift
/Users/builder/builds/TDmZkXJm/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 {
               ^
[23/25] Compiling Malline VariableTag.swift
[24/25] Compiling Malline Tokenizer.swift
[25/25] Compiling Malline Variable.swift
Build complete! (8.38s)
Build complete.
Done.