The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Malline, reference 0.4.0 (649185), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:39:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naamio/malline.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naamio/malline
 * tag               0.4.0      -> FETCH_HEAD
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 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/naamio/malline.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/25] Compiling Malline TextTag.swift
[4/25] Compiling Malline VariableTag.swift
[5/25] Compiling Malline ForTag.swift
[6/25] Compiling Malline IfTag.swift
[7/25] Compiling Malline Context.swift
[8/25] Compiling Malline Environment.swift
[9/25] Compiling Malline Errors.swift
[10/25] Compiling Malline ExtendsTag.swift
[11/25] Compiling Malline FilterTag.swift
[12/25] Compiling Malline Stencil.swift
[13/25] Compiling Malline BlockTag.swift
[14/25] Compiling Malline Expression.swift
[15/25] Compiling Malline Extension.swift
[16/25] Compiling Malline Filters.swift
[17/25] Compiling Malline NowTag.swift
[18/25] Compiling Malline Tag.swift
[19/27] Emitting module Malline
/Users/admin/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 [#DeprecatedDeclaration]
 96 |
 97 | extension Path : Hashable {
 98 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 99 |         return path.hashValue
100 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/27] Compiling Malline Loader.swift
/Users/admin/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 [#DeprecatedDeclaration]
 96 |
 97 | extension Path : Hashable {
 98 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 99 |         return path.hashValue
100 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[21/27] Compiling Malline Parser.swift
/Users/admin/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 [#DeprecatedDeclaration]
 96 |
 97 | extension Path : Hashable {
 98 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 99 |         return path.hashValue
100 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[22/27] Compiling Malline PathKit.swift
/Users/admin/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 [#DeprecatedDeclaration]
 96 |
 97 | extension Path : Hashable {
 98 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Path' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 99 |         return path.hashValue
100 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/27] Compiling Malline Include.swift
[24/27] Compiling Malline Inheritence.swift
[25/27] Compiling Malline Lexer.swift
[26/27] Compiling Malline Tokenizer.swift
[27/27] Compiling Malline Variable.swift
Build complete! (4.10s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Malline",
  "name" : "Malline",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Malline",
      "targets" : [
        "Malline"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MallineTests",
      "module_type" : "SwiftTarget",
      "name" : "MallineTests",
      "path" : "Tests/MallineTests",
      "sources" : [
        "ContextTests.swift",
        "EnvironmentTests.swift",
        "ExpressionTests.swift",
        "FilterTests.swift",
        "IncludeTests.swift",
        "InheritenceTests.swift",
        "LexerTests.swift",
        "LoaderTests.swift",
        "ParserTests.swift",
        "StencilTests.swift",
        "Tags/FilterTagTests.swift",
        "Tags/ForTagTests.swift",
        "Tags/IfTagTests.swift",
        "Tags/NowTagTests.swift",
        "Tags/TagTests.swift",
        "TokenTests.swift",
        "VariableTests.swift"
      ],
      "target_dependencies" : [
        "Malline"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Malline",
      "module_type" : "SwiftTarget",
      "name" : "Malline",
      "path" : "Sources/Malline",
      "product_memberships" : [
        "Malline"
      ],
      "sources" : [
        "Context.swift",
        "Environment.swift",
        "Errors.swift",
        "Expression.swift",
        "Extension.swift",
        "Filters.swift",
        "Include.swift",
        "Inheritence.swift",
        "Lexer.swift",
        "Loader.swift",
        "Parser.swift",
        "PathKit/PathKit.swift",
        "Stencil.swift",
        "Tags/BlockTag.swift",
        "Tags/ExtendsTag.swift",
        "Tags/FilterTag.swift",
        "Tags/ForTag.swift",
        "Tags/IfTag.swift",
        "Tags/NowTag.swift",
        "Tags/Tag.swift",
        "Tags/TextTag.swift",
        "Tags/VariableTag.swift",
        "Tokenizer.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.