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 swift-mustache, reference main (aaacbd), with Swift 6.1 for Linux on 29 Apr 2025 16:39:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-mustache.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/swift-mustache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aaacbd9 Update from hummingbird-project-template e9eae39c0a5fff1b127f751ff4e166635a2e34ee (#67)
Cloned https://github.com/hummingbird-project/swift-mustache.git
Revision (git rev-parse @):
aaacbd989b9d99ff2d5582972ca0ca7242432c2b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/swift-mustache.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/swift-mustache.git
https://github.com/hummingbird-project/swift-mustache.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-mustache",
  "name" : "swift-mustache",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Mustache",
      "targets" : [
        "Mustache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MustacheTests",
      "module_type" : "SwiftTarget",
      "name" : "MustacheTests",
      "path" : "Tests/MustacheTests",
      "sources" : [
        "ErrorTests.swift",
        "LibraryTests.swift",
        "PartialTests.swift",
        "SpecTests.swift",
        "TemplateParserTests.swift",
        "TemplateRendererTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "Mustache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mustache",
      "module_type" : "SwiftTarget",
      "name" : "Mustache",
      "path" : "Sources/Mustache",
      "product_memberships" : [
        "Mustache"
      ],
      "sources" : [
        "ContentType.swift",
        "Context.swift",
        "CustomRenderable.swift",
        "Deprecations.swift",
        "Lambda.swift",
        "Library+FileSystem.swift",
        "Library.swift",
        "Mirror.swift",
        "NSLock+Backport.swift",
        "Parent.swift",
        "Parser.swift",
        "Sequence.swift",
        "SequenceContext.swift",
        "String.swift",
        "Template+FileSystem.swift",
        "Template+Parser.swift",
        "Template+Render.swift",
        "Template.swift",
        "Transform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/20] Compiling Mustache Template+Parser.swift
[4/20] Compiling Mustache Template+Render.swift
[5/22] Compiling Mustache Deprecations.swift
[6/22] Compiling Mustache Lambda.swift
[7/22] Compiling Mustache Library+FileSystem.swift
[8/22] Compiling Mustache Sequence.swift
[9/22] Compiling Mustache SequenceContext.swift
[10/22] Compiling Mustache Parent.swift
[11/22] Compiling Mustache Parser.swift
[12/22] Compiling Mustache Library.swift
[13/22] Compiling Mustache Mirror.swift
[14/22] Compiling Mustache NSLock+Backport.swift
[15/22] Compiling Mustache String.swift
[16/22] Compiling Mustache Template+FileSystem.swift
[17/22] Emitting module Mustache
[18/22] Compiling Mustache ContentType.swift
[19/22] Compiling Mustache Context.swift
[20/22] Compiling Mustache CustomRenderable.swift
[21/22] Compiling Mustache Template.swift
[22/22] Compiling Mustache Transform.swift
Build complete! (11.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-mustache",
  "name" : "swift-mustache",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Mustache",
      "targets" : [
        "Mustache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "MustacheTests",
      "module_type" : "SwiftTarget",
      "name" : "MustacheTests",
      "path" : "Tests/MustacheTests",
      "sources" : [
        "ErrorTests.swift",
        "LibraryTests.swift",
        "PartialTests.swift",
        "SpecTests.swift",
        "TemplateParserTests.swift",
        "TemplateRendererTests.swift",
        "TransformTests.swift"
      ],
      "target_dependencies" : [
        "Mustache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mustache",
      "module_type" : "SwiftTarget",
      "name" : "Mustache",
      "path" : "Sources/Mustache",
      "product_memberships" : [
        "Mustache"
      ],
      "sources" : [
        "ContentType.swift",
        "Context.swift",
        "CustomRenderable.swift",
        "Deprecations.swift",
        "Lambda.swift",
        "Library+FileSystem.swift",
        "Library.swift",
        "Mirror.swift",
        "NSLock+Backport.swift",
        "Parent.swift",
        "Parser.swift",
        "Sequence.swift",
        "SequenceContext.swift",
        "String.swift",
        "Template+FileSystem.swift",
        "Template+Parser.swift",
        "Template+Render.swift",
        "Template.swift",
        "Transform.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.