Build Information
Successful build of Ephemeris, reference 1.0.2 (4df3f0
), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 01:44:04 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/Kaiede/Ephemeris.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kaiede/Ephemeris
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 4df3f04 Add Swift 5.0 to CI
Cloned https://github.com/Kaiede/Ephemeris.git
Revision (git rev-parse @):
4df3f04d6f017f184b1c7150509919dbc89e940c
SUCCESS checkout https://github.com/Kaiede/Ephemeris.git at 1.0.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": "ephemeris",
"name": "Ephemeris",
"url": "https://github.com/Kaiede/Ephemeris.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ephemeris",
"dependencies": [
]
}
]
}
Fetching https://github.com/Kaiede/Ephemeris.git
[1/210] Fetching ephemeris
Fetched https://github.com/Kaiede/Ephemeris.git from cache (0.75s)
Creating working copy for https://github.com/Kaiede/Ephemeris.git
Working copy of https://github.com/Kaiede/Ephemeris.git resolved at 1.0.2 (4df3f04)
warning: '.resolve-product-dependencies': dependency 'ephemeris' 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/Kaiede/Ephemeris.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/9] Compiling Ephemeris Body.swift
[4/9] Emitting module Ephemeris
[5/9] Compiling Ephemeris Date.swift
[6/9] Compiling Ephemeris Matrix.swift
[7/9] Compiling Ephemeris Solar.swift
[8/9] Compiling Ephemeris Lunar.swift
[9/9] Compiling Ephemeris Coordinates.swift
Build complete! (8.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ephemeris",
"name" : "Ephemeris",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Ephemeris",
"targets" : [
"Ephemeris"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EphemerisTests",
"module_type" : "SwiftTarget",
"name" : "EphemerisTests",
"path" : "Tests/EphemerisTests",
"sources" : [
"CoordinatesTests.swift",
"DateTests.swift",
"LunarTests.swift",
"MatrixTests.swift",
"SolarTests.swift",
"SwiftCompat.swift"
],
"target_dependencies" : [
"Ephemeris"
],
"type" : "test"
},
{
"c99name" : "Ephemeris",
"module_type" : "SwiftTarget",
"name" : "Ephemeris",
"path" : "Sources",
"product_memberships" : [
"Ephemeris"
],
"sources" : [
"Body.swift",
"Coordinates.swift",
"Date.swift",
"Lunar.swift",
"Matrix.swift",
"Solar.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.