Build Information
Successful build of LilHTML, reference main (93672d
), with Swift 5.10 for macOS (SPM) on 25 Jun 2024 21:10:55 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: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nakajima/LilHTML
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "lilhtml",
"name": "LilHTML",
"url": "https://github.com/nakajima/LilHTML.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LilHTML",
"dependencies": [
]
}
]
}
Fetching https://github.com/nakajima/LilHTML.git
[3/293] Fetching lilhtml
Fetched https://github.com/nakajima/LilHTML.git from cache (0.22s)
Creating working copy for https://github.com/nakajima/LilHTML.git
Working copy of https://github.com/nakajima/LilHTML.git resolved at main (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/18] Compiling LilHTML MutableElementNode.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LilHTML/MutableElementNode.swift:92:8: warning: result of call to 'remove()' is unused
node.remove()
^ ~~
[4/18] Compiling LilHTML MutableNode.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LilHTML/MutableElementNode.swift:92:8: warning: result of call to 'remove()' is unused
node.remove()
^ ~~
[5/18] Compiling LilHTML HTML.swift
[6/18] Compiling LilHTML ImmutableElementNode.swift
[7/18] Compiling LilHTML AttributeValue.swift
[8/18] Compiling LilHTML Element+Equatable.swift
[9/18] Compiling LilHTML Element.swift
[10/18] Compiling LilHTML Node+DebugDescription.swift
[11/18] Compiling LilHTML Node.swift
[12/18] Compiling LilHTML ParserDelegate.swift
[13/18] Compiling LilHTML Selectar.swift
[14/18] Compiling LilHTML MutableTextNode+Equatable.swift
[15/18] Compiling LilHTML MutableTextNode.swift
[16/18] Emitting module LilHTML
[17/18] Compiling LilHTML ImmutableNode.swift
[18/18] Compiling LilHTML ImmutableTextNode.swift
[19/20] Compiling LilHTML TagName.swift
[20/20] Compiling LilHTML TextNode.swift
Build complete! (4.39s)
Build complete.
Done.