Build Information
Successful build of Geodesy, reference 0.2.2 (c72d7e
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 10:40:30 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/florianreinhart/geodesy.git
Reference: 0.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/florianreinhart/geodesy
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at c72d7ea Support watchOS and tvOS by dynamically importing Darwin
Cloned https://github.com/florianreinhart/geodesy.git
Revision (git rev-parse @):
c72d7ea459c6eee4d041272c61f84df61d850091
SUCCESS checkout https://github.com/florianreinhart/geodesy.git at 0.2.2
========================================
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": "geodesy",
"name": "Geodesy",
"url": "https://github.com/florianreinhart/geodesy.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geodesy",
"dependencies": [
]
}
]
}
Fetching https://github.com/florianreinhart/geodesy.git
[1/267] Fetching geodesy
Fetched https://github.com/florianreinhart/geodesy.git from cache (0.78s)
Creating working copy for https://github.com/florianreinhart/geodesy.git
Working copy of https://github.com/florianreinhart/geodesy.git resolved at 0.2.2 (c72d7ea)
warning: '.resolve-product-dependencies': dependency 'geodesy' 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/florianreinhart/geodesy.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 GeodesySpherical Coordinate.swift
[4/4] Emitting module GeodesySpherical
Build complete! (3.05s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Geodesy",
"name" : "Geodesy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geodesy",
"targets" : [
"GeodesySpherical"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeodesySphericalTests",
"module_type" : "SwiftTarget",
"name" : "GeodesySphericalTests",
"path" : "Tests/GeodesySphericalTests",
"sources" : [
"GeodesySphericalTest.swift"
],
"target_dependencies" : [
"GeodesySpherical"
],
"type" : "test"
},
{
"c99name" : "GeodesySpherical",
"module_type" : "SwiftTarget",
"name" : "GeodesySpherical",
"path" : "Sources/GeodesySpherical",
"product_memberships" : [
"Geodesy"
],
"sources" : [
"Coordinate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.