Build Information
Successful build of SGPKit, reference main (367cdc), with Swift 5.10 for macOS (SPM) on 7 Dec 2025 03:13:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/csanfilippo/swift-sgp4.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/csanfilippo/swift-sgp4
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 367cdc4 adopt swift-numerics' isApproximatelyEqual to test the computed satellite data
Cloned https://github.com/csanfilippo/swift-sgp4.git
Revision (git rev-parse @):
367cdc4c48fa39a80e5601afa04dc233142a9746
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/csanfilippo/swift-sgp4.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/csanfilippo/swift-sgp4.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/22] Copying PrivacyInfo.xcprivacy
[3/22] Write swift-version-33747A42983211AE.txt
[4/22] Compiling SGPKitCPP TleException.cc
[5/22] Compiling SGPKitCPP SatelliteException.cc
[6/22] Compiling SGPKitCPP DecayedException.cc
[7/22] Compiling SGPKitCPP TimeSpan.cc
[8/22] Compiling SGPKitCPP Vector.cc
[8/22] Compiling SGPKitCPP SolarPosition.cc
[9/22] Compiling SGPKitCPP SGP4.cc
[10/22] Compiling SGPKitCPP OrbitalElements.cc
[10/22] Compiling SGPKitCPP Tle.cc
[12/22] Write sources
[14/22] Compiling SGPKitCPP Util.cc
[15/22] Compiling SGPKitCPP Globals.cc
[16/22] Compiling SGPKitCPP CoordTopocentric.cc
[17/22] Compiling SGPKitCPP CoordGeodetic.cc
[18/22] Compiling SGPKitCPP DateTime.cc
[19/22] Compiling SGPKitCPP Eci.cc
[20/22] Compiling SGPKitCPP Observer.cc
[21/22] Compiling SGP4LibWrapper Wrapper.cpp
[23/30] Compiling SGPKit resource_bundle_accessor.swift
[24/30] Compiling SGPKit TLEParser.swift
[25/30] Compiling SGPKit SatelliteData.swift
[26/30] Compiling SGPKit TLEDecoder.swift
[27/30] Compiling SGPKit TLE.swift
[28/30] Emitting module SGPKit
[29/30] Compiling SGPKit TLEEncoder.swift
[30/30] Compiling SGPKit TLEInterpreter.swift
Build complete! (84.84s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-docc-plugin
[1/6384] Fetching swift-numerics
[129/8542] Fetching swift-numerics, swift-docc-plugin
Fetched https://github.com/apple/swift-numerics from cache (1.65s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.65s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3591] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "SGPKit",
"name" : "SGPKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SGPKit",
"targets" : [
"SGPKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SGPKitTests",
"module_type" : "SwiftTarget",
"name" : "SGPKitTests",
"path" : "Tests/SGPKitTests",
"product_dependencies" : [
"Numerics"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SGPKitTests/Fixtures/Mocks",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Fixtures/TLETestUtils.swift",
"SPGKitTests.swift",
"TLEDecoderTests.swift",
"TLEEncoderTests.swift",
"TLETests.swift"
],
"target_dependencies" : [
"SGPKit"
],
"type" : "test"
},
{
"c99name" : "SGPKitCPP",
"module_type" : "ClangTarget",
"name" : "SGPKitCPP",
"path" : "Sources/sgp4Lib",
"product_memberships" : [
"SGPKit"
],
"sources" : [
"CoordGeodetic.cc",
"CoordTopocentric.cc",
"DateTime.cc",
"DecayedException.cc",
"Eci.cc",
"Globals.cc",
"Observer.cc",
"OrbitalElements.cc",
"SGP4.cc",
"SatelliteException.cc",
"SolarPosition.cc",
"TimeSpan.cc",
"Tle.cc",
"TleException.cc",
"Util.cc",
"Vector.cc"
],
"type" : "library"
},
{
"c99name" : "SGPKit",
"module_type" : "SwiftTarget",
"name" : "SGPKit",
"path" : "Sources/SGPKit",
"product_memberships" : [
"SGPKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SGPKit/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SatelliteData.swift",
"TLE.swift",
"TLEDecoder.swift",
"TLEEncoder.swift",
"TLEInterpreter.swift",
"TLEParser.swift"
],
"target_dependencies" : [
"SGP4LibWrapper"
],
"type" : "library"
},
{
"c99name" : "SGP4LibWrapper",
"module_type" : "ClangTarget",
"name" : "SGP4LibWrapper",
"path" : "Sources/SGP4LibWrapper",
"product_memberships" : [
"SGPKit"
],
"sources" : [
"Wrapper.cpp"
],
"target_dependencies" : [
"SGPKitCPP"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.