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 HTMLEntities, reference 4.0.1 (d8ca73), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:07:23 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/Kitura/swift-html-entities.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/swift-html-entities
 * tag               4.0.1      -> FETCH_HEAD
HEAD is now at d8ca731 Remove .swift-version file
Cloned https://github.com/Kitura/swift-html-entities.git
Revision (git rev-parse @):
d8ca73197f59ce260c71bd6d7f6eb8bbdccf508b
SUCCESS checkout https://github.com/Kitura/swift-html-entities.git at 4.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/swift-html-entities.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/7] Compiling HTMLEntities Utilities.swift
[4/7] Compiling HTMLEntities String+HTMLEntities.swift
[5/7] Emitting module HTMLEntities
[6/7] Compiling HTMLEntities ParseError.swift
[7/7] Compiling HTMLEntities Constants.swift
Build complete! (2.28s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTMLEntities",
  "name" : "HTMLEntities",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HTMLEntities",
      "targets" : [
        "HTMLEntities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTMLEntitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "HTMLEntitiesTests",
      "path" : "Tests/HTMLEntitiesTests",
      "sources" : [
        "HTMLEntitiesTests.swift",
        "LinuxSafeguardTest.swift"
      ],
      "target_dependencies" : [
        "HTMLEntities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTMLEntities",
      "module_type" : "SwiftTarget",
      "name" : "HTMLEntities",
      "path" : "Sources/HTMLEntities",
      "product_memberships" : [
        "HTMLEntities"
      ],
      "sources" : [
        "Constants.swift",
        "ParseError.swift",
        "String+HTMLEntities.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.