Build Information
Successful build of Nodal, reference 0.3.1 (763efe
), with Swift 6.0 for macOS (SPM) on 15 Mar 2025 14:43:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Nodal.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/Nodal
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 763efee Merge branch 'dev'
Submodule path 'Sources/pugixml': checked out 'ee86beb30e4973f5feffe3ce63bfa4fbadf72f38'
Submodule 'Sources/pugixml' (https://tomasf@github.com/zeux/pugixml.git) registered for path 'Sources/pugixml'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/pugixml'...
Cloned https://github.com/tomasf/Nodal.git
Revision (git rev-parse @):
763efeebe6bf1c26958dcbb29661a9af45cced52
SUCCESS checkout https://github.com/tomasf/Nodal.git at 0.3.1
========================================
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": "nodal",
"name": "Nodal",
"url": "https://github.com/tomasf/Nodal.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nodal",
"dependencies": [
]
}
]
}
Fetching https://github.com/tomasf/Nodal.git
[1/642] Fetching nodal
Fetched https://github.com/tomasf/Nodal.git from cache (0.79s)
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.1 (763efee)
warning: '.resolve-product-dependencies': dependency 'nodal' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tomasf/Nodal.git
https://github.com/tomasf/Nodal.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "Nodal",
"name" : "Nodal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Nodal",
"targets" : [
"Nodal"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "pugixml",
"module_type" : "ClangTarget",
"name" : "pugixml",
"path" : "Sources/pugixml",
"product_memberships" : [
"Nodal"
],
"sources" : [
"src/pugixml.cpp"
],
"type" : "library"
},
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Sources/Tests",
"sources" : [
"CodableProtocolTests.swift",
"HierarchyTests.swift",
"NamespaceTests.swift",
"XPathTests.swift"
],
"target_dependencies" : [
"Nodal"
],
"type" : "test"
},
{
"c99name" : "Nodal",
"module_type" : "SwiftTarget",
"name" : "Nodal",
"path" : "Sources/Nodal",
"product_memberships" : [
"Nodal"
],
"sources" : [
"Codable/Element/Node+XMLElementCodable.swift",
"Codable/Element/XMLElementCodable.swift",
"Codable/Value/Foundation+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodableArray.swift",
"Codable/Value/XMLValueCodable.swift",
"Document/Document+Errors.swift",
"Document/Document+Input.swift",
"Document/Document+Namespaces.swift",
"Document/Document+Output.swift",
"Document/Document+PendingNameRecords.swift",
"Document/Document+RootElement.swift",
"Document/Document.ParseOptions.swift",
"Document/Document.swift",
"Document/PendingNameRecord.swift",
"Encoding.swift",
"ExpandedName+Pending.swift",
"ExpandedName.swift",
"Extensions/Extensions.swift",
"Extensions/Pugi.swift",
"Extensions/PugiNode.swift",
"Node/Node+Attributes.swift",
"Node/Node+Children.swift",
"Node/Node+Elements.swift",
"Node/Node+Hierarchy.swift",
"Node/Node+MoveCopy.swift",
"Node/Node+Names.swift",
"Node/Node+Namespaces.swift",
"Node/Node.Kind.swift",
"Node/Node.swift",
"OutputOptions.swift",
"Sequences/AncestorAttributeSequence.swift",
"Sequences/AttributeSequence.swift",
"Sequences/ChildSequence.swift",
"Sequences/DescendantSequence.swift",
"Sequences/ReverseSiblingSequence.swift",
"XPath/Node+xPath.swift",
"XPath/XPathQuery.swift",
"XPath/XPathResults.swift",
"XPath/XPathVariableValue.swift"
],
"target_dependencies" : [
"pugixml",
"Bridge"
],
"type" : "library"
},
{
"c99name" : "Bridge",
"module_type" : "ClangTarget",
"name" : "Bridge",
"path" : "Sources/bridge",
"product_memberships" : [
"Nodal"
],
"sources" : [
"bridge.cpp"
],
"target_dependencies" : [
"pugixml"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-5BDAB9E9C0126B9D.txt
[2/4] Compiling Bridge bridge.cpp
[3/4] Compiling pugixml.cpp
[5/41] Emitting module Nodal
[6/45] Compiling Nodal Node+xPath.swift
[7/45] Compiling Nodal XPathQuery.swift
[8/45] Compiling Nodal XPathResults.swift
[9/45] Compiling Nodal XPathVariableValue.swift
[10/45] Compiling Nodal Node+XMLValueCodableArray.swift
[11/45] Compiling Nodal XMLValueCodable.swift
[12/45] Compiling Nodal Document+Errors.swift
[13/45] Compiling Nodal Document+Input.swift
[14/45] Compiling Nodal Node+XMLElementCodable.swift
[15/45] Compiling Nodal XMLElementCodable.swift
[16/45] Compiling Nodal Foundation+XMLValueCodable.swift
[17/45] Compiling Nodal Node+XMLValueCodable.swift
[18/45] Compiling Nodal AttributeSequence.swift
[19/45] Compiling Nodal ChildSequence.swift
[20/45] Compiling Nodal DescendantSequence.swift
[21/45] Compiling Nodal ReverseSiblingSequence.swift
[22/45] Compiling Nodal ExpandedName+Pending.swift
[23/45] Compiling Nodal ExpandedName.swift
[24/45] Compiling Nodal Extensions.swift
[25/45] Compiling Nodal Pugi.swift
[26/45] Compiling Nodal Node.Kind.swift
[27/45] Compiling Nodal Node.swift
[28/45] Compiling Nodal OutputOptions.swift
[29/45] Compiling Nodal AncestorAttributeSequence.swift
[30/45] Compiling Nodal Node+Hierarchy.swift
[31/45] Compiling Nodal Node+MoveCopy.swift
[32/45] Compiling Nodal Node+Names.swift
[33/45] Compiling Nodal Node+Namespaces.swift
[34/45] Compiling Nodal PugiNode.swift
[35/45] Compiling Nodal Node+Attributes.swift
[36/45] Compiling Nodal Node+Children.swift
[37/45] Compiling Nodal Node+Elements.swift
[38/45] Compiling Nodal Document.ParseOptions.swift
[39/45] Compiling Nodal Document.swift
[40/45] Compiling Nodal PendingNameRecord.swift
[41/45] Compiling Nodal Encoding.swift
[42/45] Compiling Nodal Document+Namespaces.swift
[43/45] Compiling Nodal Document+Output.swift
[44/45] Compiling Nodal Document+PendingNameRecords.swift
[45/45] Compiling Nodal Document+RootElement.swift
Build complete! (80.76s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "Nodal",
"name" : "Nodal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Nodal",
"targets" : [
"Nodal"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "pugixml",
"module_type" : "ClangTarget",
"name" : "pugixml",
"path" : "Sources/pugixml",
"product_memberships" : [
"Nodal"
],
"sources" : [
"src/pugixml.cpp"
],
"type" : "library"
},
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Sources/Tests",
"sources" : [
"CodableProtocolTests.swift",
"HierarchyTests.swift",
"NamespaceTests.swift",
"XPathTests.swift"
],
"target_dependencies" : [
"Nodal"
],
"type" : "test"
},
{
"c99name" : "Nodal",
"module_type" : "SwiftTarget",
"name" : "Nodal",
"path" : "Sources/Nodal",
"product_memberships" : [
"Nodal"
],
"sources" : [
"Codable/Element/Node+XMLElementCodable.swift",
"Codable/Element/XMLElementCodable.swift",
"Codable/Value/Foundation+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodableArray.swift",
"Codable/Value/XMLValueCodable.swift",
"Document/Document+Errors.swift",
"Document/Document+Input.swift",
"Document/Document+Namespaces.swift",
"Document/Document+Output.swift",
"Document/Document+PendingNameRecords.swift",
"Document/Document+RootElement.swift",
"Document/Document.ParseOptions.swift",
"Document/Document.swift",
"Document/PendingNameRecord.swift",
"Encoding.swift",
"ExpandedName+Pending.swift",
"ExpandedName.swift",
"Extensions/Extensions.swift",
"Extensions/Pugi.swift",
"Extensions/PugiNode.swift",
"Node/Node+Attributes.swift",
"Node/Node+Children.swift",
"Node/Node+Elements.swift",
"Node/Node+Hierarchy.swift",
"Node/Node+MoveCopy.swift",
"Node/Node+Names.swift",
"Node/Node+Namespaces.swift",
"Node/Node.Kind.swift",
"Node/Node.swift",
"OutputOptions.swift",
"Sequences/AncestorAttributeSequence.swift",
"Sequences/AttributeSequence.swift",
"Sequences/ChildSequence.swift",
"Sequences/DescendantSequence.swift",
"Sequences/ReverseSiblingSequence.swift",
"XPath/Node+xPath.swift",
"XPath/XPathQuery.swift",
"XPath/XPathResults.swift",
"XPath/XPathVariableValue.swift"
],
"target_dependencies" : [
"pugixml",
"Bridge"
],
"type" : "library"
},
{
"c99name" : "Bridge",
"module_type" : "ClangTarget",
"name" : "Bridge",
"path" : "Sources/bridge",
"product_memberships" : [
"Nodal"
],
"sources" : [
"bridge.cpp"
],
"target_dependencies" : [
"pugixml"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.