Build Information
Successful build of ya-swift-html-xml-parser, reference main (f59808
), with Swift 6.2 (beta) for macOS (SPM) on 3 Aug 2025 01:55:03 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/3a4oT/ya-swift-html-xml-parser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/3a4oT/ya-swift-html-xml-parser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f598083 Update CI configuration to ignore changes in README.md on pull requests
Cloned https://github.com/3a4oT/ya-swift-html-xml-parser.git
Revision (git rev-parse @):
f59808307f90d07601a31da87782d5bd49ff6039
SUCCESS checkout https://github.com/3a4oT/ya-swift-html-xml-parser.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/3a4oT/ya-swift-html-xml-parser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling LibXMLTrampolines LibXMLTrampolines.c
[4/23] Emitting module ya_swift_html_xml_parser
[5/25] Compiling ya_swift_html_xml_parser StreamParserTrampolines.swift
[6/25] Compiling ya_swift_html_xml_parser String+Whitespace.swift
[7/25] Compiling ya_swift_html_xml_parser CSSError.swift
[8/25] Compiling ya_swift_html_xml_parser CSSToXPath.swift
[9/25] Compiling ya_swift_html_xml_parser URLTagOptions.swift
[10/25] Compiling ya_swift_html_xml_parser XMLNode+Traversal.swift
[11/25] Compiling ya_swift_html_xml_parser XMLNode.swift
[12/25] Compiling ya_swift_html_xml_parser XMLNodeSequence.swift
[13/25] Compiling ya_swift_html_xml_parser XMLNodeType.swift
[14/25] Compiling ya_swift_html_xml_parser StreamParser.swift
[15/25] Compiling ya_swift_html_xml_parser StreamParserOptions.swift
[16/25] Compiling ya_swift_html_xml_parser XMLDocument.swift
[17/25] Compiling ya_swift_html_xml_parser XMLError.swift
[18/25] Compiling ya_swift_html_xml_parser ChunkSize.swift
[19/25] Compiling ya_swift_html_xml_parser StreamEvent.swift
[20/25] Compiling ya_swift_html_xml_parser ParsingService.swift
[21/25] Compiling ya_swift_html_xml_parser ParsingOptions.swift
[22/25] Compiling ya_swift_html_xml_parser XMLNode+CSS.swift
[23/25] Compiling ya_swift_html_xml_parser XMLNodeSet.swift
[24/25] Compiling ya_swift_html_xml_parser MemoryParser.swift
[25/25] Compiling ya_swift_html_xml_parser MemoryParserOptions.swift
Build complete! (2.14s)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libxml-2.0 using your system-packager:
brew install libxml2
warning: you may be able to install libxml-2.0 using your system-packager:
brew install libxml2
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ya-swift-html-xml-parser",
"name" : "ya-swift-html-xml-parser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "ya-swift-html-xml-parser",
"targets" : [
"ya-swift-html-xml-parser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ya_swift_html_xml_parserTests",
"module_type" : "SwiftTarget",
"name" : "ya-swift-html-xml-parserTests",
"path" : "Tests/ya-swift-html-xml-parserTests",
"sources" : [
"BasicParsingTests.swift",
"ConcurrencyTests.swift",
"HTMLParsingTests.swift",
"QueryTests.swift",
"StreamParserTests.swift"
],
"target_dependencies" : [
"ya-swift-html-xml-parser"
],
"type" : "test"
},
{
"c99name" : "ya_swift_html_xml_parser",
"module_type" : "SwiftTarget",
"name" : "ya-swift-html-xml-parser",
"path" : "Sources/ya-swift-html-xml-parser",
"product_memberships" : [
"ya-swift-html-xml-parser"
],
"sources" : [
"CSS/CSSError.swift",
"CSS/CSSToXPath.swift",
"CSS/URLTagOptions.swift",
"CSS/XMLNode+CSS.swift",
"CSS/XMLNodeSet.swift",
"Concurrency/ParsingService.swift",
"Core/ParsingOptions.swift",
"Core/XMLDocument.swift",
"Core/XMLError.swift",
"Core/XMLNode+Traversal.swift",
"Core/XMLNode.swift",
"Core/XMLNodeSequence.swift",
"Core/XMLNodeType.swift",
"Memory/MemoryParser.swift",
"Memory/MemoryParserOptions.swift",
"Stream/ChunkSize.swift",
"Stream/StreamEvent.swift",
"Stream/StreamParser.swift",
"Stream/StreamParserOptions.swift",
"Stream/StreamParserTrampolines.swift",
"Utils/String+Whitespace.swift"
],
"target_dependencies" : [
"CLibXML2",
"LibXMLTrampolines"
],
"type" : "library"
},
{
"c99name" : "LibXMLTrampolines",
"module_type" : "ClangTarget",
"name" : "LibXMLTrampolines",
"path" : "Sources/LibXMLTrampolines",
"product_memberships" : [
"ya-swift-html-xml-parser"
],
"sources" : [
"LibXMLTrampolines.c"
],
"target_dependencies" : [
"CLibXML2"
],
"type" : "library"
},
{
"c99name" : "CLibXML2",
"module_type" : "SystemLibraryTarget",
"name" : "CLibXML2",
"path" : "Sources/CLibXML2",
"product_memberships" : [
"ya-swift-html-xml-parser"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.1"
}
Done.