Build Information
Successful build of geodesic, reference 1.4.0 (185ce8
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 23:33:13 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/geodesic.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/geodesic
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 185ce8f Merge pull request #15 from dastrobu/swift-5.9
Cloned https://github.com/dastrobu/geodesic.git
Revision (git rev-parse @):
185ce8faf0e9859d86d547dc52645165afa03422
SUCCESS checkout https://github.com/dastrobu/geodesic.git 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": "geodesic",
"name": "geodesic",
"url": "https://github.com/dastrobu/geodesic.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geodesic",
"dependencies": [
]
}
]
}
Fetching https://github.com/dastrobu/geodesic.git
[1/227] Fetching geodesic
Fetched https://github.com/dastrobu/geodesic.git from cache (0.75s)
Creating working copy for https://github.com/dastrobu/geodesic.git
Working copy of https://github.com/dastrobu/geodesic.git resolved at 1.4.0 (185ce8f)
warning: '.resolve-product-dependencies': dependency 'geodesic' 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/dastrobu/geodesic.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/3] Write sources
[1/3] Write swift-version--7754E27361AE5C74.txt
[2/3] Compiling geographiclib geodesic.c
[4/5] Compiling geodesic geodesic.swift
[5/5] Emitting module geodesic
Build complete! (1.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "geodesic",
"name" : "geodesic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "geodesic",
"targets" : [
"geodesic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "geographiclib",
"module_type" : "ClangTarget",
"name" : "geographiclib",
"path" : "Sources/geographiclib",
"product_memberships" : [
"geodesic"
],
"sources" : [
"geodesic.c"
],
"type" : "library"
},
{
"c99name" : "geodesicTests",
"module_type" : "SwiftTarget",
"name" : "geodesicTests",
"path" : "Tests/geodesicTests",
"sources" : [
"XCTestManifests.swift",
"geodesicTests.swift"
],
"target_dependencies" : [
"geodesic"
],
"type" : "test"
},
{
"c99name" : "geodesic",
"module_type" : "SwiftTarget",
"name" : "geodesic",
"path" : "Sources/geodesic",
"product_memberships" : [
"geodesic"
],
"sources" : [
"geodesic.swift"
],
"target_dependencies" : [
"geographiclib"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.