The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YaXHParser, reference 0.2.0 (c2d089), with Swift 6.2 for macOS (SPM) on 3 Nov 2025 23:57:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/3a4oT/ya-swift-html-xml-parser.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/3a4oT/ya-swift-html-xml-parser
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c2d0890 Update README.md
Cloned https://github.com/3a4oT/ya-swift-html-xml-parser.git
Revision (git rev-parse @):
c2d08903ad17ad207bd4b4f0aa8795bb7e14488e
SUCCESS checkout https://github.com/3a4oT/ya-swift-html-xml-parser.git at 0.2.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": "ya-swift-html-xml-parser",
      "name": "YaXHParser",
      "url": "https://github.com/3a4oT/ya-swift-html-xml-parser.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ya-swift-html-xml-parser",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/3a4oT/ya-swift-html-xml-parser.git
[1/246] Fetching ya-swift-html-xml-parser
Fetched https://github.com/3a4oT/ya-swift-html-xml-parser.git from cache (0.83s)
Creating working copy for https://github.com/3a4oT/ya-swift-html-xml-parser.git
Working copy of https://github.com/3a4oT/ya-swift-html-xml-parser.git resolved at 0.2.0 (c2d0890)
warning: '.resolve-product-dependencies': dependency 'ya-swift-html-xml-parser' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-49B95AFC49DCD68C.txt
[2/3] Compiling LibXMLTrampolines LibXMLTrampolines.c
[4/23] Emitting module YaXHParser
[5/25] Compiling YaXHParser StreamParserTrampolines.swift
[6/25] Compiling YaXHParser String+Whitespace.swift
[7/25] Compiling YaXHParser XMLNode+Traversal.swift
[8/25] Compiling YaXHParser XMLNode.swift
[9/25] Compiling YaXHParser XMLNodeSequence.swift
[10/25] Compiling YaXHParser XMLNodeType.swift
[11/25] Compiling YaXHParser CSSError.swift
[12/25] Compiling YaXHParser CSSToXPath.swift
[13/25] Compiling YaXHParser URLTagOptions.swift
[14/25] Compiling YaXHParser ParsingService.swift
[15/25] Compiling YaXHParser ParsingOptions.swift
[16/25] Compiling YaXHParser XMLDocument.swift
[17/25] Compiling YaXHParser XMLError.swift
[18/25] Compiling YaXHParser XMLNode+CSS.swift
[19/25] Compiling YaXHParser XMLNodeSet.swift
[20/25] Compiling YaXHParser StreamParser.swift
[21/25] Compiling YaXHParser StreamParserOptions.swift
[22/25] Compiling YaXHParser MemoryParser.swift
[23/25] Compiling YaXHParser MemoryParserOptions.swift
[24/25] Compiling YaXHParser ChunkSize.swift
[25/25] Compiling YaXHParser StreamEvent.swift
Build complete! (2.28s)
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" : "YaXHParser",
  "name" : "YaXHParser",
  "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" : "YaXHParser",
      "targets" : [
        "YaXHParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YaXHParserTests",
      "module_type" : "SwiftTarget",
      "name" : "YaXHParserTests",
      "path" : "Tests/YaXHParserTests",
      "sources" : [
        "BasicParsingTests.swift",
        "ConcurrencyTests.swift",
        "HTMLParsingTests.swift",
        "QueryTests.swift",
        "StreamParserTests.swift"
      ],
      "target_dependencies" : [
        "YaXHParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YaXHParser",
      "module_type" : "SwiftTarget",
      "name" : "YaXHParser",
      "path" : "Sources/YaXHParser",
      "product_memberships" : [
        "YaXHParser"
      ],
      "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" : [
        "YaXHParser"
      ],
      "sources" : [
        "LibXMLTrampolines.c"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibXML2",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibXML2",
      "path" : "Sources/CLibXML2",
      "product_memberships" : [
        "YaXHParser"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.2"
}
Done.