The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LilHTML, reference 0.1.0 (93672d), with Swift 5.10 for macOS (SPM) on 25 Jun 2024 21:11:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.43.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nakajima/LilHTML.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nakajima/LilHTML
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 93672d6 update test data
Cloned https://github.com/nakajima/LilHTML.git
Revision (git rev-parse @):
93672d604ecc508f997cff5e56fd7ac66276e985
SUCCESS checkout https://github.com/nakajima/LilHTML.git at 0.1.0
========================================
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": "lilhtml",
      "name": "LilHTML",
      "url": "https://github.com/nakajima/LilHTML.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LilHTML",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nakajima/LilHTML.git
[1/293] Fetching lilhtml
Fetched https://github.com/nakajima/LilHTML.git from cache (1.23s)
Creating working copy for https://github.com/nakajima/LilHTML.git
Working copy of https://github.com/nakajima/LilHTML.git resolved at 0.1.0 (93672d6)
warning: '.resolve-product-dependencies': dependency 'lilhtml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nakajima/LilHTML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/19] Compiling LilHTML Node.swift
[4/19] Compiling LilHTML ParserDelegate.swift
[5/20] Emitting module LilHTML
[6/20] Compiling LilHTML TagName.swift
[7/20] Compiling LilHTML MutableNode.swift
[8/20] Compiling LilHTML MutableTextNode+Equatable.swift
[9/20] Compiling LilHTML Element.swift
[10/20] Compiling LilHTML HTML.swift
[11/20] Compiling LilHTML ImmutableElementNode.swift
[12/20] Compiling LilHTML ImmutableNode.swift
[13/20] Compiling LilHTML ImmutableTextNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/LilHTML/MutableElementNode.swift:92:8: warning: result of call to 'remove()' is unused
                node.remove()
                     ^     ~~
[14/20] Compiling LilHTML MutableElementNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/LilHTML/MutableElementNode.swift:92:8: warning: result of call to 'remove()' is unused
                node.remove()
                     ^     ~~
[15/20] Compiling LilHTML Selectar.swift
[16/20] Compiling LilHTML MutableTextNode.swift
[17/20] Compiling LilHTML Node+DebugDescription.swift
[18/20] Compiling LilHTML AttributeValue.swift
[19/20] Compiling LilHTML Element+Equatable.swift
[20/20] Compiling LilHTML TextNode.swift
Build complete! (4.82s)
Build complete.
Done.