Build Information
Successful build of vincenty, reference 1.1.2 (d1169f
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 23:30:59 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: 1.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/vincenty
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at d1169f0 Merge pull request #23 from dastrobu/build_with_Swift_5.9
Cloned https://github.com/dastrobu/vincenty.git
Revision (git rev-parse @):
d1169f02aeed0f24326f355b9c79260168ad11d1
SUCCESS checkout https://github.com/dastrobu/vincenty.git at 1.1.2
Fetching https://github.com/dastrobu/geodesic.git
[1/227] Fetching geodesic
Fetched https://github.com/dastrobu/geodesic.git from cache (0.72s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.66s)
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.48s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.03s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
Creating working copy for https://github.com/dastrobu/vincenty.git
Working copy of https://github.com/dastrobu/vincenty.git resolved at 1.1.2 (d1169f0)
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.55s)
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.