The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HTMLString, reference 6.0.1 (04613a), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:07:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexaubry/HTMLString.git
Reference: 6.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexaubry/HTMLString
 * tag               6.0.1      -> FETCH_HEAD
HEAD is now at 04613a3 Update metadata
Cloned https://github.com/alexaubry/HTMLString.git
Revision (git rev-parse @):
04613a3b0f40a91e554b5174c0a10657f1a26357
SUCCESS checkout https://github.com/alexaubry/HTMLString.git at 6.0.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "htmlstring",
      "name": "HTMLString",
      "url": "https://github.com/alexaubry/HTMLString.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HTMLString",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.01s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 6.0.1 (04613a3)
warning: '.resolve-product-dependencies': dependency 'htmlstring' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alexaubry/HTMLString.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling HTMLString NSString+HTMLString.swift
[4/6] Compiling HTMLString Mappings.swift
[5/6] Compiling HTMLString HTMLString.swift
[6/6] Emitting module HTMLString
Build complete! (3.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTMLString",
  "name" : "HTMLString",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HTMLString",
      "targets" : [
        "HTMLString"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTMLStringTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLStringTests",
      "path" : "Tests/HTMLStringTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HTMLStringTests/Fixtures/large-text.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle+Helpers.swift",
        "HTMLStringTests.swift"
      ],
      "target_dependencies" : [
        "HTMLString"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLString",
      "module_type" : "SwiftTarget",
      "name" : "HTMLString",
      "path" : "Sources/HTMLString",
      "product_memberships" : [
        "HTMLString"
      ],
      "sources" : [
        "HTMLString.swift",
        "Mappings.swift",
        "NSString+HTMLString.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.