Build Information
Successful build of Geotum, reference 1.4.1 (ecd8e8
), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 12:52:55 UTC.
Swift 6 data race errors: 1
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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pducks32/Geotum.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pducks32/Geotum
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at ecd8e81 Bump minor
Cloned https://github.com/pducks32/Geotum.git
Revision (git rev-parse @):
ecd8e81374fe417ff3d5d56cf7bd120f06242144
SUCCESS checkout https://github.com/pducks32/Geotum.git at 1.4.1
========================================
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": "geotum",
"name": "Geotum",
"url": "https://github.com/pducks32/Geotum.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Geotum",
"dependencies": [
]
}
]
}
Fetching https://github.com/pducks32/Geotum.git
[1/251] Fetching geotum
Fetched https://github.com/pducks32/Geotum.git from cache (0.76s)
Creating working copy for https://github.com/pducks32/Geotum.git
Working copy of https://github.com/pducks32/Geotum.git resolved at 1.4.1 (ecd8e81)
warning: '.resolve-product-dependencies': dependency 'geotum' 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/pducks32/Geotum.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module Geotum
/Users/admin/builder/spi-builder-workspace/Sources/Geotum/Geotum.swift:86:23: warning: static property 'wgs84' is not concurrency-safe because non-'Sendable' type 'PlanetaryDatum' may have shared mutable state; this is an error in the Swift 6 language mode
83 |
84 | /// Describes a planet as an ellipsoid
85 | public struct PlanetaryDatum {
| `- note: consider making struct 'PlanetaryDatum' conform to the 'Sendable' protocol
86 | public static let wgs84 = PlanetaryDatum(equatorialRadius: 6_378_137.0, polarRadius: 6_356_752.3)
| |- warning: static property 'wgs84' is not concurrency-safe because non-'Sendable' type 'PlanetaryDatum' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wgs84' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
87 |
88 | /// Radius towards the equator from center
[4/4] Compiling Geotum Geotum.swift
/Users/admin/builder/spi-builder-workspace/Sources/Geotum/Geotum.swift:86:23: warning: static property 'wgs84' is not concurrency-safe because non-'Sendable' type 'PlanetaryDatum' may have shared mutable state; this is an error in the Swift 6 language mode
83 |
84 | /// Describes a planet as an ellipsoid
85 | public struct PlanetaryDatum {
| `- note: consider making struct 'PlanetaryDatum' conform to the 'Sendable' protocol
86 | public static let wgs84 = PlanetaryDatum(equatorialRadius: 6_378_137.0, polarRadius: 6_356_752.3)
| |- warning: static property 'wgs84' is not concurrency-safe because non-'Sendable' type 'PlanetaryDatum' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'wgs84' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
87 |
88 | /// Radius towards the equator from center
Build complete! (5.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Geotum",
"name" : "Geotum",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Geotum",
"targets" : [
"Geotum"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeotumTests",
"module_type" : "SwiftTarget",
"name" : "GeotumTests",
"path" : "Tests/GeotumTests",
"sources" : [
"GeotumTests.swift"
],
"target_dependencies" : [
"Geotum"
],
"type" : "test"
},
{
"c99name" : "Geotum",
"module_type" : "SwiftTarget",
"name" : "Geotum",
"path" : "Sources/Geotum",
"product_memberships" : [
"Geotum"
],
"sources" : [
"Geotum.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.