Build Information
Successful build of CZoneDetect, reference main (9a483f
), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 10:53:22 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/sbooth/CZoneDetect.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CZoneDetect
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9a483fd Update swift.yml (#3)
Cloned https://github.com/sbooth/CZoneDetect.git
Revision (git rev-parse @):
9a483fdcb5c5a1d3c761cfb0b0ef3242826110c6
SUCCESS checkout https://github.com/sbooth/CZoneDetect.git at main
========================================
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": "czonedetect",
"name": "CZoneDetect",
"url": "https://github.com/sbooth/CZoneDetect.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CZoneDetect",
"dependencies": [
]
}
]
}
Fetching https://github.com/sbooth/CZoneDetect.git
[1/51] Fetching czonedetect
Fetched https://github.com/sbooth/CZoneDetect.git from cache (0.67s)
Creating working copy for https://github.com/sbooth/CZoneDetect.git
Working copy of https://github.com/sbooth/CZoneDetect.git resolved at main (9a483fd)
warning: '.resolve-product-dependencies': dependency 'czonedetect' 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/sbooth/CZoneDetect.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/1] Compiling CZoneDetect zonedetect.c
Build complete! (0.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CZoneDetect",
"name" : "CZoneDetect",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CZoneDetect",
"targets" : [
"CZoneDetect"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CZoneDetectTests",
"module_type" : "SwiftTarget",
"name" : "CZoneDetectTests",
"path" : "Tests/CZoneDetectTests",
"sources" : [
"CZoneDetectTests.swift"
],
"target_dependencies" : [
"CZoneDetect"
],
"type" : "test"
},
{
"c99name" : "CZoneDetect",
"module_type" : "ClangTarget",
"name" : "CZoneDetect",
"path" : "Sources/CZoneDetect",
"product_memberships" : [
"CZoneDetect"
],
"sources" : [
"zonedetect.c"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.