The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTMLMinifier, reference v1.0.2 (07fea4), with Swift 6.1 for macOS (SPM) on 23 Aug 2025 22:41:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/HTMLMinifier.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/HTMLMinifier
 * tag               v1.0.2     -> FETCH_HEAD
HEAD is now at 07fea4f docs: update documentation comments to Swift style
Cloned https://github.com/jaywcjlove/HTMLMinifier.git
Revision (git rev-parse @):
07fea4f71b82f991cb04289ef139da37168f7c8a
SUCCESS checkout https://github.com/jaywcjlove/HTMLMinifier.git at v1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "htmlminifier",
      "name": "HTMLMinifier",
      "url": "https://github.com/jaywcjlove/HTMLMinifier.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTMLMinifier",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jaywcjlove/HTMLMinifier.git
[1/56] Fetching htmlminifier
Fetched https://github.com/jaywcjlove/HTMLMinifier.git from cache (0.92s)
Creating working copy for https://github.com/jaywcjlove/HTMLMinifier.git
Working copy of https://github.com/jaywcjlove/HTMLMinifier.git resolved at v1.0.2 (07fea4f)
warning: '.resolve-product-dependencies': dependency 'htmlminifier' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jaywcjlove/HTMLMinifier.git
https://github.com/jaywcjlove/HTMLMinifier.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTMLMinifier",
  "name" : "HTMLMinifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "HTMLMinifier",
      "targets" : [
        "HTMLMinifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTMLMinifierTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLMinifierTests",
      "path" : "Tests/HTMLMinifierTests",
      "sources" : [
        "HTMLMinifierTests.swift"
      ],
      "target_dependencies" : [
        "HTMLMinifier"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLMinifier",
      "module_type" : "SwiftTarget",
      "name" : "HTMLMinifier",
      "path" : "Sources/HTMLMinifier",
      "product_memberships" : [
        "HTMLMinifier"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLMinifier/Resources/htmlminifier.umd.bundle.min.js",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HTMLMinifier.swift",
        "HTMLMinifierOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[0/3] Copying htmlminifier.umd.bundle.min.js
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling HTMLMinifier HTMLMinifierOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/7] Compiling HTMLMinifier HTMLMinifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/7] Compiling HTMLMinifier resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/7] Emitting module HTMLMinifier
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (4.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTMLMinifier",
  "name" : "HTMLMinifier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "HTMLMinifier",
      "targets" : [
        "HTMLMinifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTMLMinifierTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLMinifierTests",
      "path" : "Tests/HTMLMinifierTests",
      "sources" : [
        "HTMLMinifierTests.swift"
      ],
      "target_dependencies" : [
        "HTMLMinifier"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLMinifier",
      "module_type" : "SwiftTarget",
      "name" : "HTMLMinifier",
      "path" : "Sources/HTMLMinifier",
      "product_memberships" : [
        "HTMLMinifier"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/HTMLMinifier/Resources/htmlminifier.umd.bundle.min.js",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "HTMLMinifier.swift",
        "HTMLMinifierOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.