Build Information
Successful build of Ji, reference master (63214b
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 20:06:15 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/honghaoz/Ji.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/honghaoz/Ji
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 63214b5 Update gitignore
Cloned https://github.com/honghaoz/Ji.git
Revision (git rev-parse @):
63214b56f35f13f3a74733f5efa70ef2a803e1ca
SUCCESS checkout https://github.com/honghaoz/Ji.git at master
========================================
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": "ji",
"name": "Ji",
"url": "https://github.com/honghaoz/Ji.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ji",
"dependencies": [
]
}
]
}
Fetching https://github.com/honghaoz/Ji.git
[1/1253] Fetching ji
Fetched https://github.com/honghaoz/Ji.git from cache (1.02s)
Creating working copy for https://github.com/honghaoz/Ji.git
Working copy of https://github.com/honghaoz/Ji.git resolved at master (63214b5)
warning: '.resolve-product-dependencies': dependency 'ji' 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/honghaoz/Ji.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling Ji JiHelper.swift
[4/6] Compiling Ji Ji.swift
[5/6] Emitting module Ji
[6/6] Compiling Ji JiNode.swift
Build complete! (7.25s)
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
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ji",
"name" : "Ji",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Ji",
"targets" : [
"Ji"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JiTests",
"module_type" : "SwiftTarget",
"name" : "JiTests",
"path" : "Tests/JiTests",
"sources" : [
"JiNodeHTMLTests.swift",
"JiNodeXMLTests.swift",
"JiTests.swift",
"Resources.swift",
"XCTestManifests.swift",
"htmlXPathTests.swift",
"xmlXPathTests.swift"
],
"target_dependencies" : [
"Ji"
],
"type" : "test"
},
{
"c99name" : "Ji",
"module_type" : "SwiftTarget",
"name" : "Ji",
"path" : "Sources/Ji",
"product_memberships" : [
"Ji"
],
"sources" : [
"Ji.swift",
"JiHelper.swift",
"JiNode.swift"
],
"target_dependencies" : [
"Clibxml2"
],
"type" : "library"
},
{
"c99name" : "Clibxml2",
"module_type" : "SystemLibraryTarget",
"name" : "Clibxml2",
"path" : "Sources/Clibxml2",
"product_memberships" : [
"Ji"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.1"
}
Done.