Build Information
Successful build of SunCalc, reference main (7e8ad5), with Swift 6.1 for macOS (SPM) on 20 Jun 2025 04:33:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Timac/SunCalc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Timac/SunCalc
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e8ad5c Merge pull request #3 from Sheikh-Areeb/ReadmeFix
Cloned https://github.com/Timac/SunCalc.git
Revision (git rev-parse @):
7e8ad5cbdf2742fb68527612ba6bf78e7f55dfe0
SUCCESS checkout https://github.com/Timac/SunCalc.git at main
========================================
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": "suncalc",
"name": "SunCalc",
"url": "https://github.com/Timac/SunCalc.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SunCalc",
"dependencies": [
]
}
]
}
Fetching https://github.com/Timac/SunCalc.git
[1/149] Fetching suncalc
Fetched https://github.com/Timac/SunCalc.git from cache (0.58s)
Creating working copy for https://github.com/Timac/SunCalc.git
Working copy of https://github.com/Timac/SunCalc.git resolved at main (7e8ad5c)
warning: '.resolve-product-dependencies': dependency 'suncalc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Timac/SunCalc.git
https://github.com/Timac/SunCalc.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "SunCalc",
"name" : "SunCalc",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SunCalc",
"targets" : [
"SunCalc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SunCalcTests",
"module_type" : "SwiftTarget",
"name" : "SunCalcTests",
"path" : "Tests/SunCalcTests",
"sources" : [
"SunCalcTests.swift"
],
"target_dependencies" : [
"SunCalc"
],
"type" : "test"
},
{
"c99name" : "SunCalc",
"module_type" : "SwiftTarget",
"name" : "SunCalc",
"path" : "Sources/SunCalc",
"product_memberships" : [
"SunCalc"
],
"sources" : [
"SunCalc.swift",
"models/EquatorialCoordinates.swift",
"models/GeocentricCoordinates.swift",
"models/MoonIllumination.swift",
"models/MoonPosition.swift",
"models/MoonTimes.swift",
"models/SunPosition.swift",
"utils/Constants.swift",
"utils/DateUtils.swift",
"utils/MoonUtils.swift",
"utils/PositionUtils.swift",
"utils/SunUtils.swift",
"utils/TimeUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/15] Compiling SunCalc SunUtils.swift
[4/15] Compiling SunCalc PositionUtils.swift
[5/15] Compiling SunCalc MoonUtils.swift
[6/16] Compiling SunCalc MoonPosition.swift
[7/16] Compiling SunCalc MoonTimes.swift
[8/16] Compiling SunCalc SunCalc.swift
[9/16] Compiling SunCalc EquatorialCoordinates.swift
[10/16] Compiling SunCalc Constants.swift
[11/16] Emitting module SunCalc
[12/16] Compiling SunCalc SunPosition.swift
[13/16] Compiling SunCalc DateUtils.swift
[14/16] Compiling SunCalc GeocentricCoordinates.swift
[15/16] Compiling SunCalc MoonIllumination.swift
[16/16] Compiling SunCalc TimeUtils.swift
Build complete! (5.48s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "SunCalc",
"name" : "SunCalc",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SunCalc",
"targets" : [
"SunCalc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SunCalcTests",
"module_type" : "SwiftTarget",
"name" : "SunCalcTests",
"path" : "Tests/SunCalcTests",
"sources" : [
"SunCalcTests.swift"
],
"target_dependencies" : [
"SunCalc"
],
"type" : "test"
},
{
"c99name" : "SunCalc",
"module_type" : "SwiftTarget",
"name" : "SunCalc",
"path" : "Sources/SunCalc",
"product_memberships" : [
"SunCalc"
],
"sources" : [
"SunCalc.swift",
"models/EquatorialCoordinates.swift",
"models/GeocentricCoordinates.swift",
"models/MoonIllumination.swift",
"models/MoonPosition.swift",
"models/MoonTimes.swift",
"models/SunPosition.swift",
"utils/Constants.swift",
"utils/DateUtils.swift",
"utils/MoonUtils.swift",
"utils/PositionUtils.swift",
"utils/SunUtils.swift",
"utils/TimeUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.