Build Information
Successful build of vincenty with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/dastrobu/vincenty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/4] Compiling vincenty vincenty.swift
[4/4] Emitting module vincenty
Build complete! (6.13s)
Fetching https://github.com/dastrobu/geodesic.git
[3/227] Fetching geodesic
Fetched https://github.com/dastrobu/geodesic.git from cache (0.83s)
Computing version for https://github.com/dastrobu/geodesic.git
Computed https://github.com/dastrobu/geodesic.git at 1.4.0 (0.60s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0
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.