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-justhtml, reference v0.3.3 (ed2401), with Swift 6.0 for macOS (SPM) on 18 Dec 2025 10:30:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehowells/swift-justhtml.git
Reference: v0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehowells/swift-justhtml
 * tag               v0.3.3     -> FETCH_HEAD
HEAD is now at ed2401f Remove profileEntityDecoding test entirely
Cloned https://github.com/kylehowells/swift-justhtml.git
Revision (git rev-parse @):
ed2401f881f9aa7e7bcf41915617d6622e5e65c5
SUCCESS checkout https://github.com/kylehowells/swift-justhtml.git at v0.3.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kylehowells/swift-justhtml.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/29] Write sources
[6/29] Write FetchPage-entitlement.plist
[6/29] Write Benchmark-entitlement.plist
[7/29] Write ExtractLinks-entitlement.plist
[9/29] Write sources
[11/29] Write htmltool-entitlement.plist
[11/29] Write HTML2MD-entitlement.plist
[13/29] Write swift-version-5BDAB9E9C0126B9D.txt
[15/42] Compiling justhtml Tokens.swift
[16/43] Compiling justhtml Selector.swift
[17/43] Compiling justhtml swift_justhtml.swift
[18/43] Compiling justhtml Serialize.swift
[19/43] Compiling justhtml Tokenizer.swift
[20/43] Compiling justhtml TreeBuilder.swift
[21/43] Compiling justhtml Node.swift
[22/43] Compiling justhtml HTMLStream.swift
[23/43] Compiling justhtml JustHTML.swift
[24/43] Compiling justhtml Entities.swift
[25/43] Compiling justhtml EntitiesData.swift
[26/43] Emitting module justhtml
[27/43] Compiling justhtml Constants.swift
[28/43] Compiling justhtml Encoding.swift
[29/53] Compiling HTML2MD main.swift
[30/53] Emitting module HTML2MD
[30/53] Write Objects.LinkFileList
[32/53] Compiling ExtractLinks main.swift
[33/53] Emitting module ExtractLinks
[34/53] Emitting module HTMLTool
[35/53] Compiling HTMLTool main.swift
[35/53] Write Objects.LinkFileList
[38/53] Emitting module FetchPage
[39/53] Compiling FetchPage main.swift
[39/53] Write Objects.LinkFileList
[41/53] Emitting module Benchmark
[42/53] Compiling Benchmark main.swift
[42/53] Write Objects.LinkFileList
[43/53] Linking HTML2MD
[44/53] Linking htmltool
[45/53] Linking ExtractLinks
[46/53] Applying HTML2MD
[47/53] Linking FetchPage
[48/53] Applying htmltool
[49/53] Applying ExtractLinks
[50/53] Applying FetchPage
[51/53] Linking Benchmark
[52/53] Applying Benchmark
Build complete! (27.49s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.92s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3624] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/htmltool/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/html2md/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/fetchpage/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Examples/extractlinks/README.md
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-justhtml",
  "name" : "swift-justhtml",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "justhtml",
      "targets" : [
        "justhtml"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "htmltool",
      "targets" : [
        "HTMLTool"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HTML2MD",
      "targets" : [
        "HTML2MD"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FetchPage",
      "targets" : [
        "FetchPage"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ExtractLinks",
      "targets" : [
        "ExtractLinks"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Benchmark",
      "targets" : [
        "Benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_justhtmlTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-justhtmlTests",
      "path" : "Tests/swift-justhtmlTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/swift-justhtmlTests/html5lib-tests",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BenchmarkTests.swift",
        "EncodingTests.swift",
        "FuzzerTests.swift",
        "HTMLStreamTests.swift",
        "MarkdownTests.swift",
        "ProfilingTests.swift",
        "PublicAPITests.swift",
        "SelectorTests.swift",
        "SerializerTests.swift",
        "SmokeTests.swift",
        "TokenizerTests.swift",
        "TreeConstructionTests.swift"
      ],
      "target_dependencies" : [
        "justhtml"
      ],
      "type" : "test"
    },
    {
      "c99name" : "justhtml",
      "module_type" : "SwiftTarget",
      "name" : "justhtml",
      "path" : "Sources/swift-justhtml",
      "product_memberships" : [
        "justhtml",
        "htmltool",
        "HTML2MD",
        "FetchPage",
        "ExtractLinks",
        "Benchmark"
      ],
      "sources" : [
        "Constants.swift",
        "Encoding.swift",
        "Entities.swift",
        "EntitiesData.swift",
        "HTMLStream.swift",
        "JustHTML.swift",
        "Node.swift",
        "Selector.swift",
        "Serialize.swift",
        "Tokenizer.swift",
        "Tokens.swift",
        "TreeBuilder.swift",
        "swift_justhtml.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTMLTool",
      "module_type" : "SwiftTarget",
      "name" : "HTMLTool",
      "path" : "Examples/htmltool",
      "product_memberships" : [
        "htmltool"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "justhtml"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HTML2MD",
      "module_type" : "SwiftTarget",
      "name" : "HTML2MD",
      "path" : "Examples/html2md",
      "product_memberships" : [
        "HTML2MD"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "justhtml"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FetchPage",
      "module_type" : "SwiftTarget",
      "name" : "FetchPage",
      "path" : "Examples/fetchpage",
      "product_memberships" : [
        "FetchPage"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "justhtml"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ExtractLinks",
      "module_type" : "SwiftTarget",
      "name" : "ExtractLinks",
      "path" : "Examples/extractlinks",
      "product_memberships" : [
        "ExtractLinks"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "justhtml"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Benchmark",
      "module_type" : "SwiftTarget",
      "name" : "Benchmark",
      "path" : "Benchmarks/Sources",
      "product_memberships" : [
        "Benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "justhtml"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.