Build Information
Successful build of vincenty, reference main (6b400a
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 23:31:01 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/dastrobu/vincenty.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6b400a0 ignore **.pdf
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
6b400a0d3eed91a668cf776c69305327a280941f
SUCCESS checkout https://github.com/dastrobu/vincenty.git at main
Fetching https://github.com/dastrobu/geodesic.git
[1/227] Fetching geodesic
Fetched https://github.com/dastrobu/geodesic.git from cache (0.73s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.65s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.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": "vincenty",
"name": "vincenty",
"url": "https://github.com/dastrobu/vincenty.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vincenty",
"dependencies": [
{
"identity": "geodesic",
"name": "geodesic",
"url": "https://github.com/dastrobu/geodesic.git",
"version": "1.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geodesic",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/dastrobu/vincenty.git
[1/399] Fetching vincenty
Fetched https://github.com/dastrobu/vincenty.git from cache (0.76s)
Fetching https://github.com/dastrobu/geodesic.git from cache
Fetched https://github.com/dastrobu/geodesic.git from cache (0.45s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.02s)
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at main (6b400a0)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
warning: '.resolve-product-dependencies': dependency 'vincenty' is not used by any target
Found 1 product dependencies
- geodesic
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dastrobu/vincenty.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/4] Compiling vincenty vincenty.swift
[4/4] Emitting module vincenty
Build complete! (3.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "geodesic",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dastrobu/geodesic.git"
}
],
"manifest_display_name" : "vincenty",
"name" : "vincenty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "vincenty",
"targets" : [
"vincenty"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "vincentyTests",
"module_type" : "SwiftTarget",
"name" : "vincentyTests",
"path" : "Tests/vincentyTests",
"product_dependencies" : [
"geodesic"
],
"sources" : [
"XCTestManifests.swift",
"vincentyTests.swift"
],
"target_dependencies" : [
"vincenty"
],
"type" : "test"
},
{
"c99name" : "vincenty",
"module_type" : "SwiftTarget",
"name" : "vincenty",
"path" : "Sources/vincenty",
"product_memberships" : [
"vincenty"
],
"sources" : [
"vincenty.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.