Build Information
Successful build of xml2json, reference 0.0.1 (b2a8a6
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 05:08:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wacumov/xml2json.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wacumov/xml2json
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at b2a8a6f Update Readme
Cloned https://github.com/wacumov/xml2json.git
Revision (git rev-parse @):
b2a8a6f9114a61c2a1c939c3ad4a6466c6f644b4
SUCCESS checkout https://github.com/wacumov/xml2json.git at 0.0.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": "xml2json",
"name": "xml2json",
"url": "https://github.com/wacumov/xml2json.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xml2json",
"dependencies": [
]
}
]
}
Fetching https://github.com/wacumov/xml2json.git
[1/445] Fetching xml2json
Fetched https://github.com/wacumov/xml2json.git from cache (1.08s)
Creating working copy for https://github.com/wacumov/xml2json.git
Working copy of https://github.com/wacumov/xml2json.git resolved at 0.0.1 (b2a8a6f)
warning: '.resolve-product-dependencies': dependency 'xml2json' 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/wacumov/xml2json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--7754E27361AE5C74.txt
[2/3] Compiling xml2json_cpp c_interface.cpp
[4/5] Emitting module xml2json
[5/5] Compiling xml2json XMLToJSON.swift
Build complete! (2.76s)
Build complete.
{
"c_language_standard" : "c11",
"cxx_language_standard" : "c++11",
"dependencies" : [
],
"manifest_display_name" : "xml2json",
"name" : "xml2json",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "xml2json",
"targets" : [
"xml2json"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xml2json_cpp",
"module_type" : "ClangTarget",
"name" : "xml2json_cpp",
"path" : "include",
"product_memberships" : [
"xml2json"
],
"sources" : [
"c_interface.cpp"
],
"type" : "library"
},
{
"c99name" : "xml2jsonTests",
"module_type" : "SwiftTarget",
"name" : "xml2jsonTests",
"path" : "Tests/xml2jsonTests",
"sources" : [
"XCTestManifests.swift",
"xml2jsonTests.swift"
],
"target_dependencies" : [
"xml2json"
],
"type" : "test"
},
{
"c99name" : "xml2json",
"module_type" : "SwiftTarget",
"name" : "xml2json",
"path" : "Sources/xml2json",
"product_memberships" : [
"xml2json"
],
"sources" : [
"XMLToJSON.swift"
],
"target_dependencies" : [
"xml2json_cpp"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.